-- mysqldump-php https://github.com/ifsnop/mysqldump-php
--
-- Host: localhost	Database: cochis5_cactus
-- ------------------------------------------------------
-- Server version 	5.5.5-10.2.25-MariaDB-log
-- Date: Mon, 30 Dec 2019 06:24:09 +0000

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wppk_addonlibrary_addons`
--

DROP TABLE IF EXISTS `wppk_addonlibrary_addons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_addonlibrary_addons` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `alias` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addontype` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `templates` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `config` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `catid` int(11) DEFAULT NULL,
  `is_active` tinyint(4) DEFAULT NULL,
  `test_slot1` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `test_slot2` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `test_slot3` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_addonlibrary_addons`
--

LOCK TABLES `wppk_addonlibrary_addons` WRITE;
/*!40000 ALTER TABLE `wppk_addonlibrary_addons` DISABLE KEYS */;
INSERT INTO `wppk_addonlibrary_addons` VALUES (1,'Article Bold Tabs','blox_article_bold_tabs_elementor','blox_article_bold_tabs','elementor','',1,'{\"html\":\"<div class=\\\"uc_bold_tabs\\\">\\n    \\t<ul class=\\\"tabs\\\">\\n        \\t{{put_items()}}\\n        <\\/ul>\\n        <div class=\\\"panel-container\\\">\\n\\t\\t\\t{{put_items2()}}\\n        <\\/div>\\n    <\\/div>\",\"html_item\":\"<li><a style=\\\"border-color:{{item.border_color}}; color:{{item.title_color}};\\\" href=\\\"#btss-{{item.item_index}}\\\">{{item.post.title|raw}}<\\/a><\\/li>\",\"html_item2\":\"<div id=\\\"btss-{{item.item_index}}\\\" class=\\\"tab-container panes\\\" ><p style=\\\"color:{{item.content_color}};\\\">{{item.post.content|raw}}<\\/p><\\/div>\",\"css\":\".uc_bold_tabs ul li.r-tabs-state-active a{ \\n\\tbackground:{{title_color}} !important;\\n\\tborder:{{title_color}} 2px solid !important; \\n    color:{{active_title_color}} !important;\\n\\t}\",\"js\":\"jQuery(document).ready(function () {\\n            var jQuerytabs = jQuery(\'.uc_bold_tabs\');\\n            jQuerytabs.responsiveTabs({\\n                rotate: false,\\n                startCollapsed: \'accordion\',\\n                collapsible: \'accordion\',\\n                setHash: false\\n            });\\n        });\"}','{\"options\":{\"description\":\"\",\"link_resource\":\"\",\"show_small_icon\":\"true\",\"preview_size\":\"full\",\"preview_custom_width\":\"\",\"preview_bgcol\":\"#ffffff\",\"enable_items\":false,\"path_assets\":\"bold_tabs\",\"preview_size_unite_selected_text\":\"Full Size\",\"is_free_addon\":\"true\"},\"params\":[{\"type\":\"uc_posts_list\",\"title\":\"Post\",\"name\":\"post\",\"description\":\"\",\"admin_label\":\"false\",\"font_editable\":\"true\"},{\"type\":\"uc_textfield\",\"title\":\"Admin Label\",\"name\":\"admin_lbl\",\"description\":\"\",\"admin_label\":\"true\",\"default_value\":\"Bold Tabs\",\"font_editable\":\"false\"},{\"type\":\"uc_colorpicker\",\"title\":\"Title Color\",\"name\":\"title_color\",\"description\":\"\",\"default_value\":\"#ea088c\"},{\"type\":\"uc_colorpicker\",\"title\":\"Active Title Color\",\"name\":\"active_title_color\",\"description\":\"\",\"default_value\":\"#ffffff\"}],\"params_items\":[{\"type\":\"uc_post\",\"title\":\"Post\",\"name\":\"post\",\"description\":\"\",\"admin_label\":\"false\"},{\"type\":\"uc_textfield\",\"title\":\"Tab Title\",\"name\":\"title\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"There are many variations \",\"font_editable\":\"true\"},{\"type\":\"uc_editor\",\"title\":\"Tab Content\",\"name\":\"tab_content\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste \",\"font_editable\":\"true\"},{\"type\":\"uc_colorpicker\",\"title\":\"Content Color\",\"name\":\"content_color\",\"description\":\"\",\"default_value\":\"#9c9c9c\"},{\"type\":\"uc_colorpicker\",\"title\":\"Title Color\",\"name\":\"title_color\",\"description\":\"\",\"default_value\":\"#c4c4c4\"}],\"includes\":{\"js\":[{\"url\":\"bold_tabs\\/jquery.responsiveTabs.js\",\"condition\":\"\"}],\"jslib\":[\"jquery\"],\"css\":[{\"url\":\"bold_tabs\\/bold_tabs.css\",\"condition\":\"\"},{\"url\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,600,400italic\",\"condition\":\"\"},{\"url\":\"bold_tabs\\/responsive-tabs.css\",\"condition\":\"\"}]},\"variables_item\":[{\"type\":\"uc_varitem_simple\",\"name\":\"block\",\"description\":\"block\",\"default_value\":\"\",\"enable_first_item\":\"true\",\"first_item_value\":\"display:block\",\"enable_last_item\":\"false\",\"last_item_value\":\"\"}],\"variables_main\":\"\"}',1,1,NULL,NULL,NULL),(2,'Article Rounded Tabs','blox_article_rounded_tabs_elementor','blox_article_rounded_tabs','elementor','',2,'{\"html\":\"<div id=\\\"uc_rounded_tabs\\\" style=\\\"background:{{tab_background_color}};\\\">\\n    \\t<div class=\\\"uc_tab_container uc_tabs\\\">\\n        <ul class=\\\"uc_tab_nav\\\" style=\\\"background:{{heading_background_color}};\\\">\\n        \\t{{put_items()}}\\n        <\\/ul>\\n     \\n        <div  class=\\\"uc_tab_content\\\">\\n           {{put_items2()}}\\n         <\\/div>\\n        \\n        <\\/div>\\n    <\\/div>\",\"html_item\":\"<li><a style=\\\"color:{{item.heading_color}};\\\" href=\\\"#rt-{{item.item_index}}\\\">{{item.post.title|raw}}<\\/a><\\/li>\",\"html_item2\":\"<div id=\\\"rt-{{item.item_index}}\\\">\\n   <p style=\\\"color:{{item.content_color}};\\\">{{item.post.content|raw}}<\\/p>\\n<\\/div>\",\"css\":\"#uc_rounded_tabs .uc_tab_nav li.r-tabs-state-active a{\\n\\tcolor:{{heading_active_color}}!important;\\n\\tbackground-color:{{heading_active_bg_color}};\\n\\ttext-decoration:none;\\n}\\n\\n#uc_rounded_tabs .uc_tab_nav li.r-tabs-state-active a h2\\n{\\n\\tcolor:{{heading_active_color}} !important;\\n}\",\"js\":\"jQuery(document).ready(function () {\\n            var jQuerytabs = jQuery(\'.uc_tabs\');\\n            jQuerytabs.responsiveTabs({\\n                rotate: false,\\n                startCollapsed: \'accordion\',\\n                collapsible: \'accordion\',\\n                setHash: false\\n            });\\n        });\"}','{\"options\":{\"path_assets\":\"uc_rounded_tabs\",\"description\":\"\",\"link_resource\":\"\",\"show_small_icon\":\"true\",\"preview_size_unite_selected_text\":\"Full Size\",\"preview_size\":\"full\",\"preview_custom_width\":\"\",\"preview_bgcol\":\"#ffffff\",\"is_free_addon\":\"true\"},\"params\":[{\"type\":\"uc_posts_list\",\"title\":\"Post\",\"name\":\"post\",\"description\":\"\",\"admin_label\":\"false\",\"font_editable\":\"false\"},{\"type\":\"uc_colorpicker\",\"title\":\"Tab Background Color\",\"name\":\"tab_background_color\",\"description\":\"\",\"default_value\":\"#ffffff\"},{\"type\":\"uc_colorpicker\",\"title\":\"Heading Background Color\",\"name\":\"heading_background_color\",\"description\":\"\",\"default_value\":\"#f1f5f8\"},{\"type\":\"uc_colorpicker\",\"title\":\"Heading Active Background Color\",\"name\":\"heading_active_bg_color\",\"description\":\"\",\"default_value\":\"#3e4bf7\"},{\"type\":\"uc_colorpicker\",\"title\":\"Heading Active Color\",\"name\":\"heading_active_color\",\"description\":\"\",\"default_value\":\"#ffffff\"}],\"params_items\":[{\"type\":\"uc_textfield\",\"title\":\"Title\",\"name\":\"title\",\"description\":\"\",\"default_value\":\"\",\"limited_edit\":\"true\"},{\"type\":\"uc_textfield\",\"title\":\"Heading\",\"name\":\"heading\",\"description\":\"\",\"default_value\":\"DEFAULT TITLE \"},{\"type\":\"uc_colorpicker\",\"title\":\"Heading Color\",\"name\":\"heading_color\",\"description\":\"\",\"default_value\":\"#b2b5be\"},{\"type\":\"uc_editor\",\"title\":\"Content\",\"name\":\"content\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste \"},{\"type\":\"uc_colorpicker\",\"title\":\"Content Color\",\"name\":\"content_color\",\"description\":\"\",\"default_value\":\"#585a61\"}],\"includes\":{\"js\":[{\"url\":\"uc_rounded_tabs\\/jquery.responsiveTabs.js\",\"condition\":\"\"}],\"jslib\":[\"jquery\"],\"css\":[{\"url\":\"uc_rounded_tabs\\/responsive-tabs.css\",\"condition\":\"\"},{\"url\":\"uc_rounded_tabs\\/uc_rounded_tabs.css\",\"condition\":\"\"},{\"url\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat\",\"condition\":\"\"},{\"url\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans\",\"condition\":\"\"}]},\"variables_item\":\"\",\"variables_main\":\"\"}',1,1,NULL,NULL,NULL),(3,'Bold Tabs','bold_tabs_elementor','bold_tabs','elementor','',1,'{\"html\":\"<div class=\\\"uc_bold_tabs\\\" id=\\\"{{uc_id}}\\\">\\n    \\t<ul class=\\\"tabs\\\">\\n        \\t{{put_items()}}\\n        <\\/ul>\\n        <div class=\\\"panel-container\\\">\\n\\t\\t\\t{{put_items2()}}\\n        <\\/div>\\n    <\\/div>\",\"html_item\":\"<li><a style=\\\"border-color:{{item.border_color}}; color:{{item.title_color}};\\\" href=\\\"#btss-{{item.item_index}}{{uc_id}}\\\">{{item.title|raw}}<\\/a><\\/li>\",\"html_item2\":\"<div id=\\\"btss-{{item.item_index}}{{uc_id}}\\\" class=\\\"tab-container panes\\\" ><p style=\\\"color:{{item.content_color}};\\\">{{item.tab_content|raw}}<\\/p><\\/div>\",\"css\":\".uc_bold_tabs ul li.r-tabs-state-active a{ \\n\\tbackground:{{title_color}} !important;\\n\\tborder:{{title_color}} 2px solid !important; \\n    color:{{active_title_color}} !important;\\n\\t}\\n\\n#{{uc_id}} .r-tabs-accordion-title .r-tabs-anchor\\n{\\n  border:{{title_color}} 2px solid !important;\\n  padding:10px;\\n}\\n\\n#{{uc_id}} .r-tabs-accordion-title.r-tabs-state-active\\n{\\n  background:{{title_color}} !important;\\n  color:{{active_title_color}} !important;\\n}\",\"js\":\"jQuery(document).ready(function () {\\n            var jQuerytabs = jQuery(\'#{{uc_id}}\');\\n            jQuerytabs.responsiveTabs({\\n                rotate: false,\\n                startCollapsed: \'accordion\',\\n                collapsible: \'accordion\',\\n                setHash: false\\n            });\\n        });\"}','{\"options\":{\"enable_items\":\"true\",\"path_assets\":\"bold_tabs\",\"description\":\"\",\"link_resource\":\"\",\"show_small_icon\":\"true\",\"preview_size_unite_selected_text\":\"Full Size\",\"preview_size\":\"full\",\"preview_custom_width\":\"\",\"preview_bgcol\":\"#ffffff\",\"is_free_addon\":\"true\"},\"params\":[{\"type\":\"uc_textfield\",\"title\":\"Admin Label\",\"name\":\"admin_lbl\",\"description\":\"\",\"admin_label\":\"true\",\"default_value\":\"Bold Tabs\",\"font_editable\":\"false\",\"value\":\"Bold Tabs\"},{\"type\":\"uc_colorpicker\",\"title\":\"Title Color\",\"name\":\"title_color\",\"description\":\"\",\"default_value\":\"#ea088c\",\"value\":\"#ea088c\"},{\"type\":\"uc_colorpicker\",\"title\":\"Active Title Color\",\"name\":\"active_title_color\",\"description\":\"\",\"default_value\":\"#ffffff\",\"value\":\"#ffffff\"}],\"params_items\":[{\"type\":\"uc_textfield\",\"title\":\"Tab Title\",\"name\":\"title\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"There are many variations \",\"font_editable\":\"true\"},{\"type\":\"uc_textarea\",\"title\":\"Tab Content\",\"name\":\"tab_content\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste \",\"font_editable\":\"true\"},{\"type\":\"uc_colorpicker\",\"title\":\"Content Color\",\"name\":\"content_color\",\"description\":\"\",\"default_value\":\"#9c9c9c\"},{\"type\":\"uc_colorpicker\",\"title\":\"Title Color\",\"name\":\"title_color\",\"description\":\"\",\"default_value\":\"#c4c4c4\"}],\"includes\":{\"js\":[{\"url\":\"bold_tabs\\/jquery.responsiveTabs.js\",\"condition\":\"\"}],\"jslib\":[\"jquery\"],\"css\":[{\"url\":\"bold_tabs\\/bold_tabs.css\",\"condition\":\"\"},{\"url\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,600,400italic\",\"condition\":\"\"},{\"url\":\"bold_tabs\\/responsive-tabs.css\",\"condition\":\"\"}]},\"variables_item\":[{\"type\":\"uc_varitem_simple\",\"name\":\"block\",\"description\":\"block\",\"default_value\":\"\",\"enable_first_item\":\"true\",\"first_item_value\":\"display:block\",\"enable_last_item\":\"false\",\"last_item_value\":\"\"}],\"variables_main\":\"\"}',2,1,NULL,'{\"config\":{\"admin_lbl\":\"Bold Tabs\",\"title_color\":\"#ea088c\",\"active_title_color\":\"#ffffff\"},\"items\":[{\"title\":\"Where\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste \",\"content_color\":\"#9c9c9c\",\"title_color\":\"#c4c4c4\"},{\"title\":\"When\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste \",\"content_color\":\"#9c9c9c\",\"title_color\":\"#c4c4c4\"},{\"title\":\"Why\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste \",\"content_color\":\"#9c9c9c\",\"title_color\":\"#c4c4c4\"}]}',NULL),(4,'Simple Tabs','simple_tabs_elementor','simple_tabs','elementor','',2,'{\"html\":\"<div class=\\\"uc_simple_tabs\\\" id=\\\"{{uc_id}}\\\">\\n    \\t<ul class=\\\"tabs\\\" style=\\\"{{border_color}}\\\">\\n          \\t{{put_items()}}\\n        <\\/ul>\\n        <div class=\\\"panel-container\\\">\\n            {{put_items2()}}\\n        <\\/div>\\n    <\\/div>\",\"html_item\":\"<li><a style=\\\"color:{{item.title_color}}; border-color:{{item.border_color}};\\\" href=\\\"#stbb-{{item.item_index}}{{uc_id}}\\\">{{item.title|raw}}<\\/a><\\/li>\",\"html_item2\":\"<div id=\\\"stbb-{{item.item_index}}{{uc_id}}\\\" style=\\\"border-color:{{item.border_color}}\\\" class=\\\"tab-container panes\\\" style=\\\"{{item.block}}\\\">\\n\\t<p style=\\\"color:{{item.content_color}};\\\">{{item.tab_content|raw}}<\\/p>\\n<\\/div>\",\"css\":\".uc_simple_tabs ul li.r-tabs-state-active a{\\n\\t\\tcolor:{{active_color}}!important;\\n        border-bottom:{{active_border_color}} 1px solid!important;\\n        \\n\\t   }\",\"js\":\"jQuery(document).ready(function () {\\n            var jQuerytabs = jQuery(\'#{{uc_id}}\');\\n            jQuerytabs.responsiveTabs({\\n                rotate: false,\\n                startCollapsed: \'accordion\',\\n                collapsible: \'accordion\',\\n                setHash: false\\n            });\\n        });\"}','{\"options\":{\"enable_items\":\"true\",\"path_assets\":\"simple_tabs\",\"description\":\"\",\"link_resource\":\"\",\"show_small_icon\":\"true\",\"preview_size_unite_selected_text\":\"Full Size\",\"preview_size\":\"full\",\"preview_custom_width\":\"\",\"preview_bgcol\":\"#ffffff\",\"is_free_addon\":\"true\"},\"params\":[{\"type\":\"uc_colorpicker\",\"title\":\"Active Color\",\"name\":\"active_color\",\"description\":\"\",\"default_value\":\"#ea088c\",\"value\":\"#ea088c\"},{\"type\":\"uc_colorpicker\",\"title\":\"Border Color\",\"name\":\"border_color\",\"description\":\"\",\"default_value\":\"#111111\",\"value\":\"#111111\"},{\"type\":\"uc_colorpicker\",\"title\":\"Active Border Color\",\"name\":\"active_border_color\",\"description\":\"\",\"default_value\":\"#f1f5f8\",\"value\":\"#f1f5f8\"}],\"params_items\":[{\"type\":\"uc_textfield\",\"title\":\"Tab Title\",\"name\":\"title\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"DEFAULT TITLE\",\"font_editable\":\"true\"},{\"type\":\"uc_textarea\",\"title\":\"Tab Content\",\"name\":\"tab_content\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"Ut cursus massa at urnaaculis estie. Sed aliquamellus vitae ultrs condmentum leo massa mollis estiegittis miristum nulla sed fringilla Donec vitae orci dignissim. Mauris in quam tristique, dignissim urna molestie felis elit nec vehicula imperdiet eros est egestas\",\"font_editable\":\"true\"},{\"type\":\"uc_colorpicker\",\"title\":\"Title Color\",\"name\":\"title_color\",\"description\":\"\",\"default_value\":\"#4b4b4b\"},{\"type\":\"uc_colorpicker\",\"title\":\"Content Color\",\"name\":\"content_color\",\"description\":\"\",\"default_value\":\"#9c9c9c\"},{\"type\":\"uc_colorpicker\",\"title\":\"Border Color\",\"name\":\"border_color\",\"description\":\"\",\"default_value\":\"#111111\"}],\"includes\":{\"js\":[{\"url\":\"simple_tabs\\/jquery.responsiveTabs.js\",\"condition\":\"\"}],\"jslib\":[\"jquery\"],\"css\":[{\"url\":\"simple_tabs\\/simple_tabs.css\",\"condition\":\"\"},{\"url\":\"simple_tabs\\/responsive-tabs.css\",\"condition\":\"\"}]},\"variables_item\":[{\"type\":\"uc_varitem_simple\",\"name\":\"block\",\"description\":\"block\",\"default_value\":\"\",\"enable_first_item\":\"true\",\"first_item_value\":\"display:block\",\"enable_last_item\":\"false\",\"last_item_value\":\"\"}],\"variables_main\":\"\"}',2,1,NULL,'{\"config\":{\"active_color\":\"#ea088c\",\"border_color\":\"#111111\",\"active_border_color\":\"#f1f5f8\"},\"items\":[{\"title\":\"Default Title\",\"tab_content\":\"Ut cursus massa at urnaaculis estie. Sed aliquamellus vitae ultrs condmentum leo massa mollis estiegittis miristum nulla sed fringilla Donec vitae orci dignissim. Mauris in quam tristique, dignissim urna molestie felis elit nec vehicula imperdiet eros est egestas\",\"title_color\":\"#4b4b4b\",\"content_color\":\"#9c9c9c\",\"border_color\":\"#111111\"},{\"title\":\"Default Title\",\"tab_content\":\"Ut cursus massa at urnaaculis estie. Sed aliquamellus vitae ultrs condmentum leo massa mollis estiegittis miristum nulla sed fringilla Donec vitae orci dignissim. Mauris in quam tristique, dignissim urna molestie felis elit nec vehicula imperdiet eros est egestas\",\"title_color\":\"#4b4b4b\",\"content_color\":\"#9c9c9c\",\"border_color\":\"#111111\"},{\"title\":\"Default Title\",\"tab_content\":\"Ut cursus massa at urnaaculis estie. Sed aliquamellus vitae ultrs condmentum leo massa mollis estiegittis miristum nulla sed fringilla Donec vitae orci dignissim. Mauris in quam tristique, dignissim urna molestie felis elit nec vehicula imperdiet eros est egestas\",\"title_color\":\"#4b4b4b\",\"content_color\":\"#9c9c9c\",\"border_color\":\"#111111\"},{\"title\":\"Default Title\",\"tab_content\":\"Ut cursus massa at urnaaculis estie. Sed aliquamellus vitae ultrs condmentum leo massa mollis estiegittis miristum nulla sed fringilla Donec vitae orci dignissim. Mauris in quam tristique, dignissim urna molestie felis elit nec vehicula imperdiet eros est egestas\",\"title_color\":\"#4b4b4b\",\"content_color\":\"#9c9c9c\",\"border_color\":\"#111111\"}]}',NULL);
/*!40000 ALTER TABLE `wppk_addonlibrary_addons` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_addonlibrary_addons` with 4 row(s)
--

--
-- Table structure for table `wppk_addonlibrary_categories`
--

DROP TABLE IF EXISTS `wppk_addonlibrary_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_addonlibrary_categories` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` tinytext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parent_id` int(9) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_addonlibrary_categories`
--

LOCK TABLES `wppk_addonlibrary_categories` WRITE;
/*!40000 ALTER TABLE `wppk_addonlibrary_categories` DISABLE KEYS */;
INSERT INTO `wppk_addonlibrary_categories` VALUES (1,'Post Tabs','post_tabs',1,'','elementor',NULL),(2,'Content Tabs','content_tabs',2,'','elementor',NULL);
/*!40000 ALTER TABLE `wppk_addonlibrary_categories` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wppk_commentmeta`
--

DROP TABLE IF EXISTS `wppk_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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 AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_commentmeta`
--

LOCK TABLES `wppk_commentmeta` WRITE;
/*!40000 ALTER TABLE `wppk_commentmeta` DISABLE KEYS */;
INSERT INTO `wppk_commentmeta` VALUES (10,8,'rating','5'),(11,8,'verified','0'),(24,9,'rating','5'),(25,9,'verified','0'),(26,10,'verified','0'),(27,11,'verified','0'),(28,14,'verified','0'),(29,15,'verified','0'),(30,12,'verified','0'),(31,13,'verified','0');
/*!40000 ALTER TABLE `wppk_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_commentmeta` with 10 row(s)
--

--
-- Table structure for table `wppk_comments`
--

DROP TABLE IF EXISTS `wppk_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_comments`
--

LOCK TABLES `wppk_comments` WRITE;
/*!40000 ALTER TABLE `wppk_comments` DISABLE KEYS */;
INSERT INTO `wppk_comments` VALUES (8,1986,'FireDragon23','FireDragon23@gmail.com','','127.0.0.1','2017-11-01 17:20:43','2017-11-01 17:20:43','What an album ! This is one of his best.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','review',0,0),(9,1986,'Mike54','mikymike5443@gmail.com','','127.0.0.1','2017-11-01 17:24:09','2017-11-01 17:24:09','Cant stop listen ! It\'s a blast !',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','review',0,0),(10,2123,'FireDragon23','FireDragon23@gmail.com','','127.0.0.1','2017-11-01 17:20:43','2017-11-01 17:20:43','What an album ! This is one of his best.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','review',0,0),(11,2123,'Mike54','mikymike5443@gmail.com','','127.0.0.1','2017-11-01 17:24:09','2017-11-01 17:24:09','Cant stop listen ! It\'s a blast !',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','review',0,0),(12,2124,'FireDragon23','FireDragon23@gmail.com','','127.0.0.1','2017-11-01 17:20:43','2017-11-01 17:20:43','What an album ! This is one of his best.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','review',0,0),(13,2124,'Mike54','mikymike5443@gmail.com','','127.0.0.1','2017-11-01 17:24:09','2017-11-01 17:24:09','Cant stop listen ! It\'s a blast !',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','review',0,0),(14,2125,'FireDragon23','FireDragon23@gmail.com','','127.0.0.1','2017-11-01 17:20:43','2017-11-01 17:20:43','What an album ! This is one of his best.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','review',0,0),(15,2125,'Mike54','mikymike5443@gmail.com','','127.0.0.1','2017-11-01 17:24:09','2017-11-01 17:24:09','Cant stop listen ! It\'s a blast !',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','review',0,0);
/*!40000 ALTER TABLE `wppk_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wppk_eg_grids`
--

DROP TABLE IF EXISTS `wppk_eg_grids`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_eg_grids` (
  `id` mediumint(6) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `postparams` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `handle` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_eg_grids`
--

LOCK TABLES `wppk_eg_grids` WRITE;
/*!40000 ALTER TABLE `wppk_eg_grids` DISABLE KEYS */;
INSERT INTO `wppk_eg_grids` VALUES (1,'Instagram','instagram','{\"source-type\":\"stream\",\"post_types\":\"post\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"true\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"ironsonaar\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Standard Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"45\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"image-source-type-mobile\":\"full\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"1\",\"y-ratio\":\"1\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"3\"],\"rows-unlimited\":\"on\",\"rows\":\"2\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"load-more\":\"button\",\"load-more-hide\":\"on\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"9\",\"load-more-amount\":\"9\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#000203\",\"spacings\":\"8\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"58\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\",\"featured-image\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]','','2018-04-25 16:14:45'),(2,'Photo Gallery','photo-gallery','{\"source-type\":\"custom\",\"post_types\":\"post\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"medium\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"cobbles\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"4\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"6\",\"4\",\"4\",\"4\",\"4\",\"4\",\"4\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"off\",\"rows\":\"10\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#000000\",\"spacings\":\"18\",\"grid-padding\":[\"0\",\"18\",\"0\",\"18\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"52\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"all\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"3709\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"2:3\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"title\\\":\\\"movieposter-sonaar\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"3535\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"2:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"title\\\":\\\"hero_02_piano\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"1422\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"2:2\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"title\\\":\\\"Galapaghost_square\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"1748\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"2:2\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"title\\\":\\\"a-spotify-album\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"3708\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"2:3\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"title\\\":\\\"movieposter-mynameissonaar\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"1747\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"2:2\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"title\\\":\\\"a-soundcloud-album\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"1424\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"2:2\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"title\\\":\\\"maskatomb_square\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\"]','','2018-12-19 14:18:14'),(7,'Events - Grid','events-grid','{\"source-type\":\"post\",\"post_types\":\"event\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"medium\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"masonry\",\"content-push\":\"on\",\"x-ratio\":\"3\",\"y-ratio\":\"4\",\"auto-ratio\":\"false\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1919\",\"1200\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"1\",\"1\"],\"rows-unlimited\":\"on\",\"rows\":\"4\",\"load-more\":\"scroll\",\"load-more-hide\":\"on\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"off\",\"load-more-start\":\"6\",\"load-more-amount\":\"6\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"off\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"14\",\"grid-padding\":[\"20\",\"40\",\"40\",\"40\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"56\",\"grid-animation\":\"rotatefall\",\"grid-animation-speed\":\"700\",\"grid-animation-delay\":\"2\",\"hover-animation-delay\":\"2\",\"top-1-align\":\"right\",\"top-1-margin-bottom\":\"40\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"click\",\"filter-all-text\":\"All Cities\",\"filter-listing\":\"dropdown\",\"filter-dropdown-text\":\"Filters1\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date,title,egl-city\",\"sorting-order-by-start\":\"date\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search for an events\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"none\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"none\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"2\",\"spinner-color\":\"#eaeaea\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"on\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]','','2017-10-30 22:30:37'),(11,'Artists Grid - Boxed','artists-grid-boxed','{\"source-type\":\"post\",\"post_types\":\"artist\",\"post_category\":\"artist-category_42\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"medium\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"3\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"4\",\"4\",\"4\",\"4\",\"4\",\"2\",\"2\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"on\",\"rows\":\"3\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"scroll\",\"load-more-hide\":\"on\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"8\",\"load-more-amount\":\"8\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"15\",\"grid-padding\":[\"\",\"\",\"\",\"\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"59\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"400\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"40\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filters\",\"filter-counter\":\"off\",\"filter-selected\":[\"artist-category_42\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"title\",\"sorting-order-by-start\":\"title\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search an artist...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"-1\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"on\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]','','2019-09-27 03:54:51'),(12,'Artists Grid - Filters','artists-grid-filters','{\"source-type\":\"post\",\"post_types\":\"artist,video\",\"post_category\":\"artist-category_42\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"medium\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"3\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"4\",\"4\",\"4\",\"4\",\"4\",\"2\",\"2\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"on\",\"rows\":\"3\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"scroll\",\"load-more-hide\":\"on\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"8\",\"load-more-amount\":\"8\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"15\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"59\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"500\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"left\",\"top-1-margin-bottom\":\"40\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"40\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filters\",\"filter-counter\":\"off\",\"filter-selected\":[\"artist-category_42\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"title\",\"sorting-order-by-start\":\"title\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search an artist...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"-1\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"on\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"filter\":{\"top-1\":\"0\"},\"search-input\":{\"top-1\":\"1\"}}}','[]','','2019-09-27 03:50:30'),(14,'Music Grid - Boxed','music-grid-boxed','{\"source-type\":\"post\",\"post_types\":\"album\",\"post_category\":\"playlist-category_41\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"large\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"masonry\",\"content-push\":\"off\",\"x-ratio\":\"2\",\"y-ratio\":\"3\",\"auto-ratio\":\"false\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"4\",\"4\",\"4\",\"4\",\"4\",\"2\",\"1\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"on\",\"rows\":\"3\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"scroll\",\"load-more-hide\":\"on\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"8\",\"load-more-amount\":\"8\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"30\",\"grid-padding\":[\"30\",\"30\",\"30\",\"30\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"60\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"400\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"40\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filters\",\"filter-counter\":\"off\",\"filter-selected\":[\"playlist-category_41\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"egl-album-release-date\",\"sorting-order-by-start\":\"egl-album-release-date\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"DESC\",\"search-text\":\"Search an artist...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"-1\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"on\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]','','2019-09-27 03:55:26'),(15,'Music Grid - Filters','music-grid-filters','{\"source-type\":\"post\",\"post_types\":\"album\",\"post_category\":\"playlist-category_41\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"medium\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"masonry\",\"content-push\":\"on\",\"x-ratio\":\"2\",\"y-ratio\":\"3\",\"auto-ratio\":\"false\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"4\",\"4\",\"4\",\"4\",\"4\",\"2\",\"2\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"on\",\"rows\":\"3\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"scroll\",\"load-more-hide\":\"on\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"8\",\"load-more-amount\":\"8\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"30\",\"grid-padding\":[\"30\",\"30\",\"30\",\"30\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"60\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"400\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"40\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filters\",\"filter-counter\":\"off\",\"filter-selected\":[\"playlist-category_41\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"egl-album-release-date\",\"sorting-order-by-start\":\"egl-album-release-date\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"DESC\",\"search-text\":\"Search an album\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"-1\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"on\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"filter\":{\"top-1\":\"0\"},\"search-input\":{\"top-1\":\"1\"}}}','[]','','2019-09-27 03:49:52'),(19,'Youtube - Grid','youtube-grid','{\"source-type\":\"stream\",\"post_types\":\"essential_grid\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"youtube\",\"youtube-api\":\"AIzaSyC-MxNauN19GaEy1YlIG28WoLPV7YLvzKE\",\"youtube-channel-id\":\"UCWOQk0dBKUKTfxbhcBK2oxg\",\"youtube-type-source\":\"playlist\",\"youtube-playlist\":\"PL0wvOyYpFVAkzUZ4IsW4XMn8bFD8aI3R6\",\"youtube-playlist-select\":\"PL0wvOyYpFVAkzUZ4IsW4XMn8bFD8aI3R6\",\"youtube-thumb-size\":\"medium\",\"youtube-full-size\":\"medium\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"media-source-order\":[\"youtube\"],\"poster-source-order\":[\"youtube-image\"],\"image-source-type\":\"full\",\"image-source-type-mobile\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"masonry\",\"content-push\":\"off\",\"x-ratio\":\"16\",\"y-ratio\":\"9\",\"auto-ratio\":\"false\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"on\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"2\",\"2\",\"2\",\"2\",\"2\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"3\",\"load-more\":\"button\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"on\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"20\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"47\",\"grid-animation\":\"scale\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"35\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"40\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"30\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date,title\",\"sorting-order-by-start\":\"title\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"youtube\"],\"lightbox-mode\":\"filterpage\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"outside\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"960\",\"lbox-height\":\"540\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"youtube\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"on\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"pagination\":{\"bottom-1\":\"0\"},\"sorting\":{\"top-1\":\"0\"}}}','[]','','2017-11-01 18:53:54'),(48,'News - 2 Columns','News-2-columns','{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"medium\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"4\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"2\",\"2\",\"2\",\"2\",\"2\",\"2\",\"1\"],\"rows-unlimited\":\"on\",\"rows\":\"3\",\"load-more\":\"scroll\",\"load-more-hide\":\"on\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"4\",\"load-more-amount\":\"4\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"15\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"61\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"date\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"DESC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"960\",\"lbox-height\":\"540\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]','','2017-10-30 22:31:07'),(49,'News - 3 columns','news-3-columns','{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"medium\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"4\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"2\",\"2\",\"1\"],\"rows-unlimited\":\"on\",\"rows\":\"3\",\"load-more\":\"scroll\",\"load-more-hide\":\"on\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"6\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"15\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"61\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"date\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"DESC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"960\",\"lbox-height\":\"540\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]','','2017-10-30 22:31:13'),(52,'News - 2 Columns Homepage','news-2-columns-homepage','{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-access-key\":\"\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"medium\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"4\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"2\",\"2\",\"2\",\"2\",\"2\",\"2\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"1\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"load-more\":\"button\",\"load-more-hide\":\"on\",\"load-more-text\":\"More News\",\"load-more-show-number\":\"off\",\"load-more-start\":\"2\",\"load-more-amount\":\"2\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"15\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"61\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"date\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"DESC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"960\",\"lbox-height\":\"540\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"pagination\":{\"bottom-1\":\"0\"}}}','[]','','2017-11-14 21:45:38'),(53,'Music Grid Click and Play','musicgrid-clickandplay','{\"source-type\":\"post\",\"post_types\":\"album\",\"post_category\":\"playlist-category_41\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"large\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"masonry\",\"content-push\":\"off\",\"x-ratio\":\"2\",\"y-ratio\":\"3\",\"auto-ratio\":\"false\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"2\",\"1\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"on\",\"rows\":\"3\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"scroll\",\"load-more-hide\":\"on\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"8\",\"load-more-amount\":\"8\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"30\",\"grid-padding\":[\"30\",\"30\",\"30\",\"30\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"64\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"400\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"40\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filters\",\"filter-counter\":\"off\",\"filter-selected\":[\"playlist-category_41\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"egl-album-release-date\",\"sorting-order-by-start\":\"egl-album-release-date\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"DESC\",\"search-text\":\"Search an artist...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"-1\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"on\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]','','2019-09-27 03:56:38'),(54,'Music-homepage','Music-homepage','{\"source-type\":\"post\",\"post_types\":\"album\",\"post_category\":\"playlist-category_41\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"3\",\"max_entries_preview\":\"3\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"large\",\"image-source-type-mobile\":\"large\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"masonry\",\"content-push\":\"off\",\"x-ratio\":\"3\",\"y-ratio\":\"3\",\"auto-ratio\":\"false\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"1\",\"1\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"on\",\"rows\":\"3\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"scroll\",\"load-more-hide\":\"on\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"18\",\"grid-padding\":[\"30\",\"30\",\"30\",\"30\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"110\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"400\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"40\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filters\",\"filter-counter\":\"off\",\"filter-selected\":[\"playlist-category_41\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"egl-album-release-date\",\"sorting-order-by-start\":\"egl-album-release-date\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"DESC\",\"search-text\":\"Search an artist...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"-1\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"on\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]','','2019-09-27 03:56:06'),(55,'movie-homepage','movie-homepage','{\"source-type\":\"post\",\"post_types\":\"album\",\"post_category\":\"playlist-category_36,playlist-category_37,playlist-category_38,playlist-category_39\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"image-source-type-mobile\":\"full\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"2\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"4\",\"4\",\"4\",\"3\",\"3\",\"3\",\"1\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"off\",\"rows\":\"2\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"15\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"112\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"playlist-category_36\",\"playlist-category_37\",\"playlist-category_38\",\"playlist-category_39\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"filter\":{\"top-2\":\"0\"}}}','[]','','2018-12-19 14:46:44'),(56,'movie','movie','{\"source-type\":\"post\",\"post_types\":\"album\",\"post_category\":\"playlist-category_36,playlist-category_37,playlist-category_38,playlist-category_39\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"image-source-type-mobile\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"2\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"4\",\"4\",\"4\",\"3\",\"3\",\"3\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"12\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"on\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"15\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"sonaar-filters\",\"entry-skin\":\"59\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"playlist-category_29\",\"playlist-category_31\",\"playlist-category_32\",\"playlist-category_30\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"960\",\"lbox-height\":\"540\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"pagination\":{\"bottom-1\":\"1\"},\"left\":{\"bottom-1\":\"0\"},\"right\":{\"bottom-1\":\"2\"},\"filter\":{\"top-2\":\"0\"}}}','[]','','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `wppk_eg_grids` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_eg_grids` with 15 row(s)
--

--
-- Table structure for table `wppk_eg_item_elements`
--

DROP TABLE IF EXISTS `wppk_eg_item_elements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_eg_item_elements` (
  `id` mediumint(6) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `handle` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_eg_item_elements`
--

LOCK TABLES `wppk_eg_item_elements` WRITE;
/*!40000 ALTER TABLE `wppk_eg_item_elements` DISABLE KEYS */;
INSERT INTO `wppk_eg_item_elements` VALUES (1,'Title','title','{\"source\":\"post\",\"source-post\":\"title\",\"source-woocommerce\":\"wc_full_price\",\"source-separate\":\",\",\"source-function\":\"link\",\"source-meta\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-icon\":\"\",\"source-text-style-disable\":\"false\",\"source-text\":\"\",\"enable-hover\":\"false\",\"font-size\":\"26\",\"line-height\":\"26\",\"color\":\"#000000\",\"0\":\"Default\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"false\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"12\",\"4\",\"12\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"0\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"false\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"20\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"show-on-sale\":\"false\",\"show-if-featured\":\"false\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"false\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\"}'),(2,'Title-051029','title-051029','{\"source\":\"post\",\"source-post\":\"title\",\"source-woocommerce\":\"wc_full_price\",\"source-separate\":\",\",\"source-function\":\"link\",\"source-meta\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-icon\":\"\",\"source-text-style-disable\":\"false\",\"source-text\":\"\",\"enable-hover\":\"false\",\"font-size\":\"26\",\"line-height\":\"26\",\"color\":\"#000000\",\"0\":\"Default\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"false\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"12\",\"4\",\"12\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"0\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"false\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"20\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"show-on-sale\":\"false\",\"show-if-featured\":\"false\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"false\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\"}'),(3,'artist01-title','artist01-title','{\"source\":\"post\",\"source-post\":\"title\",\"source-woocommerce\":\"wc_full_price\",\"source-separate\":\",\",\"source-function\":\"link\",\"source-meta\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"10\",\"source-icon\":\"\",\"source-text-style-disable\":\"false\",\"source-text\":\"\",\"enable-hover\":\"false\",\"font-size\":\"24\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"0\":\"Default\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"false\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"20\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"#\",\"bg-alpha\":\"0\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"false\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"15\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"show-on-sale\":\"false\",\"show-if-featured\":\"false\",\"transition\":\"flipup\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"false\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\"}'),(4,'Title-214155','title-214155','{\"source\":\"post\",\"source-post\":\"title\",\"source-woocommerce\":\"wc_full_price\",\"source-separate\":\",\",\"source-function\":\"link\",\"source-meta\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-icon\":\"\",\"source-text-style-disable\":\"false\",\"source-text\":\"\",\"enable-hover\":\"false\",\"font-size\":\"26\",\"line-height\":\"26\",\"color\":\"#000000\",\"0\":\"Default\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"false\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"12\",\"4\",\"12\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"0\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"false\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"20\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"show-on-sale\":\"false\",\"show-if-featured\":\"false\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"false\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\"}');
/*!40000 ALTER TABLE `wppk_eg_item_elements` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_eg_item_elements` with 4 row(s)
--

--
-- Table structure for table `wppk_eg_item_skins`
--

DROP TABLE IF EXISTS `wppk_eg_item_skins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_eg_item_skins` (
  `id` mediumint(6) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `name` (`name`),
  UNIQUE KEY `handle` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=114 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_eg_item_skins`
--

LOCK TABLES `wppk_eg_item_skins` WRITE;
/*!40000 ALTER TABLE `wppk_eg_item_skins` DISABLE KEYS */;
INSERT INTO `wppk_eg_item_skins` VALUES (46,'FacebookStream','facebookstream','{\"eg-item-skin-element-last-id\":\"33\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,88,153,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"26\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#363839\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"SHOW IMAGE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"true\",\"source-text\":\"PLAY VIDEO\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#365899\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-alt\\\" style=\\\"background:#365899;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %likes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"33\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-calendar-empty\\\" style=\\\"background:#90949c;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %date%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(47,'YoutubeStream','youtubestream','{\"eg-item-skin-element-last-id\":\"35\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"rgba(255, 255, 255, 0)\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"transparent\",\"content-padding\":[\"15\",\"15\",\"15\",\"15\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"28\",\"color\":\"#\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"rgba(255, 255, 255, 0)\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"18\",\"line-height-hover\":\"19\",\"color-hover\":\"#\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255, 255, 255, 0)\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"chars\",\"limit-num\":\"40\",\"tag-type\":\"h5\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-taxonomy\":\"post_tag\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"60\",\"line-height\":\"60\",\"color\":\"#818181\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255, 255, 255, 0)\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"\",\"\",\"\",\"\"],\"border-radius\":[\"\",\"\",\"\",\"\"],\"border-radius-unit\":\"px\",\"border-color\":\"rgba(255, 255, 255, 0)\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"60\",\"line-height-hover\":\"60\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"show\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"true\",\"show-on-lightbox-video\":\"false\",\"source-icon\":\"eg-icon-play-circled\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"0\",\"1\":\"10\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#\",\"font-family-hover\":\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"%views_short% views\"}},{\"id\":\"34\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255, 255, 255, 0)\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-1\\\"><\\/i>%likes_short%\"}},{\"id\":\"35\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":{\"0\":\"0\",\"1\":\"5\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"rgba(255, 255, 255, 0)\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-down\\\"><\\/i>%dislikes_short%\"}}]','{\"favorite\":true}'),(48,'TwitterStream','twitterstream','{\"eg-item-skin-element-last-id\":\"38\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(41,47,51,0.20)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"30\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"20\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"zoomtodefault\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"37\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"@%author_name%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"40\",\"enable-hover\":\"on\",\"font-size\":\"26\",\"line-height\":\"32\",\"color\":\"#292f33\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"26\",\"line-height-hover\":\"32\",\"color-hover\":\"#0084b4\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#19cf68\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"sharetwitter\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-shuffle-1\\\"><\\/i> %retweets%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"36\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(49,'VimeoStream','vimeostream','{\"eg-item-skin-element-last-id\":\"34\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"34\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"%duration%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#99aabc\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"22\",\"color-hover\":\"#99aabc\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"by %author_name%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"40\",\"color\":\"#44bbff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"30\",\"0\",\"30\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit\":\"px\",\"border-color\":\"#44bbff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"40\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"Play Video\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(50,'InstagramStream','instagramstream','{\"eg-item-skin-element-last-id\":\"37\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"hide\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes_short%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"10\",\"7\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"adv-rules\":{\"ar-show\":\"show\",\"ar-type\":[\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\"],\"ar-meta\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-operator\":[\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\"],\"ar-value\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-value-2\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-logic\":[\"and\",\"and\",\"and\",\"and\",\"and\",\"and\"],\"ar-logic-glob\":[\"and\",\"and\"]},\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"37\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"true\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-play\\\"><\\/i> %likes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"36\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-text\":\"<i class=\\\"eg-icon-align-left\\\"><\\/i> %num_comments%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(52,'sonaar-photo-skin','sonaar-photo-skin','{\"eg-item-skin-element-last-id\":\"10\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0.3)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"10\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"special-type\":\"line-break\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"shadow-color-hover\":\"#000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"LINE-BREAK\"}}]','{\"favorite\":true}'),(56,'sonaar-events-grid01','sonaar-events-grid01','{\"eg-item-skin-element-last-id\":\"18\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"4\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,9,9,0.51)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#0a0a0a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"10\",\"10\",\"10\",\"10\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#ffffff\",\"full-border-style\":\"double\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#0a0a0a\",\"content-padding\":[\"0\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"both\",\"content-shadow-color\":\"rgba(0,0,0,0.16)\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"media\",\"link-link-type\":\"post\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"15\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"22\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"20\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-taxonomy\":\"post_tag\",\"source-post\":\"date\"}},{\"id\":\"16\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"special-type\":\"line-break\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"14\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"18\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"20\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"transparent\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"21\",\"line-height-hover\":\"21\",\"color-hover\":\"#dd3333\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"h3\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-taxonomy\":\"post_tag\",\"source-post\":\"title\"}},{\"id\":\"18\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"special-type\":\"line-break\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"17\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"11\",\"line-height\":\"15\",\"color\":\"#0a0a0a\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"-6\",\"3\":\"0\"},\"padding\":{\"0\":\"3\",\"1\":\"10\",\"2\":\"3\",\"3\":\"10\"},\"background-color\":\"#ffffff\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"3\",\"1\":\"3\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"zoomfront\",\"transition-type\":\"\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-taxonomy\":\"post_tag\",\"source-post\":\"meta\",\"source-meta\":\"egl-city\"}}]','{\"favorite\":true}'),(58,'sonaar-instagram','sonaar-instagram','{\"eg-item-skin-element-last-id\":\"11\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(115,173,155,0.30)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"post\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_blank\"}','[{\"id\":\"10\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"10\",\"1\":\"20\",\"2\":\"0\",\"3\":\"20\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"zoomfront\",\"transition-type\":\"\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes_short%\"}},{\"id\":\"11\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"10\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"zoomfront\",\"transition-type\":\"\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"fa fa-comment-o\\\"><\\/i> %num_comments%\"}},{\"id\":\"9\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"shadow-color-hover\":\"#000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"LINE-BREAK\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"15\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"5\",\"1\":\"5\",\"2\":\"5\",\"3\":\"5\"},\"background-color\":\"transparent\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"220\",\"transition\":\"slideshortup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"%content%\"}}]','{\"favorite\":true}'),(59,'sonaar-artists','sonaar-artists','{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"4\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"post\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"10\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"15\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"5\",\"1\":\"10\",\"2\":\"5\",\"3\":\"10\"},\"background-color\":\"rgba(255,255,255,0.15)\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"flipup\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\",\"source-text\":\"\"}},{\"id\":\"12\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"10\",\"1\":\"0\",\"2\":\"40\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"24\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"falldown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"h2\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-taxonomy\":\"post_tag\",\"source-catmax\":\"-1\",\"source-post\":\"title\"}}]',''),(60,'sonaar-music','sonaar-music','{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"4\",\"splitted-item\":\"none\",\"cover-type\":\"content\",\"container-background-color\":\"transparent\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"10\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"true\",\"content-bg-color\":\"rgba(255, 255, 255, 0)\",\"content-padding\":[\"0\",\"10\",\"10\",\"10\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"media\",\"content-shadow-color\":\"rgba(10, 10, 10, 0.46)\",\"content-box-shadow\":[\"5\",\"5\",\"10\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"media\",\"link-link-type\":\"post\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"14\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"25\",\"line-height\":\"25\",\"color\":\"#\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"left\",\"margin\":{\"0\":\"20\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"transparent\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"h2\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-taxonomy\":\"post_tag\",\"source-catmax\":\"-1\",\"source-post\":\"title\"}},{\"id\":\"16\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"special-type\":\"line-break\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"17\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"16\",\"color\":\"#\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"left\",\"margin\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"zoomfront\",\"transition-type\":\"\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"h5\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-taxonomy\":\"post_tag\",\"source-catmax\":\"-1\",\"source-text\":\"by %egl-artist-name%\"}},{\"id\":\"18\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"special-type\":\"line-break\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"shadow-color-hover\":\"#000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\",\"source-text\":\"LINE-BREAK\"}},{\"id\":\"15\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"3\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"5\",\"0\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-taxonomy\":\"post_tag\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"egl-album-release-date\"}}]',''),(61,'News Skin 1','news-skin-1','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"rgba(10, 10, 10, 0.7)\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"4\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"post\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"10\",\"1\":\"20\",\"2\":\"10\",\"3\":\"20\"},\"background-color\":\"#000000\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"6\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\"\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-taxonomy\":\"post_tag\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"date\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"28\",\"line-height\":\"26\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"10\",\"3\":\"10\"},\"padding\":{\"0\":\"5\",\"1\":\"10\",\"2\":\"5\",\"3\":\"10\"},\"background-color\":\"transparent\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"h2\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-taxonomy\":\"post_tag\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\"}},{\"id\":\"5\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"chars\",\"limit-num\":\"190\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"30\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"transition-type\":\"out\",\"split\":\"full\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"p\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-taxonomy\":\"post_tag\",\"source-separate\":\",\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"excerpt\"}}]','{\"favorite\":true}'),(63,'video-grid','video-grid','{\"eg-item-skin-element-last-id\":\"35\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"rgba(255, 255, 255, 0)\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#000000\",\"content-padding\":[\"20\",\"10\",\"20\",\"10\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"19\",\"color\":\"#818181\",\"font-family\":\"\\\"raleway\\\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"19\",\"color-hover\":\"#167ac6\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255, 255, 255, 0)\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"chars\",\"limit-num\":\"40\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-taxonomy\":\"post_tag\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"60\",\"line-height\":\"60\",\"color\":\"#818181\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255, 255, 255, 0)\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"\",\"\",\"\",\"\"],\"border-radius\":[\"\",\"\",\"\",\"\"],\"border-radius-unit\":\"px\",\"border-color\":\"rgba(255, 255, 255, 0)\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"60\",\"line-height-hover\":\"60\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"show\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"true\",\"show-on-lightbox-video\":\"false\",\"source-icon\":\"eg-icon-play-circled\"}}]',''),(64,'Album Click and Play','album-click-and-play','{\"eg-item-skin-element-last-id\":\"21\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"4\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"linear-gradient(-215deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.7) 100%, rgba(10, 10, 10, 0.7) 100%)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#000000\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"true\",\"content-bg-color\":\"#000000\",\"content-padding\":[\"0\",\"10\",\"20\",\"10\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.16)\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"14\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"25\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"left\",\"margin\":{\"0\":\"20\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"transparent\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"h2\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-taxonomy\":\"post_tag\",\"source-catmax\":\"-1\",\"source-post\":\"title\"}},{\"id\":\"21\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"28\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"28\",\"33\",\"28\",\"39\"],\"background-color\":\"transparent\",\"shadow-color\":\"transparent\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-text\":\"<a href=\\\"javascript:IRON.sonaar.player.setPlayer({ id:%post_id%, title:\'%title%\' })\\\"><i class=\\\"fa fa-play\\\" aria-hidden=\\\"true\\\"><\\/i><\\/a>\\n\"}},{\"id\":\"16\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"special-type\":\"line-break\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"17\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"left\",\"margin\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"zoomfront\",\"transition-type\":\"\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-taxonomy\":\"post_tag\",\"source-catmax\":\"-1\",\"source-text\":\"by %egl-artist-name%\"}},{\"id\":\"18\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"special-type\":\"line-break\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"shadow-color-hover\":\"#000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\",\"source-text\":\"LINE-BREAK\"}}]',''),(65,'FlickrStream','flickrstream','{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#222222\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#222222\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-link\"}},\"\",{\"id\":\"15\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-post\":\"title\"}},\"\",{\"id\":\"17\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-star-empty\\\"><\\/i> %favorites%\"}},{\"id\":\"19\",\"order\":\"3\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"by %author_name%\"}}]',''),(66,'Washington','washington','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"8\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(67,'Adams','adams','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"flipleft\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-adams-element-0{}\",\"css-hover\":\".eg-adams-element-0{}\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\".eg-adams-element-3{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-3{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-adams-element-5{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-5{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(68,'Jefferson','jefferson','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(227,58,12,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fliphorizontal\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"fliphorizontalout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"46\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"1\",\"5\",\"1\",\"5\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"70\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\"   \",\"limit-type\":\"words\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(69,'Madison','madison','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(88,92,103,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#585c67\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipvertical\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"flipverticalout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"35\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"35\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"45\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(70,'Monroe','monroe','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"30\",\"0\"],\"padding\":[\"3\",\"15\",\"2\",\"15\"],\"background-color\":\"rgba(137,175,114,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"3\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"30\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(155,193,132,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"3\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"Read More\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"out\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"24\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"12\",\"4\",\"12\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(71,'Quincy','quincy','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(45,48,57,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#2d3039\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"pressback\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(72,'Jackson','jackson','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#eeeeee\",\"full-padding\":[\"5\",\"5\",\"5\",\"5\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"zoomback\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(245,245,245,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(238,238,238,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"5\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-jackson-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-jackson-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(245,245,245,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(238,238,238,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#888888\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewleft\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(73,'VanBuren','vanburen','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,6,6,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#363839\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyleft\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyright\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(74,'HenryHarrison','henryharrison','{\"eg-item-skin-element-last-id\":\"5\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(49,165,203,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"27\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"0\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"27\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"normal\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"0\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"5\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-plus\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(75,'Tyler','tyler','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-unlink\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(76,'Polk','polk','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.95)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"46\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"57\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]',''),(77,'Taylor','taylor','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"flipdown\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]',''),(78,'Fillmore','fillmore','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-0{cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-0{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"13\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"align\":\"c_c\",\"margin-unit\":\"px\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-1{ cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-1{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]',''),(79,'Pierce','pierce','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-1{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-1{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"source-post\":\"excerpt\",\"tag-type\":\"div\",\"align\":\"c_c\",\"css-hover\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]',''),(80,'Buchanan','buchanan','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slidedown\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"21\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"40\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]',''),(81,'Lincoln','lincoln','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link-ext\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-mail\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(82,'Johnson','johnson','{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,142,133,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"40\",\"0\",\"40\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-johnson-element-0{}\",\"css-hover\":\".eg-johnson-element-0{}\",\"tag-type\":\"div\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-1{}\",\"css-hover\":\".eg-johnson-element-1{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-3{}\",\"css-hover\":\".eg-johnson-element-3{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-videocam\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(83,'Grant','grant','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-grant-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-grant-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.40)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-text\":\"READ MORE\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"22\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(84,'Hayes','hayes','{\"eg-item-skin-element-last-id\":\"23\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(85,'Garfield','garfield','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#333333\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(86,'Arthur','arthur','{\"eg-item-skin-element-last-id\":\"31\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"30\",\"30\",\"25\",\"30\"],\"content-border\":[\"0\",\"0\",\"1\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_categories\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"31\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(87,'Cleveland','cleveland','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-cleveland-element-0{}\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-cleveland-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#555555\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#555555\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},\"\",{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#eeeeee\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(88,'Harrison','harrison','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#363839\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"date\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(89,'McKinley','mckinley','{\"eg-item-skin-element-last-id\":\"30\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(19,192,223,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"SHOW IMAGE\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"slide\",\"transition-type\":\"\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PLAY VIDEO\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"29\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"30\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(90,'Roosevelt','roosevelt','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(34,34,34,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"zoomback\",\"cover-group-animation\":\"none\",\"media-animation\":\"shifttotop\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"rgba(51,51,51,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-roosevelt-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-roosevelt-element-0{}\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"60\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-roosevelt-element-2{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-roosevelt-element-2{}\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(91,'HowardTaft','howardtaft','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(111,33,44,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#000000\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#000000\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-howardtaft-element-0{letter-spacing:1px;}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-0{}\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"200\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"true\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-play\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(92,'WoodrowWilson','woodrowwilson','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"3\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#89af72\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]',''),(93,'Harding','harding','{\"eg-item-skin-element-last-id\":\"17\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"40\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"1\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"Frontend Developer\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"4\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"5\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"50\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}}]',''),(94,'Coolidge','coolidge','{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"33\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-tools\\\"><\\/i>\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"5\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"40\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#40dc8d\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"-15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Learn More\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}}]',''),(95,'Herbert Hoover','herbert-hoover','{\"eg-item-skin-element-last-id\":\"25\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"24\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"true\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#aaaaaa\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-play\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"10\",\"order\":\"10\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#c32524\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-pinterest\",\"link-type-url\":\"#\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#4672b3\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-facebook-1\",\"link-type-url\":\"#\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#099bcc\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-twitter-1\",\"link-type-url\":\"#\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#da4a38\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-gplus-1\",\"link-type-url\":\"#\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(96,'Eisenhower','eisenhower','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-icon\":\"eg-icon-forward\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}}]',''),(97,'J.F.Kennedy','j-f-kennedy','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#111111\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#111111\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"19\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-icon\":\"eg-icon-forward\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#888888\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}}]',''),(98,'Lyndon Johnson','lyndon-johnson','{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(99,'Ulysses S. Grant','ulysses-s-grant','{\"eg-item-skin-element-last-id\":\"11\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:400\",\"Raleway:700,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-price\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"SHIPPING INCL.\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line2\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line3\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line4\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"BUY NOW\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(100,'Richard Nixon','richard-nixon','{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#252525\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#444444\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#252525\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 24.99\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"SHIPPING INCL.\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"4gb Webspace Included\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"2 Domains\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"PHP5 Enabled\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"24h Support\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"BUY NOW\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(101,'Gerald Ford','gerald-ford','{\"eg-item-skin-element-last-id\":\"15\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.25)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PREMIUM PRODUCT\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"14\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"The best for your small business\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"15\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-basket\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"0\",\"20\"],\"background-color\":\"rgba(238,238,238,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 39.99\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"12\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"15\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"20\",\"20\"],\"background-color\":\"rgba(238,238,238,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"INCL. SHIPPING\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"4GB Webspace Included\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"2 Domains\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"PHP5 Enabled\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"24h Support\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"20\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"BUY NOW\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"13\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(102,'Jimmy Carter','jimmy-carter','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"27\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"27\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"3\",\"6\",\"1\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"3dturnright\",\"media-animation-delay\":\"8\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#363839\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"I\'m a custom caption\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\", \",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"-5\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(231,65,36,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"ADD ANYTHING\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"num_comments\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"10\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"11\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#e74124\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"15\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Read More\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(103,'Ronald Reagan','ronald-reagan','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"4\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"10\",\"20\",\"10\",\"20\"],\"background-color\":\"rgba(77,56,75,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"6\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\"\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date_modified\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"23\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"28\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"num_comments\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"words\",\"limit-num\":\"20\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#444444\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"7\",\"0\",\"0\",\"0\"],\"padding\":[\"15\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]',''),(104,'GeorgeBush','georgebush','{\"eg-item-skin-element-last-id\":\"4\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"content\",\"container-background-color\":\"rgba(227,58,12,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"covergrowup\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:400,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"35\",\"line-height\":\"38\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"words\",\"limit-num\":\"8\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"20\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(105,'Essential Preview','essential-preview','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.10)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,77,28,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(106,'More Demo Examples','more-demo-examples','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(64,70,85,0.60)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(0,0,0,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,77,28,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(107,'Wilbert','wilbert','{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(17,17,17,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',''),(108,'Phillie','phillie','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#ffffff\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#ffffff\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:700,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon-dark%\\\" \\/>\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"2\",\"7\"],\"background-color\":\"rgba(0,0,0,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"81.67\",\"left-right\":\"38.5\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"%\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(109,'Jason','jason','{\"eg-item-skin-element-last-id\":\"32\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.20)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"true\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"32\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#89af72\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"31\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"30\",\"color\":\"#000000\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e33a0c\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',''),(110,'Music Click and play 2','music-click-and-play-2','{\"eg-item-skin-element-last-id\":\"21\",\"choose-layout\":\"masonry\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"4\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0.35)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"true\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#000000\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"true\",\"content-bg-color\":\"#000000\",\"content-padding\":[\"0\",\"10\",\"20\",\"10\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.16)\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"14\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"25\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Poppins\\\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"left\",\"margin\":{\"0\":\"20\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"background-color\":\"transparent\",\"shadow-color\":\"transparent\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-taxonomy\":\"post_tag\",\"source-catmax\":\"-1\",\"source-post\":\"title\"}},{\"id\":\"21\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"28\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"28\",\"1\":\"33\",\"2\":\"28\",\"3\":\"39\"},\"background-color\":\"transparent\",\"shadow-color\":\"transparent\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"2\",\"1\":\"2\",\"2\":\"2\",\"3\":\"2\"},\"border-radius\":{\"0\":\"60\",\"1\":\"60\",\"2\":\"60\",\"3\":\"60\"},\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"3\",\"1\":\"3\",\"2\":\"3\",\"3\":\"3\"},\"border-radius-hover\":{\"0\":\"60\",\"1\":\"60\",\"2\":\"60\",\"3\":\"60\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-text\":\"<a href=\\\"javascript:IRON.sonaar.player.setPlayer({ id:%post_id%, title:\'%title%\' })\\\"><i class=\\\"fas fa fa-play\\\" aria-hidden=\\\"true\\\"><\\/i><\\/a>\\n\"}},{\"id\":\"16\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"special-type\":\"line-break\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"17\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Poppins\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"left\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"zoomfront\",\"transition-type\":\"\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-taxonomy\":\"post_tag\",\"source-catmax\":\"-1\",\"source-text\":\"by %egl-artist-name%\"}},{\"id\":\"18\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"special-type\":\"line-break\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}}]',''),(111,'ESGBlankSkin','esgblankskin','{\"eg-item-skin-element-last-id\":\"0\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"rgba(255, 255, 255, 0)\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"rgba(255, 255, 255, 0)\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[]',''),(112,'sonaar-movie','sonaar-movie','{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"4\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"cover-blend-mode\":\"normal\",\"container-background-color\":\"transparent\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius-type\":\"px\",\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius-type\":\"px\",\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"content-box-shadow-inset\":\"false\",\"content-box-shadow-hover\":\"false\",\"cover-animation-color-top\":\"#FFFFFF\",\"cover-animation-delay-top\":\"0\",\"cover-animation-duration-top\":\"default\",\"cover-animation-top-type\":\"out\",\"cover-animation-top\":\"none\",\"cover-animation-color-center\":\"#FFFFFF\",\"cover-animation-delay-center\":\"0\",\"cover-animation-duration-center\":\"default\",\"cover-animation-center-type\":\"out\",\"cover-animation-center\":\"fade\",\"cover-animation-color-bottom\":\"#FFFFFF\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-duration-bottom\":\"default\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"cover-group-animation-duration\":\"default\",\"cover-group-animation-delay\":\"0\",\"media-animation\":\"none\",\"media-animation-blur\":\"5\",\"media-animation-duration\":\"default\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-duration\":\"default\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"post\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"10\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"15\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"5\",\"1\":\"10\",\"2\":\"5\",\"3\":\"10\"},\"background-color\":\"rgba(255,255,255,0.15)\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"flipup\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\",\"min-height\":\"0\",\"max-height\":\"none\",\"duration\":\"default\",\"letter-spacing\":\"normal\",\"letter-spacing-hover\":\"normal\",\"source-text\":\"\"}}]','');
/*!40000 ALTER TABLE `wppk_eg_item_skins` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_eg_item_skins` with 61 row(s)
--

--
-- Table structure for table `wppk_eg_navigation_skins`
--

DROP TABLE IF EXISTS `wppk_eg_navigation_skins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_eg_navigation_skins` (
  `id` mediumint(6) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `handle` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_eg_navigation_skins`
--

LOCK TABLES `wppk_eg_navigation_skins` WRITE;
/*!40000 ALTER TABLE `wppk_eg_navigation_skins` DISABLE KEYS */;
INSERT INTO `wppk_eg_navigation_skins` VALUES (1,'Flat Light','flat-light','/********************************\r\n	-	FLAT LIGHT BUTTONS -\r\n*********************************/\r\n.flat-light .navigationbuttons,\r\n.flat-light .esg-pagination,\r\n.flat-light .esg-filters{	text-transform:uppercase;\r\n							text-align: center;\r\n						}\r\n\r\n.flat-light .esg-filterbutton,\r\n.flat-light .esg-navigationbutton,\r\n.flat-light .esg-sortbutton,\r\n.flat-light .esg-cartbutton {	color:#000;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								position: relative;\r\n								z-index:2;\r\n								padding:1px 30px;\r\n								border:none;\r\n								line-height:38px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n								font-size:12px;\r\n								font-weight:700;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background: #fff;\r\n								margin-bottom:5px;\r\n							}\r\n\r\n.flat-light .esg-navigationbutton	{ padding:2px 12px; }\r\n.flat-light .esg-navigationbutton *	{ color:#000; }\r\n.flat-light .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.flat-light  .esg-sortbutton-wrapper,\r\n.flat-light  .esg-cartbutton-wrapper { display:inline-block; }\r\n.flat-light  .esg-sortbutton-order,\r\n.flat-light  .esg-cartbutton-order {	display:inline-block;\r\n										vertical-align:top;\r\n										border:none;\r\n										width:40px;\r\n										line-height:40px;\r\n										border-radius:5px;\r\n										-moz-border-radius:5px;\r\n										-webkit-border-radius:5px;\r\n										font-size:12px;\r\n										font-weight:700;\r\n										color:#999;\r\n										cursor: pointer;\r\n										background:#eee;\r\n										background: #fff;\r\n										margin-left:5px;\r\n									}\r\n\r\n.flat-light .esg-cartbutton {	color:#fff;\r\n								cursor: default !important;\r\n							}\r\n.flat-light .esg-cartbutton .esgicon-basket	{\r\n												color:#fff;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											}\r\n.flat-light .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.flat-light .esg-sortbutton,\r\n.flat-light .esg-cartbutton {	display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:0px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n							}\r\n\r\n.flat-light .esg-navigationbutton:hover,\r\n.flat-light .esg-filterbutton:hover,\r\n.flat-light .esg-sortbutton:hover,\r\n.flat-light .esg-sortbutton-order:hover,\r\n.flat-light .esg-cartbutton-order:hover,\r\n.flat-light .esg-filterbutton.selected {\r\n										border-color:none;color:#000;\r\n										background:#fff;\r\n									   }\r\n\r\n.flat-light .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.flat-light .esg-sortbutton-order.tp-desc:hover	{ color:#333; }\r\n\r\n.flat-light .esg-filter-checked	{	padding:1px 3px;\r\n									color:#cbcbcb;\r\n									background:#cbcbcb;\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n								}\r\n.flat-light .esg-filterbutton.selected .esg-filter-checked,\r\n.flat-light .esg-filterbutton:hover .esg-filter-checked	{\r\n															padding:1px 3px 1px 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														}'),(2,'Flat Dark','flat-dark','/********************************\r\n	-	FLAT DARK BUTTONS -\r\n*********************************/\r\n.flat-dark .navigationbuttons,\r\n.flat-dark .esg-pagination,\r\n.flat-dark .esg-filters {\r\n							text-transform:uppercase;\r\n							text-align: center;\r\n						}\r\n\r\n.flat-dark .esg-filterbutton,\r\n.flat-dark .esg-navigationbutton,\r\n.flat-dark .esg-sortbutton,\r\n.flat-dark .esg-cartbutton {color:#fff;\r\n							margin-right:5px;\r\n							cursor:pointer;\r\n							padding:1px 30px;\r\n							border:none;\r\n							line-height:38px;\r\n							border-radius:5px;\r\n							-moz-border-radius:5px;\r\n							-webkit-border-radius:5px;\r\n							font-size:12px;\r\n							font-weight:600;\r\n							font-family:\"Open Sans\",sans-serif;\r\n							display: inline-block;\r\n							background:#3a3a3a;\r\n							background: rgba(0,0,0,0.2);\r\n							margin-bottom:5px;\r\n							}\r\n\r\n.flat-dark .esg-navigationbutton { padding:1px 18px; }\r\n.flat-dark .esg-navigationbutton * { color:#fff; }\r\n.flat-dark .esg-pagination-button:last-child,\r\n.flat-dark .esg-filterbutton:last-child{ margin-right: 0; }\r\n.flat-dark .esg-left, .flat-dark .esg-right { padding:1px 12px; }\r\n\r\n.flat-dark  .esg-sortbutton-wrapper,\r\n.flat-dark  .esg-cartbutton-wrapper	{ display:inline-block; }\r\n.flat-dark  .esg-sortbutton-order,\r\n.flat-dark  .esg-cartbutton-order { display:inline-block;\r\n									vertical-align:top;\r\n									border:none;\r\n									width:40px;\r\n									line-height:40px;\r\n									border-radius:5px;\r\n									-moz-border-radius:5px;\r\n									-webkit-border-radius:5px;\r\n									font-size:12px;\r\n									font-weight:700;\r\n									color:#999;\r\n									cursor: pointer;\r\n									background:#eee;\r\n									background: rgba(0,0,0,0.2);\r\n									margin-left:5px;\r\n								}\r\n\r\n.flat-dark .esg-cartbutton {color:#fff;\r\n							cursor: default !important;\r\n							}\r\n.flat-dark .esg-cartbutton .esgicon-basket {color:#fff;\r\n											font-size:15px;\r\n											line-height:15px;\r\n											margin-right:10px;\r\n											}\r\n.flat-dark  .esg-cartbutton-wrapper	{ cursor: default !important; }\r\n\r\n.flat-dark .esg-sortbutton,\r\n.flat-dark .esg-cartbutton { display:inline-block;\r\n							position:relative;\r\n							cursor: pointer;\r\n							margin-right:0px;\r\n							border-radius:5px;\r\n							-moz-border-radius:5px;\r\n							-webkit-border-radius:5px;\r\n							}\r\n\r\n.flat-dark .esg-navigationbutton:hover,\r\n.flat-dark .esg-filterbutton:hover,\r\n.flat-dark .esg-sortbutton:hover,\r\n.flat-dark .esg-sortbutton-order:hover,\r\n.flat-dark .esg-cartbutton-order:hover,\r\n.flat-dark .esg-filterbutton.selected { color:#fff;\r\n										border-color:none;\r\n										background:#4a4a4a;\r\n										background: rgba(0,0,0,0.5);\r\n									 }\r\n\r\n.flat-dark .esg-navigationbutton:hover * { color:#fff; }\r\n.flat-dark .esg-sortbutton-order.tp-desc:hover	{ color:#fff; }\r\n.flat-dark .esg-filter-checked {padding:1px 3px;\r\n								color:transparent;\r\n								background:#000;\r\n								background: rgba(0,0,0,0.2);\r\n								margin-left:7px;\r\n								font-size:9px;\r\n								font-weight:300;\r\n								line-height:9px;\r\n								vertical-align: middle:\r\n								}\r\n								\r\n.flat-dark .esg-filterbutton.selected .esg-filter-checked,\r\n.flat-dark .esg-filterbutton:hover .esg-filter-checked {padding:1px 3px 1px 3px;\r\n														color:#fff;\r\n														background:#000;\r\n														background: rgba(0,0,0,0.2);\r\n														margin-left:7px;\r\n														font-size:9px;\r\n														font-weight:300;\r\n														line-height:9px;\r\n														vertical-align: middle\r\n														}'),(3,'Minimal Dark','minimal-dark','/********************************\r\n	-	MINIMAL DARK BUTTONS -\r\n*********************************/\r\n\r\n.minimal-dark .navigationbuttons,\r\n.minimal-dark .esg-pagination,\r\n.minimal-dark .esg-filters { text-align: center; }\r\n\r\n.minimal-dark .esg-filterbutton,\r\n.minimal-dark .esg-navigationbutton,\r\n.minimal-dark .esg-sortbutton,\r\n.minimal-dark .esg-cartbutton { color:#fff;\r\n								color:rgba(255,255,255,1);\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 17px;\r\n								border:1px solid rgb(255,255,255);\r\n								border:1px solid rgba(255,255,255,0.1);\r\n								line-height:38px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n								font-size:12px;\r\n								font-weight:600;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background:transparent;\r\n								margin-bottom:5px;\r\n								}\r\n\r\n\r\n.minimal-dark .esg-navigationbutton * {\r\n										color:#fff;\r\n										color:rgba(255,255,255,1);\r\n									}\r\n.minimal-dark .esg-navigationbutton	{ padding:0px 11px; }\r\n.minimal-dark .esg-pagination-button { padding:0px 16px; }\r\n.minimal-dark .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.minimal-dark  .esg-sortbutton-wrapper,\r\n.minimal-dark  .esg-cartbutton-wrapper { display:inline-block; }\r\n.minimal-dark  .esg-sortbutton-order,\r\n.minimal-dark  .esg-cartbutton-order {  display:inline-block;\r\n										vertical-align:top;\r\n										border:1px solid rgb(255,255,255);\r\n										border:1px solid rgba(255,255,255,0.1);\r\n										width:40px;\r\n										line-height:38px;\r\n										border-radius: 0px 5px 5px 0px;\r\n										-moz-border-radius: 0px 5px 5px 0px;\r\n										-webkit-border-radius: 0px 5px 5px 0px;\r\n										font-size:12px;\r\n										font-weight:600;\r\n										color:#fff;\r\n										cursor: pointer;\r\n										background:transparent;\r\n									}\r\n\r\n.minimal-dark .esg-cartbutton {\r\n								color:#fff;\r\n								cursor: default !important;\r\n							  }\r\n.minimal-dark .esg-cartbutton .esgicon-basket {\r\n												color:#fff;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											  }\r\n.minimal-dark  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.minimal-dark .esg-sortbutton,\r\n.minimal-dark .esg-cartbutton {\r\n								display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:0px;\r\n								border-right:none;\r\n								border-radius:5px 0px 0px 5px;\r\n								-moz-border-radius:5px 0px 0px 5px;\r\n								-webkit-border-radius:5px 0px 0px 5px;\r\n							   }\r\n\r\n.minimal-dark .esg-navigationbutton:hover,\r\n.minimal-dark .esg-filterbutton:hover,\r\n.minimal-dark .esg-sortbutton:hover,\r\n.minimal-dark .esg-sortbutton-order:hover,\r\n.minimal-dark .esg-cartbutton-order:hover,\r\n.minimal-dark .esg-filterbutton.selected {\r\n											border-color:#fff;\r\n											border-color:rgba(255,255,255,0.2);\r\n											color:#fff;\r\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n											background:#333;\r\n											background: rgba(255,255,255,0.1);\r\n										  }\r\n\r\n.minimal-dark .esg-navigationbutton:hover * { color:#fff; }\r\n\r\n.minimal-dark .esg-sortbutton-order.tp-desc:hover {	border-color:#fff;\r\n													border-color:rgba(255,255,255,0.2);\r\n													color:#fff;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												  }\r\n\r\n.minimal-dark .esg-filter-checked {\r\n									padding:1px 3px;\r\n									color:transparent;\r\n									background:#000;\r\n									background: rgba(0,0,0,0.10);\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n								  }\r\n.minimal-dark .esg-filterbutton.selected .esg-filter-checked,\r\n.minimal-dark .esg-filterbutton:hover .esg-filter-checked {\r\n															padding:1px 3px 1px 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															background: rgba(0,0,0,0.10);\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														  }'),(4,'Minimal Light','minimal-light','/******************************\r\n	-	MINIMAL LIGHT SKIN	-\r\n********************************/\r\n\r\n.minimal-light .navigationbuttons,\r\n.minimal-light .esg-pagination,\r\n.minimal-light .esg-filters { text-align: center; }\r\n\r\n.minimal-light .esg-filterbutton,\r\n.minimal-light .esg-navigationbutton,\r\n.minimal-light .esg-sortbutton,\r\n.minimal-light .esg-cartbutton a{ \r\n								color:#999;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 16px;\r\n								border:1px solid #e5e5e5;\r\n								line-height:38px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n								font-size:12px;\r\n								font-weight:700;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background:#fff;\r\n								margin-bottom:5px;\r\n							  }\r\n\r\n/*.minimal-light .esg-cartbutton a { color: #999; }*/\r\n\r\n.minimal-light .esg-navigationbutton * { color:#999; }\r\n.minimal-light .esg-navigationbutton	{ padding:0px 16px; }\r\n.minimal-light .esg-pagination-button:last-child { margin-right: 0; }\r\n.minimal-light .esg-left, .minimal-light .esg-right	{ padding:0px 11px; }\r\n\r\n.minimal-light  .esg-sortbutton-wrapper,\r\n.minimal-light  .esg-cartbutton-wrapper { display:inline-block; }\r\n.minimal-light  .esg-sortbutton-order,\r\n.minimal-light  .esg-cartbutton-order {	display:inline-block;\r\n										vertical-align:top;\r\n										border:1px solid #e5e5e5;\r\n										width:40px;\r\n										line-height:38px;\r\n										border-radius: 0px 5px 5px 0px;\r\n										-moz-border-radius: 0px 5px 5px 0px;\r\n										-webkit-border-radius: 0px 5px 5px 0px;\r\n										font-size:12px;\r\n										font-weight:700;\r\n										color:#999;\r\n										cursor: pointer;\r\n										background:#fff;\r\n									   }\r\n\r\n.minimal-light .esg-cartbutton {\r\n								color:#333;\r\n								cursor: default !important;\r\n								}\r\n.minimal-light .esg-cartbutton .esgicon-basket {color:#333;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n												}\r\n.minimal-light  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.minimal-light .esg-sortbutton,\r\n.minimal-light .esg-cartbutton { display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:0px;\r\n								border-right:none;\r\n								border-radius:5px 0px 0px 5px;\r\n								-moz-border-radius:5px 0px 0px 5px;\r\n								-webkit-border-radius:5px 0px 0px 5px;\r\n								}\r\n\r\n.minimal-light .esg-navigationbutton:hover,\r\n.minimal-light .esg-filterbutton:hover,\r\n.minimal-light .esg-sortbutton:hover,\r\n.minimal-light .esg-sortbutton-order:hover,\r\n.minimal-light .esg-cartbutton a:hover,\r\n.minimal-light .esg-filterbutton.selected {\r\n											background-color:#fff;\r\n											border-color:#bbb;\r\n											color:#333;\r\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n										  }\r\n\r\n.minimal-light .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.minimal-light .esg-sortbutton-order.tp-desc:hover {\r\n													border-color:#bbb;\r\n													color:#333;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												   }\r\n\r\n.minimal-light .esg-filter-checked { \r\n									padding:1px 3px;\r\n									color:#cbcbcb;\r\n									background:#cbcbcb;\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n									}\r\n.minimal-light .esg-filterbutton.selected .esg-filter-checked,\r\n.minimal-light .esg-filterbutton:hover .esg-filter-checked {\r\n															padding:1px 3px 1px 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														   }'),(5,'Simple Light','simple-light','/******************************\r\n	-	SIMPLE LIGHT SKIN	-\r\n********************************/\r\n\r\n.simple-light .navigationbuttons,\r\n.simple-light .esg-pagination,\r\n.simple-light .esg-filters { text-align: center; }\r\n\r\n.simple-light .esg-filterbutton,\r\n.simple-light .esg-navigationbutton,\r\n.simple-light .esg-sortbutton,\r\n.simple-light .esg-cartbutton a {\r\n								color:#000;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 11px;\r\n								border:1px solid #e5e5e5;\r\n								line-height:30px;\r\n								font-size:12px;\r\n								font-weight:400;\r\n								font-family:\\\\\\\"Open Sans\\\\\\\",sans-serif;\r\n								display: inline-block;\r\n								background:#eee;\r\n								margin-bottom:5px;\r\n							  }\r\n\r\n.simple-light .esg-navigationbutton * {	color:#000; }\r\n.simple-light .esg-left,\r\n.simple-light .esg-right { color:#000; padding:0px 7px;}\r\n.simple-light .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.simple-light .esg-sortbutton-wrapper,\r\n.simple-light .esg-cartbutton-wrapper {	display:inline-block; }\r\n.simple-light .esg-sortbutton-order,\r\n.simple-light .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: top;\r\n									border: 1px solid #e5e5e5;\r\n									width: 29px;\r\n									line-height: 30px;\r\n									font-size: 9px;\r\n									font-weight: 400;\r\n									color: #000;\r\n									cursor: pointer;\r\n									background: #eee;\r\n									}\r\n\r\n.simple-light .esg-cartbutton {\r\n								color:#333;\r\n								cursor: default !important;\r\n							  }\r\n.simple-light .esg-cartbutton .esgicon-basket {\r\n												color:#333;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											  }\r\n.simple-light  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.simple-light .esg-sortbutton,\r\n.simple-light .esg-cartbutton {\r\n								display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:5px;\r\n							  }\r\n\r\n\r\n.simple-light .esg-navigationbutton:hover,\r\n.simple-light .esg-filterbutton:hover,\r\n.simple-light .esg-sortbutton:hover,\r\n.simple-light .esg-sortbutton-order:hover,\r\n.simple-light .esg-cartbutton a:hover,\r\n.simple-light .esg-filterbutton.selected {\r\n											background-color:#fff;\r\n											border-color:#bbb;\r\n											color:#333;\r\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n										 }\r\n\r\n.simple-light .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.simple-light .esg-sortbutton-order.tp-desc:hover {\r\n													border-color:#bbb;\r\n													color:#333;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												  }\r\n\r\n.simple-light .esg-filter-checked {\r\n									padding:3px;\r\n									color:#c5c5c5;\r\n									background:#ddd;\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:400;\r\n									line-height:20px;\r\n									vertical-align: middle;\r\n								  }\r\n.simple-light .esg-filterbutton.selected .esg-filter-checked,\r\n.simple-light .esg-filterbutton:hover .esg-filter-checked {\r\n															padding: 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:400;\r\n															line-height:20px;\r\n															vertical-align: middle\r\n														}'),(6,'Simple Dark','simple-dark','/********************************\r\n-	SIMPLE DARK BUTTONS -\r\n*********************************/\r\n\r\n.simple-dark .navigationbuttons,\r\n.simple-dark .esg-pagination,\r\n.simple-dark .esg-filters {	text-align: center; }\r\n\r\n.simple-dark .esg-filterbutton,\r\n.simple-dark .esg-navigationbutton,\r\n.simple-dark .esg-sortbutton,\r\n.simple-dark .esg-cartbutton {\r\n								color:#fff;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 10px;\r\n								border:1px solid rgb(255,255,255);\r\n								border:1px solid rgba(255,255,255,0.15);\r\n								line-height:29px;\r\n								font-size:12px;\r\n								font-weight:600;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background: rgba(255,255,255,0.08 );\r\n								margin-bottom:5px;\r\n							  }\r\n\r\n.simple-dark .esg-navigationbutton * {\r\n										color:#fff;\r\n									 }\r\n.simple-dark .esg-left, .simple-dark .esg-right { padding:0px 5px !important; }\r\n\r\n.simple-dark  .esg-sortbutton-wrapper,\r\n.simple-dark  .esg-cartbutton-wrapper {	display:inline-block; }\r\n.simple-dark  .esg-sortbutton-order,\r\n.simple-dark  .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: top;\r\n									border:1px solid rgb(255,255,255);\r\n									border:1px solid rgba(255,255,255,0.15);\r\n									width: 29px;\r\n									line-height: 29px;\r\n									font-size: 9px;\r\n									font-weight: 600;\r\n									color: #fff;\r\n									cursor: pointer;\r\n									background: rgba(255,255,255,0.08 );\r\n									}\r\n\r\n.simple-dark .esg-cartbutton {\r\n							color:#fff;\r\n							cursor: default !important;\r\n							}\r\n							\r\n.simple-dark .esg-cartbutton .esgicon-basket {\r\n												color:#fff;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											  }\r\n.simple-dark  .esg-cartbutton-wrapper {	cursor: default !important; }\r\n\r\n.simple-dark .esg-sortbutton,\r\n.simple-dark .esg-cartbutton {\r\n								display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:5px;\r\n							  }\r\n\r\n\r\n.simple-dark .esg-navigationbutton:hover,\r\n.simple-dark .esg-filterbutton:hover,\r\n.simple-dark .esg-sortbutton:hover,\r\n.simple-dark .esg-sortbutton-order:hover,\r\n.simple-dark .esg-cartbutton-order:hover,\r\n.simple-dark .esg-filterbutton.selected {\r\n										border-color:#fff;\r\n										color:#000;\r\n										box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n										background:#fff;\r\n										}\r\n\r\n.simple-dark .esg-navigationbutton:hover * { color:#000; }\r\n.simple-dark .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.simple-dark .esg-sortbutton-order.tp-desc:hover {\r\n													border-color:#fff;\r\n													border-color:rgba(255,255,255,0.2);\r\n													color:#000;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												 }\r\n\r\n.simple-dark .esg-filter-checked {\r\n									padding:1px;\r\n									color:transparent;\r\n									background:#000;\r\n									background: rgba(255,255,255,0.15);\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n								  }\r\n\r\n.simple-dark .esg-filterbutton.selected .esg-filter-checked,\r\n.simple-dark .esg-filterbutton:hover .esg-filter-checked {\r\n															padding:1px;\r\n															color:#000;\r\n															background:#fff;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														  }'),(7,'Text Dark','text-dark','/********************************\r\n-	TEXT DARK BUTTONS -\r\n*********************************/\r\n\r\n.text-dark .navigationbuttons,\r\n.text-dark .esg-pagination,\r\n.text-dark .esg-filters { text-align: center; }\r\n\r\n.text-dark .esg-filterbutton,\r\n.text-dark .esg-navigationbutton,\r\n.text-dark .esg-sortbutton,\r\n.text-dark .esg-cartbutton {\r\n							color:#fff;\r\n							color:rgba(255,255,255,0.4);\r\n							margin-right:5px;\r\n							cursor:pointer;\r\n							padding:0px 15px 0px 10px;\r\n							line-height:20px;\r\n							font-size:12px;\r\n							font-weight:600;\r\n							font-family:\"Open Sans\",sans-serif;\r\n							display: inline-block;\r\n							background:transparent;\r\n							margin-bottom:5px;\r\n						  }\r\n\r\n.text-dark .esg-navigationbutton * {\r\n									color:#fff;\r\n									color:rgba(255,255,255,0.4);\r\n								   }\r\n\r\n.text-dark  .esg-sortbutton-wrapper,\r\n.text-dark  .esg-cartbutton-wrapper { display:inline-block; }\r\n.text-dark  .esg-sortbutton-order,\r\n.text-dark  .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: middle;\r\n									width: 29px;\r\n									line-height: 20px;\r\n									font-size: 9px;\r\n									font-weight: 700;\r\n									color:#fff;\r\n									color:rgba(255,255,255,0.4);\r\n									cursor: pointer;\r\n									background: transparent;\r\n								  }\r\n\r\n.text-dark .esg-cartbutton {\r\n							color:#fff;\r\n							color:rgba(255,255,255,0.4);\r\n							cursor: default !important;\r\n							}\r\n.text-dark .esg-cartbutton .esgicon-basket {\r\n											color:#fff;\r\n											color:rgba(255,255,255,0.4);\r\n											font-size:15px;\r\n											line-height:15px;\r\n											margin-right:10px;\r\n											}\r\n.text-dark  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.text-dark .esg-sortbutton,\r\n.text-dark .esg-cartbutton {\r\n							display:inline-block;\r\n							position:relative;\r\n							cursor: pointer;\r\n							margin-right:0px;\r\n							}\r\n\r\n.text-dark .esg-navigationbutton:hover,\r\n.text-dark .esg-filterbutton:hover,\r\n.text-dark .esg-sortbutton:hover,\r\n.text-dark .esg-filterbutton.selected,\r\n.text-dark .esg-sortbutton-order:hover,\r\n.text-dark .esg-cartbutton-order:hover { color:#fff; }\r\n\r\n.text-dark .esg-navigationbutton:hover,\r\n.text-dark .esg-filterbutton:hover span:first-child,\r\n.text-dark .esg-filterbutton.selected span:first-child { text-decoration: none; }\r\n\r\n.text-dark .esg-filterbutton {\r\n								border-right:1px solid #fff;\r\n								border-right:1px solid rgba(255,255,255,0.15);\r\n							  }\r\n.text-dark .esg-filterbutton:last-child	{ border-right:none; }\r\n\r\n.text-dark .esg-sortbutton-order {\r\n									padding-left:10px;\r\n									border-left:1px solid #fff;\r\n									border-left:1px solid rgba(255,255,255,0.15);\r\n								 }\r\n\r\n.text-dark .esg-navigationbutton:hover * { color:#fff; }\r\n\r\n.text-dark .esg-sortbutton-order.tp-desc:hover {\r\n												border-color:#fff;\r\n												border-color:rgba(255,255,255,0.15);\r\n												color:#fff;\r\n												}\r\n\r\n.text-dark .esg-filter-checked {\r\n								padding:1px 3px;\r\n								color:transparent;\r\n								background:#000;\r\n								background: rgba(0,0,0,0.10);\r\n								margin-left:7px;\r\n								font-size:9px;\r\n								font-weight:300;\r\n								line-height:9px;\r\n								vertical-align: middle;\r\n								}\r\n\r\n.text-dark .esg-filter-checked * { }\r\n.text-dark .esg-filterbutton.selected .esg-filter-checked,\r\n.text-dark .esg-filterbutton:hover .esg-filter-checked {\r\n														padding:1px 3px 1px 3px;\r\n														color:#fff;\r\n														background:#000;\r\n														background: rgba(0,0,0,0.10);\r\n														margin-left:7px;\r\n														font-size:9px;\r\n														font-weight:300;\r\n														line-height:9px;\r\n														vertical-align: middle\r\n														}'),(8,'Text Light','text-light','/********************************\r\n-	TEXT LIGHT BUTTONS -\r\n*********************************/\r\n\r\n.text-light .navigationbuttons,\r\n.text-light .esg-pagination,\r\n.text-light .esg-filters {\r\n						text-align: center;\r\n						position: relative;\r\n						z-index:2;\r\n						}\r\n\r\n.text-light .esg-filterbutton,\r\n.text-light .esg-navigationbutton,\r\n.text-light .esg-sortbutton,\r\n.text-light .esg-cartbutton {\r\n							color:#999;\r\n							margin-right:5px;\r\n							cursor:pointer;\r\n							padding:0px 15px 0px 10px;\r\n							line-height:20px;\r\n							font-size:12px;\r\n							font-weight:600;\r\n							font-family:\"Open Sans\",sans-serif;\r\n							display: inline-block;\r\n							background:transparent;\r\n							margin-bottom:5px;\r\n							}\r\n\r\n.text-light .esg-navigationbutton * { color:#999; }\r\n\r\n.text-light  .esg-sortbutton-wrapper,\r\n.text-light  .esg-cartbutton-wrapper { display:inline-block; }\r\n.text-light  .esg-sortbutton-order,\r\n.text-light  .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: middle;\r\n									width: 29px;\r\n									line-height: 20px;\r\n									font-size: 9px;\r\n									font-weight: 700;\r\n									color:#999;\r\n									cursor: pointer;\r\n									background: transparent;\r\n									}\r\n\r\n.text-light .esg-cartbutton {\r\n							color:#999;\r\n							cursor: default !important;\r\n							}\r\n.text-light .esg-cartbutton .esgicon-basket {\r\n											color:#999;\r\n											font-size:15px;\r\n											line-height:15px;\r\n											margin-right:10px;\r\n											}\r\n.text-light .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.text-light .esg-sortbutton,\r\n.text-light .esg-cartbutton {\r\n							display:inline-block;\r\n							position:relative;\r\n							cursor: pointer;\r\n							margin-right:0px;\r\n							}\r\n\r\n.text-light .esg-navigationbutton:hover,\r\n.text-light .esg-filterbutton:hover,\r\n.text-light .esg-sortbutton:hover,\r\n.text-light .esg-filterbutton.selected,\r\n.text-light .esg-sortbutton-order:hover,\r\n.text-light .esg-cartbutton-order:hover { color:#444; }\r\n\r\n.text-light .esg-navigationbutton:hover,\r\n.text-light .esg-filterbutton:hover span:first-child,\r\n.text-light .esg-filterbutton.selected span:first-child { text-decoration: underline; }\r\n\r\n.text-light .esg-filterbutton {	border-right:1px solid #e5e5e5; }\r\n.text-light .esg-filterbutton:last-child { border-right:none; }\r\n\r\n.text-light .esg-sortbutton-order {\r\n									padding-left:10px;\r\n									border-left:1px solid #e5e5e5;\r\n								  }\r\n\r\n.text-light .esg-navigationbutton:hover * {	color:#444; }\r\n\r\n.text-light .esg-sortbutton-order.tp-desc:hover {\r\n												border-color:#e5e5e5;\r\n												color:#444;\r\n												}\r\n\r\n.text-light .esg-filter-checked {\r\n								padding:1px 3px;\r\n								color:transparent;\r\n								background:#eee;\r\n								background: rgba(0,0,0,0.05);\r\n								margin-left:7px;\r\n								font-size:9px;\r\n								font-weight:300;\r\n								line-height:9px;\r\n								vertical-align: middle;\r\n								}\r\n.text-light .esg-filter-checked * { }\r\n.text-light .esg-filterbutton.selected .esg-filter-checked,\r\n.text-light .esg-filterbutton:hover .esg-filter-checked {\r\n														padding:1px 3px 1px 3px;\r\n														color:#333;\r\n														background:#eee;\r\n														background: rgba(0,0,0,0.05);\r\n														margin-left:7px;\r\n														font-size:9px;\r\n														font-weight:300;\r\n														line-height:9px;\r\n														vertical-align: middle;\r\n														}\r\n'),(12,'Sonaar-filters','sonaar-filters','/********************************\n- SONAAR FILTERS -\n*********************************/\n.sonaar-filters div.esg-filterbutton+div.esg-filterbutton {\n    padding-left: 20px;\n    padding-right: 20px;\n    margin: 0 1px;\n}\n.sonaar-filters .esg-filter-wrapper {\n  	margin-top: 35px;\n    margin-bottom: 60px;\n}\n.sonaar-filters .eg-search-wrapper{\n	padding-left: 26px;\n    vertical-align: baseline;\n}\n/* SEARCH ESS GRID */\n.sonaar-filters input.eg-search-input {\n    margin-right: 7px!important;\n    color: #1f1f1f;\n    text-align: center;\n    font-size: 14px;\n    border: 2px solid #adadad;\n    border-radius: 20px!important;\n}\n.sonaar-filters i.eg-icon-search {\n    font-size: 20px;\n  	color: #adadad;\n}\n.sonaar-filters i.eg-icon-cancel{\n	font-size: 20px;\n    color: #adadad;\n}\n\n.sonaar-filters .navigationbuttons,\n.sonaar-filters .esg-pagination,\n.sonaar-filters .esg-filters {\n						text-align: center;\n						position: relative;\n						z-index:2;\n						}\n.sonaar-filters .esg-navigationbutton:hover, .sonaar-filters .esg-filterbutton:hover span:first-child, .sonaar-filters .esg-filterbutton.selected span:first-child {\n    text-decoration: none!important;\n}\n.sonaar-filters .esg-filterbutton{\n  				text-transform: uppercase;\n				font-family: inherit;\n  				font-weight: 600;\n  				cursor: pointer;\n			    border: 0;\n			    line-height: 16px;\n			    font-size: 12px;\n  				padding: 10px;\n  				letter-spacing: 3px;\n  				display: inline-block;\n\n}\n.sonaar-filters .esg-filterbutton+.esg-filterbutton{\n  	padding-left: 40px;\n}\n\n\n\n\n.sonaar-filters .esg-navigationbutton * { color:#999; }\n\n.sonaar-filters  .esg-sortbutton-wrapper,\n.sonaar-filters  .esg-cartbutton-wrapper { display:inline-block; }\n.sonaar-filters  .esg-sortbutton-order,\n.sonaar-filters  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#999;\n									cursor: pointer;\n									background: transparent;\n									}\n\n.sonaar-filters .esg-cartbutton {\n							color:#999;\n							cursor: default !important;\n							}\n.sonaar-filters .esg-cartbutton .esgicon-basket {\n											color:#999;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.sonaar-filters .esg-cartbutton-wrapper { cursor: default !important; }\n\n.sonaar-filters .esg-sortbutton,\n.sonaar-filters .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.sonaar-filters .esg-navigationbutton:hover,\n.sonaar-filters .esg-filterbutton:hover,\n.sonaar-filters .esg-sortbutton:hover,\n.sonaar-filters .esg-filterbutton.selected,\n.sonaar-filters .esg-sortbutton-order:hover,\n.sonaar-filters .esg-cartbutton-order:hover {\n	color: #000;\n}\n\n.sonaar-filters .esg-navigationbutton:hover,\n.sonaar-filters .esg-filterbutton:hover span:first-child,\n.sonaar-filters .esg-filterbutton.selected span:first-child { text-decoration: underline; }\n\n.sonaar-filters .esg-filterbutton {	}\n.sonaar-filters .esg-filterbutton:last-child { }\n\n.sonaar-filters .esg-sortbutton-order {\n									padding-left:10px;\n								  }\n\n.sonaar-filters .esg-navigationbutton:hover * {	color:#444; }\n\n.sonaar-filters .esg-sortbutton-order.tp-desc:hover {\n												border-color:#e5e5e5;\n												color:#444;\n												}\n\n.sonaar-filters .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#eee;\n								background: rgba(0,0,0,0.05);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n.sonaar-filters .esg-filter-checked * { }\n.sonaar-filters .esg-filterbutton.selected .esg-filter-checked,\n.sonaar-filters .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#333;\n														background:#eee;\n														background: rgba(0,0,0,0.05);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle;\n														}\n'),(13,'Flat Light-192529','flat-light-192529','/********************************\r\n	-	FLAT LIGHT BUTTONS -\r\n*********************************/\r\n.flat-light-192529 .navigationbuttons,\r\n.flat-light-192529 .esg-pagination,\r\n.flat-light-192529 .esg-filters{	text-transform:uppercase;\r\n							text-align: center;\r\n						}\r\n\r\n.flat-light-192529 .esg-filterbutton,\r\n.flat-light-192529 .esg-navigationbutton,\r\n.flat-light-192529 .esg-sortbutton,\r\n.flat-light-192529 .esg-cartbutton {	color:#000;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								position: relative;\r\n								z-index:2;\r\n								padding:1px 30px;\r\n								border:none;\r\n								line-height:38px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n								font-size:12px;\r\n								font-weight:700;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background: #fff;\r\n								margin-bottom:5px;\r\n							}\r\n\r\n.flat-light-192529 .esg-navigationbutton	{ padding:2px 12px; }\r\n.flat-light-192529 .esg-navigationbutton *	{ color:#000; }\r\n.flat-light-192529 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.flat-light-192529  .esg-sortbutton-wrapper,\r\n.flat-light-192529  .esg-cartbutton-wrapper { display:inline-block; }\r\n.flat-light-192529  .esg-sortbutton-order,\r\n.flat-light-192529  .esg-cartbutton-order {	display:inline-block;\r\n										vertical-align:top;\r\n										border:none;\r\n										width:40px;\r\n										line-height:40px;\r\n										border-radius:5px;\r\n										-moz-border-radius:5px;\r\n										-webkit-border-radius:5px;\r\n										font-size:12px;\r\n										font-weight:700;\r\n										color:#999;\r\n										cursor: pointer;\r\n										background:#eee;\r\n										background: #fff;\r\n										margin-left:5px;\r\n									}\r\n\r\n.flat-light-192529 .esg-cartbutton {	color:#fff;\r\n								cursor: default !important;\r\n							}\r\n.flat-light-192529 .esg-cartbutton .esgicon-basket	{\r\n												color:#fff;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											}\r\n.flat-light-192529 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.flat-light-192529 .esg-sortbutton,\r\n.flat-light-192529 .esg-cartbutton {	display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:0px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n							}\r\n\r\n.flat-light-192529 .esg-navigationbutton:hover,\r\n.flat-light-192529 .esg-filterbutton:hover,\r\n.flat-light-192529 .esg-sortbutton:hover,\r\n.flat-light-192529 .esg-sortbutton-order:hover,\r\n.flat-light-192529 .esg-cartbutton-order:hover,\r\n.flat-light-192529 .esg-filterbutton.selected {\r\n										border-color:none;color:#000;\r\n										background:#fff;\r\n									   }\r\n\r\n.flat-light-192529 .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.flat-light-192529 .esg-sortbutton-order.tp-desc:hover	{ color:#333; }\r\n\r\n.flat-light-192529 .esg-filter-checked	{	padding:1px 3px;\r\n									color:#cbcbcb;\r\n									background:#cbcbcb;\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n								}\r\n.flat-light-192529 .esg-filterbutton.selected .esg-filter-checked,\r\n.flat-light-192529 .esg-filterbutton:hover .esg-filter-checked	{\r\n															padding:1px 3px 1px 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														}'),(14,'Flat Dark-192529','flat-dark-192529','/********************************\r\n	-	FLAT DARK BUTTONS -\r\n*********************************/\r\n.flat-dark-192529 .navigationbuttons,\r\n.flat-dark-192529 .esg-pagination,\r\n.flat-dark-192529 .esg-filters {\r\n							text-transform:uppercase;\r\n							text-align: center;\r\n						}\r\n\r\n.flat-dark-192529 .esg-filterbutton,\r\n.flat-dark-192529 .esg-navigationbutton,\r\n.flat-dark-192529 .esg-sortbutton,\r\n.flat-dark-192529 .esg-cartbutton {color:#fff;\r\n							margin-right:5px;\r\n							cursor:pointer;\r\n							padding:1px 30px;\r\n							border:none;\r\n							line-height:38px;\r\n							border-radius:5px;\r\n							-moz-border-radius:5px;\r\n							-webkit-border-radius:5px;\r\n							font-size:12px;\r\n							font-weight:600;\r\n							font-family:\"Open Sans\",sans-serif;\r\n							display: inline-block;\r\n							background:#3a3a3a;\r\n							background: rgba(0,0,0,0.2);\r\n							margin-bottom:5px;\r\n							}\r\n\r\n.flat-dark-192529 .esg-navigationbutton { padding:1px 18px; }\r\n.flat-dark-192529 .esg-navigationbutton * { color:#fff; }\r\n.flat-dark-192529 .esg-pagination-button:last-child,\r\n.flat-dark-192529 .esg-filterbutton:last-child{ margin-right: 0; }\r\n.flat-dark-192529 .esg-left, .flat-dark-192529 .esg-right { padding:1px 12px; }\r\n\r\n.flat-dark-192529  .esg-sortbutton-wrapper,\r\n.flat-dark-192529  .esg-cartbutton-wrapper	{ display:inline-block; }\r\n.flat-dark-192529  .esg-sortbutton-order,\r\n.flat-dark-192529  .esg-cartbutton-order { display:inline-block;\r\n									vertical-align:top;\r\n									border:none;\r\n									width:40px;\r\n									line-height:40px;\r\n									border-radius:5px;\r\n									-moz-border-radius:5px;\r\n									-webkit-border-radius:5px;\r\n									font-size:12px;\r\n									font-weight:700;\r\n									color:#999;\r\n									cursor: pointer;\r\n									background:#eee;\r\n									background: rgba(0,0,0,0.2);\r\n									margin-left:5px;\r\n								}\r\n\r\n.flat-dark-192529 .esg-cartbutton {color:#fff;\r\n							cursor: default !important;\r\n							}\r\n.flat-dark-192529 .esg-cartbutton .esgicon-basket {color:#fff;\r\n											font-size:15px;\r\n											line-height:15px;\r\n											margin-right:10px;\r\n											}\r\n.flat-dark-192529  .esg-cartbutton-wrapper	{ cursor: default !important; }\r\n\r\n.flat-dark-192529 .esg-sortbutton,\r\n.flat-dark-192529 .esg-cartbutton { display:inline-block;\r\n							position:relative;\r\n							cursor: pointer;\r\n							margin-right:0px;\r\n							border-radius:5px;\r\n							-moz-border-radius:5px;\r\n							-webkit-border-radius:5px;\r\n							}\r\n\r\n.flat-dark-192529 .esg-navigationbutton:hover,\r\n.flat-dark-192529 .esg-filterbutton:hover,\r\n.flat-dark-192529 .esg-sortbutton:hover,\r\n.flat-dark-192529 .esg-sortbutton-order:hover,\r\n.flat-dark-192529 .esg-cartbutton-order:hover,\r\n.flat-dark-192529 .esg-filterbutton.selected { color:#fff;\r\n										border-color:none;\r\n										background:#4a4a4a;\r\n										background: rgba(0,0,0,0.5);\r\n									 }\r\n\r\n.flat-dark-192529 .esg-navigationbutton:hover * { color:#fff; }\r\n.flat-dark-192529 .esg-sortbutton-order.tp-desc:hover	{ color:#fff; }\r\n.flat-dark-192529 .esg-filter-checked {padding:1px 3px;\r\n								color:transparent;\r\n								background:#000;\r\n								background: rgba(0,0,0,0.2);\r\n								margin-left:7px;\r\n								font-size:9px;\r\n								font-weight:300;\r\n								line-height:9px;\r\n								vertical-align: middle:\r\n								}\r\n								\r\n.flat-dark-192529 .esg-filterbutton.selected .esg-filter-checked,\r\n.flat-dark-192529 .esg-filterbutton:hover .esg-filter-checked {padding:1px 3px 1px 3px;\r\n														color:#fff;\r\n														background:#000;\r\n														background: rgba(0,0,0,0.2);\r\n														margin-left:7px;\r\n														font-size:9px;\r\n														font-weight:300;\r\n														line-height:9px;\r\n														vertical-align: middle\r\n														}'),(15,'Minimal Dark-192529','minimal-dark-192529','/********************************\r\n	-	MINIMAL DARK BUTTONS -\r\n*********************************/\r\n\r\n.minimal-dark-192529 .navigationbuttons,\r\n.minimal-dark-192529 .esg-pagination,\r\n.minimal-dark-192529 .esg-filters { text-align: center; }\r\n\r\n.minimal-dark-192529 .esg-filterbutton,\r\n.minimal-dark-192529 .esg-navigationbutton,\r\n.minimal-dark-192529 .esg-sortbutton,\r\n.minimal-dark-192529 .esg-cartbutton { color:#fff;\r\n								color:rgba(255,255,255,1);\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 17px;\r\n								border:1px solid rgb(255,255,255);\r\n								border:1px solid rgba(255,255,255,0.1);\r\n								line-height:38px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n								font-size:12px;\r\n								font-weight:600;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background:transparent;\r\n								margin-bottom:5px;\r\n								}\r\n\r\n\r\n.minimal-dark-192529 .esg-navigationbutton * {\r\n										color:#fff;\r\n										color:rgba(255,255,255,1);\r\n									}\r\n.minimal-dark-192529 .esg-navigationbutton	{ padding:0px 11px; }\r\n.minimal-dark-192529 .esg-pagination-button { padding:0px 16px; }\r\n.minimal-dark-192529 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.minimal-dark-192529  .esg-sortbutton-wrapper,\r\n.minimal-dark-192529  .esg-cartbutton-wrapper { display:inline-block; }\r\n.minimal-dark-192529  .esg-sortbutton-order,\r\n.minimal-dark-192529  .esg-cartbutton-order {  display:inline-block;\r\n										vertical-align:top;\r\n										border:1px solid rgb(255,255,255);\r\n										border:1px solid rgba(255,255,255,0.1);\r\n										width:40px;\r\n										line-height:38px;\r\n										border-radius: 0px 5px 5px 0px;\r\n										-moz-border-radius: 0px 5px 5px 0px;\r\n										-webkit-border-radius: 0px 5px 5px 0px;\r\n										font-size:12px;\r\n										font-weight:600;\r\n										color:#fff;\r\n										cursor: pointer;\r\n										background:transparent;\r\n									}\r\n\r\n.minimal-dark-192529 .esg-cartbutton {\r\n								color:#fff;\r\n								cursor: default !important;\r\n							  }\r\n.minimal-dark-192529 .esg-cartbutton .esgicon-basket {\r\n												color:#fff;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											  }\r\n.minimal-dark-192529  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.minimal-dark-192529 .esg-sortbutton,\r\n.minimal-dark-192529 .esg-cartbutton {\r\n								display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:0px;\r\n								border-right:none;\r\n								border-radius:5px 0px 0px 5px;\r\n								-moz-border-radius:5px 0px 0px 5px;\r\n								-webkit-border-radius:5px 0px 0px 5px;\r\n							   }\r\n\r\n.minimal-dark-192529 .esg-navigationbutton:hover,\r\n.minimal-dark-192529 .esg-filterbutton:hover,\r\n.minimal-dark-192529 .esg-sortbutton:hover,\r\n.minimal-dark-192529 .esg-sortbutton-order:hover,\r\n.minimal-dark-192529 .esg-cartbutton-order:hover,\r\n.minimal-dark-192529 .esg-filterbutton.selected {\r\n											border-color:#fff;\r\n											border-color:rgba(255,255,255,0.2);\r\n											color:#fff;\r\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n											background:#333;\r\n											background: rgba(255,255,255,0.1);\r\n										  }\r\n\r\n.minimal-dark-192529 .esg-navigationbutton:hover * { color:#fff; }\r\n\r\n.minimal-dark-192529 .esg-sortbutton-order.tp-desc:hover {	border-color:#fff;\r\n													border-color:rgba(255,255,255,0.2);\r\n													color:#fff;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												  }\r\n\r\n.minimal-dark-192529 .esg-filter-checked {\r\n									padding:1px 3px;\r\n									color:transparent;\r\n									background:#000;\r\n									background: rgba(0,0,0,0.10);\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n								  }\r\n.minimal-dark-192529 .esg-filterbutton.selected .esg-filter-checked,\r\n.minimal-dark-192529 .esg-filterbutton:hover .esg-filter-checked {\r\n															padding:1px 3px 1px 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															background: rgba(0,0,0,0.10);\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														  }'),(16,'Minimal Light-192529','minimal-light-192529','/******************************\r\n	-	MINIMAL LIGHT SKIN	-\r\n********************************/\r\n\r\n.minimal-light-192529 .navigationbuttons,\r\n.minimal-light-192529 .esg-pagination,\r\n.minimal-light-192529 .esg-filters { text-align: center; }\r\n\r\n.minimal-light-192529 .esg-filterbutton,\r\n.minimal-light-192529 .esg-navigationbutton,\r\n.minimal-light-192529 .esg-sortbutton,\r\n.minimal-light-192529 .esg-cartbutton a{ \r\n								color:#999;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 16px;\r\n								border:1px solid #e5e5e5;\r\n								line-height:38px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n								font-size:12px;\r\n								font-weight:700;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background:#fff;\r\n								margin-bottom:5px;\r\n							  }\r\n\r\n/*.minimal-light-192529 .esg-cartbutton a { color: #999; }*/\r\n\r\n.minimal-light-192529 .esg-navigationbutton * { color:#999; }\r\n.minimal-light-192529 .esg-navigationbutton	{ padding:0px 16px; }\r\n.minimal-light-192529 .esg-pagination-button:last-child { margin-right: 0; }\r\n.minimal-light-192529 .esg-left, .minimal-light-192529 .esg-right	{ padding:0px 11px; }\r\n\r\n.minimal-light-192529  .esg-sortbutton-wrapper,\r\n.minimal-light-192529  .esg-cartbutton-wrapper { display:inline-block; }\r\n.minimal-light-192529  .esg-sortbutton-order,\r\n.minimal-light-192529  .esg-cartbutton-order {	display:inline-block;\r\n										vertical-align:top;\r\n										border:1px solid #e5e5e5;\r\n										width:40px;\r\n										line-height:38px;\r\n										border-radius: 0px 5px 5px 0px;\r\n										-moz-border-radius: 0px 5px 5px 0px;\r\n										-webkit-border-radius: 0px 5px 5px 0px;\r\n										font-size:12px;\r\n										font-weight:700;\r\n										color:#999;\r\n										cursor: pointer;\r\n										background:#fff;\r\n									   }\r\n\r\n.minimal-light-192529 .esg-cartbutton {\r\n								color:#333;\r\n								cursor: default !important;\r\n								}\r\n.minimal-light-192529 .esg-cartbutton .esgicon-basket {color:#333;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n												}\r\n.minimal-light-192529  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.minimal-light-192529 .esg-sortbutton,\r\n.minimal-light-192529 .esg-cartbutton { display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:0px;\r\n								border-right:none;\r\n								border-radius:5px 0px 0px 5px;\r\n								-moz-border-radius:5px 0px 0px 5px;\r\n								-webkit-border-radius:5px 0px 0px 5px;\r\n								}\r\n\r\n.minimal-light-192529 .esg-navigationbutton:hover,\r\n.minimal-light-192529 .esg-filterbutton:hover,\r\n.minimal-light-192529 .esg-sortbutton:hover,\r\n.minimal-light-192529 .esg-sortbutton-order:hover,\r\n.minimal-light-192529 .esg-cartbutton a:hover,\r\n.minimal-light-192529 .esg-filterbutton.selected {\r\n											background-color:#fff;\r\n											border-color:#bbb;\r\n											color:#333;\r\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n										  }\r\n\r\n.minimal-light-192529 .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.minimal-light-192529 .esg-sortbutton-order.tp-desc:hover {\r\n													border-color:#bbb;\r\n													color:#333;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												   }\r\n\r\n.minimal-light-192529 .esg-filter-checked { \r\n									padding:1px 3px;\r\n									color:#cbcbcb;\r\n									background:#cbcbcb;\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n									}\r\n.minimal-light-192529 .esg-filterbutton.selected .esg-filter-checked,\r\n.minimal-light-192529 .esg-filterbutton:hover .esg-filter-checked {\r\n															padding:1px 3px 1px 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														   }'),(17,'Simple Light-192529','simple-light-192529','/******************************\r\n	-	SIMPLE LIGHT SKIN	-\r\n********************************/\r\n\r\n.simple-light-192529 .navigationbuttons,\r\n.simple-light-192529 .esg-pagination,\r\n.simple-light-192529 .esg-filters { text-align: center; }\r\n\r\n.simple-light-192529 .esg-filterbutton,\r\n.simple-light-192529 .esg-navigationbutton,\r\n.simple-light-192529 .esg-sortbutton,\r\n.simple-light-192529 .esg-cartbutton a {\r\n								color:#000;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 11px;\r\n								border:1px solid #e5e5e5;\r\n								line-height:30px;\r\n								font-size:12px;\r\n								font-weight:400;\r\n								font-family:\\\\\\\"Open Sans\\\\\\\",sans-serif;\r\n								display: inline-block;\r\n								background:#eee;\r\n								margin-bottom:5px;\r\n							  }\r\n\r\n.simple-light-192529 .esg-navigationbutton * {	color:#000; }\r\n.simple-light-192529 .esg-left,\r\n.simple-light-192529 .esg-right { color:#000; padding:0px 7px;}\r\n.simple-light-192529 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.simple-light-192529 .esg-sortbutton-wrapper,\r\n.simple-light-192529 .esg-cartbutton-wrapper {	display:inline-block; }\r\n.simple-light-192529 .esg-sortbutton-order,\r\n.simple-light-192529 .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: top;\r\n									border: 1px solid #e5e5e5;\r\n									width: 29px;\r\n									line-height: 30px;\r\n									font-size: 9px;\r\n									font-weight: 400;\r\n									color: #000;\r\n									cursor: pointer;\r\n									background: #eee;\r\n									}\r\n\r\n.simple-light-192529 .esg-cartbutton {\r\n								color:#333;\r\n								cursor: default !important;\r\n							  }\r\n.simple-light-192529 .esg-cartbutton .esgicon-basket {\r\n												color:#333;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											  }\r\n.simple-light-192529  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.simple-light-192529 .esg-sortbutton,\r\n.simple-light-192529 .esg-cartbutton {\r\n								display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:5px;\r\n							  }\r\n\r\n\r\n.simple-light-192529 .esg-navigationbutton:hover,\r\n.simple-light-192529 .esg-filterbutton:hover,\r\n.simple-light-192529 .esg-sortbutton:hover,\r\n.simple-light-192529 .esg-sortbutton-order:hover,\r\n.simple-light-192529 .esg-cartbutton a:hover,\r\n.simple-light-192529 .esg-filterbutton.selected {\r\n											background-color:#fff;\r\n											border-color:#bbb;\r\n											color:#333;\r\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n										 }\r\n\r\n.simple-light-192529 .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.simple-light-192529 .esg-sortbutton-order.tp-desc:hover {\r\n													border-color:#bbb;\r\n													color:#333;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												  }\r\n\r\n.simple-light-192529 .esg-filter-checked {\r\n									padding:3px;\r\n									color:#c5c5c5;\r\n									background:#ddd;\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:400;\r\n									line-height:20px;\r\n									vertical-align: middle;\r\n								  }\r\n.simple-light-192529 .esg-filterbutton.selected .esg-filter-checked,\r\n.simple-light-192529 .esg-filterbutton:hover .esg-filter-checked {\r\n															padding: 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:400;\r\n															line-height:20px;\r\n															vertical-align: middle\r\n														}'),(18,'Simple Dark-192529','simple-dark-192529','/********************************\r\n-	SIMPLE DARK BUTTONS -\r\n*********************************/\r\n\r\n.simple-dark-192529 .navigationbuttons,\r\n.simple-dark-192529 .esg-pagination,\r\n.simple-dark-192529 .esg-filters {	text-align: center; }\r\n\r\n.simple-dark-192529 .esg-filterbutton,\r\n.simple-dark-192529 .esg-navigationbutton,\r\n.simple-dark-192529 .esg-sortbutton,\r\n.simple-dark-192529 .esg-cartbutton {\r\n								color:#fff;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 10px;\r\n								border:1px solid rgb(255,255,255);\r\n								border:1px solid rgba(255,255,255,0.15);\r\n								line-height:29px;\r\n								font-size:12px;\r\n								font-weight:600;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background: rgba(255,255,255,0.08 );\r\n								margin-bottom:5px;\r\n							  }\r\n\r\n.simple-dark-192529 .esg-navigationbutton * {\r\n										color:#fff;\r\n									 }\r\n.simple-dark-192529 .esg-left, .simple-dark-192529 .esg-right { padding:0px 5px !important; }\r\n\r\n.simple-dark-192529  .esg-sortbutton-wrapper,\r\n.simple-dark-192529  .esg-cartbutton-wrapper {	display:inline-block; }\r\n.simple-dark-192529  .esg-sortbutton-order,\r\n.simple-dark-192529  .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: top;\r\n									border:1px solid rgb(255,255,255);\r\n									border:1px solid rgba(255,255,255,0.15);\r\n									width: 29px;\r\n									line-height: 29px;\r\n									font-size: 9px;\r\n									font-weight: 600;\r\n									color: #fff;\r\n									cursor: pointer;\r\n									background: rgba(255,255,255,0.08 );\r\n									}\r\n\r\n.simple-dark-192529 .esg-cartbutton {\r\n							color:#fff;\r\n							cursor: default !important;\r\n							}\r\n							\r\n.simple-dark-192529 .esg-cartbutton .esgicon-basket {\r\n												color:#fff;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											  }\r\n.simple-dark-192529  .esg-cartbutton-wrapper {	cursor: default !important; }\r\n\r\n.simple-dark-192529 .esg-sortbutton,\r\n.simple-dark-192529 .esg-cartbutton {\r\n								display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:5px;\r\n							  }\r\n\r\n\r\n.simple-dark-192529 .esg-navigationbutton:hover,\r\n.simple-dark-192529 .esg-filterbutton:hover,\r\n.simple-dark-192529 .esg-sortbutton:hover,\r\n.simple-dark-192529 .esg-sortbutton-order:hover,\r\n.simple-dark-192529 .esg-cartbutton-order:hover,\r\n.simple-dark-192529 .esg-filterbutton.selected {\r\n										border-color:#fff;\r\n										color:#000;\r\n										box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n										background:#fff;\r\n										}\r\n\r\n.simple-dark-192529 .esg-navigationbutton:hover * { color:#000; }\r\n.simple-dark-192529 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.simple-dark-192529 .esg-sortbutton-order.tp-desc:hover {\r\n													border-color:#fff;\r\n													border-color:rgba(255,255,255,0.2);\r\n													color:#000;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												 }\r\n\r\n.simple-dark-192529 .esg-filter-checked {\r\n									padding:1px;\r\n									color:transparent;\r\n									background:#000;\r\n									background: rgba(255,255,255,0.15);\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n								  }\r\n\r\n.simple-dark-192529 .esg-filterbutton.selected .esg-filter-checked,\r\n.simple-dark-192529 .esg-filterbutton:hover .esg-filter-checked {\r\n															padding:1px;\r\n															color:#000;\r\n															background:#fff;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														  }'),(19,'Text Dark-192529','text-dark-192529','/********************************\r\n-	TEXT DARK BUTTONS -\r\n*********************************/\r\n\r\n.text-dark-192529 .navigationbuttons,\r\n.text-dark-192529 .esg-pagination,\r\n.text-dark-192529 .esg-filters { text-align: center; }\r\n\r\n.text-dark-192529 .esg-filterbutton,\r\n.text-dark-192529 .esg-navigationbutton,\r\n.text-dark-192529 .esg-sortbutton,\r\n.text-dark-192529 .esg-cartbutton {\r\n							color:#fff;\r\n							color:rgba(255,255,255,0.4);\r\n							margin-right:5px;\r\n							cursor:pointer;\r\n							padding:0px 15px 0px 10px;\r\n							line-height:20px;\r\n							font-size:12px;\r\n							font-weight:600;\r\n							font-family:\"Open Sans\",sans-serif;\r\n							display: inline-block;\r\n							background:transparent;\r\n							margin-bottom:5px;\r\n						  }\r\n\r\n.text-dark-192529 .esg-navigationbutton * {\r\n									color:#fff;\r\n									color:rgba(255,255,255,0.4);\r\n								   }\r\n\r\n.text-dark-192529  .esg-sortbutton-wrapper,\r\n.text-dark-192529  .esg-cartbutton-wrapper { display:inline-block; }\r\n.text-dark-192529  .esg-sortbutton-order,\r\n.text-dark-192529  .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: middle;\r\n									width: 29px;\r\n									line-height: 20px;\r\n									font-size: 9px;\r\n									font-weight: 700;\r\n									color:#fff;\r\n									color:rgba(255,255,255,0.4);\r\n									cursor: pointer;\r\n									background: transparent;\r\n								  }\r\n\r\n.text-dark-192529 .esg-cartbutton {\r\n							color:#fff;\r\n							color:rgba(255,255,255,0.4);\r\n							cursor: default !important;\r\n							}\r\n.text-dark-192529 .esg-cartbutton .esgicon-basket {\r\n											color:#fff;\r\n											color:rgba(255,255,255,0.4);\r\n											font-size:15px;\r\n											line-height:15px;\r\n											margin-right:10px;\r\n											}\r\n.text-dark-192529  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.text-dark-192529 .esg-sortbutton,\r\n.text-dark-192529 .esg-cartbutton {\r\n							display:inline-block;\r\n							position:relative;\r\n							cursor: pointer;\r\n							margin-right:0px;\r\n							}\r\n\r\n.text-dark-192529 .esg-navigationbutton:hover,\r\n.text-dark-192529 .esg-filterbutton:hover,\r\n.text-dark-192529 .esg-sortbutton:hover,\r\n.text-dark-192529 .esg-filterbutton.selected,\r\n.text-dark-192529 .esg-sortbutton-order:hover,\r\n.text-dark-192529 .esg-cartbutton-order:hover { color:#fff; }\r\n\r\n.text-dark-192529 .esg-navigationbutton:hover,\r\n.text-dark-192529 .esg-filterbutton:hover span:first-child,\r\n.text-dark-192529 .esg-filterbutton.selected span:first-child { text-decoration: none; }\r\n\r\n.text-dark-192529 .esg-filterbutton {\r\n								border-right:1px solid #fff;\r\n								border-right:1px solid rgba(255,255,255,0.15);\r\n							  }\r\n.text-dark-192529 .esg-filterbutton:last-child	{ border-right:none; }\r\n\r\n.text-dark-192529 .esg-sortbutton-order {\r\n									padding-left:10px;\r\n									border-left:1px solid #fff;\r\n									border-left:1px solid rgba(255,255,255,0.15);\r\n								 }\r\n\r\n.text-dark-192529 .esg-navigationbutton:hover * { color:#fff; }\r\n\r\n.text-dark-192529 .esg-sortbutton-order.tp-desc:hover {\r\n												border-color:#fff;\r\n												border-color:rgba(255,255,255,0.15);\r\n												color:#fff;\r\n												}\r\n\r\n.text-dark-192529 .esg-filter-checked {\r\n								padding:1px 3px;\r\n								color:transparent;\r\n								background:#000;\r\n								background: rgba(0,0,0,0.10);\r\n								margin-left:7px;\r\n								font-size:9px;\r\n								font-weight:300;\r\n								line-height:9px;\r\n								vertical-align: middle;\r\n								}\r\n\r\n.text-dark-192529 .esg-filter-checked * { }\r\n.text-dark-192529 .esg-filterbutton.selected .esg-filter-checked,\r\n.text-dark-192529 .esg-filterbutton:hover .esg-filter-checked {\r\n														padding:1px 3px 1px 3px;\r\n														color:#fff;\r\n														background:#000;\r\n														background: rgba(0,0,0,0.10);\r\n														margin-left:7px;\r\n														font-size:9px;\r\n														font-weight:300;\r\n														line-height:9px;\r\n														vertical-align: middle\r\n														}'),(20,'Text Light-192529','text-light-192529','/********************************\r\n-	TEXT LIGHT BUTTONS -\r\n*********************************/\r\n\r\n.text-light-192529 .navigationbuttons,\r\n.text-light-192529 .esg-pagination,\r\n.text-light-192529 .esg-filters {\r\n						text-align: center;\r\n						position: relative;\r\n						z-index:2;\r\n						}\r\n\r\n.text-light-192529 .esg-filterbutton,\r\n.text-light-192529 .esg-navigationbutton,\r\n.text-light-192529 .esg-sortbutton,\r\n.text-light-192529 .esg-cartbutton {\r\n							color:#999;\r\n							margin-right:5px;\r\n							cursor:pointer;\r\n							padding:0px 15px 0px 10px;\r\n							line-height:20px;\r\n							font-size:12px;\r\n							font-weight:600;\r\n							font-family:\"Open Sans\",sans-serif;\r\n							display: inline-block;\r\n							background:transparent;\r\n							margin-bottom:5px;\r\n							}\r\n\r\n.text-light-192529 .esg-navigationbutton * { color:#999; }\r\n\r\n.text-light-192529  .esg-sortbutton-wrapper,\r\n.text-light-192529  .esg-cartbutton-wrapper { display:inline-block; }\r\n.text-light-192529  .esg-sortbutton-order,\r\n.text-light-192529  .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: middle;\r\n									width: 29px;\r\n									line-height: 20px;\r\n									font-size: 9px;\r\n									font-weight: 700;\r\n									color:#999;\r\n									cursor: pointer;\r\n									background: transparent;\r\n									}\r\n\r\n.text-light-192529 .esg-cartbutton {\r\n							color:#999;\r\n							cursor: default !important;\r\n							}\r\n.text-light-192529 .esg-cartbutton .esgicon-basket {\r\n											color:#999;\r\n											font-size:15px;\r\n											line-height:15px;\r\n											margin-right:10px;\r\n											}\r\n.text-light-192529 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.text-light-192529 .esg-sortbutton,\r\n.text-light-192529 .esg-cartbutton {\r\n							display:inline-block;\r\n							position:relative;\r\n							cursor: pointer;\r\n							margin-right:0px;\r\n							}\r\n\r\n.text-light-192529 .esg-navigationbutton:hover,\r\n.text-light-192529 .esg-filterbutton:hover,\r\n.text-light-192529 .esg-sortbutton:hover,\r\n.text-light-192529 .esg-filterbutton.selected,\r\n.text-light-192529 .esg-sortbutton-order:hover,\r\n.text-light-192529 .esg-cartbutton-order:hover { color:#444; }\r\n\r\n.text-light-192529 .esg-navigationbutton:hover,\r\n.text-light-192529 .esg-filterbutton:hover span:first-child,\r\n.text-light-192529 .esg-filterbutton.selected span:first-child { text-decoration: underline; }\r\n\r\n.text-light-192529 .esg-filterbutton {	border-right:1px solid #e5e5e5; }\r\n.text-light-192529 .esg-filterbutton:last-child { border-right:none; }\r\n\r\n.text-light-192529 .esg-sortbutton-order {\r\n									padding-left:10px;\r\n									border-left:1px solid #e5e5e5;\r\n								  }\r\n\r\n.text-light-192529 .esg-navigationbutton:hover * {	color:#444; }\r\n\r\n.text-light-192529 .esg-sortbutton-order.tp-desc:hover {\r\n												border-color:#e5e5e5;\r\n												color:#444;\r\n												}\r\n\r\n.text-light-192529 .esg-filter-checked {\r\n								padding:1px 3px;\r\n								color:transparent;\r\n								background:#eee;\r\n								background: rgba(0,0,0,0.05);\r\n								margin-left:7px;\r\n								font-size:9px;\r\n								font-weight:300;\r\n								line-height:9px;\r\n								vertical-align: middle;\r\n								}\r\n.text-light-192529 .esg-filter-checked * { }\r\n.text-light-192529 .esg-filterbutton.selected .esg-filter-checked,\r\n.text-light-192529 .esg-filterbutton:hover .esg-filter-checked {\r\n														padding:1px 3px 1px 3px;\r\n														color:#333;\r\n														background:#eee;\r\n														background: rgba(0,0,0,0.05);\r\n														margin-left:7px;\r\n														font-size:9px;\r\n														font-weight:300;\r\n														line-height:9px;\r\n														vertical-align: middle;\r\n														}\r\n'),(21,'Sonaar-filters-192529','sonaar-filters-192529','/********************************\n- SOUNDRISE FILTERS -\n*********************************/\n.sonaar-filters-192529 .esg-filter-wrapper {\n  	margin-top: 35px;\n    margin-bottom: 60px;\n}\n.sonaar-filters-192529 .eg-search-wrapper{\n	padding-left: 26px;\n    vertical-align: baseline;\n}\n/* SEARCH ESS GRID */\n.sonaar-filters-192529 input.eg-search-input {\n    margin-right: 7px!important;\n    color: #1f1f1f;\n    text-align: center;\n    font-size: 14px;\n    border: 2px solid #adadad;\n    border-radius: 20px!important;\n}\n.sonaar-filters-192529 i.eg-icon-search {\n    font-size: 20px;\n  	color: #adadad;\n}\n.sonaar-filters-192529 i.eg-icon-cancel{\n	font-size: 20px;\n    color: #adadad;\n}\n\n.sonaar-filters-192529 .navigationbuttons,\n.sonaar-filters-192529 .esg-pagination,\n.sonaar-filters-192529 .esg-filters {\n						text-align: center;\n						position: relative;\n						z-index:2;\n						}\n.sonaar-filters-192529 .esg-navigationbutton:hover, .sonaar-filters-192529 .esg-filterbutton:hover span:first-child, .sonaar-filters-192529 .esg-filterbutton.selected span:first-child {\n    text-decoration: none!important;\n}\n.sonaar-filters-192529 .esg-filterbutton{\n  				text-transform: uppercase;\n				font-family: inherit;\n  				font-weight: 600;\n  				cursor: pointer;\n			    border: 0;\n			    line-height: 16px;\n			    font-size: 12px;\n  				padding: 10px;\n  				letter-spacing: 3px;\n  				display: inline-block;\n\n}\n.sonaar-filters-192529 .esg-filterbutton+.esg-filterbutton{\n  	padding-left: 40px;\n}\n\n\n\n\n.sonaar-filters-192529 .esg-navigationbutton * { color:#999; }\n\n.sonaar-filters-192529  .esg-sortbutton-wrapper,\n.sonaar-filters-192529  .esg-cartbutton-wrapper { display:inline-block; }\n.sonaar-filters-192529  .esg-sortbutton-order,\n.sonaar-filters-192529  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#999;\n									cursor: pointer;\n									background: transparent;\n									}\n\n.sonaar-filters-192529 .esg-cartbutton {\n							color:#999;\n							cursor: default !important;\n							}\n.sonaar-filters-192529 .esg-cartbutton .esgicon-basket {\n											color:#999;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.sonaar-filters-192529 .esg-cartbutton-wrapper { cursor: default !important; }\n\n.sonaar-filters-192529 .esg-sortbutton,\n.sonaar-filters-192529 .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.sonaar-filters-192529 .esg-navigationbutton:hover,\n.sonaar-filters-192529 .esg-filterbutton:hover,\n.sonaar-filters-192529 .esg-sortbutton:hover,\n.sonaar-filters-192529 .esg-filterbutton.selected,\n.sonaar-filters-192529 .esg-sortbutton-order:hover,\n.sonaar-filters-192529 .esg-cartbutton-order:hover {\n	color: #000;\n}\n\n.sonaar-filters-192529 .esg-navigationbutton:hover,\n.sonaar-filters-192529 .esg-filterbutton:hover span:first-child,\n.sonaar-filters-192529 .esg-filterbutton.selected span:first-child { text-decoration: underline; }\n\n.sonaar-filters-192529 .esg-filterbutton {	}\n.sonaar-filters-192529 .esg-filterbutton:last-child { }\n\n.sonaar-filters-192529 .esg-sortbutton-order {\n									padding-left:10px;\n								  }\n\n.sonaar-filters-192529 .esg-navigationbutton:hover * {	color:#444; }\n\n.sonaar-filters-192529 .esg-sortbutton-order.tp-desc:hover {\n												border-color:#e5e5e5;\n												color:#444;\n												}\n\n.sonaar-filters-192529 .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#eee;\n								background: rgba(0,0,0,0.05);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n.sonaar-filters-192529 .esg-filter-checked * { }\n.sonaar-filters-192529 .esg-filterbutton.selected .esg-filter-checked,\n.sonaar-filters-192529 .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#333;\n														background:#eee;\n														background: rgba(0,0,0,0.05);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle;\n														}\n');
/*!40000 ALTER TABLE `wppk_eg_navigation_skins` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_eg_navigation_skins` with 18 row(s)
--

--
-- Table structure for table `wppk_links`
--

DROP TABLE IF EXISTS `wppk_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_links`
--

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

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

--
-- Table structure for table `wppk_loginizer_logs`
--

DROP TABLE IF EXISTS `wppk_loginizer_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT 0,
  `count` int(10) NOT NULL DEFAULT 0,
  `lockout` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_loginizer_logs`
--

LOCK TABLES `wppk_loginizer_logs` WRITE;
/*!40000 ALTER TABLE `wppk_loginizer_logs` DISABLE KEYS */;
INSERT INTO `wppk_loginizer_logs` VALUES ('coucoucestmoi',1577568712,2,0,'139.59.17.116','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577645007,1,0,'112.134.144.182','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577624812,1,0,'128.199.133.114','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577677972,2,0,'159.65.247.208','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577613830,1,0,'41.76.218.98','http://cactusmoonshinepublishing.com/xmlrpc.php'),('coucoucestmoi',1577592849,1,0,'202.137.10.179','http://cactusmoonshinepublishing.com/xmlrpc.php'),('coucoucestmoi',1577581809,1,0,'107.174.246.9','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577592474,1,0,'34.83.181.11','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577570739,1,0,'103.247.217.145','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577570637,1,0,'45.77.237.167','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577570285,1,0,'18.141.70.84','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577570116,1,0,'87.118.77.156','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577566933,1,0,'5.133.13.145','https://cactusmoonshinepublishing.com/wp-login.php'),('coucoucestmoi',1577656089,1,0,'181.142.68.210','https://cactusmoonshinepublishing.com/wp-login.php');
/*!40000 ALTER TABLE `wppk_loginizer_logs` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_loginizer_logs` with 14 row(s)
--

--
-- Table structure for table `wppk_options`
--

DROP TABLE IF EXISTS `wppk_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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`)
) ENGINE=InnoDB AUTO_INCREMENT=94403 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_options`
--

LOCK TABLES `wppk_options` WRITE;
/*!40000 ALTER TABLE `wppk_options` DISABLE KEYS */;
INSERT INTO `wppk_options` VALUES (8,'use_balanceTags','0','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(26,'comment_moderation','','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(36,'comment_max_links','2','yes'),(38,'default_email_category','1','yes'),(42,'comment_whitelist','1','yes'),(45,'html_type','text/html','yes'),(48,'db_version','44719','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','559','yes'),(62,'medium_size_h','559','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<h3 style=\"margin-bottom: 7px;\">FOLLOW</h3>\r\n<img width=\"55\" height=\"7\" src=\"https://demo.sonaar.io/downbeat/wp-content/uploads/sites/2/2016/11/white-divider.png\" class=\"vc_single_image-img attachment-full\" alt=\"white-divider\">\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','3050','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','2135','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'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'),(94,'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'),(95,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"croma_sidebar_0\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:15:\"croma_sidebar_1\";a:1:{i:0;s:6:\"text-2\";}s:15:\"croma_sidebar_2\";a:0:{}s:19:\"sonaar_sidebar_lang\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'allowedthemes','a:1:{s:9:\"croma-bck\";b:1;}','yes'),(101,'blog_upload_space','','yes'),(102,'fw_active_extensions','a:5:{s:4:\"blog\";a:0:{}s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}s:7:\"backups\";a:0:{}s:12:\"backups-demo\";a:0:{}}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_mlp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'wpcf7','a:1:{s:7:\"version\";s:5:\"5.1.4\";}','yes'),(110,'duplicate_post_copyexcerpt','1','yes'),(111,'duplicate_post_copyattachments','','yes'),(112,'duplicate_post_copychildren','1','yes'),(113,'duplicate_post_copystatus','1','yes'),(114,'duplicate_post_taxonomies_blacklist','','yes'),(115,'duplicate_post_show_row','1','yes'),(116,'duplicate_post_show_adminbar','1','yes'),(117,'duplicate_post_show_submitbox','1','yes'),(130,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1478638855;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(132,'theme_mods_croma','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:6;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(133,'theme_switched','','yes'),(141,'widget_iron-features-events','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_iron-features-discography','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(143,'widget_iron-radio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_iron-recent-tweets','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_iron-terms','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_iron-recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_iron-recent-videos','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(149,'tp_eg_grids_version','2.3','yes'),(150,'tp_eg_custom_css_imported','true','yes'),(151,'tp_eg_custom_css','/* HENRY HARRISON */\n\na.eg-henryharrison-element-1,\na.eg-henryharrison-element-2 {\n  -webkit-transition: all .4s linear;  \n    -moz-transition: all .4s linear;  \n    -o-transition: all .4s linear;  \n    -ms-transition: all .4s linear;  \n    transition: all .4s linear; \n}\n\n/* JIMMY CARTER */\n.eg-jimmy-carter-element-11 i:before { margin-left:0px; margin-right:0px;}\n\n\n/* HARDING */\n.eg-harding-element-17 { letter-spacing:1px}\n.eg-harding-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-harding-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n/*ULYSSES S GRANT */\n.eg-ulysses-s-grant-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-ulysses-s-grant-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n/*RICHARD NIXON */\n.eg-richard-nixon-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-richard-nixon-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n\n/* HERBERT HOOVER */\n.eg-herbert-hoover-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-herbert-hoover-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n\n/* JOOHNSON */\n.eg-lyndon-johnson-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-lyndon-johnson-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n\n/*RONALD REAGAN*/\n.esg-overlay.eg-ronald-reagan-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH*/\n.eg-georgebush-wrapper .esg-entry-cover {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH\n.eg-georgebush-wrapper .esg-entry-cover { background: rgba(0,0,0,0.5);}*/\n\n/*JEFFERSON*/\n.eg-jefferson-wrapper { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important; }\n\n/*MONROE*/\n.eg-monroe-element-1 { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }\n\n/*LYNDON JOHNSON*/\n.eg-lyndon-johnson-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n\n/*WILBERT*/\n.eg-wilbert-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n.eg-wilbert-wrapper .esg-media-poster{\n  -webkit-transition: 0.4s ease-in-out;\n    -moz-transition:  0.4s ease-in-out;\n    -o-transition:  0.4s ease-in-out;\n    transition:  0.4s ease-in-out;\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-wilbert-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n/*PHILLIE*/\n.eg-phillie-element-3:after { \ncontent:\" \";\nwidth: 0px;\nheight: 0px;\nborder-style: solid;\nborder-width: 5px 5px 0 5px;\nborder-color: #000 transparent transparent transparent;\nleft:50%;\nmargin-left:-5px; bottom:-5px; position:absolute; }\n\n/*HOWARD TAFT*/\n.eg-howardtaft-wrapper .esg-media-poster, .eg-howardtaft-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);\n}\n\n.eg-howardtaft-wrapper:hover .esg-media-poster, .eg-howardtaft-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n/* WOOCOMMERCE */\n.myportfolio-container .added_to_cart.wc-forward { font-family: \"Open Sans\"; font-size: 13px; color: #fff; margin-top: 10px; }\n\n/* LIGHTBOX */\n.esgbox-title.esgbox-title-outside-wrap { font-size: 15px; font-weight: 700; text-align: center; }\n.esgbox-title.esgbox-title-inside-wrap { padding-bottom: 10px; font-size: 15px; font-weight: 700; text-align: center; }\n        \n/*TWITTER STREAM*/\n.esg-content.eg-twitterstream-element-33-a { display: inline-block; }\n.eg-twitterstream-element-35 { word-break: break-all; } \n.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*FACEBOOK STREAM*/\n.esg-content.eg-facebookstream-element-33-a { display: inline-block; }\n.eg-facebookstream-element-0 { word-break: break-all; } \n\n/*FLICKR STREAM*/\n.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n        \n/*TWITTER STREAM*/\n.esg-content.eg-twitterstream-element-33-a { display: inline-block; }\n.eg-twitterstream-element-35 { word-break: break-all; } \n.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*FACEBOOK STREAM*/\n.esg-content.eg-facebookstream-element-33-a { display: inline-block; }\n.eg-facebookstream-element-0 { word-break: break-all; } \n\n/*FLICKR STREAM*/\n.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n/*EVENTS-GRID*/\n.eg-sonaar-events-grid01-element-14-a{\nmin-height: 37px;\n}\n\n/* NEWS SKIN 1*/\n.esg-overlay.eg-news-skin-1-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 99%, rgba(0,0,0,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0.9)), color-stop(99%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/* ARTISTS SKIN */\n.esg-overlay.eg-sonaar-movie-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 99%, rgba(0,0,0,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0.9)), color-stop(99%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}r\n		r\n/*TWITTER STREAM*/r\n.esg-content.eg-twitterstream-element-33-a { display: inline-block; }r\n.eg-twitterstream-element-35 { word-break: break-all; } r\n.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */r\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */r\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */r\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */r\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */r\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}r\nr\n/*FACEBOOK STREAM*/r\n.esg-content.eg-facebookstream-element-33-a { display: inline-block; }r\n.eg-facebookstream-element-0 { word-break: break-all; } r\nr\n/*FLICKR STREAM*/r\n.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */r\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */r\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */r\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */r\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */r\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}r\n\n		\n/*TWITTER STREAM*/\n.esg-content.eg-twitterstream-element-33-a { display: inline-block; }\n.eg-twitterstream-element-35 { word-break: break-all; } \n.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*FACEBOOK STREAM*/\n.esg-content.eg-facebookstream-element-33-a { display: inline-block; }\n.eg-facebookstream-element-0 { word-break: break-all; } \n\n/*FLICKR STREAM*/\n.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n		\n/*TWITTER STREAM*/\n.esg-content.eg-twitterstream-element-33-a { display: inline-block; }\n.eg-twitterstream-element-35 { word-break: break-all; } \n.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*FACEBOOK STREAM*/\n.esg-content.eg-facebookstream-element-33-a { display: inline-block; }\n.eg-facebookstream-element-0 { word-break: break-all; } \n\n/*FLICKR STREAM*/\n.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n','yes'),(152,'tp-google-fonts','a:2:{i:1;a:2:{s:3:\"url\";s:15:\"Poppins:300,700\";s:6:\"handle\";s:7:\"poppins\";}i:2;a:2:{s:3:\"url\";s:19:\"Raleway:400,500,600\";s:6:\"handle\";s:7:\"raleway\";}}','yes'),(153,'tp_eg_role','admin','yes'),(154,'tp_eg_update-check-short','1577682553','yes'),(156,'widget_ess-grid-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'revslider-update-check-short','1577571511','yes'),(163,'revslider-templates-check','1577571513','yes'),(169,'revslider_checktables','1','yes'),(170,'revslider_table_version','1.0.6','yes'),(171,'revslider-global-settings','a:19:{s:4:\"role\";s:5:\"admin\";s:17:\"includes_globally\";s:2:\"on\";s:18:\"pages_for_includes\";s:0:\"\";s:12:\"js_to_footer\";s:3:\"off\";s:8:\"js_defer\";s:3:\"off\";s:19:\"load_all_javascript\";s:3:\"off\";s:15:\"show_dev_export\";s:3:\"off\";s:19:\"change_font_loading\";s:0:\"\";s:5:\"width\";s:4:\"1240\";s:14:\"width_notebook\";s:4:\"1024\";s:12:\"width_tablet\";s:3:\"778\";s:12:\"width_mobile\";s:3:\"480\";s:14:\"stage_collapse\";s:3:\"off\";s:18:\"enable_newschannel\";s:3:\"off\";s:11:\"enable_logs\";s:3:\"off\";s:20:\"force_activation_box\";s:3:\"off\";s:18:\"pack_page_creation\";s:2:\"on\";s:20:\"single_page_creation\";s:3:\"off\";s:17:\"load_google_fonts\";s:3:\"off\";}','yes'),(172,'revslider_update_version','5.2.5.5','yes'),(174,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(176,'woocommerce_default_country','US:CA','yes'),(177,'woocommerce_allowed_countries','all','yes'),(178,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(179,'woocommerce_default_customer_address','geolocation','yes'),(180,'woocommerce_demo_store','no','yes'),(181,'woocommerce_demo_store_notice','This is a demo store for testing purposes &mdash; no orders shall be fulfilled.','no'),(182,'woocommerce_currency','USD','yes'),(183,'woocommerce_currency_pos','left','yes'),(184,'woocommerce_price_thousand_sep',',','yes'),(185,'woocommerce_price_decimal_sep','.','yes'),(186,'woocommerce_price_num_decimals','2','yes'),(187,'woocommerce_weight_unit','kg','yes'),(188,'woocommerce_dimension_unit','cm','yes'),(189,'woocommerce_enable_review_rating','yes','no'),(190,'woocommerce_review_rating_required','yes','no'),(191,'woocommerce_review_rating_verification_label','no','no'),(192,'woocommerce_review_rating_verification_required','no','no'),(193,'woocommerce_shop_page_id','800','yes'),(194,'woocommerce_shop_page_display','','yes'),(195,'woocommerce_category_archive_display','','yes'),(196,'woocommerce_default_catalog_orderby','menu_order','yes'),(197,'woocommerce_cart_redirect_after_add','no','yes'),(198,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(199,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(200,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(201,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(202,'woocommerce_enable_lightbox','yes','yes'),(203,'woocommerce_manage_stock','no','yes'),(204,'woocommerce_hold_stock_minutes','60','no'),(205,'woocommerce_notify_low_stock','yes','no'),(206,'woocommerce_notify_no_stock','yes','no'),(207,'woocommerce_stock_email_recipient','info@motionindesign.com','no'),(208,'woocommerce_notify_low_stock_amount','2','no'),(209,'woocommerce_notify_no_stock_amount','0','no'),(210,'woocommerce_hide_out_of_stock_items','no','yes'),(211,'woocommerce_stock_format','','yes'),(212,'woocommerce_file_download_method','force','no'),(213,'woocommerce_downloads_require_login','no','no'),(214,'woocommerce_downloads_grant_access_after_payment','yes','no'),(215,'woocommerce_calc_taxes','no','yes'),(216,'woocommerce_prices_include_tax','no','yes'),(217,'woocommerce_tax_based_on','shipping','yes'),(218,'woocommerce_shipping_tax_class','title','yes'),(219,'woocommerce_tax_round_at_subtotal','no','yes'),(220,'woocommerce_tax_classes','Reduced Rate\nZero Rate','yes'),(221,'woocommerce_tax_display_shop','excl','yes'),(222,'woocommerce_tax_display_cart','excl','no'),(223,'woocommerce_price_display_suffix','','yes'),(224,'woocommerce_tax_total_display','itemized','no'),(225,'woocommerce_enable_coupons','no','no'),(226,'woocommerce_calc_discounts_sequentially','no','no'),(227,'woocommerce_enable_guest_checkout','yes','no'),(228,'woocommerce_force_ssl_checkout','no','yes'),(229,'woocommerce_unforce_ssl_checkout','no','yes'),(230,'woocommerce_cart_page_id','796','yes'),(231,'woocommerce_checkout_page_id','798','yes'),(232,'woocommerce_terms_page_id','','no'),(233,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(234,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(235,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(236,'woocommerce_calc_shipping','no','yes'),(237,'woocommerce_enable_shipping_calc','yes','no'),(238,'woocommerce_shipping_cost_requires_address','no','no'),(239,'woocommerce_shipping_method_format','','no'),(240,'woocommerce_ship_to_destination','billing','no'),(241,'woocommerce_ship_to_countries','disabled','yes'),(242,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(243,'woocommerce_myaccount_page_id','','yes'),(244,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(245,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(246,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(247,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(248,'woocommerce_logout_endpoint','customer-logout','yes'),(249,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(250,'woocommerce_enable_myaccount_registration','no','no'),(251,'woocommerce_enable_checkout_login_reminder','yes','no'),(252,'woocommerce_registration_generate_username','yes','no'),(253,'woocommerce_registration_generate_password','no','no'),(254,'woocommerce_email_from_name','Your Name','no'),(255,'woocommerce_email_from_address','support@youremail.com','no'),(256,'woocommerce_email_header_image','','no'),(257,'woocommerce_email_footer_text','Sonaar.io Music - Powered by WooCommerce','no'),(258,'woocommerce_email_base_color','#73e79c','no'),(259,'woocommerce_email_background_color','#f5f5f5','no'),(260,'woocommerce_email_body_background_color','#fdfdfd','no'),(261,'woocommerce_email_text_color','#505050','no'),(262,'woocommerce_api_enabled','yes','yes'),(264,'woocommerce_admin_notices','a:0:{}','yes'),(269,'woocommerce_language_pack_version','a:2:{i:0;s:5:\"2.4.8\";i:1;s:0:\"\";}','yes'),(275,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(276,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(277,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(278,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(279,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(280,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(281,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(282,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(283,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(284,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(285,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(287,'vc_version','5.5.4','yes'),(289,'wpb_js_composer_license_activation_notified','yes','yes'),(290,'woocommerce_meta_box_errors','a:0:{}','yes'),(307,'croma','a:142:{s:8:\"last_tab\";s:1:\"5\";s:11:\"enable_ajax\";s:1:\"1\";s:12:\"external_css\";s:1:\"1\";s:15:\"videos_per_page\";s:2:\"10\";s:15:\"paginate_method\";s:14:\"posts_nav_link\";s:12:\"widget_areas\";a:3:{s:15:\"croma_sidebar_0\";a:3:{s:8:\"order_no\";s:1:\"0\";s:12:\"sidebar_name\";s:20:\"Default Blog Sidebar\";s:12:\"sidebar_desc\";s:62:\"Sidebar widget area found on Blog post-related page templates.\";}s:15:\"croma_sidebar_1\";a:3:{s:8:\"order_no\";s:1:\"1\";s:12:\"sidebar_name\";s:21:\"Default Video Sidebar\";s:12:\"sidebar_desc\";s:58:\"Sidebar widget area found on Video-related page templates.\";}s:15:\"croma_sidebar_2\";a:3:{s:8:\"order_no\";s:1:\"2\";s:12:\"sidebar_name\";s:14:\"Default Footer\";s:12:\"sidebar_desc\";s:24:\"Site footer widget area.\";}}s:27:\"single_post_default_sidebar\";s:15:\"croma_sidebar_0\";s:28:\"single_video_default_sidebar\";s:15:\"croma_sidebar_1\";s:28:\"single_event_default_sidebar\";s:0:\"\";s:34:\"single_discography_default_sidebar\";s:0:\"\";s:14:\"featured_color\";s:18:\"rgb(115, 173, 155)\";s:19:\"primary_color_light\";s:7:\"#ffffff\";s:18:\"primary_color_dark\";s:7:\"#f7f7f7\";s:21:\"secondary_color_light\";s:18:\"rgb(200, 255, 195)\";s:16:\"text_color_light\";s:7:\"#ffffff\";s:15:\"text_color_dark\";s:18:\"rgb(115, 173, 155)\";s:18:\"content_background\";a:5:{s:4:\"file\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:8:\"position\";s:0:\"\";s:5:\"color\";s:22:\"rgba(255, 255, 255, 0)\";}s:15:\"body_background\";a:5:{s:4:\"file\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:8:\"position\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";}s:24:\"page_title_divider_image\";s:82:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/white-divider.png\";s:24:\"page_title_divider_color\";s:7:\"#000000\";s:29:\"page_title_divider_margin_top\";s:2:\"30\";s:32:\"page_title_divider_margin_bottom\";s:2:\"75\";s:26:\"widget_title_divider_image\";s:82:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/white-divider.png\";s:26:\"widget_title_divider_color\";s:7:\"#000000\";s:31:\"widget_title_divider_margin_top\";s:0:\"\";s:34:\"widget_title_divider_margin_bottom\";s:0:\"\";s:15:\"body_typography\";a:10:{s:13:\"font_readable\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:13:\"Open+Sans:300\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"12px\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:4:\"25px\";s:6:\"weight\";s:3:\"300\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:0:\"\";}s:16:\"news_hover_color\";s:7:\"#ffffff\";s:25:\"call_to_action_typography\";a:10:{s:13:\"font_readable\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:17:\"Open+Sans:regular\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"17px\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:4:\"17px\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:0:\"\";}s:11:\"cta_spacing\";s:3:\"1px\";s:24:\"button_widget_typography\";a:10:{s:13:\"font_readable\";s:0:\"\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:7:\"bgcolor\";s:0:\"\";}s:21:\"button_widget_spacing\";s:3:\"1px\";s:13:\"h1_typography\";a:10:{s:13:\"font_readable\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:13:\"Open+Sans:600\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h1_spacing\";s:3:\"1px\";s:13:\"h2_typography\";a:10:{s:13:\"font_readable\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:13:\"Open+Sans:700\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"18px\";s:9:\"transform\";s:9:\"uppercase\";s:6:\"height\";s:4:\"18px\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h2_spacing\";s:3:\"1px\";s:13:\"h3_typography\";a:10:{s:13:\"font_readable\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:13:\"Open+Sans:700\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"36px\";s:9:\"transform\";s:9:\"uppercase\";s:6:\"height\";s:4:\"43px\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h3_spacing\";s:3:\"0px\";s:13:\"h4_typography\";a:10:{s:13:\"font_readable\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:13:\"Open+Sans:300\";s:5:\"align\";s:6:\"center\";s:4:\"size\";s:4:\"18px\";s:9:\"transform\";s:9:\"uppercase\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:3:\"300\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h4_spacing\";s:3:\"1px\";s:13:\"h5_typography\";a:10:{s:13:\"font_readable\";s:0:\"\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h5_spacing\";s:3:\"1px\";s:13:\"h6_typography\";a:10:{s:13:\"font_readable\";s:0:\"\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h6_spacing\";s:3:\"1px\";s:11:\"header_logo\";s:85:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/logo_lowtempo_1x.png\";s:18:\"retina_header_logo\";s:85:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/logo_lowtempo_2x.png\";s:23:\"header_alternative_logo\";s:97:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/logo_lowtempo_1x_alternative.png\";s:30:\"retina_header_alternative_logo\";s:97:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/logo_lowtempo_2x_alternative.png\";s:30:\"use_alternative_logo_on_mobile\";s:1:\"1\";s:26:\"header_menu_toggle_enabled\";s:1:\"1\";s:14:\"footer-area_id\";s:15:\"croma_sidebar_2\";s:27:\"footer_social_media_enabled\";s:1:\"1\";s:20:\"secondary_color_dark\";s:7:\"#000000\";s:26:\"footer_back_to_top_enabled\";s:1:\"1\";s:15:\"footer_bg_color\";s:7:\"#000000\";s:14:\"footer_padding\";s:3:\"0px\";s:18:\"footer_bottom_logo\";s:98:\"https://cactusmoonshinepublishing.com/wp-content/themes/croma/images/logo-irontemplates-footer.png\";s:18:\"footer_bottom_link\";s:25:\"http://irontemplates.com/\";s:16:\"footer_copyright\";s:53:\"Copyright © 2017 Iron Templates\r\nAll rights reserved\";s:14:\"footer_credits\";s:40:\"Template crafted by <b>IronTemplates</b>\";s:9:\"menu_type\";s:12:\"classic-menu\";s:15:\"menu_transition\";s:5:\"type1\";s:19:\"enable_fixed_header\";s:1:\"1\";s:13:\"menu_position\";s:9:\"righttype\";s:9:\"menu_logo\";s:97:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/logo_lowtempo_1x_alternative.png\";s:16:\"retina_menu_logo\";s:97:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/logo_lowtempo_2x_alternative.png\";s:15:\"menu_background\";a:4:{s:4:\"file\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:20:\"menu_open_icon_color\";s:7:\"#c8ffc3\";s:21:\"menu_close_icon_color\";s:7:\"#c8ffc3\";s:15:\"menu_typography\";a:10:{s:13:\"font_readable\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:13:\"Open+Sans:700\";s:5:\"align\";s:4:\"left\";s:4:\"size\";s:4:\"36px\";s:9:\"transform\";s:9:\"uppercase\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:11:\"menu_margin\";s:1:\"0\";s:18:\"classic_menu_width\";s:9:\"fullwidth\";s:18:\"classic_menu_align\";s:11:\"pull-center\";s:21:\"classic_menu_position\";s:18:\"fixed fixed_before\";s:19:\"classic_menu_effect\";s:21:\"mini-fullwidth-active\";s:29:\"classic_menu_header_logo_mini\";s:85:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/logo_lowtempo_1x.png\";s:23:\"classic_menu_logo_align\";s:9:\"pull-left\";s:30:\"classic_menu_logo_padding_left\";s:3:\"0px\";s:31:\"classic_menu_logo_padding_right\";s:3:\"0px\";s:29:\"classic_menu_logo_padding_top\";s:3:\"0px\";s:32:\"classic_menu_logo_padding_bottom\";s:3:\"0px\";s:23:\"classic_menu_background\";s:0:\"\";s:28:\"classic_menu_background_mini\";s:7:\"#000000\";s:29:\"classic_menu_inner_background\";s:0:\"\";s:23:\"classic_menu_top_margin\";s:4:\"40px\";s:26:\"classic_menu_bottom_margin\";s:3:\"8px\";s:20:\"classic_menu_hmargin\";s:4:\"40px\";s:21:\"classic_menu_hpadding\";s:3:\"0px\";s:21:\"classic_menu_vpadding\";s:3:\"8px\";s:30:\"classic_menu_background_mobile\";s:7:\"#ffffff\";s:25:\"classic_mobile_icon_color\";s:7:\"#000000\";s:31:\"classic_mobile_icon_hover_color\";s:7:\"#000000\";s:25:\"classic_menu_item_hmargin\";s:3:\"5px\";s:25:\"classic_menu_item_vmargin\";s:3:\"8px\";s:26:\"classic_menu_item_hpadding\";s:4:\"25px\";s:26:\"classic_menu_item_vpadding\";s:4:\"15px\";s:23:\"classic_menu_typography\";a:10:{s:13:\"font_readable\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:13:\"Open+Sans:700\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"14px\";s:9:\"transform\";s:9:\"uppercase\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8ffc3\";s:7:\"bgcolor\";s:0:\"\";}s:27:\"classic_menu_letter_spacing\";s:3:\"3px\";s:27:\"classic_menu_hover_bg_color\";s:18:\"rgb(115, 173, 155)\";s:29:\"classic_menu_hover_text_color\";s:7:\"#ffffff\";s:28:\"classic_menu_active_bg_color\";s:22:\"rgba(115, 173, 155, 0)\";s:30:\"classic_menu_active_text_color\";s:7:\"#ffffff\";s:22:\"menu_item_hover_effect\";s:4:\"none\";s:27:\"classic_sub_menu_typography\";a:10:{s:13:\"font_readable\";s:0:\"\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:15:\"rgba(0,0,0,0.7)\";}s:31:\"classic_sub_menu_hover_bg_color\";s:18:\"rgb(115, 173, 155)\";s:33:\"classic_sub_menu_hover_text_color\";s:7:\"#ffffff\";s:32:\"classic_sub_menu_active_bg_color\";s:18:\"rgba(0, 0, 0, 0.7)\";s:34:\"classic_sub_menu_active_text_color\";s:7:\"#ffffff\";s:23:\"header_top_menu_enabled\";s:1:\"1\";s:30:\"header_top_menu_hide_on_scroll\";s:1:\"1\";s:15:\"header_top_menu\";a:3:{i:0;a:7:{s:8:\"order_no\";s:1:\"3\";s:14:\"menu_page_name\";s:9:\"Instagram\";s:20:\"menu_hide_page_title\";s:1:\"1\";s:13:\"menu_page_url\";s:0:\"\";s:22:\"menu_page_external_url\";s:25:\"https://www.instagram.com\";s:20:\"menu_page_url_target\";s:5:\"_self\";s:14:\"menu_page_icon\";s:9:\"instagram\";}i:1;a:7:{s:8:\"order_no\";s:1:\"4\";s:14:\"menu_page_name\";s:8:\"Facebook\";s:20:\"menu_hide_page_title\";s:1:\"1\";s:13:\"menu_page_url\";s:0:\"\";s:22:\"menu_page_external_url\";s:24:\"https://www.facebook.com\";s:20:\"menu_page_url_target\";s:5:\"_self\";s:14:\"menu_page_icon\";s:8:\"facebook\";}i:2;a:7:{s:8:\"order_no\";s:1:\"5\";s:14:\"menu_page_name\";s:7:\"Twitter\";s:20:\"menu_hide_page_title\";s:1:\"1\";s:13:\"menu_page_url\";s:0:\"\";s:22:\"menu_page_external_url\";s:23:\"https://www.twitter.com\";s:20:\"menu_page_url_target\";s:5:\"_self\";s:14:\"menu_page_icon\";s:7:\"twitter\";}}s:26:\"header_top_menu_background\";s:7:\"#ffffff\";s:26:\"header_top_menu_typography\";a:10:{s:13:\"font_readable\";s:0:\"\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:7:\"bgcolor\";s:0:\"\";}s:29:\"post_archive_default_template\";s:18:\"archive-posts-list\";s:26:\"single_post_featured_image\";s:9:\"fullwidth\";s:14:\"show_post_date\";s:1:\"1\";s:16:\"show_post_author\";s:1:\"1\";s:20:\"show_post_categories\";s:1:\"1\";s:14:\"show_post_tags\";s:1:\"1\";s:22:\"single_post_page_title\";s:0:\"\";s:23:\"single_event_page_title\";s:0:\"\";s:23:\"single_video_page_title\";s:0:\"\";s:23:\"single_album_page_title\";s:0:\"\";s:22:\"single_shop_page_title\";s:0:\"\";s:19:\"twitter_consumerkey\";s:0:\"\";s:22:\"twitter_consumersecret\";s:0:\"\";s:19:\"twitter_accesstoken\";s:0:\"\";s:25:\"twitter_accesstokensecret\";s:0:\"\";s:14:\"facebook_appid\";s:0:\"\";s:18:\"enable_share_icons\";s:1:\"1\";s:30:\"custom_social_actions_checkbox\";a:5:{s:8:\"facebook\";s:1:\"1\";s:7:\"twitter\";s:1:\"1\";s:7:\"google+\";s:1:\"1\";s:8:\"linkedin\";s:1:\"1\";s:9:\"pinterest\";s:1:\"1\";}s:12:\"social_icons\";a:4:{i:0;a:5:{s:8:\"order_no\";s:1:\"6\";s:17:\"social_media_name\";s:7:\"Twitter\";s:16:\"social_media_url\";s:26:\"https://twitter.com/envato\";s:23:\"social_media_icon_class\";s:7:\"twitter\";s:21:\"social_media_icon_url\";s:0:\"\";}i:1;a:5:{s:8:\"order_no\";s:1:\"7\";s:17:\"social_media_name\";s:8:\"Facebook\";s:16:\"social_media_url\";s:27:\"https://facebook.com/envato\";s:23:\"social_media_icon_class\";s:8:\"facebook\";s:21:\"social_media_icon_url\";s:0:\"\";}i:2;a:5:{s:8:\"order_no\";s:1:\"8\";s:17:\"social_media_name\";s:9:\"Instagram\";s:16:\"social_media_url\";s:17:\"www.instagram.com\";s:23:\"social_media_icon_class\";s:9:\"instagram\";s:21:\"social_media_icon_url\";s:0:\"\";}i:3;a:5:{s:8:\"order_no\";s:1:\"9\";s:17:\"social_media_name\";s:10:\"Soundclous\";s:16:\"social_media_url\";s:18:\"www.soundcloud.com\";s:23:\"social_media_icon_class\";s:10:\"soundcloud\";s:21:\"social_media_icon_url\";s:0:\"\";}}s:12:\"meta_favicon\";s:0:\"\";s:21:\"meta_apple_touch_icon\";s:0:\"\";s:27:\"meta_apple_touch_icon_72x72\";s:0:\"\";s:29:\"meta_apple_touch_icon_114x114\";s:0:\"\";s:29:\"meta_apple_touch_icon_144x144\";s:0:\"\";s:31:\"meta_apple_mobile_web_app_title\";s:0:\"\";s:10:\"custom_css\";s:4265:\"/*-------------------------------------------------------------*\\\r\n          #GENERAL\r\n\\*-------------------------------------------------------------*/\r\n\r\n\r\nli.hotlink.pull-right {\r\n    margin-left: -5px;\r\n    margin-right: -5px;\r\n}\r\nbody p{ \r\nletter-spacing: 2px;\r\n}\r\n\r\n\r\n/*--MENU--*/\r\n.classic-menu.fixed.mini.mini-fullwidth-active>ul>li.logo img {\r\n    max-height: 50px;\r\n}\r\n.classic-menu>ul>li.hotlink a{\r\npadding-left: 15px;\r\npadding-right: 15px;\r\n}\r\n@media only screen and (max-width: 768px) { \r\n.artist_sidebar h1 {\r\n    margin-top: 85px;\r\n}\r\n}\r\n\r\n@media screen and (max-width: 480px) { \r\n[style*=\"font-size: 36px\"], h3{\r\n    font-size: 23px !important;\r\n    line-height: 23px !important;\r\n} \r\n}\r\n\r\n\r\na.back-btn {\r\n    text-transform: uppercase;\r\n}\r\n\r\n.widget-title{\r\ncolor:#fff!important;\r\n}\r\n\r\na.button-widget{\r\nfont-size: 17px;\r\nfont-family: 17px;\r\nfont-weight: 400;\r\n}\r\na.button-widget.center{\r\n text-align: center; \r\n}\r\na.button {\r\ncolor:#000;\r\n}\r\na.button:hover {\r\ncolor:#000;\r\n    background-color: rgb(200, 255, 195);\r\n}\r\n\r\n\r\n/*--Audio Player--*/\r\n.iron-audioplayer .track-title, .continuousPlayer .track-name {\r\n    letter-spacing: -1px;\r\n}\r\n\r\n\r\n/*--Divider image transition--*/\r\n@keyframes divider {\r\n0% {-webkit-transform: scale(0); transform: scaleX(0);}\r\n    90% {-webkit-transform: scale(0); transform: scaleX(0);}\r\n    100% {-webkit-transform: scale(1);transform: scaleX(1);}\r\n}\r\n.page-title img, .imagedivider img{\r\n    animation-name: divider;\r\n    animation-duration: 1s;\r\nanimation-timing-function: ease;\r\n}\r\n\r\n\r\n/*--footer--*/\r\n.footer__widgets .widget{\r\n    float: none;\r\n    width:100%;\r\n}\r\n.social-networks a i{\r\n    font-size: 28px;\r\n}\r\n#footer h3{\r\n    font-weight: 700;\r\n}\r\n#footer ul, #footer li, .footer-block .social-networks a, .social-networks a i{\r\n    color: inherit;\r\n}\r\n.social-networks a{\r\n    display: inline-block;\r\n    -webkit-transition-duration: 0.4s;\r\n    transition-duration: 0.4s;\r\n}\r\n.social-networks a:hover{\r\n    -webkit-transform: scale(1.2);\r\n    transform: scale(1.2);\r\n}\r\n\r\n\r\n\r\n/*-------------------------------------------------------------*\\\r\n          #POST TYPE\r\n\\*-------------------------------------------------------------*/\r\n\r\n/*--Events--*/\r\n.single-event td {\r\n    color: #fff;\r\n}\r\n.event-line-wrap{\r\ntext-transform: uppercase;\r\n}\r\n\r\n\r\n/*--News--*/\r\n.media-block .meta-author-link, .media-block .post-categories a, .media-block .meta-author-link a:hover {\r\n    background-color: rgba(0,0,0,0)!important;\r\n}\r\n.single-post .datetime, .articles-classic .datetime {\r\n    color: #FFF!important;\r\n}\r\n.single-post .media-block a{\r\n    background-color: rgba(0,0,0,0)!important;\r\n}\r\n.news .media-block h2 {\r\n    color: #000!important;\r\n}\r\n.single-post h2 {\r\n    font-size: 32px;\r\n    line-height: 31px;\r\n}\r\n.articles-classic .media-block .holder {\r\n    background-color: #000000;\r\n}\r\n\r\n\r\n/*--Albums--*/\r\n.single-album .single-post.featured {\r\n    background: #000;\r\n}\r\n.single-album .content-box h4 {\r\n    letter-spacing: -0px!important;\r\n    margin-bottom: -17px!important;\r\n}\r\n.single-album .content-box .blockquote-block blockquote {\r\n    color: #FFF;\r\n}\r\n.media-block .datetime, .media-block .meta-simple, .media-block .category, .tab-title, .news-grid-wrap a:hover time, .news-grid-wrap a:hover .meta-author-link, .news-grid-tab .datetime, .news-grid-tab .meta-author-link, .news-grid-tab .post-categories, .news-grid-tab .post-tags, .news-grid-wrap a:hover .post-categories, .news-grid-wrap a:hover .post-tags{\r\n    color: #000;\r\n}\r\n\r\n/*-------------------------------------------------------------*\\\r\n          #REVOLUTION SLIDER\r\n\\*-------------------------------------------------------------*/\r\n.tp-caption a{\r\ncolor:inherit;\r\n}\r\n\r\n/*-------------------------------------------------------------*\\\r\n          #WOOCOMMERCE\r\n\\*-------------------------------------------------------------*/\r\n.entry .woocommerce-checkout-payment p{\r\ncolor:#000;\r\n}\r\n.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before{\r\nborder-color: #FFF;\r\n}\r\n\r\n\";s:9:\"custom_js\";s:94:\"//Change footer social networt icon color\r\n$(\"#footer .links-box\").addClass(\"color4_txt\");\r\n\r\n\";s:18:\"enable_nice_scroll\";i:0;s:15:\"woo_backgrounds\";i:0;}','yes'),(313,'tp_eg_valid-notice','false','yes'),(315,'revslider-valid-notice','false','yes'),(366,'post_count','6','yes'),(526,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(762,'essential-connection','1','yes'),(763,'essential-notices','a:3:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:3:\"2.1\";s:4:\"text\";s:293:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340#item-description__version-2-1-5-artemis-26th-june-2017\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_215.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"EssGrid 2.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPEG215-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"2.2.9\";s:4:\"text\";s:341:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340?ref=themepunch\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_23.jpg\" srcset=\"//updates.themepunch.tools/banners/essential_grid_updatenow_23@2x.jpg\" style=\"width:817px;min-width: 50%; max-width:100%\" alt=\"EssGrid 2.3 is out\" ></a>\";s:4:\"code\";s:9:\"TPEG23-00\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:3:\"2.3\";s:4:\"text\";s:343:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340?ref=themepunch\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_231.jpg\" srcset=\"//updates.themepunch.tools/banners/essential_grid_updatenow_231@2x.jpg\" style=\"width:817px;min-width: 50%; max-width:100%\" alt=\"EssGrid 2.3 is out\" ></a>\";s:4:\"code\";s:9:\"TPEG23-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(764,'essential-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"1.0.0\";s:10:\"version_to\";s:5:\"1.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}','yes'),(765,'tp_eg_latest-version','2.3.6','yes'),(1708,'eg-current-sorting','a:2:{s:5:\"limit\";s:4:\"9999\";s:7:\"pagenum\";s:1:\"1\";}','yes'),(2116,'_iron_music_event_options','a:27:{s:16:\"events_slug_name\";s:5:\"event\";s:15:\"events_per_page\";s:2:\"10\";s:28:\"events_moreinfo_button_label\";s:9:\"More Info\";s:19:\"events_show_artists\";b:0;s:22:\"events_item_typography\";a:5:{s:4:\"font\";s:9:\"Lato:bold\";s:13:\"font_readable\";s:4:\"Lato\";s:6:\"weight\";s:4:\"bold\";s:4:\"size\";s:4:\"24px\";s:5:\"color\";s:12:\"rgb(0, 0, 0)\";}s:26:\"events_items_letterspacing\";s:3:\"1px\";s:30:\"events_item_content_typography\";a:5:{s:4:\"font\";s:8:\"Lato:300\";s:13:\"font_readable\";s:4:\"Lato\";s:6:\"weight\";s:3:\"300\";s:4:\"size\";s:4:\"18px\";s:5:\"color\";s:12:\"rgb(0, 0, 0)\";}s:20:\"events_item_bg_color\";s:19:\"rgba(0, 0, 0, 0.05)\";s:26:\"events_item_hover_bg_color\";s:12:\"rgb(0, 0, 0)\";s:28:\"events_item_hover_text_color\";s:18:\"rgb(255, 255, 255)\";s:21:\"events_outline_colors\";s:19:\"rgba(0, 0, 0, 0.38)\";s:20:\"events_items_padding\";s:4:\"30px\";s:23:\"events_button_more_info\";b:0;s:25:\"events_buttons_text_color\";s:18:\"rgb(255, 255, 255)\";s:23:\"events_buttons_bg_color\";s:12:\"rgb(0, 0, 0)\";s:31:\"events_buttons_hover_text_color\";s:12:\"rgb(0, 0, 0)\";s:29:\"events_buttons_hover_bg_color\";s:18:\"rgb(255, 255, 255)\";s:30:\"events_show_countdown_rollover\";b:0;s:27:\"events_countdown_typography\";a:5:{s:4:\"font\";s:9:\"Lato:bold\";s:13:\"font_readable\";s:4:\"Lato\";s:6:\"weight\";s:4:\"bold\";s:4:\"size\";s:4:\"24px\";s:5:\"color\";s:12:\"rgb(0, 0, 0)\";}s:30:\"events_countdown_letterspacing\";s:3:\"0px\";s:25:\"events_countdown_bg_color\";s:18:\"rgb(255, 255, 255)\";s:13:\"events_filter\";b:0;s:19:\"events_filter_label\";s:16:\"Filter by Artist\";s:24:\"events_filter_typography\";a:5:{s:4:\"font\";s:4:\"Lato\";s:13:\"font_readable\";s:4:\"Lato\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:4:\"24px\";s:5:\"color\";s:12:\"rgb(0, 0, 0)\";}s:27:\"events_filter_letterspacing\";s:3:\"0px\";s:22:\"events_filter_bg_color\";s:18:\"rgb(255, 255, 255)\";s:27:\"events_filter_outline_color\";s:12:\"rgb(0, 0, 0)\";}','yes'),(3391,'_iron_music_music_player_options','a:13:{s:21:\"music_player_playlist\";a:5:{s:4:\"font\";s:4:\"Lato\";s:13:\"font_readable\";s:4:\"Lato\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:4:\"18px\";s:5:\"color\";s:12:\"rgb(0, 0, 0)\";}s:27:\"music_player_featured_color\";s:12:\"rgb(0, 0, 0)\";s:23:\"music_player_icon_color\";s:18:\"rgb(166, 171, 173)\";s:27:\"music_player_timeline_color\";s:18:\"rgb(240, 240, 240)\";s:27:\"music_player_progress_color\";s:18:\"rgb(255, 255, 255)\";s:38:\"continuous_music_player_featured_color\";s:18:\"rgb(255, 255, 255)\";s:29:\"continuous_music_player_label\";a:5:{s:4:\"font\";s:4:\"Lato\";s:13:\"font_readable\";s:4:\"Lato\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:4:\"24px\";s:5:\"color\";s:18:\"rgb(255, 255, 255)\";}s:35:\"continuous_music_player_label_color\";s:18:\"rgb(255, 255, 255)\";s:36:\"continuous_music_player_label_artist\";s:1:\"1\";s:37:\"continuous_music_player_playlist_icon\";b:0;s:36:\"continuous_music_player_timeline_bar\";s:18:\"rgb(166, 171, 173)\";s:36:\"continuous_music_player_progress_bar\";s:18:\"rgb(255, 255, 255)\";s:34:\"continuous_music_player_background\";s:12:\"rgb(0, 0, 0)\";}','yes'),(4149,'new_admin_email','support@motionindesign.com','yes'),(4197,'intercom','a:4:{s:6:\"app_id\";s:8:\"mqkij1jp\";s:6:\"secret\";s:40:\"nio6zRcrHFXH23n22e1gotqJtGN8GuRzA_VsJhoS\";s:11:\"secure_mode\";b:0;s:21:\"identity_verification\";b:1;}','yes'),(5740,'revslider-connection','1','yes'),(5741,'revslider-latest-version','6.1.5','yes'),(5742,'revslider-stable-version','4.2','yes'),(5743,'revslider-notices','a:1:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.9.9\";s:4:\"text\";s:478:\"<div style=\"width: 1000px; height: 390px;\"><a href=\"https://getsliderrevolution.com\" target=\"_blank\" style=\"float:left;\"><img alt=\"Buy Slider Revolution 6\" src=\"//updates.themepunch-ext-b.tools/banners/rs60/sixzero_left.jpg\" width=\"670\" height=\"390\"></a><a href=\"https://youtu.be/mn5hC07aGvE\" target=\"_blank\" style=\"float:right;\"><img alt=\"Watch Slider Revolution 6 Video\" src=\"//updates.themepunch-ext-b.tools/banners/rs60/sixzero_right.jpg\" width=\"330\" height=\"390\"></a></div>\";s:4:\"code\";s:10:\"TPRS600-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(5744,'revslider-dashboard','a:0:{}','yes'),(5745,'revslider-addons','O:8:\"stdClass\":26:{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:\"1.0.6\";s:10:\"background\";s:71:\"//updates.themepunch-ext-b.tools/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:67:\"//updates.themepunch-ext-b.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}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:\"1.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:63:\"//updates.themepunch-ext-b.tools/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:\"1.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:66:\"//updates.themepunch-ext-b.tools/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:\"1.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:66:\"//updates.themepunch-ext-b.tools/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:\"1.0.3\";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:67:\"//updates.themepunch-ext-b.tools/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:\"1.1.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:70:\"//updates.themepunch-ext-b.tools/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:\"1.0.5\";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:74:\"//updates.themepunch-ext-b.tools/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:\"1.0.5\";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:61:\"//updates.themepunch-ext-b.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";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:\"1.0.6\";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:66:\"//updates.themepunch-ext-b.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}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:\"1.0.2\";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:65:\"//updates.themepunch-ext-b.tools/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:\"1.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:60:\"//updates.themepunch-ext-b.tools/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:\"1.0.0\";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:67:\"//updates.themepunch-ext-b.tools/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:\"1.0.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:66:\"//updates.themepunch-ext-b.tools/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:\"1.0.0\";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:62:\"//updates.themepunch-ext-b.tools/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:\"1.0.0\";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:67:\"//updates.themepunch-ext-b.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}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:\"1.0.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:63:\"//updates.themepunch-ext-b.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";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:5:\"1.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:68:\"//updates.themepunch-ext-b.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}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:\"1.0.5\";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:64:\"//updates.themepunch-ext-b.tools/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:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.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:65:\"//updates.themepunch-ext-b.tools/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:\"1.0.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:64:\"//updates.themepunch-ext-b.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";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:\"1.0.1\";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:63:\"//updates.themepunch-ext-b.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}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:\"1.0.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:63:\"//updates.themepunch-ext-b.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";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:\"1.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:68:\"//updates.themepunch-ext-b.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}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:\"1.0.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:67:\"//updates.themepunch-ext-b.tools/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:\"1.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:66:\"//updates.themepunch-ext-b.tools/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:\"1.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:67:\"//updates.themepunch-ext-b.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}','yes'),(7976,'portfolio-category_children','a:0:{}','yes'),(7978,'photo-album-category_children','a:0:{}','yes'),(8012,'general_options','','yes'),(8013,'pricing_options','','yes'),(8316,'catalog_options','','yes'),(8317,'image_options','','yes'),(8760,'checkout_process_options','','yes'),(8761,'checkout_page_options','','yes'),(8762,'account_endpoint_options','','yes'),(8763,'checkout_endpoint_options','','yes'),(8764,'payment_gateways_options','','yes'),(8765,'woocommerce_default_gateway','','yes'),(8766,'woocommerce_gateway_order','a:4:{s:6:\"paypal\";i:0;s:4:\"bacs\";i:1;s:6:\"cheque\";i:2;s:3:\"cod\";i:3;}','yes'),(10065,'revslider-notices-dc','a:2:{i:0;s:10:\"TPRS530-01\";i:1;s:10:\"TPRS548-01\";}','yes'),(10378,'_wc_session_3','a:20:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}','no'),(10379,'_wc_session_expires_3','1480520204','no'),(10460,'_wc_session_4ead11b78ca95dda290ce43d462d58e6','a:21:{s:4:\"cart\";s:304:\"a:1:{s:32:\"72da7fd6d1302c0a159f6436d01e9eb0\";a:9:{s:10:\"product_id\";i:782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:25;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:25;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:25;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:1;s:5:\"total\";d:25;s:8:\"subtotal\";i:25;s:15:\"subtotal_ex_tax\";i:25;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";N;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;}','no'),(10461,'_wc_session_expires_4ead11b78ca95dda290ce43d462d58e6','1480612407','no'),(10572,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10573,'woocommerce_all_except_countries','a:0:{}','yes'),(10574,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(10575,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(10576,'woocommerce_myaccount_orders_endpoint','orders','yes'),(10577,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(10578,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(10739,'widget_slt_plugin','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10740,'slt_button_text','','yes'),(10741,'slt_button_class','','yes'),(11513,'_iron_music_import_export_options','a:0:{}','yes'),(11611,'album-category_children','a:0:{}','yes'),(12506,'revslider-library-check','1576657146','yes'),(12507,'rs-library','a:2:{s:7:\"objects\";a:179:{i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}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'),(12508,'rs_tables_created','1','yes'),(12582,'rs_cache_overlay','5.4.8','yes'),(13272,'acf_version','4.4.11','yes'),(13990,'esg-custom-link-meta','a:3:{i:0;a:4:{s:6:\"handle\";s:4:\"city\";s:4:\"name\";s:4:\"City\";s:9:\"sort-type\";s:10:\"alphabetic\";s:8:\"original\";s:10:\"event_city\";}i:1;a:4:{s:6:\"handle\";s:11:\"artist-name\";s:4:\"name\";s:11:\"artist-name\";s:9:\"sort-type\";s:10:\"alphabetic\";s:8:\"original\";s:22:\"artist_of_album_string\";}i:2;a:4:{s:6:\"handle\";s:18:\"album-release-date\";s:4:\"name\";s:18:\"Album Release Date\";s:9:\"sort-type\";s:10:\"alphabetic\";s:8:\"original\";s:16:\"alb_release_date\";}}','yes'),(15887,'wpb_js_templates','a:1:{s:36:\"artist-single-template-01_1140370161\";a:2:{s:4:\"name\";s:25:\"Artist Single Template 01\";s:8:\"template\";s:7108:\"[vc_row iron_row_type=\"in_container\" iron_remove_padding_medium=\"\" iron_remove_padding_small=\"\" iron_overlay_pattern=\"\" iron_parallax=\"\" iron_bg_video=\"\"][vc_column][vc_custom_heading text=\"The new album ``Ghost Riders`` was released on May 6th via SoundRise. Three years after the release of his third album °1, Lowtempo returns in full force.\" font_container=\"tag:h2|font_size:36px|text_align:left|line_height:32px\" use_theme_fonts=\"yes\" fit_bg_text=\"0\"][vc_tta_tabs style=\"flat\" shape=\"square\" color=\"black\" active_section=\"1\" no_fill_content_area=\"true\" css=\".vc_custom_1487780977932{margin-top: 100px !important;margin-bottom: 100px !important;}\"][vc_tta_section title=\"Albums\" tab_id=\"1487737705226-144de8d1-04cd\"][iron_audioplayer albums=\"646\" autoplay=\"0\" show_playlist=\"1\" css_animation=\"\"][iron_audioplayer albums=\"644\" autoplay=\"0\" show_playlist=\"1\" css_animation=\"\"][iron_audioplayer albums=\"642\" autoplay=\"0\" show_playlist=\"1\" css_animation=\"\"][/vc_tta_section][vc_tta_section title=\"Biography\" tab_id=\"1487737663838-886b7f01-3bb2\"][vc_column_text]<strong>At the age of 13, Jašarević started producing hip-hop music using an early PC. He later began sharing his tracks through the online music store <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>, which helped him gain a following in the <a title=\"United States\" href=\"https://en.wikipedia.org/wiki/United_States\">United States</a> and <a title=\"Europe\" href=\"https://en.wikipedia.org/wiki/Europe\">Europe</a>. Beatport is what Jašarević cites as his gateway to emerging as an electronic artist and landing his first US agent, Hunter Williams.<sup id=\"cite_ref-beatport_1-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup></strong>\n\n<strong>After Jašarević signed with his new agency, he moved to <a title=\"New York City\" href=\"https://en.wikipedia.org/wiki/New_York_City\">New York City</a> and released his debut <a class=\"mw-redirect\" title=\"Studio album\" href=\"https://en.wikipedia.org/wiki/Studio_album\">studio album</a> <i>Expedition 44</i> in July 2008,<sup id=\"cite_ref-3\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-3\">[3]</a></sup> as well as his second studio album <i>Street Bangerz Vol. 1</i> in December 2008.<sup id=\"cite_ref-4\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-4\">[4]</a></sup> <i>SB1</i> charted on <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>\'s Top 100 Chill Out chart for six months. In an interview with Britt Chester, Jašarević said, \"I didn\'t even expect the album to sell one track on Beatport, nothing else was sold on beatport except techno and house. When I dropped my album and it started selling, I was really surprised, since I\'d never seen a hip-hop album sell on Beatport. So when it sold, I was like \'Wow!\' These were hip-hop beats, but it was labeled \'Chill Out\' on Beatport. People saw it and thought it was awesome good chill out music, which is fine for me. I didn\'t expect it at all, and I didn\'t expect someone to reach out to me as a booking agent.\"<sup id=\"cite_ref-backbeat_2-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup></strong>\n\n<strong>A year after releasing his first album, Jašarević signed to the <a class=\"mw-redirect\" title=\"Pretty Lights Music\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights_Music\">Pretty Lights Music</a> label as its first new artist, which at the time consisted of only the electronic music producer <a title=\"Pretty Lights\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights\">Pretty Lights</a> (Derek Vincent Smith).<sup id=\"cite_ref-backbeat_2-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup> The label utilizes a fee-free music model, and Jašarević has stated his belief is that it is \"morally right for music to be primarily free\", and has been vocal about his history with <a class=\"mw-redirect\" title=\"Digital piracy\" href=\"https://en.wikipedia.org/wiki/Digital_piracy\">digital piracy</a> and how it has benefited his career in multiple ways.<sup id=\"cite_ref-5\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-5\">[5]</a></sup> Jašarević cited his third <a title=\"Extended play\" href=\"https://en.wikipedia.org/wiki/Extended_play\">extended play</a> (EP) <i>#digitalfreedom</i> as having a theme involving \"the fight against severe internet censorship bills\" such as <a class=\"mw-redirect\" title=\"ACTA\" href=\"https://en.wikipedia.org/wiki/ACTA\">ACTA</a>, <a class=\"mw-redirect\" title=\"SOPA\" href=\"https://en.wikipedia.org/wiki/SOPA\">SOPA</a> and <a title=\"PROTECT IP Act\" href=\"https://en.wikipedia.org/wiki/PROTECT_IP_Act\">PIPA</a>.<sup id=\"cite_ref-beatport_1-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup></strong>\n\n<strong>In 2013, Jašarević announced his departure from the Pretty Lights Music label in order to form his own vanity record label named Lowtemp Recordings. The label\'s name is an abbreviation of \"low temperature\", which Jašarević has explained is meant to indicate that music from his label would be \"cool\", stating, \"So from now on, if you think a song of mine is cool, you gotta say that shit\'s [from] Lowtemp.\"<sup id=\"cite_ref-6\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-6\">[6]</a></sup> Lowtemp now consists of artists Exmag (a side project of Gramatik),<sup id=\"cite_ref-7\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-7\">[7]</a></sup> ILLUMNTR, Gibbz, BRANX, and Russ Liquid. In 2014, Jašarević reissued his first seven albums—including the <i>Street Bangerz</i> series, renamed as <i>SB</i>—on the Lowtemp label with new or updated artwork.</strong>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Upcoming Events\" tab_id=\"1487737663808-f6501f16-2140\"][iron_events filter=\"upcoming\" events_for=\"\" enable_artists_filter=\"\" css_animation=\"\"][/vc_tta_section][vc_tta_section title=\"Videos\" tab_id=\"1487737697806-3147d172-2cea\"][vc_video link=\"https://vimeo.com/133697756\" css=\".vc_custom_1487738992993{margin-bottom: 35px !important;}\"][vc_video link=\"https://vimeo.com/127401564\" css=\".vc_custom_1487738998337{margin-bottom: 35px !important;}\"][/vc_tta_section][vc_tta_section title=\"SoundCloud\" tab_id=\"1487780888277-f0f9a051-be7d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUyMGZyYW1lYm9yZGVyJTNEJTIybm8lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRncuc291bmRjbG91ZC5jb20lMkZwbGF5ZXIlMkYlM0Z1cmwlM0RodHRwcyUyNTNBJTJGJTJGYXBpLnNvdW5kY2xvdWQuY29tJTJGcGxheWxpc3RzJTJGNDAxODkxNSUyNmFtcCUzQmNvbG9yJTNEZmY1NTAwJTI2YW1wJTNCYXV0b19wbGF5JTNEZmFsc2UlMjZhbXAlM0JoaWRlX3JlbGF0ZWQlM0RmYWxzZSUyNmFtcCUzQnNob3dfY29tbWVudHMlM0R0cnVlJTI2YW1wJTNCc2hvd191c2VyJTNEdHJ1ZSUyNmFtcCUzQnNob3dfcmVwb3N0cyUzRGZhbHNlJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]\";}}','no'),(19289,'essential-addons','O:8:\"stdClass\":2:{s:30:\"essential-grid-rel-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"essential-grid-rel-posts-addon\";s:12:\"version_from\";s:5:\"2.1.5\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:22:\"Add related Posts Grid\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:24:\"essential-grid-ngg-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"essential-grid-ngg-addon\";s:12:\"version_from\";s:5:\"2.1.5\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"NextGen Gallery\";s:6:\"line_1\";s:24:\"Use Galleries and Albums\";s:6:\"line_2\";s:39:\"from third party plugin NextGen Gallery\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}}','yes'),(20265,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:29:\"addons-for-elementor/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.3.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1569558058;s:11:\"plugin_path\";s:45:\"addons-for-elementor/addons-for-elementor.php\";}}s:7:\"abspath\";s:44:\"/home/cochis5/cactusmoonshinepublishing.com/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:45:\"addons-for-elementor/addons-for-elementor.php\";s:8:\"sdk_path\";s:29:\"addons-for-elementor/freemius\";s:7:\"version\";s:5:\"2.3.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1569558058;}}','yes'),(20266,'fs_debug_mode','','yes'),(20267,'fs_accounts','a:8:{s:21:\"id_slug_type_path_map\";a:3:{i:886;a:3:{s:4:\"slug\";s:5:\"croma\";s:4:\"type\";s:5:\"theme\";s:4:\"path\";s:96:\"/home/17120-16630.cloudwaysapps.com/jfhuvbfwtd/public_html/wp-content/themes/croma/functions.php\";}i:2180;a:3:{s:4:\"slug\";s:20:\"addons-for-elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:45:\"addons-for-elementor/addons-for-elementor.php\";}i:4036;a:3:{s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}}s:10:\"theme_data\";a:1:{s:5:\"croma\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:96:\"/home/17120-16630.cloudwaysapps.com/jfhuvbfwtd/public_html/wp-content/themes/croma/functions.php\";}s:17:\"install_timestamp\";i:1490987752;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"1.2.2.5\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"3.2.1\";s:14:\"plugin_version\";s:5:\"3.2.2\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:23:\"croma.irontemplates.com\";s:9:\"server_ip\";s:12:\"76.69.242.85\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1490987787;s:7:\"version\";s:5:\"3.1.1\";}s:15:\"prev_is_premium\";b:0;s:18:\"sticky_optin_added\";b:1;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1491521228;s:7:\"version\";s:5:\"3.1.1\";}s:21:\"is_plugin_new_install\";b:0;}}s:13:\"file_slug_map\";a:4:{s:5:\"croma\";s:5:\"croma\";s:53:\"bulk-attachment-download/bulk-attachment-download.php\";s:24:\"bulk-attachment-download\";s:45:\"addons-for-elementor/addons-for-elementor.php\";s:20:\"addons-for-elementor\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:32:\"unlimited-elements-for-elementor\";}s:6:\"themes\";a:1:{s:5:\"croma\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:5:\"Croma\";s:4:\"slug\";s:5:\"croma\";s:12:\"premium_slug\";N;s:4:\"type\";s:5:\"theme\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:5:\"croma\";s:7:\"version\";s:5:\"3.2.2\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";N;s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_6ff435d0b4f48b6ed84b7ac819ccd\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"886\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"d11a5a1995b7939b04326444f0e6e411\";s:13:\"admin_notices\";a:3:{s:11:\"croma:theme\";a:0:{}s:24:\"bulk-attachment-download\";a:0:{}s:32:\"unlimited-elements-for-elementor\";a:0:{}}s:11:\"plugin_data\";a:3:{s:24:\"bulk-attachment-download\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:126:\"/home/122413.cloudwaysapps.com/xaewxcnacp/public_html/wp-content/plugins/bulk-attachment-download/bulk-attachment-download.php\";}s:17:\"install_timestamp\";i:1543675101;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:9:\"1.2.1.7.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.2.3\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:14:\"demo.sonaar.io\";s:9:\"server_ip\";s:13:\"76.67.171.185\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1543675104;s:7:\"version\";s:5:\"1.2.3\";}s:15:\"prev_is_premium\";b:0;s:18:\"sticky_optin_added\";b:1;}s:20:\"addons-for-elementor\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:45:\"addons-for-elementor/addons-for-elementor.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1569558058;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:3:\"2.8\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:29:\"cactusmoonshinepublishing.com\";s:9:\"server_ip\";s:13:\"69.225.53.125\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1569558058;s:7:\"version\";s:3:\"2.8\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1569558069;s:7:\"version\";s:3:\"2.8\";}}s:32:\"unlimited-elements-for-elementor\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1569558612;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.4.7\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:29:\"cactusmoonshinepublishing.com\";s:9:\"server_ip\";s:13:\"69.225.53.125\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1569558612;s:7:\"version\";s:5:\"1.4.7\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1569558620;s:7:\"version\";s:5:\"1.4.7\";}s:30:\"affiliate_program_notice_shown\";i:1577682559;}}s:7:\"plugins\";a:3:{s:24:\"bulk-attachment-download\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:24:\"Bulk Attachment Download\";s:4:\"slug\";s:24:\"bulk-attachment-download\";s:12:\"premium_slug\";N;s:4:\"type\";N;s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:53:\"bulk-attachment-download/bulk-attachment-download.php\";s:7:\"version\";s:5:\"1.2.3\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";N;s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_b313e39f6475c257bc3aadfbc55df\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"1226\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:20:\"addons-for-elementor\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:29:\"Livemesh Addons for Elementor\";s:4:\"slug\";s:20:\"addons-for-elementor\";s:12:\"premium_slug\";s:28:\"addons-for-elementor-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:45:\"addons-for-elementor/addons-for-elementor.php\";s:7:\"version\";s:3:\"2.8\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_39309912762f134a249f62ab258d4\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"2180\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:32:\"unlimited-elements-for-elementor\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:32:\"Unlimited Elements for Elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:12:\"premium_slug\";s:22:\"unlimited-elements-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:3:\"all\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:7:\"version\";s:5:\"1.4.7\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_719fa791fb45bf1896e3916eca491\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4036\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}','yes'),(22106,'woocommerce_shipping_debug_mode','no','no'),(22112,'db_upgraded','','yes'),(26213,'fresh_site','0','yes'),(30055,'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-a.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:22:\"themepunch-ext-b.tools\";i:6;s:16:\"themepunch.tools\";}','yes'),(30056,'revslider_server_refresh','1576813356','yes'),(30057,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30058,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30059,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30060,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30061,'widget_iron-features-grid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30062,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30084,'theme_mods_sonaar','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:9:\"main-menu\";i:6;s:15:\"responsive-menu\";i:6;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1543275924;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"croma_sidebar_0\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:15:\"croma_sidebar_1\";a:0:{}s:15:\"croma_sidebar_2\";a:1:{i:0;s:6:\"text-2\";}s:19:\"sonaar_sidebar_lang\";a:0:{}}}}','yes'),(30091,'mc4wp_version','4.2.2','yes'),(30092,'mc4wp_flash_messages','a:0:{}','no'),(30096,'sonaar','a:157:{s:8:\"last_tab\";s:2:\"15\";s:11:\"enable_ajax\";s:1:\"1\";s:22:\"enable-sonaar-universe\";s:1:\"1\";s:18:\"enable-podcast-cpt\";s:1:\"1\";s:19:\"enable-playlist-cpt\";s:1:\"1\";s:16:\"enable-event-cpt\";s:1:\"1\";s:16:\"enable-video-cpt\";s:1:\"1\";s:21:\"theme_name_body_class\";s:19:\"_soundman_elementor\";s:14:\"featured_color\";s:7:\"#000000\";s:18:\"primary_color_dark\";s:7:\"#ffffff\";s:21:\"secondary_color_light\";s:7:\"#000000\";s:16:\"text_color_light\";s:7:\"#ffffff\";s:15:\"text_color_dark\";s:7:\"#000000\";s:12:\"bt_txt_color\";s:7:\"#ffffff\";s:11:\"bt_bg_color\";s:7:\"#000000\";s:18:\"bt_txt_hover_color\";s:7:\"#ffffff\";s:17:\"bt_bg_hover_color\";s:7:\"#7ED7B5\";s:15:\"container_width\";s:6:\"1144px\";s:14:\"container_type\";s:19:\"container_fullwidth\";s:20:\"container_background\";s:7:\"#353535\";s:18:\"content_background\";a:5:{s:4:\"file\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:8:\"position\";s:0:\"\";s:5:\"color\";s:22:\"rgba(255, 255, 255, 0)\";}s:15:\"body_background\";a:5:{s:4:\"file\";s:83:\"https://demo.sonaar.io/soundman/wp-content/uploads/sites/16/2018/01/soundman-bg.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:4:\"size\";s:5:\"cover\";s:8:\"position\";s:13:\"center bottom\";s:5:\"color\";s:18:\"rgb(217, 221, 221)\";}s:24:\"page_title_divider_image\";s:0:\"\";s:24:\"page_title_divider_color\";s:16:\"rgba(0, 0, 0, 0)\";s:29:\"page_title_divider_margin_top\";s:2:\"50\";s:32:\"page_title_divider_margin_bottom\";s:2:\"80\";s:26:\"widget_title_divider_image\";s:0:\"\";s:26:\"widget_title_divider_color\";s:16:\"rgba(0, 0, 0, 0)\";s:31:\"widget_title_divider_margin_top\";s:0:\"\";s:34:\"widget_title_divider_margin_bottom\";s:0:\"\";s:15:\"body_typography\";a:10:{s:13:\"font_readable\";s:4:\"Lato\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:12:\"Lato:regular\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"16px\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:4:\"36px\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:13:\"h1_typography\";a:10:{s:13:\"font_readable\";s:4:\"Lato\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:8:\"Lato:900\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"48px\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:4:\"48px\";s:6:\"weight\";s:3:\"900\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h1_spacing\";s:3:\"6px\";s:13:\"h2_typography\";a:10:{s:13:\"font_readable\";s:4:\"Lato\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:8:\"Lato:900\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"13px\";s:9:\"transform\";s:9:\"uppercase\";s:6:\"height\";s:4:\"18px\";s:6:\"weight\";s:3:\"900\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h2_spacing\";s:3:\"2px\";s:13:\"h3_typography\";a:10:{s:13:\"font_readable\";s:4:\"Lato\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:8:\"Lato:700\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:9:\"uppercase\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h3_spacing\";s:3:\"2px\";s:13:\"h4_typography\";a:10:{s:13:\"font_readable\";s:4:\"Lato\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:8:\"Lato:700\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h4_spacing\";s:3:\"1px\";s:13:\"h5_typography\";a:10:{s:13:\"font_readable\";s:4:\"Lato\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:8:\"Lato:700\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"15px\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:4:\"28px\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h5_spacing\";s:3:\"1px\";s:13:\"h6_typography\";a:10:{s:13:\"font_readable\";s:4:\"Lato\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:8:\"Lato:700\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"15px\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:4:\"28px\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:10:\"h6_spacing\";s:3:\"1px\";s:19:\"archive_post_titles\";a:10:{s:13:\"font_readable\";s:4:\"Lato\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:8:\"Lato:700\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"13px\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:4:\"18px\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:7:\"bgcolor\";s:0:\"\";}s:27:\"archive_post_titles_spacing\";s:3:\"1px\";s:16:\"news_hover_color\";s:7:\"#ffffff\";s:25:\"call_to_action_typography\";a:10:{s:13:\"font_readable\";s:4:\"Lato\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:8:\"Lato:700\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"17px\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:4:\"17px\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:0:\"\";}s:11:\"cta_spacing\";s:3:\"1px\";s:24:\"button_widget_typography\";a:10:{s:13:\"font_readable\";s:4:\"Lato\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:8:\"Lato:700\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:7:\"bgcolor\";s:0:\"\";}s:21:\"button_widget_spacing\";s:3:\"1px\";s:20:\"podcast_banner_title\";s:4:\"42px\";s:26:\"podcast_banner_description\";s:4:\"21px\";s:8:\"use_logo\";s:1:\"1\";s:11:\"header_logo\";s:92:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/SoundManlogo-60px-black.png\";s:18:\"retina_header_logo\";s:95:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/SoundManlogo-60px-black@2x.png\";s:23:\"header_alternative_logo\";s:86:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/SoundManlogo-60px.png\";s:30:\"retina_header_alternative_logo\";s:89:\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/SoundManlogo-60px@2x.png\";s:11:\"mobile_logo\";s:0:\"\";s:18:\"header_logo_select\";s:4:\"dark\";s:20:\"logo-responsive-menu\";s:0:\"\";s:16:\"menu_logo_height\";s:0:\"\";s:9:\"menu_type\";s:12:\"classic-menu\";s:15:\"menu_transition\";s:5:\"type2\";s:19:\"enable_fixed_header\";s:1:\"1\";s:13:\"menu_position\";s:9:\"righttype\";s:9:\"menu_logo\";s:90:\"https://demo.sonaar.io/soundman/wp-content/uploads/sites/16/2018/01/logo-soundman-dark.png\";s:16:\"retina_menu_logo\";s:97:\"https://demo.sonaar.io/soundman/wp-content/uploads/sites/16/2018/01/logo-soundman-dark-retina.png\";s:15:\"menu_background\";a:4:{s:4:\"file\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:20:\"menu_open_icon_color\";s:7:\"#000000\";s:21:\"menu_close_icon_color\";s:7:\"#000000\";s:15:\"menu_typography\";a:10:{s:13:\"font_readable\";s:7:\"Cousine\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:15:\"Cousine:regular\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"18px\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:4:\"24px\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:11:\"menu_margin\";s:3:\"6px\";s:26:\"header_menu_toggle_enabled\";s:1:\"1\";s:18:\"classic_menu_width\";s:11:\"incontainer\";s:18:\"classic_menu_align\";s:10:\"pull-right\";s:21:\"classic_menu_position\";s:18:\"fixed fixed_before\";s:19:\"classic_menu_effect\";s:11:\"mini-active\";s:29:\"classic_menu_header_logo_mini\";s:0:\"\";s:23:\"classic_menu_logo_align\";s:9:\"pull-left\";s:30:\"classic_menu_logo_padding_left\";s:3:\"0px\";s:31:\"classic_menu_logo_padding_right\";s:3:\"0px\";s:29:\"classic_menu_logo_padding_top\";s:3:\"0px\";s:32:\"classic_menu_logo_padding_bottom\";s:3:\"0px\";s:23:\"classic_menu_background\";s:0:\"\";s:28:\"classic_menu_background_mini\";s:7:\"#e9e9e9\";s:29:\"classic_menu_inner_background\";s:0:\"\";s:23:\"classic_menu_top_margin\";s:4:\"40px\";s:26:\"classic_menu_bottom_margin\";s:5:\"100px\";s:20:\"classic_menu_hmargin\";s:4:\"40px\";s:21:\"classic_menu_hpadding\";s:3:\"0px\";s:21:\"classic_menu_vpadding\";s:4:\"20px\";s:32:\"classic_mobile_header_background\";s:18:\"rgb(217, 221, 222)\";s:34:\"classic_menu_responsive_background\";a:5:{s:4:\"file\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:8:\"position\";s:0:\"\";s:5:\"color\";s:18:\"rgb(217, 221, 222)\";}s:25:\"classic_mobile_icon_color\";s:7:\"#000000\";s:31:\"classic_mobile_icon_hover_color\";s:7:\"#000000\";s:21:\"mobile_menu_item_font\";a:10:{s:13:\"font_readable\";s:0:\"\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:23:\"mobile_subitem_fontsize\";s:7:\" 0.70em\";s:32:\"mobile_small_menu_item_font_size\";s:4:\"21px\";s:24:\"mobile_hotlink_font_size\";s:4:\"18px\";s:25:\"classic_menu_item_hmargin\";s:3:\"5px\";s:25:\"classic_menu_item_vmargin\";s:3:\"8px\";s:26:\"classic_menu_item_hpadding\";s:4:\"25px\";s:26:\"classic_menu_item_vpadding\";s:4:\"15px\";s:23:\"classic_menu_typography\";a:10:{s:13:\"font_readable\";s:7:\"Cousine\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:15:\"Cousine:regular\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:4:\"16px\";s:9:\"transform\";s:9:\"uppercase\";s:6:\"height\";s:4:\"22px\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:7:\"bgcolor\";s:0:\"\";}s:27:\"classic_menu_letter_spacing\";s:3:\"3px\";s:27:\"classic_menu_hover_bg_color\";s:19:\"rgba(0, 0, 0, 0.09)\";s:29:\"classic_menu_hover_text_color\";s:7:\"#000000\";s:28:\"classic_menu_active_bg_color\";s:22:\"rgba(115, 173, 155, 0)\";s:30:\"classic_menu_active_text_color\";s:7:\"#636363\";s:22:\"menu_item_hover_effect\";s:4:\"none\";s:27:\"classic_sub_menu_typography\";a:10:{s:13:\"font_readable\";s:0:\"\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:7:\"bgcolor\";s:7:\"#000000\";}s:31:\"classic_sub_menu_hover_bg_color\";s:7:\"#ffffff\";s:33:\"classic_sub_menu_hover_text_color\";s:7:\"#000000\";s:32:\"classic_sub_menu_active_bg_color\";s:7:\"#000000\";s:34:\"classic_sub_menu_active_text_color\";s:7:\"#ffffff\";s:14:\"hotlink-mobile\";s:1:\"1\";s:30:\"header_top_menu_hide_on_scroll\";s:1:\"1\";s:15:\"header_top_menu\";a:3:{i:0;a:7:{s:8:\"order_no\";s:1:\"0\";s:14:\"menu_page_name\";s:4:\"IMDB\";s:20:\"menu_hide_page_title\";s:1:\"1\";s:13:\"menu_page_url\";s:0:\"\";s:22:\"menu_page_external_url\";s:20:\"http://www.imdb.com/\";s:20:\"menu_page_url_target\";s:6:\"_blank\";s:14:\"menu_page_icon\";s:11:\"fa  fa-imdb\";}i:1;a:7:{s:8:\"order_no\";s:1:\"1\";s:14:\"menu_page_name\";s:8:\"Facebook\";s:20:\"menu_hide_page_title\";s:1:\"1\";s:13:\"menu_page_url\";s:0:\"\";s:22:\"menu_page_external_url\";s:24:\"https://www.facebook.com\";s:20:\"menu_page_url_target\";s:6:\"_blank\";s:14:\"menu_page_icon\";s:17:\"fab fa-facebook-f\";}i:2;a:7:{s:8:\"order_no\";s:1:\"2\";s:14:\"menu_page_name\";s:7:\"Twitter\";s:20:\"menu_hide_page_title\";s:1:\"1\";s:13:\"menu_page_url\";s:0:\"\";s:22:\"menu_page_external_url\";s:23:\"https://www.twitter.com\";s:20:\"menu_page_url_target\";s:6:\"_blank\";s:14:\"menu_page_icon\";s:14:\"fab fa-twitter\";}}s:26:\"header_top_menu_background\";s:22:\"rgba(255, 255, 255, 0)\";s:26:\"header_top_menu_typography\";a:10:{s:13:\"font_readable\";s:0:\"\";s:5:\"style\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"size\";s:0:\"\";s:9:\"transform\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:7:\"bgcolor\";s:0:\"\";}s:12:\"social_icons\";a:4:{i:0;a:5:{s:8:\"order_no\";s:1:\"3\";s:17:\"social_media_name\";s:7:\"Twitter\";s:16:\"social_media_url\";s:26:\"https://twitter.com/envato\";s:23:\"social_media_icon_class\";s:14:\"fa  fa-twitter\";s:21:\"social_media_icon_url\";s:0:\"\";}i:1;a:5:{s:8:\"order_no\";s:1:\"4\";s:17:\"social_media_name\";s:8:\"Facebook\";s:16:\"social_media_url\";s:27:\"https://facebook.com/envato\";s:23:\"social_media_icon_class\";s:15:\"fa  fa-facebook\";s:21:\"social_media_icon_url\";s:0:\"\";}i:2;a:5:{s:8:\"order_no\";s:1:\"5\";s:17:\"social_media_name\";s:9:\"Instagram\";s:16:\"social_media_url\";s:17:\"www.instagram.com\";s:23:\"social_media_icon_class\";s:16:\"fa  fa-instagram\";s:21:\"social_media_icon_url\";s:0:\"\";}i:3;a:5:{s:8:\"order_no\";s:1:\"6\";s:17:\"social_media_name\";s:10:\"Soundcloud\";s:16:\"social_media_url\";s:18:\"www.soundcloud.com\";s:23:\"social_media_icon_class\";s:17:\"fa  fa-soundcloud\";s:21:\"social_media_icon_url\";s:0:\"\";}}s:12:\"block_footer\";s:4:\"1011\";s:26:\"footer_back_to_top_enabled\";s:1:\"1\";s:29:\"post_archive_default_template\";s:18:\"archive-posts-list\";s:26:\"single_post_featured_image\";s:9:\"fullwidth\";s:14:\"show_post_date\";s:1:\"1\";s:16:\"show_post_author\";s:1:\"1\";s:20:\"show_post_categories\";s:1:\"1\";s:14:\"show_post_tags\";s:1:\"1\";s:27:\"single_post_default_sidebar\";s:15:\"croma_sidebar_0\";s:36:\"single_post_default_sidebar_position\";s:5:\"right\";s:28:\"single_video_default_sidebar\";s:15:\"croma_sidebar_1\";s:37:\"single_video_default_sidebar_position\";s:5:\"right\";s:28:\"single_event_default_sidebar\";s:0:\"\";s:37:\"single_event_default_sidebar_position\";s:5:\"right\";s:34:\"single_discography_default_sidebar\";s:0:\"\";s:43:\"single_discography_default_sidebar_position\";s:5:\"right\";s:30:\"single_podcast_default_sidebar\";s:0:\"\";s:39:\"single_podcast_default_sidebar_position\";s:5:\"right\";s:32:\"podcast_category_default_sidebar\";s:0:\"\";s:33:\"podcast_category_sidebar_position\";s:5:\"right\";s:22:\"single_post_page_title\";s:0:\"\";s:23:\"single_event_page_title\";s:0:\"\";s:23:\"single_video_page_title\";s:0:\"\";s:22:\"single_shop_page_title\";s:0:\"\";s:15:\"videos_per_page\";s:2:\"10\";s:15:\"paginate_method\";s:14:\"posts_nav_link\";s:16:\"sr_mailchimp_api\";s:36:\"af6c96c81d24c66aa7431139c9f45511-us3\";s:12:\"widget_areas\";a:3:{s:15:\"croma_sidebar_0\";a:3:{s:8:\"order_no\";s:1:\"7\";s:12:\"sidebar_name\";s:20:\"Default Blog Sidebar\";s:12:\"sidebar_desc\";s:62:\"Sidebar widget area found on Blog post-related page templates.\";}s:15:\"croma_sidebar_1\";a:3:{s:8:\"order_no\";s:1:\"8\";s:12:\"sidebar_name\";s:21:\"Default Video Sidebar\";s:12:\"sidebar_desc\";s:58:\"Sidebar widget area found on Video-related page templates.\";}s:15:\"croma_sidebar_2\";a:3:{s:8:\"order_no\";s:1:\"9\";s:12:\"sidebar_name\";s:14:\"Default Footer\";s:12:\"sidebar_desc\";s:24:\"Site footer widget area.\";}}s:18:\"enable_share_icons\";s:1:\"1\";s:30:\"custom_social_actions_checkbox\";a:5:{s:8:\"facebook\";s:1:\"1\";s:7:\"twitter\";s:1:\"1\";s:7:\"google+\";s:1:\"1\";s:8:\"linkedin\";s:1:\"1\";s:9:\"pinterest\";s:1:\"1\";}s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:12:\"external_css\";i:0;s:30:\"use_alternative_logo_on_mobile\";i:0;s:23:\"header_top_menu_enabled\";i:0;s:15:\"woo_backgrounds\";i:0;}','yes'),(30893,'PMXI_Plugin_Options','a:30:{s:12:\"info_api_url\";s:26:\"http://www.wpallimport.com\";s:18:\"history_file_count\";i:10000;s:16:\"history_file_age\";i:365;s:15:\"highlight_limit\";i:10000;s:19:\"upload_max_filesize\";i:2048;s:13:\"post_max_size\";i:2048;s:14:\"max_input_time\";i:-1;s:18:\"max_execution_time\";i:-1;s:7:\"dismiss\";i:0;s:16:\"dismiss_speed_up\";i:0;s:13:\"html_entities\";i:0;s:11:\"utf8_decode\";i:0;s:12:\"cron_job_key\";s:9:\"qHP4o9VaZ\";s:10:\"chunk_size\";i:32;s:9:\"pingbacks\";i:1;s:33:\"legacy_special_character_handling\";i:1;s:14:\"case_sensitive\";i:1;s:12:\"session_mode\";s:7:\"default\";s:17:\"enable_ftp_import\";i:0;s:16:\"large_feed_limit\";i:1000;s:26:\"cron_processing_time_limit\";i:120;s:6:\"secure\";i:1;s:11:\"log_storage\";i:5;s:10:\"cron_sleep\";s:0:\"\";s:4:\"port\";s:0:\"\";s:16:\"google_client_id\";s:0:\"\";s:16:\"google_signature\";s:0:\"\";s:8:\"licenses\";a:1:{s:11:\"PMXI_Plugin\";s:128:\"MTI4MGQ5ODQ0NDc4NWZkNzE3MDdkZjk5ZDkyOGNjODE0N2JmMmRhM2NhMjYzM2NmYWIyMTc3Nzk1ZGViNDA1NzBkNWNjZDk3NjBkNmNkNTA0N2NlMjY1ZGNkOTJlOWE5\";}s:8:\"statuses\";a:1:{s:11:\"PMXI_Plugin\";s:5:\"valid\";}s:19:\"force_stream_reader\";i:0;}','yes'),(30895,'pmxi_is_migrated','4.5.0','yes'),(30896,'PMAI_Plugin_Options','a:0:{}','yes'),(30932,'wp_all_import_db_version','4.5.0','yes'),(32262,'mc4wp','a:4:{s:7:\"api_key\";s:37:\"0edce3f6d1da2e5097f76a1b33d640fd-us17\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1508512432;}','yes'),(32278,'mc4wp_default_form_id','1306','yes'),(32281,'mc4wp_form_stylesheets','a:0:{}','yes'),(36457,'esg-custom-meta','a:9:{i:0;a:5:{s:6:\"handle\";s:16:\"pricetable-price\";s:4:\"name\";s:16:\"Pricetable Price\";s:4:\"type\";s:4:\"text\";s:9:\"sort-type\";s:10:\"alphabetic\";s:7:\"default\";N;}i:1;a:5:{s:6:\"handle\";s:16:\"pricetable-line1\";s:4:\"name\";s:17:\"Pricetable Line 1\";s:4:\"type\";s:4:\"text\";s:9:\"sort-type\";s:10:\"alphabetic\";s:7:\"default\";N;}i:2;a:5:{s:6:\"handle\";s:16:\"pricetable-line2\";s:4:\"name\";s:17:\"Pricetable Line 2\";s:4:\"type\";s:4:\"text\";s:9:\"sort-type\";s:10:\"alphabetic\";s:7:\"default\";N;}i:3;a:5:{s:6:\"handle\";s:16:\"pricetable-line3\";s:4:\"name\";s:17:\"Pricetable Line 3\";s:4:\"type\";s:4:\"text\";s:9:\"sort-type\";s:10:\"alphabetic\";s:7:\"default\";N;}i:4;a:5:{s:6:\"handle\";s:16:\"pricetable-line4\";s:4:\"name\";s:17:\"Pricetable Line 4\";s:4:\"type\";s:4:\"text\";s:9:\"sort-type\";s:10:\"alphabetic\";s:7:\"default\";N;}i:5;a:5:{s:6:\"handle\";s:18:\"pricetable-buy-url\";s:4:\"name\";s:25:\"Pricetable Buy Button url\";s:4:\"type\";s:4:\"text\";s:9:\"sort-type\";s:10:\"alphabetic\";s:7:\"default\";N;}i:6;a:5:{s:6:\"handle\";s:13:\"demogrid-link\";s:4:\"name\";s:12:\"Link to Demo\";s:4:\"type\";s:4:\"text\";s:9:\"sort-type\";s:10:\"alphabetic\";s:7:\"default\";s:0:\"\";}i:7;a:5:{s:6:\"handle\";s:12:\"clients-icon\";s:4:\"name\";s:11:\"Client Icon\";s:4:\"type\";s:5:\"image\";s:9:\"sort-type\";s:10:\"alphabetic\";s:7:\"default\";s:0:\"\";}i:8;a:5:{s:6:\"handle\";s:17:\"clients-icon-dark\";s:4:\"name\";s:17:\"clients_icon_dark\";s:4:\"type\";s:5:\"image\";s:9:\"sort-type\";s:10:\"alphabetic\";s:7:\"default\";s:0:\"\";}}','yes'),(40276,'duplicate_post_copytitle','1','yes'),(40277,'duplicate_post_copydate','1','yes'),(40278,'duplicate_post_copyslug','','yes'),(40279,'duplicate_post_copycontent','1','yes'),(40280,'duplicate_post_copythumbnail','1','yes'),(40281,'duplicate_post_copytemplate','1','yes'),(40282,'duplicate_post_copyformat','1','yes'),(40283,'duplicate_post_copyauthor','1','yes'),(40284,'duplicate_post_copypassword','1','yes'),(40285,'duplicate_post_copycomments','1','yes'),(40286,'duplicate_post_copymenuorder','','yes'),(40287,'duplicate_post_blacklist','','yes'),(40288,'duplicate_post_title_prefix','Copy of','yes'),(40289,'duplicate_post_title_suffix','','yes'),(40290,'duplicate_post_increase_menu_order_by','','yes'),(40291,'duplicate_post_roles','a:1:{i:0;s:13:\"administrator\";}','yes'),(40292,'duplicate_post_types_enabled','a:11:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:3:\"acf\";i:3;s:7:\"product\";i:4;s:12:\"vc_grid_item\";i:5;s:5:\"event\";i:6;s:5:\"album\";i:7;s:6:\"artist\";i:8;s:5:\"video\";i:9;s:5:\"block\";i:10;s:14:\"essential_grid\";}','yes'),(40293,'duplicate_post_show_bulkactions','','yes'),(40794,'essential_grid_category_children','a:0:{}','yes'),(42686,'woocommerce_store_address','555 St-Ambroise','yes'),(42687,'woocommerce_store_address_2','Suite 555','yes'),(42688,'woocommerce_store_city','Montréal','yes'),(42689,'woocommerce_store_postcode','H4C2C7','yes'),(42690,'woocommerce_enable_reviews','yes','yes'),(42731,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:0:\"\";}','yes'),(46052,'cpto_options','a:7:{s:23:\"show_reorder_interfaces\";a:11:{s:4:\"post\";s:4:\"show\";s:10:\"attachment\";s:4:\"show\";s:7:\"product\";s:4:\"show\";s:10:\"shop_order\";s:4:\"show\";s:12:\"shop_webhook\";s:4:\"show\";s:12:\"vc_grid_item\";s:4:\"show\";s:5:\"event\";s:4:\"show\";s:5:\"album\";s:4:\"show\";s:6:\"artist\";s:4:\"show\";s:5:\"video\";s:4:\"show\";s:5:\"block\";s:4:\"show\";}s:8:\"autosort\";i:1;s:9:\"adminsort\";i:1;s:18:\"use_query_ASC_DESC\";s:0:\"\";s:17:\"archive_drag_drop\";i:1;s:10:\"capability\";s:14:\"manage_options\";s:21:\"navigation_sort_apply\";i:1;}','yes'),(46053,'CPT_configured','TRUE','yes'),(47280,'mucd_duplicable','no','yes'),(47516,'tp_eg_output_protection','none','yes'),(47517,'tp_eg_tooltips','true','yes'),(47518,'tp_eg_wait_for_fonts','true','yes'),(47519,'tp_eg_js_to_footer','false','yes'),(47520,'tp_eg_use_cache','false','yes'),(47521,'tp_eg_overwrite_gallery','off','yes'),(47522,'tp_eg_query_type','wp_query','yes'),(47523,'tp_eg_enable_log','false','yes'),(47524,'tp_eg_enable_post_meta','false','yes'),(47525,'tp_eg_enable_custom_post_type','false','yes'),(47526,'tp_eg_use_lightbox','false','yes'),(47527,'tp_eg_global_default_img','','yes'),(57178,'wp-all-import-pro_85b8495febade7a221f67b0bca7d59d9','O:8:\"stdClass\":15:{s:11:\"new_version\";s:5:\"4.5.0\";s:14:\"stable_version\";s:5:\"4.5.0\";s:4:\"name\";s:13:\"WP All Import\";s:4:\"slug\";s:17:\"wp-all-import-pro\";s:3:\"url\";s:67:\"http://www.wpallimport.com/downloads/wp-all-import-pro/?changelog=1\";s:12:\"last_updated\";s:19:\"2017-11-16 18:37:00\";s:8:\"homepage\";s:55:\"http://www.wpallimport.com/downloads/wp-all-import-pro/\";s:7:\"package\";s:274:\"http://www.wpallimport.com/edd-sl/package_download/MTU0MjQ4NjkxMjo0N2JmMmRhM2NhMjYzM2NmYWIyMTc3Nzk1ZGViNDA1NzoxNzQ4OmZlMDUzYzQ5NGY2MmRhM2U4ZTViNzI4YmM4MmE3NjQxOmh0dHBzQC8vZGVtby5zb25hYXIuaW8vcHJvZGlneTow?version=4.5.0&signature=NmFmOTdkN2RlZWExYTFkMmM3NmM1YzUxMmU2NjcwMGI%3D\";s:13:\"download_link\";s:274:\"http://www.wpallimport.com/edd-sl/package_download/MTU0MjQ4NjkxMjo0N2JmMmRhM2NhMjYzM2NmYWIyMTc3Nzk1ZGViNDA1NzoxNzQ4OmZlMDUzYzQ5NGY2MmRhM2U4ZTViNzI4YmM4MmE3NjQxOmh0dHBzQC8vZGVtby5zb25hYXIuaW8vcHJvZGlneTow?version=4.5.0&signature=NmFmOTdkN2RlZWExYTFkMmM3NmM1YzUxMmU2NjcwMGI%3D\";s:8:\"sections\";a:2:{s:11:\"description\";s:129:\"<p>Learn more about WP All Import at <a href=\"https://www.wpallimport.com/\" target=\"_blank\">https://www.wpallimport.com/</a></p>\n\";s:9:\"changelog\";s:16960:\"<p>4.5.0</p>\n<ul>\n<li>improvement: Make the WooCo Short Description expandable</li>\n<li>improvement: show notice when function editor is not saved</li>\n<li>improvement: added timestamp to import log lines</li>\n<li>improvement: added support for bmp images</li>\n<li>improvement: added new action pmxi_before_post_import_{$addon}</li>\n<li>security fix: patch XSS exploit</li>\n<li>bug fix: import pages hierarchy</li>\n<li>bug fix: error in pclzip.lib.php with php 7.1</li>\n<li>bug fix: import taxonomies hierarchy</li>\n<li>bug fix: json to xml convertation</li>\n<li>bug fix: import password protected feeds with port defined</li>\n</ul>\n<p>4.4.9</p>\n<ul>\n<li>improvement: custom fields detection</li>\n<li>improvement: new action wp_all_import_post_skipped</li>\n<li>improvement: updated history page title</li>\n<li>improvement: optimize large imports deletion</li>\n<li>improvement: added import friendly name to confirm screen</li>\n<li>improvement: sql query optimization on manage imports screen</li>\n<li>improvement: added wp_all_import_shard_delay filter</li>\n<li>improvement: added wp_all_import_images_uploads_dir filter</li>\n<li>bug fix: compatibility with WPML</li>\n<li>bug fix: generation image filename</li>\n<li>bug fix: wp_all_import_specified_records filter</li>\n</ul>\n<p>4.4.8</p>\n<ul>\n<li>improvement: added hungarian translation</li>\n<li>bug fix: csv headers generation</li>\n<li>bug fix: import template from Import Settings works again</li>\n<li>bug fix: users no longer logged out when user is update via import</li>\n<li>bug fix: images with encoded quotes</li>\n</ul>\n<p>4.4.7</p>\n<ul>\n<li>bug fix: cron job completed early for imports with xpath</li>\n<li>bug fix: csv headers with non latin characters</li>\n</ul>\n<p>4.4.6</p>\n<ul>\n<li>bug fix: cron job un-triggered on timeout error</li>\n</ul>\n<p>4.4.5</p>\n<ul>\n<li>bug fix: import xls from dropbox</li>\n<li>bug fix: template preview</li>\n</ul>\n<p>4.4.4</p>\n<ul>\n<li>improvement: new filter \'wp_all_import_phpexcel_delimiter\'</li>\n<li>improvement: new filter \'wp_all_import_is_trim_parsed_data\'</li>\n<li>improvement: added new \'filter wp_all_import_skip_x_csv_rows\'</li>\n<li>improvement: added csv delimiter setting to import options screen</li>\n<li>bug fix: taxonomies dropdown list</li>\n<li>bug fix: cron job was never untriggered when calling to undefined function</li>\n<li>bug fix: taxonomies preview</li>\n<li>bug fix: import duplicate tags</li>\n<li>bug fix: importing taxonomy terms that already exist in a different taxonomies</li>\n</ul>\n<p>4.4.3</p>\n<ul>\n<li>bug fix: parsing images for newly added records</li>\n<li>bug fix: the event calendar conflict</li>\n</ul>\n<p>4.4.2</p>\n<ul>\n<li>improvement: added new filter wp_all_import_phpexcel_object to modify excel data before import</li>\n<li>bug fix: search for images ending with underscores in media</li>\n<li>bug fix: import hierarchical posts and pages</li>\n<li>bug fix: import custom post type page templates</li>\n<li>bug fix: matching taxonomies by name</li>\n<li>bug fix: custom fields validation</li>\n</ul>\n<p>4.4.1</p>\n<ul>\n<li>improvement: compatibility with PHP 7.x</li>\n<li>improvement: search for existing attachments option</li>\n<li>improvement: new filter for file path of functions.php file</li>\n<li>bug fix: images preview</li>\n<li>bug fix: improved matching for images similar to image.com.png</li>\n</ul>\n<p>4.4.0</p>\n<ul>\n<li>new feature: added import taxonomies feature</li>\n<li>bug fix: hierarchy taxonomies preview</li>\n<li>bug fix: empty logs folder generation</li>\n<li>bug fix: \'Keep images currently in Media Library\' option for add-ons</li>\n<li>bug fix: import bundles with gz files</li>\n<li>bug fix: custom functions for attachments</li>\n</ul>\n<p>4.3.2</p>\n<ul>\n<li>improvement: \'Force Stream Reader\' setting</li>\n<li>improvement: tar + gz compression support for remote feeds</li>\n<li>improvement: new filter \'wp_all_import_auto_create_csv_headers\'</li>\n<li>improvement: new filter \'wp_all_import_is_base64_images_allowed\'</li>\n<li>improvement: new filter \'wp_all_import_set_post_terms\' to leave a specific category alone when a post is being updated</li>\n<li>bug fix: cron import timeout when set missing outofstock option is enabled</li>\n<li>bug fix: nodes navigation for xpath like /news/item</li>\n<li>bug fix: frozen import template screen for cyrillic XML feeds</li>\n<li>bug fix: conflict between taxonomies & user import</li>\n<li>bug fix: creating users with the same email</li>\n<li>bug fix: enable keep line breaks option by default</li>\n<li>bug fix: composer namespace conflict</li>\n<li>bug fix: images preview when wp is in subdirectory</li>\n<li>bug fix: \'Instead of deletion, set Custom Field\' option for users import</li>\n</ul>\n<p>4.3.1</p>\n<ul>\n<li>fixed issue with libxml 2.9.3</li>\n<li>execute \'pmxi_article_data\' filter for all posts ( new & existing )</li>\n</ul>\n<p>4.3.0</p>\n<ul>\n<li>added de_CH translation</li>\n<li>added support for .svg images</li>\n<li>added possibility for import excerpts for pages</li>\n<li>added new filter \'wp_all_import_specified_records\'</li>\n<li>added new filter \'wp_all_import_is_post_to_delete\'</li>\n<li>fixed saving function editor</li>\n<li>fixed custom fields mapping rules with \'0\' value</li>\n<li>fixed termination of the import if the \"Delete source XML file after importing\" is checked</li>\n<li>disable XMLReader stream filter for HHVM</li>\n<li>improve search for existing images in media gallery</li>\n</ul>\n<p>4.2.9</p>\n<ul>\n<li>fixed error messages on step 4</li>\n<li>fixed renaming image files</li>\n<li>fixed delete missing records option</li>\n<li>fixed csv to xml convertation in case when there are some equal titles in csv file</li>\n<li>stop using $HTTP_RAW_POST_DATA for PHP 7.x compatibility</li>\n<li>added new action \'pmxi_missing_post\'</li>\n</ul>\n<p>4.2.8</p>\n<ul>\n<li>update required database tables</li>\n</ul>\n<p>4.2.7</p>\n<ul>\n<li>fixed detecting root nodes with colons in names</li>\n<li>fixed php notice \"Undefined variable: existing_meta_keys\"</li>\n<li>fixed rendering special chars in function editor</li>\n<li>fixed css for WordPress 4.4</li>\n<li>added feature to delete only posts not import</li>\n<li>added feature to download template/bundle from import settings</li>\n<li>added new option for importing images \"Use images currently in Media Library\"</li>\n<li>remove periods to hyphens convertation in image name</li>\n<li>auto detect dropbox URLs and change to dl=1</li>\n<li>changed comma delimiting behavior/UI in image meta</li>\n</ul>\n<p>4.2.6</p>\n<ul>\n<li>fixed preview prices</li>\n<li>fixed counting XML nodes</li>\n</ul>\n<p>4.2.5</p>\n<ul>\n<li>fixed \'Delete source XML file after importing\' option</li>\n<li>fixed ‘Instead of deletion, change post status to Draft’ option</li>\n<li>fixed reading XML files with NS in element names</li>\n<li>added ‘WooCommerce Order’ to post type list on step 1</li>\n</ul>\n<p>4.2.4</p>\n<ul>\n<li>fixed duplicate matching by custom field</li>\n<li>fixed error messages on step1 in case when server throws fatal error e.q. time limit exception</li>\n<li>fixed option \"Delete posts that are no longer present in your file\", now it works with empty CSV files which has only one header row</li>\n<li>fixed importing custom fields with the same name</li>\n<li>fixed custom functions in images preview</li>\n<li>added es_ES translation</li>\n<li>added de_DE translation</li>\n<li>added iterative ajax delete process ( deleting associated posts )</li>\n</ul>\n<p>4.2.3</p>\n<ul>\n<li>Fixed removing uploaded XML source file on re-run process</li>\n</ul>\n<p>4.2.2</p>\n<ul>\n<li>Fixed saving function editor</li>\n</ul>\n<p>4.2.1</p>\n<ul>\n<li>fixed duplicate matching by custom field ( cron )</li>\n<li>fixed converting image filenames to lowercase</li>\n<li>fixed import html to image description</li>\n<li>fixed import _wp_old_slug</li>\n<li>added Post ID to manual record matching</li>\n<li>added \'Comment status\' to \'Choose data to update\' section</li>\n<li>added \'cancel\' to cron API /wp-cron.php?import_key=Kt&amp;import_id=407&amp;action=cancel</li>\n<li>added function editor</li>\n</ul>\n<p>4.2.0</p>\n<ul>\n<li>fixed parsing CSV with empty lines</li>\n<li>fixed parsing multiple IF statements</li>\n<li>fixed preview in case when ‘Disable the visual editor when writing’ is enabled</li>\n<li>fixed conflict with WooCommerce - Store Exporter Deluxe</li>\n<li>added possibility to start synchronized cron requests &amp;sync=1</li>\n<li>added notifications for required addons</li>\n<li>added support for wp all export bundle</li>\n<li>added support for manual import bundle</li>\n<li>added feature \'click to download import file\'</li>\n<li>added validation for excerpt and images sections</li>\n<li>added auto-detect a broken Unique ID notification</li>\n<li>added import template notifications</li>\n<li>removed support for importing WooCommerce Orders</li>\n<li>changed absolute paths to relative in db</li>\n<li>updated cron response messages</li>\n<li>moved uploaded files to \'Use existing\' dropdown</li>\n</ul>\n<p>4.1.7</p>\n<ul>\n<li>added support for Excel files ( .xls, .xlsx )</li>\n<li>added new option \'Do not remove images from media gallery\' on import<br />\nsettings screen</li>\n<li>added new options to taxonomies import \'Try to match terms to<br />\nexisting child Product Categories\' &amp; \'Only assign Products to the<br />\nimported Product Category, not the entire hierarchy\'</li>\n<li>fixed excessive update requests</li>\n<li>added options to \'Delete associated posts</li>\n</ul>\n<p>4.1.6</p>\n<ul>\n<li>load ini_set only on plugins pages</li>\n<li>fixed saving import template</li>\n<li>added import post format via XPath</li>\n</ul>\n<p>4.1.5</p>\n<ul>\n<li>fixed import page template</li>\n<li>added a second argument to pmxi_saved_post action ( SimpleXML object ) of current record</li>\n</ul>\n<p>4.1.4</p>\n<ul>\n<li>fixed Apply mapping rules before splitting via separator symbol for manual hierarchy</li>\n<li>fixed path equal or less than</li>\n<li>fixed changing unique key when moving back from confirm screen</li>\n<li>fixed override page template</li>\n<li>fixed unlink images on deleting missing posts</li>\n<li>updated wp_all_import_is_post_to_update filter with second argument XML node as array</li>\n<li>updated compatibility with WP All Export</li>\n<li>added filter wp_all_import_feed_type</li>\n<li>added possibility to use php to calculate URL on first step [add_to_url(\"https://google.com/\")]</li>\n</ul>\n<p>4.1.3</p>\n<ul>\n<li>fixed un triggering issue on cron jobs for empty files</li>\n<li>changed updater priority from 10 to 20</li>\n<li>added post parent option for all hierarchical CPT</li>\n</ul>\n<p>4.1.2</p>\n<ul>\n<li>Important security fixes - additional hardening, prevention of blind SQL injection and reflected XSS attacks</li>\n</ul>\n<p>4.1.1</p>\n<ul>\n<li>critical security fix - stopping non-logged in users from accessing adminInit https://www.wpallimport.com/2015/02/wp-import-4-1-1-mandatory-security-update/</li>\n<li>added new filter wp_all_import_is_post_to_update to skip needed posts add_filter(\'wp_all_import_is_post_to_update\', \'is_post_to_update\', 10, 1);</li>\n<li>added new option Search for existing attachments to prevent duplicates in media library</li>\n<li>fixed imports pagination</li>\n<li>fixed preview taxonomies</li>\n<li>fixed upload folder creation when \'upload_dir\' filter defined</li>\n<li>fixed db schema for wpmu when new site added</li>\n</ul>\n<p>4.1.0</p>\n<ul>\n<li>fixed cron execution when titles are not defined</li>\n<li>added an option to separate hierarchy groups via symbol</li>\n<li>added separator symbol for manually nested taxonomies</li>\n</ul>\n<p>4.0.9</p>\n<ul>\n<li>added license key setting for automatic update</li>\n<li>added option search images through attachments</li>\n<li>added option assign term to the bottom level term in the hierarchy</li>\n</ul>\n<p>4.0.8</p>\n<ul>\n<li>fixed taxonomies preview</li>\n<li>fixed import meta description for images</li>\n<li>added feature to assign posts to needed terms</li>\n<li>added new option for taxonomies Apply mapping rules before splitting via separator symbol</li>\n<li>added set with XPath option for comment status, ping status, page parent, page template</li>\n</ul>\n<p>4.0.7</p>\n<ul>\n<li>fixed feed detection for rss chanels</li>\n<li>fixed parsing json data</li>\n<li>fixed add only new images option</li>\n<li>fixed delete missing records option</li>\n<li>added ability to import custom fields with the same name</li>\n<li>added port setting</li>\n</ul>\n<p>4.0.6</p>\n<ul>\n<li>fixed encoding for taxonomies mapping</li>\n<li>optimization for delete missing records option</li>\n<li>fixed feed type auto-detection</li>\n<li>fixed changes that related to _wp_page_template meta data</li>\n</ul>\n<p>4.0.5</p>\n<ul>\n<li>fixed template parsing when php function arguments contains an array()</li>\n<li>fixed error msg when feed is html page e.g. page 404</li>\n<li>fixed xpath building</li>\n<li>update hierarchy taxonomies options</li>\n</ul>\n<p>4.0.4</p>\n<ul>\n<li>changed main file name to wp-all-import-pro.php</li>\n<li>fixed feed type auto-detection</li>\n<li>fixed bug with empty unique keys</li>\n</ul>\n<p>4.0.3</p>\n<ul>\n<li>fixed re-count record when a file has been changed at an import setting screen</li>\n<li>fixed database schema auto-update</li>\n<li>fixed uploading large files</li>\n<li>fixed auto-detecting root element</li>\n<li>fixed log storage in database</li>\n<li>fixed cron execution when \"do not create new records\" option is enabled</li>\n<li>fixed feed type detection</li>\n<li>fixed unlink attachment source when posts updated/deleted</li>\n<li>fixed specialchars in taxnomies/categories mapping</li>\n<li>updated taxonomies hierarchy settings</li>\n<li>added a limit 10 to the existing meta values</li>\n</ul>\n<p>4.0.2</p>\n<ul>\n<li>speed up the import of taxonomies/categories</li>\n<li>added taxonomies/categories mapping feature</li>\n<li>added custom fields auto-detection feature</li>\n<li>added custom fields mapping feature</li>\n<li>added images/taxonomies preview feature</li>\n<li>added unofficial support for more file formats - json &amp; sql</li>\n<li>added new setting (secure mode) to protect your files</li>\n<li>better import logs</li>\n<li>updated design</li>\n</ul>\n<p>3.4.2</p>\n<ul>\n<li>fixed navigation bug</li>\n<li>fixed search duplicates</li>\n<li>fixed duplicate categories</li>\n<li>fixed path builder for element attributes</li>\n<li>fixed cron processing for already uploaded files (XML)</li>\n<li>added taxonomies for pages</li>\n</ul>\n<p>3.4.1</p>\n<ul>\n<li>fixed pmxi_delete_post action: this action was executed after posts were deleted</li>\n<li>fixed import menu order &amp; post parent for pages</li>\n<li>fixed import log for continue import feature</li>\n<li>added is update author option</li>\n<li>fixed post formats</li>\n<li>fixed cron processing: WP_Error object was not initialized</li>\n<li>fixed cron processing for import where XPath filtering is defined</li>\n<li>fixed UTC dates on manage imports page</li>\n</ul>\n<p>3.4.0</p>\n<ul>\n<li>fixed: import empty content</li>\n<li>fixed: log files</li>\n<li>fixed: detect image extension</li>\n<li>fixed: terms hierarchy on cron job execution</li>\n</ul>\n<p>3.3.9</p>\n<ul>\n<li>added: feature to do not escape shortcodes</li>\n<li>fixed: pre-processing logic</li>\n<li>fixed: downloading images with unicode url</li>\n<li>fixed: clear non ASCII/invalid symbols in CSV files</li>\n<li>fixed: import option \'Instead of using original image file name, set file name(s)\'</li>\n</ul>\n<p>3.3.8</p>\n<ul>\n<li>fixed: admin notices</li>\n<li>fixed: creation duplicates draft post via cron</li>\n<li>fixed: images with encoded symbols</li>\n<li>fixed: upload file via URL</li>\n<li>fixed: php notices</li>\n<li>added: compatibility with WP 3.9</li>\n</ul>\n<p>3.3.7</p>\n<ul>\n<li>updated convertation CSV to XML with XMLWriter</li>\n<li>fixed import *.zip files</li>\n<li>fixed xpath helper on step 2</li>\n<li>fixed showing zeros in XML tree</li>\n<li>allow post content to be empty on step 3</li>\n<li>added autodetect session mode</li>\n<li>delete deprecated settings my csv contain html code and case sensitivity</li>\n<li>fixed deleting history files</li>\n<li>fixed autodetect image extensions</li>\n<li>fixed increasing SQL query length</li>\n<li>added error messages</li>\n<li>fixed \"High Speed Small File Processing\" option</li>\n</ul>\n<p>3.3.6</p>\n<ul>\n<li>fixed: multiple cron execution</li>\n<li>fixed: load options template</li>\n<li>fixed: session initialization</li>\n<li>fixed: import search</li>\n<li>fixed: attachment author on cron execution</li>\n<li>fixed: download images option</li>\n<li>added: errors messages to the log</li>\n<li>added: \"not contains\" filter to step 2</li>\n<li>added: compatibility with categories mapping addon</li>\n<li>updated: cpt navigation on step 4</li>\n</ul>\n<p>3.3.5</p>\n<ul>\n<li>fixed bug with cron processing</li>\n<li>fixed bug with saving wrong image name</li>\n<li>added serialized custom fields feature</li>\n<li>added compatibility with user import add-on</li>\n<li>added compatibility with 3rd party developers</li>\n<li>added new setting \'Cron processing time limit\'</li>\n</ul>\n\";}s:7:\"banners\";a:2:{s:4:\"high\";s:55:\"http://ps.w.org/wp-all-import/assets/banner-772x250.png\";s:3:\"low\";s:0:\"\";}s:8:\"requires\";s:5:\"3.6.1\";s:6:\"tested\";s:3:\"4.9\";s:6:\"author\";s:6:\"Soflyy\";s:12:\"contributors\";O:8:\"stdClass\":2:{s:6:\"soflyy\";s:38:\"https://profiles.wordpress.org/soflyy/\";s:11:\"wpallimport\";s:43:\"https://profiles.wordpress.org/wpallimport/\";}}','no'),(57179,'wp-all-import-pro_timeout_85b8495febade7a221f67b0bca7d59d9','1510954513','yes'),(57200,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(58372,'smush_global_stats','a:9:{s:11:\"size_before\";i:9144379;s:10:\"size_after\";i:8743873;s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"human\";s:8:\"391.1 KB\";s:5:\"bytes\";i:400506;s:12:\"total_images\";i:303;s:14:\"resize_savings\";i:0;s:12:\"resize_count\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(58376,'wp-smush-networkwide','0','yes'),(58377,'wp-smush-auto','1','yes'),(58378,'wp-smush-lossy','0','yes'),(58379,'wp-smush-original','0','yes'),(58380,'wp-smush-keep_exif','0','yes'),(58381,'wp-smush-resize','0','yes'),(58382,'wp-smush-backup','0','yes'),(58383,'wp-smush-png_to_jpg','0','yes'),(58384,'wp-smush-last_settings','a:10:{s:11:\"networkwide\";i:0;s:4:\"auto\";i:1;s:5:\"lossy\";i:0;s:8:\"original\";i:0;s:9:\"keep_exif\";i:0;s:6:\"resize\";i:0;s:6:\"backup\";i:0;s:10:\"png_to_jpg\";i:0;s:7:\"nextgen\";s:0:\"\";s:2:\"s3\";s:0:\"\";}','yes'),(58385,'wp-smush-image_sizes','a:8:{i:0;s:9:\"thumbnail\";i:1;s:6:\"medium\";i:2;s:5:\"large\";i:3;s:14:\"shop_thumbnail\";i:4;s:12:\"shop_catalog\";i:5;s:11:\"shop_single\";i:6;s:16:\"iron-image-thumb\";i:7;s:12:\"medium_large\";}','yes'),(58386,'wp-smush-resize_sizes','a:2:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;}','yes'),(59660,'widget_fbeventify_upcoming_events','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(59661,'widget_fbeventify_todays_events','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(59662,'widget_fbeventify_featured_events','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(59663,'widget_fbeventify_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(60904,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(60905,'current_theme_supports_woocommerce','yes','yes'),(60906,'woocommerce_queue_flush_rewrite_rules','no','yes'),(60909,'woocommerce_erasure_request_removes_order_data','no','no'),(60910,'woocommerce_erasure_request_removes_download_data','no','no'),(60911,'wp_page_for_privacy_policy','','yes'),(60912,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(60913,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(60914,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(60915,'woocommerce_trash_pending_orders','','no'),(60916,'woocommerce_trash_failed_orders','','no'),(60917,'woocommerce_trash_cancelled_orders','','no'),(60918,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(60919,'woocommerce_single_image_width','600','yes'),(60920,'woocommerce_thumbnail_image_width','300','yes'),(60921,'woocommerce_checkout_highlight_required_fields','yes','yes'),(60923,'default_product_cat','33','yes'),(60926,'smush_option','a:1:{s:7:\"version\";s:5:\"2.9.1\";}','yes'),(61324,'widget_iron-bandsintown','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(68625,'woocommerce_placeholder_image','','yes'),(69446,'elementor_version','2.7.3','yes'),(69449,'_elementor_installed_time','1543262899','yes'),(69474,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(69475,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(69476,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#7ed7b5\";i:2;s:7:\"#abb2c4\";i:3;s:7:\"#121214\";i:4;s:7:\"#716d93\";i:5;s:7:\"#818181\";i:6;s:7:\"#544d67\";i:7;s:7:\"#000000\";i:8;s:7:\"#ffffff\";}','yes'),(69840,'elementor_debug_log','a:10:{i:0;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1544051214\";s:7:\"message\";s:41:\"jQuery(...).tpessential is not a function\";s:3:\"url\";s:82:\"https://demo.sonaar.io/apex-elementor/wp-admin/post.php?post=1703&action=elementor\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:2:\"39\";s:12:\"customFields\";a:0:{}}i:1;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1544051255\";s:7:\"message\";s:41:\"jQuery(...).tpessential is not a function\";s:3:\"url\";s:82:\"https://demo.sonaar.io/apex-elementor/wp-admin/post.php?post=1663&action=elementor\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:2:\"39\";s:12:\"customFields\";a:0:{}}i:2;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1544051293\";s:7:\"message\";s:41:\"jQuery(...).tpessential is not a function\";s:3:\"url\";s:81:\"https://demo.sonaar.io/apex-elementor/wp-admin/post.php?post=989&action=elementor\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:2:\"37\";s:12:\"customFields\";a:0:{}}i:3;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1544051328\";s:7:\"message\";s:41:\"jQuery(...).tpessential is not a function\";s:3:\"url\";s:80:\"https://demo.sonaar.io/apex-elementor/wp-admin/post.php?post=36&action=elementor\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:2:\"37\";s:12:\"customFields\";a:0:{}}i:4;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1544051346\";s:7:\"message\";s:41:\"jQuery(...).tpessential is not a function\";s:3:\"url\";s:80:\"https://demo.sonaar.io/apex-elementor/wp-admin/post.php?post=38&action=elementor\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:2:\"37\";s:12:\"customFields\";a:0:{}}i:5;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1544051412\";s:7:\"message\";s:41:\"jQuery(...).tpessential is not a function\";s:3:\"url\";s:81:\"https://demo.sonaar.io/apex-elementor/wp-admin/post.php?post=902&action=elementor\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:2:\"39\";s:12:\"customFields\";a:0:{}}i:6;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1544051431\";s:7:\"message\";s:41:\"jQuery(...).tpessential is not a function\";s:3:\"url\";s:82:\"https://demo.sonaar.io/apex-elementor/wp-admin/post.php?post=1742&action=elementor\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:2:\"39\";s:12:\"customFields\";a:0:{}}i:7;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1544051433\";s:7:\"message\";s:41:\"jQuery(...).tpessential is not a function\";s:3:\"url\";s:82:\"https://demo.sonaar.io/apex-elementor/wp-admin/post.php?post=1733&action=elementor\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:2:\"39\";s:12:\"customFields\";a:0:{}}i:8;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1544051508\";s:7:\"message\";s:41:\"jQuery(...).tpessential is not a function\";s:3:\"url\";s:80:\"https://demo.sonaar.io/apex-elementor/wp-admin/post.php?post=40&action=elementor\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:2:\"39\";s:12:\"customFields\";a:0:{}}i:9;a:8:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1545158541\";s:7:\"message\";s:41:\"jQuery(...).tpessential is not a function\";s:3:\"url\";s:82:\"https://cactusmoonshinepublishing.com/wp-admin/post.php?post=3050&action=elementor\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:2:\"37\";s:12:\"customFields\";a:0:{}s:5:\"times\";i:2;}}','yes'),(69946,'elementor_default_generic_fonts','Sans-serif','yes'),(69947,'elementor_container_width','1230','yes'),(69948,'_elementor_general_settings','a:4:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";s:4:\"1230\";s:27:\"stretched_section_container\";s:4:\"body\";s:19:\"page_title_selector\";s:43:\".sr_it-singlepost-title, .page-title.rellax\";}','yes'),(70337,'_elementor_settings_update_time','1543360399','yes'),(70338,'elementor_cpt_support','a:10:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:7:\"product\";i:3;s:5:\"album\";i:4;s:6:\"artist\";i:5;s:7:\"podcast\";i:6;s:11:\"podcastshow\";i:7;s:5:\"event\";i:8;s:5:\"video\";i:9;s:5:\"block\";}','yes'),(70339,'elementor_disable_color_schemes','yes','yes'),(70340,'elementor_disable_typography_schemes','yes','yes'),(70341,'elementor_allow_tracking','no','yes'),(70345,'elementor_viewport_lg','','yes'),(70347,'elementor_viewport_md','','yes'),(70349,'elementor_css_print_method','external','yes'),(70350,'elementor_editor_break_lines','','yes'),(70351,'elementor_edit_buttons','','yes'),(70474,'rocket_analytics_notice_displayed','1','yes'),(70575,'theme_mods_twentyseventeen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:6;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1543276299;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(70591,'woocommerce_version','3.5.1','yes'),(70741,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";s:247:\"[\"404 page\",\"about\",\"archive\",\"call to action\",\"clients\",\"contact\",\"faq\",\"features\",\"footer\",\"header\",\"hero\",\"portfolio\",\"pricing\",\"product archive\",\"services\",\"single page\",\"single post\",\"single product\",\"stats\",\"subscribe\",\"team\",\"testimonials\"]\";s:9:\"templates\";a:628:{i:0;a:14:{s:2:\"id\";s:4:\"5525\";s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:5:\"10107\";s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";s:10:\"1547851373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";s:4:\"5533\";s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"5575\";s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"5615\";s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"5624\";s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"5684\";s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:5:\"10158\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";s:10:\"1547852227\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:8;a:14:{s:2:\"id\";s:4:\"5693\";s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:4:\"5703\";s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:4:\"5711\";s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:5:\"10190\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";s:10:\"1547885703\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:12;a:14:{s:2:\"id\";s:4:\"5719\";s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:4:\"5729\";s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"5737\";s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"5746\";s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"5755\";s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"5764\";s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:3:\"373\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:5:\"10256\";s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";s:10:\"1547888909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"423\";s:11:\"trend_index\";s:3:\"513\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:19;a:14:{s:2:\"id\";s:4:\"5773\";s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:5:\"10267\";s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547889047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";s:4:\"5783\";s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:4:\"5792\";s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"5801\";s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"5811\";s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:5:\"10307\";s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547893266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"538\";s:11:\"trend_index\";s:3:\"552\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:26;a:14:{s:2:\"id\";s:4:\"5820\";s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:5:\"10318\";s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";s:10:\"1547893367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:28;a:14:{s:2:\"id\";s:4:\"5828\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:4:\"5836\";s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:5:\"10339\";s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547893603\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"418\";s:11:\"trend_index\";s:3:\"456\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";s:4:\"5844\";s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:5:\"10352\";s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547915335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"452\";s:11:\"trend_index\";s:3:\"451\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";s:4:\"5852\";s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"467\";s:11:\"trend_index\";s:3:\"460\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:4:\"5947\";s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:5:\"10372\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";s:10:\"1547915554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"534\";s:11:\"trend_index\";s:3:\"497\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:36;a:14:{s:2:\"id\";s:4:\"5956\";s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"456\";s:11:\"trend_index\";s:3:\"371\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:5:\"10382\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547916616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";s:4:\"5963\";s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:4:\"5974\";s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"5983\";s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"5991\";s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"5999\";s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:5:\"10434\";s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";s:10:\"1547961950\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"390\";s:11:\"trend_index\";s:3:\"390\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";s:4:\"6008\";s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:5:\"10444\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";s:10:\"1547962029\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"419\";s:11:\"trend_index\";s:3:\"435\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";s:4:\"6027\";s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:4:\"6036\";s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:5:\"10467\";s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";s:10:\"1547962277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"587\";s:11:\"trend_index\";s:3:\"578\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";s:4:\"6044\";s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:4:\"6053\";s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:5:\"10487\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";s:10:\"1547964527\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"497\";s:11:\"trend_index\";s:3:\"492\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:52;a:14:{s:2:\"id\";s:4:\"6063\";s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:5:\"10498\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"434\";s:11:\"trend_index\";s:3:\"393\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";s:4:\"6071\";s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:4:\"6079\";s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:5:\"10519\";s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"519\";s:11:\"trend_index\";s:3:\"581\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";s:4:\"6089\";s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:4:\"6097\";s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:4:\"6106\";s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"420\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"6114\";s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"6122\";s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:5:\"10569\";s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";s:10:\"1547967812\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"478\";s:11:\"trend_index\";s:3:\"386\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:63;a:14:{s:2:\"id\";s:4:\"6135\";s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:4:\"6144\";s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:5:\"10590\";s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"472\";s:11:\"trend_index\";s:3:\"367\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";s:4:\"6152\";s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:5:\"10600\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";s:10:\"1547968080\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"471\";s:11:\"trend_index\";s:3:\"409\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:68;a:14:{s:2:\"id\";s:4:\"6162\";s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"375\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:4:\"6170\";s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:5:\"10622\";s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";s:10:\"1547969678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"483\";s:11:\"trend_index\";s:3:\"414\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:71;a:14:{s:2:\"id\";s:4:\"6178\";s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"546\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:5:\"10633\";s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547969858\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"561\";s:11:\"trend_index\";s:3:\"526\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:73;a:14:{s:2:\"id\";s:4:\"6186\";s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"427\";s:11:\"trend_index\";s:3:\"565\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:5:\"10644\";s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547970814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"445\";s:11:\"trend_index\";s:3:\"415\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:75;a:14:{s:2:\"id\";s:4:\"6196\";s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:5:\"10654\";s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";s:10:\"1547970917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"546\";s:11:\"trend_index\";s:3:\"568\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:77;a:14:{s:2:\"id\";s:4:\"6204\";s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:5:\"10664\";s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";s:10:\"1547973928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"480\";s:11:\"trend_index\";s:3:\"484\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:79;a:14:{s:2:\"id\";s:4:\"6212\";s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:5:\"10675\";s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547974110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"475\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:81;a:14:{s:2:\"id\";s:4:\"6220\";s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:4:\"6230\";s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:4:\"9719\";s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";s:10:\"1547976107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"437\";s:11:\"trend_index\";s:3:\"383\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:84;a:14:{s:2:\"id\";s:4:\"6239\";s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:4:\"6249\";s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:4:\"6258\";s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"405\";s:11:\"trend_index\";s:3:\"389\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:5:\"10137\";s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";s:10:\"1547976342\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"486\";s:11:\"trend_index\";s:3:\"421\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";s:4:\"6266\";s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:5:\"10244\";s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";s:10:\"1547976402\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"518\";s:11:\"trend_index\";s:3:\"541\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:90;a:14:{s:2:\"id\";s:4:\"6274\";s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:4:\"6017\";s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:5:\"10127\";s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";s:10:\"1547984061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"575\";s:11:\"trend_index\";s:3:\"601\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:93;a:14:{s:2:\"id\";s:4:\"4826\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:4:\"4835\";s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"4843\";s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"392\";s:11:\"trend_index\";s:3:\"434\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:4:\"4854\";s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"498\";s:11:\"trend_index\";s:3:\"542\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:4:\"4863\";s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:5:\"10776\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";s:10:\"1548047055\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"571\";s:11:\"trend_index\";s:3:\"555\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";s:4:\"4871\";s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:5:\"10785\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";s:10:\"1548047593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"454\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:101;a:14:{s:2:\"id\";s:4:\"4880\";s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"378\";s:11:\"trend_index\";s:3:\"403\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:4:\"4889\";s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"449\";s:11:\"trend_index\";s:3:\"553\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:4:\"4897\";s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:4:\"4905\";s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:4:\"4913\";s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"4921\";s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"4929\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"4939\";s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"4947\";s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"4955\";s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"4963\";s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"380\";s:11:\"trend_index\";s:3:\"407\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"4971\";s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"506\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"4979\";s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"464\";s:11:\"trend_index\";s:3:\"598\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"4987\";s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"4995\";s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:3:\"378\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"5007\";s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"5019\";s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"5027\";s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:5:\"10794\";s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";s:10:\"1548067619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"450\";s:11:\"trend_index\";s:3:\"481\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:120;a:14:{s:2:\"id\";s:4:\"5037\";s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"5057\";s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"370\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"5071\";s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:5:\"10871\";s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";s:10:\"1548074396\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"569\";s:11:\"trend_index\";s:3:\"507\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:124;a:14:{s:2:\"id\";s:4:\"5082\";s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"424\";s:11:\"trend_index\";s:3:\"429\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:5:\"10936\";s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";s:10:\"1548874587\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"438\";s:11:\"trend_index\";s:3:\"384\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:126;a:14:{s:2:\"id\";s:4:\"5090\";s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:4:\"5098\";s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:4:\"5107\";s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"381\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:5:\"10964\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";s:10:\"1550039106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"543\";s:11:\"trend_index\";s:3:\"544\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:130;a:14:{s:2:\"id\";s:4:\"5115\";s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:5:\"10992\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";s:10:\"1550072007\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"568\";s:11:\"trend_index\";s:3:\"585\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:132;a:14:{s:2:\"id\";s:4:\"5125\";s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:5:\"11005\";s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";s:10:\"1550073303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"560\";s:11:\"trend_index\";s:3:\"510\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:134;a:14:{s:2:\"id\";s:4:\"5133\";s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:4:\"5141\";s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"480\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:4:\"5149\";s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:3:\"387\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:4:\"5542\";s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";s:4:\"5550\";s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"5558\";s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"5567\";s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:5:\"11231\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"5583\";s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:5:\"11220\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"5591\";s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:5:\"11204\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642389\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"407\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"5599\";s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:5:\"11198\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Header_small_3.jpg\";s:12:\"tmpl_created\";s:10:\"1564642395\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"5607\";s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:5:\"11192\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642399\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"5634\";s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:4:\"5642\";s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"5650\";s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:4:\"5658\";s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"5667\";s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:4:\"5675\";s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:4:\"5860\";s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"5869\";s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"5877\";s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"446\";s:11:\"trend_index\";s:3:\"563\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:5:\"11468\";s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393182\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"602\";s:11:\"trend_index\";s:3:\"516\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:160;a:14:{s:2:\"id\";s:4:\"5885\";s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:5:\"11461\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Header_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"5893\";s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:5:\"11453\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393224\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"391\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"5904\";s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"411\";s:11:\"trend_index\";s:3:\"461\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:5:\"11445\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"481\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"5912\";s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"526\";s:11:\"trend_index\";s:3:\"539\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:5:\"11435\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"473\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"5921\";s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:5:\"11424\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"593\";s:11:\"trend_index\";s:3:\"535\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:170;a:14:{s:2:\"id\";s:4:\"5930\";s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"5939\";s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"7596\";s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"7615\";s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"7627\";s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:5:\"11822\";s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";s:10:\"1569429896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"590\";s:11:\"trend_index\";s:3:\"475\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:176;a:14:{s:2:\"id\";s:4:\"7638\";s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:5:\"11877\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";s:10:\"1569429954\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"591\";s:11:\"trend_index\";s:3:\"498\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"7663\";s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:5:\"11870\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569429964\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"565\";s:11:\"trend_index\";s:3:\"453\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"7650\";s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:5:\"11861\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";s:10:\"1569429975\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"558\";s:11:\"trend_index\";s:3:\"530\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:182;a:14:{s:2:\"id\";s:4:\"7686\";s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:5:\"11854\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";s:10:\"1569429983\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"514\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"4676\";s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:5:\"11847\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";s:10:\"1569430010\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"447\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"7997\";s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1524582343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:5:\"11839\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1569430015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"412\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"7982\";s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524582468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:5:\"11832\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";s:10:\"1569430019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"426\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"7959\";s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524582605\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:5:\"11807\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";s:10:\"1569430070\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"537\";s:11:\"trend_index\";s:3:\"445\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:192;a:14:{s:2:\"id\";s:4:\"7950\";s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524582631\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"7937\";s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524582665\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:5:\"11897\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569494236\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"620\";s:11:\"trend_index\";s:3:\"572\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"7927\";s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524582691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:5:\"11890\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1571907344\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"469\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"7917\";s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524582788\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"7904\";s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524582814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:4:\"7837\";s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";s:10:\"1524582852\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"420\";s:11:\"trend_index\";s:3:\"377\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"7852\";s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";s:10:\"1524582875\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"7862\";s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1524582903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:5:\"12212\";s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";s:10:\"1572846914\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"507\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:203;a:14:{s:2:\"id\";s:4:\"7871\";s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524582927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:5:\"12203\";s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";s:10:\"1572846925\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"581\";s:11:\"trend_index\";s:3:\"455\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:205;a:14:{s:2:\"id\";s:4:\"7884\";s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524582944\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:5:\"12194\";s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/header.png\";s:12:\"tmpl_created\";s:10:\"1572846935\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"7892\";s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:5:\"12179\";s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";s:10:\"1572846958\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"528\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"4212\";s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"7825\";s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524583273\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:5:\"12170\";s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";s:10:\"1572846967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"539\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:212;a:14:{s:2:\"id\";s:4:\"4227\";s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"441\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:4:\"7812\";s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524583298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:5:\"12164\";s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";s:10:\"1572846979\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"624\";s:11:\"trend_index\";s:3:\"603\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"4235\";s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"7724\";s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524583367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"4244\";s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"435\";s:11:\"trend_index\";s:3:\"520\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"7734\";s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524583436\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"4252\";s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"7771\";s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524583540\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"4260\";s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"7787\";s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524583598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"4268\";s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"7801\";s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"4276\";s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"424\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"7754\";s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524583712\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"4284\";s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"7713\";s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524584780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"4293\";s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"7744\";s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524584784\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"4302\";s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:5:\"12229\";s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";s:10:\"1572847842\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"592\";s:11:\"trend_index\";s:3:\"483\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:4:\"4313\";s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"8523\";s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";s:10:\"1526415291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"517\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:5:\"12550\";s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";s:10:\"1575960263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"628\";s:11:\"trend_index\";s:3:\"548\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:4:\"4324\";s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:4:\"8524\";s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";s:10:\"1526415337\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:5:\"12540\";s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";s:10:\"1575960267\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"626\";s:11:\"trend_index\";s:3:\"506\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:239;a:14:{s:2:\"id\";s:4:\"4332\";s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:4:\"8525\";s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";s:10:\"1526415374\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"429\";s:11:\"trend_index\";s:3:\"515\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:5:\"12492\";s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1575960358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"603\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"4341\";s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"8513\";s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";s:10:\"1526415417\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"396\";s:11:\"trend_index\";s:3:\"452\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:5:\"12500\";s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1575960371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"586\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:4:\"4349\";s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:4:\"8512\";s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";s:10:\"1526415449\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"433\";s:11:\"trend_index\";s:3:\"558\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:5:\"12509\";s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";s:10:\"1575960378\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"627\";s:11:\"trend_index\";s:3:\"468\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:4:\"4357\";s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"8526\";s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";s:10:\"1526415474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"439\";s:11:\"trend_index\";s:3:\"410\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:5:\"12516\";s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1575960387\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"601\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"4368\";s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"8505\";s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";s:10:\"1526415501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"501\";s:11:\"trend_index\";s:3:\"471\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:5:\"12524\";s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";s:10:\"1575960397\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"618\";s:11:\"trend_index\";s:3:\"397\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"4376\";s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"8511\";s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";s:10:\"1526415528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"554\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:5:\"12531\";s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";s:10:\"1575960404\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"623\";s:11:\"trend_index\";s:3:\"502\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"4391\";s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"8514\";s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";s:10:\"1526415558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"401\";s:11:\"trend_index\";s:3:\"470\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"4400\";s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:4:\"8676\";s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1527682423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"376\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:4:\"4411\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:4:\"8678\";s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1527682780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:4:\"4420\";s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"8679\";s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1527682847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"4428\";s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"8680\";s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1527682896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"400\";s:11:\"trend_index\";s:3:\"523\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"4436\";s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"8681\";s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1527682969\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"408\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"4444\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"8682\";s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1527683026\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"417\";s:11:\"trend_index\";s:3:\"416\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"4452\";s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"8703\";s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1527683072\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"395\";s:11:\"trend_index\";s:3:\"444\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:4:\"4460\";s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"8961\";s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1528639909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"4468\";s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"8969\";s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1528700014\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:4:\"4476\";s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:4:\"8973\";s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1528700205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:4:\"4484\";s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:4:\"8977\";s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1528700326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"394\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:4:\"4492\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:4:\"8981\";s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1528700484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:4:\"4500\";s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"422\";s:11:\"trend_index\";s:3:\"505\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:4:\"8985\";s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1528700612\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:4:\"4509\";s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"562\";s:11:\"trend_index\";s:3:\"573\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:4:\"8989\";s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1528701063\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:4:\"4521\";s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:4:\"8996\";s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1528701290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:4:\"4529\";s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"500\";s:11:\"trend_index\";s:3:\"432\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:4:\"9001\";s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1528701433\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:4:\"4537\";s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"477\";s:11:\"trend_index\";s:3:\"514\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:4:\"9119\";s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";s:10:\"1532428138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:4:\"4545\";s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"557\";s:11:\"trend_index\";s:3:\"602\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"9127\";s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";s:10:\"1532428699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:4:\"4553\";s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"444\";s:11:\"trend_index\";s:3:\"457\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:4:\"4562\";s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"551\";s:11:\"trend_index\";s:3:\"557\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:4:\"4572\";s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:3:\"411\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:4:\"9174\";s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";s:10:\"1532950125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:4:\"4580\";s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"470\";s:11:\"trend_index\";s:3:\"587\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"9178\";s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";s:10:\"1532951997\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";s:4:\"4589\";s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"563\";s:11:\"trend_index\";s:3:\"588\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"9180\";s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";s:10:\"1532952302\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:4:\"4597\";s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"490\";s:11:\"trend_index\";s:3:\"511\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:4:\"9182\";s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";s:10:\"1532952606\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:4:\"4605\";s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"580\";s:11:\"trend_index\";s:3:\"582\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:4:\"9239\";s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";s:10:\"1532953482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:307;a:14:{s:2:\"id\";s:4:\"4613\";s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"463\";s:11:\"trend_index\";s:3:\"569\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:4:\"9247\";s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";s:10:\"1532953793\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";s:4:\"9254\";s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";s:10:\"1532954032\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:4:\"9301\";s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";s:10:\"1537440661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:311;a:14:{s:2:\"id\";s:4:\"9296\";s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";s:10:\"1537440673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:312;a:14:{s:2:\"id\";s:4:\"9313\";s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";s:10:\"1537440798\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:313;a:14:{s:2:\"id\";s:4:\"9343\";s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";s:10:\"1537443531\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:314;a:14:{s:2:\"id\";s:4:\"9349\";s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";s:10:\"1537443903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:315;a:14:{s:2:\"id\";s:4:\"4690\";s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:4:\"4698\";s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"383\";s:11:\"trend_index\";s:3:\"405\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:4:\"4706\";s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:4:\"4718\";s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:4:\"4727\";s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:4:\"4736\";s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:4:\"4746\";s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:4:\"4759\";s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";s:4:\"4770\";s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"496\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:4:\"4781\";s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";s:4:\"9611\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546965350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"520\";s:11:\"trend_index\";s:3:\"534\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:326;a:14:{s:2:\"id\";s:4:\"4793\";s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:327;a:14:{s:2:\"id\";s:4:\"9622\";s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";s:10:\"1546965896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"517\";s:11:\"trend_index\";s:3:\"566\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:328;a:14:{s:2:\"id\";s:4:\"4801\";s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:329;a:14:{s:2:\"id\";s:4:\"9631\";s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546968270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"532\";s:11:\"trend_index\";s:3:\"556\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:330;a:14:{s:2:\"id\";s:4:\"4809\";s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:331;a:14:{s:2:\"id\";s:4:\"4818\";s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"413\";s:11:\"trend_index\";s:3:\"503\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";s:4:\"5045\";s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"492\";s:11:\"trend_index\";s:3:\"494\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:333;a:14:{s:2:\"id\";s:4:\"9662\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547009087\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"559\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:334;a:14:{s:2:\"id\";s:4:\"5157\";s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"467\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:4:\"5165\";s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"453\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:4:\"5173\";s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"382\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:4:\"9690\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547011716\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"389\";s:11:\"trend_index\";s:3:\"426\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:338;a:14:{s:2:\"id\";s:4:\"5181\";s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"408\";s:11:\"trend_index\";s:3:\"369\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"9699\";s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";s:10:\"1547015827\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"436\";s:11:\"trend_index\";s:3:\"524\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:340;a:14:{s:2:\"id\";s:4:\"5189\";s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"398\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:4:\"5198\";s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"457\";s:11:\"trend_index\";s:3:\"559\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";s:4:\"9571\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1547726151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"523\";s:11:\"trend_index\";s:3:\"479\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:343;a:14:{s:2:\"id\";s:4:\"5206\";s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"479\";s:11:\"trend_index\";s:3:\"447\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";s:4:\"5214\";s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"5222\";s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"379\";s:11:\"trend_index\";s:3:\"433\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";s:4:\"9740\";s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";s:10:\"1547822836\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"508\";s:11:\"trend_index\";s:3:\"595\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:347;a:14:{s:2:\"id\";s:4:\"5230\";s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";s:4:\"5238\";s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"489\";s:11:\"trend_index\";s:3:\"518\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"9762\";s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";s:10:\"1547824145\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"432\";s:11:\"trend_index\";s:3:\"473\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:350;a:14:{s:2:\"id\";s:4:\"5249\";s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"448\";s:11:\"trend_index\";s:3:\"442\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:4:\"9772\";s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";s:10:\"1547824279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"606\";s:11:\"trend_index\";s:3:\"597\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:352;a:14:{s:2:\"id\";s:4:\"5257\";s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"388\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:4:\"5266\";s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:4:\"9793\";s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";s:10:\"1547831151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"545\";s:11:\"trend_index\";s:3:\"590\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:355;a:14:{s:2:\"id\";s:4:\"5275\";s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"463\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";s:4:\"5283\";s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"379\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";s:4:\"5290\";s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"460\";s:11:\"trend_index\";s:3:\"428\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";s:4:\"5298\";s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"406\";s:11:\"trend_index\";s:3:\"545\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";s:4:\"9836\";s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";s:10:\"1547835635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"516\";s:11:\"trend_index\";s:3:\"529\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:360;a:14:{s:2:\"id\";s:4:\"5306\";s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"521\";s:11:\"trend_index\";s:3:\"493\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";s:4:\"9847\";s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";s:10:\"1547836956\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"596\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:362;a:14:{s:2:\"id\";s:4:\"5315\";s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"431\";s:11:\"trend_index\";s:3:\"401\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";s:4:\"9858\";s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547837100\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"616\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:364;a:14:{s:2:\"id\";s:4:\"5324\";s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"451\";s:11:\"trend_index\";s:3:\"449\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";s:4:\"5333\";s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";s:4:\"5341\";s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"487\";s:11:\"trend_index\";s:3:\"584\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:4:\"5349\";s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:368;a:14:{s:2:\"id\";s:4:\"5357\";s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:4:\"5368\";s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";s:4:\"5381\";s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:4:\"5389\";s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"376\";s:11:\"trend_index\";s:3:\"425\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";s:4:\"9944\";s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547841939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"595\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:373;a:14:{s:2:\"id\";s:4:\"5397\";s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";s:4:\"9955\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";s:10:\"1547842065\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"495\";s:11:\"trend_index\";s:3:\"533\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:375;a:14:{s:2:\"id\";s:4:\"5405\";s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";s:4:\"9965\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";s:10:\"1547842174\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"484\";s:11:\"trend_index\";s:3:\"522\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:377;a:14:{s:2:\"id\";s:4:\"5413\";s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";s:4:\"5421\";s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:4:\"5429\";s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:380;a:14:{s:2:\"id\";s:4:\"9995\";s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547844802\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"614\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:381;a:14:{s:2:\"id\";s:4:\"5438\";s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";s:4:\"5447\";s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:383;a:14:{s:2:\"id\";s:5:\"10016\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";s:10:\"1547845062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"625\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:384;a:14:{s:2:\"id\";s:4:\"5455\";s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";s:5:\"10026\";s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";s:10:\"1547845205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"488\";s:11:\"trend_index\";s:3:\"448\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:386;a:14:{s:2:\"id\";s:4:\"5464\";s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";s:5:\"10036\";s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547845409\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"510\";s:11:\"trend_index\";s:3:\"438\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:388;a:14:{s:2:\"id\";s:4:\"5472\";s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";s:4:\"5480\";s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"403\";s:11:\"trend_index\";s:3:\"439\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";s:5:\"10057\";s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547847938\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"609\";s:11:\"trend_index\";s:3:\"574\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:391;a:14:{s:2:\"id\";s:4:\"5488\";s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:4:\"5496\";s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"442\";s:11:\"trend_index\";s:3:\"417\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:393;a:14:{s:2:\"id\";s:4:\"5504\";s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";s:5:\"10087\";s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547848301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"522\";s:11:\"trend_index\";s:3:\"487\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:395;a:14:{s:2:\"id\";s:4:\"5515\";s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"399\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";s:5:\"10097\";s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";s:10:\"1547848411\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"554\";s:11:\"trend_index\";s:3:\"606\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:397;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";s:4:\"9816\";s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547991876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"566\";s:11:\"trend_index\";s:3:\"458\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:399;a:14:{s:2:\"id\";s:4:\"9602\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546964559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"511\";s:11:\"trend_index\";s:3:\"540\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:400;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage &#8211; Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:402;a:14:{s:2:\"id\";s:5:\"10277\";s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";s:10:\"1548055999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"573\";s:11:\"trend_index\";s:3:\"605\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:403;a:14:{s:2:\"id\";s:5:\"11241\";s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564643043\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"421\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:404;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";s:4:\"9903\";s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";s:10:\"1547838896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:3:\"608\";s:11:\"trend_index\";s:3:\"593\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:406;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";s:5:\"10549\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";s:10:\"1547967595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"583\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:408;a:14:{s:2:\"id\";s:5:\"12352\";s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1575960464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"502\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:409;a:14:{s:2:\"id\";s:5:\"12400\";s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";s:10:\"1575960441\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:3:\"567\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";s:5:\"12479\";s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";s:10:\"1575960474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"574\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";s:5:\"10529\";s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";s:10:\"1548046309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"455\";s:11:\"trend_index\";s:3:\"527\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:412;a:14:{s:2:\"id\";s:5:\"12466\";s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";s:10:\"1575960469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"597\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:413;a:14:{s:2:\"id\";s:5:\"12443\";s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";s:10:\"1575960459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:3:\"594\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";s:5:\"12431\";s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";s:10:\"1575960453\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:3:\"607\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:415;a:14:{s:2:\"id\";s:5:\"12421\";s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";s:10:\"1575960445\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:3:\"604\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:416;a:14:{s:2:\"id\";s:5:\"11763\";s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";s:10:\"1569428959\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:417;a:14:{s:2:\"id\";s:5:\"11781\";s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";s:10:\"1569428955\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:3:\"414\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:418;a:14:{s:2:\"id\";s:5:\"11793\";s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";s:10:\"1569428951\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:3:\"461\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";s:5:\"11800\";s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";s:10:\"1569428946\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:3:\"493\";s:11:\"trend_index\";s:3:\"423\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";s:5:\"10413\";s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";s:10:\"1547961774\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"598\";s:11:\"trend_index\";s:3:\"594\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:421;a:14:{s:2:\"id\";s:5:\"11163\";s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";s:10:\"1564641877\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:422;a:14:{s:2:\"id\";s:5:\"11129\";s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";s:10:\"1564641889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";s:5:\"10223\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";s:10:\"1547887343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"440\";s:11:\"trend_index\";s:3:\"504\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:424;a:14:{s:2:\"id\";s:5:\"10559\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";s:10:\"1547967711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"550\";s:11:\"trend_index\";s:3:\"589\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:425;a:14:{s:2:\"id\";s:5:\"11074\";s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";s:10:\"1564641872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:426;a:14:{s:2:\"id\";s:5:\"10403\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";s:10:\"1548056371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"509\";s:11:\"trend_index\";s:3:\"583\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:427;a:14:{s:2:\"id\";s:5:\"11056\";s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";s:10:\"1564641867\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";s:5:\"11094\";s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";s:10:\"1564641885\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"441\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";s:4:\"9913\";s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";s:10:\"1547841430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"485\";s:11:\"trend_index\";s:3:\"550\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:430;a:14:{s:2:\"id\";s:5:\"11034\";s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";s:10:\"1564641881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage &#8211; Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";s:4:\"9139\";s:5:\"title\";s:25:\"Homepage &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";s:10:\"1532949924\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:433;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";s:4:\"9592\";s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546963720\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"535\";s:11:\"trend_index\";s:3:\"551\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:436;a:14:{s:2:\"id\";s:5:\"10210\";s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547886103\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"621\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:437;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:438;a:14:{s:2:\"id\";s:5:\"12155\";s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";s:10:\"1572847054\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:3:\"402\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:439;a:14:{s:2:\"id\";s:5:\"12143\";s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";s:10:\"1572847069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:3:\"512\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:440;a:14:{s:2:\"id\";s:5:\"12133\";s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";s:10:\"1572847078\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"585\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";s:5:\"10047\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547847757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"468\";s:11:\"trend_index\";s:3:\"521\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:442;a:14:{s:2:\"id\";s:5:\"12124\";s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";s:10:\"1572847096\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"531\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";s:4:\"9879\";s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";s:10:\"1547838416\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"542\";s:11:\"trend_index\";s:3:\"485\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:444;a:14:{s:2:\"id\";s:5:\"12116\";s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";s:10:\"1572847105\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"541\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:445;a:14:{s:2:\"id\";s:5:\"12091\";s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";s:10:\"1572847113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:3:\"513\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:446;a:14:{s:2:\"id\";s:5:\"12080\";s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";s:10:\"1572847120\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:3:\"577\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:447;a:14:{s:2:\"id\";s:5:\"10297\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056099\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"496\";s:11:\"trend_index\";s:3:\"580\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:448;a:14:{s:2:\"id\";s:5:\"12044\";s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";s:10:\"1572847130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"529\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:449;a:14:{s:2:\"id\";s:5:\"10393\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";s:10:\"1548056682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"552\";s:11:\"trend_index\";s:3:\"608\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:450;a:14:{s:2:\"id\";s:5:\"11545\";s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392943\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"375\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:451;a:14:{s:2:\"id\";s:5:\"11478\";s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:3:\"476\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:452;a:14:{s:2:\"id\";s:5:\"10579\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967887\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"572\";s:11:\"trend_index\";s:3:\"562\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:453;a:14:{s:2:\"id\";s:5:\"11572\";s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392934\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"536\";s:11:\"trend_index\";s:3:\"391\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:454;a:14:{s:2:\"id\";s:5:\"11506\";s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392930\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:3:\"527\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:455;a:14:{s:2:\"id\";s:5:\"11536\";s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:3:\"547\";s:11:\"trend_index\";s:3:\"400\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";s:5:\"11563\";s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392923\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"530\";s:11:\"trend_index\";s:3:\"430\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";s:5:\"11528\";s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"505\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:459;a:14:{s:2:\"id\";s:5:\"10180\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";s:10:\"1548045309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"555\";s:11:\"trend_index\";s:3:\"564\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:460;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:462;a:14:{s:2:\"id\";s:4:\"9731\";s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";s:10:\"1547976166\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"515\";s:11:\"trend_index\";s:3:\"579\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:463;a:14:{s:2:\"id\";s:4:\"9373\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";s:10:\"1542811219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:465;a:14:{s:2:\"id\";s:5:\"11948\";s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";s:10:\"1572153978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:466;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:469;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:470;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site &#8211; Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";s:5:\"10005\";s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";s:10:\"1547844909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"599\";s:11:\"trend_index\";s:3:\"600\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:473;a:14:{s:2:\"id\";s:5:\"10424\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";s:10:\"1547961866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"525\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:474;a:14:{s:2:\"id\";s:5:\"11966\";s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";s:10:\"1572154274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"564\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:475;a:14:{s:2:\"id\";s:4:\"9975\";s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";s:10:\"1547842284\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"619\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:476;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:477;a:14:{s:2:\"id\";s:5:\"10067\";s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547848075\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"494\";s:11:\"trend_index\";s:3:\"469\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:478;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";s:4:\"9425\";s:5:\"title\";s:38:\"Black Friday &#8211;  80&#8217;s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";s:10:\"1542901234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"489\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:480;a:14:{s:2:\"id\";s:5:\"10329\";s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";s:10:\"1547893478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"622\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:5:\"11973\";s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";s:10:\"1572154523\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"549\";s:11:\"trend_index\";s:3:\"508\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";s:4:\"9650\";s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";s:10:\"1547007598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"612\";s:11:\"trend_index\";s:3:\"575\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";s:5:\"10200\";s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1548055635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"579\";s:11:\"trend_index\";s:3:\"596\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:484;a:14:{s:2:\"id\";s:5:\"10287\";s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547994301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"504\";s:11:\"trend_index\";s:3:\"490\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";s:4:\"9889\";s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";s:10:\"1547838722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:3:\"600\";s:11:\"trend_index\";s:3:\"577\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:486;a:14:{s:2:\"id\";s:5:\"10077\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";s:10:\"1547848197\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"459\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";s:5:\"10362\";s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";s:10:\"1548056253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"524\";s:11:\"trend_index\";s:3:\"532\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";s:5:\"11981\";s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";s:10:\"1572155125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"540\";s:11:\"trend_index\";s:3:\"474\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";s:5:\"10454\";s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";s:10:\"1548056896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"615\";s:11:\"trend_index\";s:3:\"599\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";s:4:\"9803\";s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547831298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"556\";s:11:\"trend_index\";s:3:\"561\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";s:5:\"10611\";s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";s:10:\"1547968868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"617\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"74\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:493;a:14:{s:2:\"id\";s:5:\"10508\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"570\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:495;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:496;a:14:{s:2:\"id\";s:4:\"9934\";s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547841787\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"544\";s:11:\"trend_index\";s:3:\"591\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage &#8211; Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:2:\"77\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:498;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:499;a:14:{s:2:\"id\";s:4:\"9709\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547023834\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"582\";s:11:\"trend_index\";s:3:\"567\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";s:4:\"9671\";s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"533\";s:11:\"trend_index\";s:3:\"586\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";s:5:\"10234\";s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548055049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"611\";s:11:\"trend_index\";s:3:\"570\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"81\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:505;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"82\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"419\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:506;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:507;a:14:{s:2:\"id\";s:4:\"9869\";s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";s:10:\"1547837269\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"610\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";s:5:\"10539\";s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548056994\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"578\";s:11:\"trend_index\";s:3:\"512\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:510;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"85\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:511;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"86\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"488\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:513;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:3:\"382\";s:11:\"trend_index\";s:3:\"466\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:514;a:14:{s:2:\"id\";s:5:\"10147\";s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";s:10:\"1548055522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"613\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";s:4:\"9923\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";s:10:\"1547841537\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"553\";s:11:\"trend_index\";s:3:\"576\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:518;a:14:{s:2:\"id\";s:5:\"10117\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";s:10:\"1548066998\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"576\";s:11:\"trend_index\";s:3:\"592\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About &#8211; Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"427\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"571\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:521;a:14:{s:2:\"id\";s:4:\"9826\";s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";s:10:\"1547835513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"589\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:523;a:14:{s:2:\"id\";s:5:\"10478\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"491\";s:11:\"trend_index\";s:3:\"406\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:524;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About &#8211; Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:525;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:526;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About &#8211; Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:527;a:14:{s:2:\"id\";s:5:\"10685\";s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";s:10:\"1547974729\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"548\";s:11:\"trend_index\";s:3:\"560\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:528;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About &#8211; Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:529;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:530;a:14:{s:2:\"id\";s:4:\"9985\";s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";s:10:\"1547844661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"605\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:531;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"528\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"392\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:533;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"431\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:536;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"543\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"501\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";s:4:\"9559\";s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1546946547\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"482\";s:11:\"trend_index\";s:3:\"536\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:539;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:3:\"386\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:540;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"404\";s:11:\"trend_index\";s:3:\"482\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";s:4:\"9752\";s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";s:10:\"1547823982\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"584\";s:11:\"trend_index\";s:3:\"607\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:542;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"454\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:3:\"372\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:545;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"537\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";s:5:\"10169\";s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";s:10:\"1547852334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:547;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"436\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"477\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:549;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:3:\"499\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";s:4:\"9680\";s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"588\";s:11:\"trend_index\";s:3:\"604\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:552;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:3:\"476\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";s:4:\"9783\";s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547831059\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"465\";s:11:\"trend_index\";s:3:\"380\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:555;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:557;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:3:\"393\";s:11:\"trend_index\";s:3:\"519\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:3:\"374\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:559;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"422\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:560;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:563;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"416\";s:11:\"trend_index\";s:3:\"398\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:565;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:3:\"385\";s:11:\"trend_index\";s:3:\"396\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:3:\"430\";s:11:\"trend_index\";s:3:\"478\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:567;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"462\";s:11:\"trend_index\";s:3:\"538\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:568;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:3:\"499\";s:11:\"trend_index\";s:3:\"547\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"474\";s:11:\"trend_index\";s:3:\"509\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:570;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:572;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:573;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:574;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact &#8211; Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:576;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"140\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"141\";s:16:\"popularity_index\";s:3:\"466\";s:11:\"trend_index\";s:3:\"525\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:579;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"142\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:580;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"143\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"144\";s:16:\"popularity_index\";s:3:\"399\";s:11:\"trend_index\";s:3:\"464\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:582;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"145\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"486\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:583;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"146\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"450\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"147\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"472\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"148\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"413\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:586;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:3:\"149\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:3:\"150\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:588;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:3:\"151\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"152\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"153\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:591;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"154\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:592;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"155\";s:16:\"popularity_index\";s:3:\"387\";s:11:\"trend_index\";s:3:\"402\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"156\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:594;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"157\";s:16:\"popularity_index\";s:3:\"397\";s:11:\"trend_index\";s:3:\"491\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:595;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"158\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"159\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"160\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"161\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"385\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:599;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"162\";s:16:\"popularity_index\";s:3:\"381\";s:11:\"trend_index\";s:3:\"412\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"163\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:601;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site &#8211; Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"164\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:602;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site &#8211; Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"165\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"440\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"166\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site &#8211; Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"167\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"446\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"168\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"169\";s:16:\"popularity_index\";s:3:\"374\";s:11:\"trend_index\";s:3:\"395\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:607;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"170\";s:16:\"popularity_index\";s:3:\"458\";s:11:\"trend_index\";s:3:\"443\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect &#8211; About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"171\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"172\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:610;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"173\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:611;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"174\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"175\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"388\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"176\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"437\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:614;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"177\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"368\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"178\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"179\";s:16:\"popularity_index\";s:3:\"503\";s:11:\"trend_index\";s:3:\"500\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday &#8211; Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"180\";s:16:\"popularity_index\";s:3:\"443\";s:11:\"trend_index\";s:3:\"549\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"181\";s:16:\"popularity_index\";s:3:\"409\";s:11:\"trend_index\";s:3:\"459\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"182\";s:16:\"popularity_index\";s:3:\"410\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"183\";s:16:\"popularity_index\";s:3:\"394\";s:11:\"trend_index\";s:3:\"462\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas &#8211; Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"184\";s:16:\"popularity_index\";s:3:\"428\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas &#8211; Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"185\";s:16:\"popularity_index\";s:3:\"425\";s:11:\"trend_index\";s:3:\"465\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas &#8211; Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"186\";s:16:\"popularity_index\";s:3:\"415\";s:11:\"trend_index\";s:3:\"418\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas &#8211; Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"187\";s:16:\"popularity_index\";s:3:\"377\";s:11:\"trend_index\";s:3:\"495\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:625;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas &#8211; Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"188\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"531\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas &#8211; Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"189\";s:16:\"popularity_index\";s:3:\"384\";s:11:\"trend_index\";s:3:\"404\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"190\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(70742,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:60:\"Elementor Talks #56: Breaking the Rules of Content Marketing\";s:7:\"excerpt\";s:215:\"Jay Acunzo, a keynote speaker and podcaster, talks about the crucial skills we will be needing in the future, lists 3 Steps to Making Better Decisions, and explains how to translate his approach to everyday life.​\";s:7:\"created\";s:10:\"1577361794\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:121:\"https://elementor.com/blog/podcast-56-jay-acunzo/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:21:\"Showcase Madness 2019\";s:7:\"excerpt\";s:126:\"Welcome to our first annual showcase, where we selected the ten best Elementor sites of the year out of 120 superb contenders!\";s:7:\"created\";s:10:\"1577188998\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:125:\"https://elementor.com/blog/elementor-best-sites-2019/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:45:\"3 Reasons to Choose Theme Builder Over Themes\";s:7:\"excerpt\";s:136:\"This week we customize website elements and take our designs beyond the limitations of themes and into the future of WordPress websites.\";s:7:\"created\";s:10:\"1577088110\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:121:\"https://elementor.com/blog/why-use-theme-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:33:\"Meet the Table of Contents Widget\";s:7:\"excerpt\";s:155:\"Elementor Pro 2.8 brings you an important tool to help improve your site’s user experience, accessibility, and SEO. Meet the Table of Contents widget.​\";s:7:\"created\";s:10:\"1576684235\";s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:129:\"https://elementor.com/blog/introducing-table-of-contents/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:33:\"Top 12 Web Design Trends for 2020\";s:7:\"excerpt\";s:137:\"In anticipation for 2020, it’s time to make an educated guess on the trends that will dominate the web design world over the next year.\";s:7:\"created\";s:10:\"1576491928\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/web-design-trends-2020/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(70813,'elementor_page_title_selector','.sr_it-singlepost-title, .page-title.rellax','yes'),(72478,'elementor_stretched_section_container','body','yes'),(74323,'_elementor_scheme_last_updated','1545238792','yes'),(76811,'elementor_tracker_notice','1','yes'),(77710,'woocommerce_thumbnail_cropping','custom','yes'),(77717,'woocommerce_db_version','3.5.1','yes'),(77779,'jabd_version','1.2.3','yes'),(78184,'_iron_music_podcast_player_options','a:12:{s:17:\"podcast_slug_name\";s:7:\"podcast\";s:21:\"podcastshow_slug_name\";s:4:\"show\";s:18:\"podcast_label_date\";b:0;s:22:\"podcast_label_category\";b:0;s:22:\"podcast_label_duration\";b:0;s:24:\"podcast_player_typograpy\";a:5:{s:4:\"font\";s:5:\"Karla\";s:13:\"font_readable\";s:0:\"\";s:6:\"weight\";s:3:\"400\";s:4:\"size\";s:4:\"16px\";s:5:\"color\";s:15:\"rgb(43, 43, 43)\";}s:36:\"podcast_player_background_color_from\";s:12:\"rgb(0, 0, 0)\";s:34:\"podcast_player_background_color_to\";s:12:\"rgb(0, 0, 0)\";s:27:\"podcast_player_button_color\";s:12:\"rgb(0, 0, 0)\";s:25:\"podcast_player_icon_color\";s:18:\"rgb(127, 127, 127)\";s:29:\"podcast_player_timeline_color\";s:15:\"rgb(31, 31, 31)\";s:29:\"podcast_player_progress_color\";s:17:\"rgb(13, 237, 180)\";}','yes'),(78190,'_iron_music_podcast_feed_options','a:24:{s:20:\"srpodcast_data_title\";s:0:\"\";s:23:\"srpodcast_data_subtitle\";s:42:\"Just another Sonaar - Live demos Site site\";s:26:\"srpodcast_data_description\";s:43:\"Just another Sonaar - Live demos Sites site\";s:21:\"srpodcast_data_author\";s:17:\"Apex by Sonaar.io\";s:20:\"srpodcast_data_image\";s:0:\"\";s:25:\"srpodcast_data_owner_name\";s:17:\"Apex by Sonaar.io\";s:26:\"srpodcast_data_owner_email\";s:26:\"support@motionindesign.com\";s:23:\"srpodcast_data_language\";s:5:\"en-US\";s:24:\"srpodcast_data_copyright\";s:25:\"© 2018 Apex by Sonaar.io\";s:23:\"srpodcast_data_category\";s:0:\"\";s:26:\"srpodcast_data_subcategory\";s:0:\"\";s:24:\"srpodcast_data_category2\";s:0:\"\";s:27:\"srpodcast_data_subcategory2\";s:0:\"\";s:24:\"srpodcast_data_category3\";s:0:\"\";s:27:\"srpodcast_data_subcategory3\";s:0:\"\";s:18:\"srpodcast_explicit\";b:0;s:18:\"srpodcast_complete\";b:0;s:23:\"srpodcast_consume_order\";s:8:\"episodic\";s:23:\"srpodcast_redirect_feed\";b:0;s:22:\"srpodcast_new_feed_url\";s:0:\"\";s:20:\"srpodcast_itunes_url\";s:0:\"\";s:22:\"srpodcast_stitcher_url\";s:0:\"\";s:25:\"srpodcast_google_play_url\";s:0:\"\";s:23:\"srpodcast_hiderssbutton\";b:0;}','yes'),(78196,'_iron_music_discography_options','a:1:{s:21:\"discography_slug_name\";s:6:\"albums\";}','yes'),(81759,'essgrid_servers','a:7:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:16:\"themepunch.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}','yes'),(81760,'essgrid_server_refresh','1576813354','yes'),(81761,'tp_eg-templates-check','1577571585','yes'),(81762,'tp_eg-templates-new','','no'),(81763,'tp_eg-templates','a:1:{s:5:\"grids\";a:53:{i:0;a:16:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:12:\"Vimeo Player\";s:5:\"alias\";s:11:\"vimeostream\";s:3:\"zip\";s:15:\"vimeostream.zip\";s:3:\"uid\";s:32:\"088c7c0f8a0862bbe2dab1dd16601a3e\";s:3:\"img\";s:13:\"ess_vimeo.jpg\";s:7:\"preview\";s:87:\"https://essential.themepunch.com/template_library/minimal-vimeo-playlist-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when you<br> \r\napply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 09:59:52\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:16:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:12:\"flickrstream\";s:3:\"zip\";s:16:\"flickrstream.zip\";s:3:\"uid\";s:32:\"edfd9652b92d5783d74fefc3247632d0\";s:3:\"img\";s:14:\"ess_flickr.jpg\";s:7:\"preview\";s:85:\"https://essential.themepunch.com/template_library/flickr-photo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:132:\"You will need to insert a Flickr API key<br>\r\n in the \"Source Tab\", also please clear <br>\r\nthe stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 09:59:40\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:16:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:17:\"Instagram Minimal\";s:5:\"alias\";s:15:\"instagramstream\";s:3:\"zip\";s:19:\"instagramstream.zip\";s:3:\"uid\";s:32:\"73061fa3b75c5afaf4846cdf95add10c\";s:3:\"img\";s:13:\"ess_insta.jpg\";s:7:\"preview\";s:90:\"https://essential.themepunch.com/template_library/minimal-instagram-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 09:59:06\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:16:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:12:\"YouTube Grid\";s:5:\"alias\";s:13:\"youtubestream\";s:3:\"zip\";s:17:\"youtubestream.zip\";s:3:\"uid\";s:32:\"df776948dd7ca1cb88ba59a4e638f20e\";s:3:\"img\";s:15:\"ess_youtube.jpg\";s:7:\"preview\";s:95:\"https://essential.themepunch.com/template_library/youtube-playlist-video-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:69:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Pagination<br>Sorting</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"0\";s:4:\"date\";s:19:\"2018-11-14 09:58:54\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:16:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:16:\"Twitter Overview\";s:5:\"alias\";s:13:\"twitterstream\";s:3:\"zip\";s:17:\"twitterstream.zip\";s:3:\"uid\";s:32:\"a38d8298c59f31831c516ce8429026cf\";s:3:\"img\";s:15:\"ess_twitter.jpg\";s:7:\"preview\";s:74:\"https://essential.themepunch.com/template_library/twitter-stream-overview/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:60:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:135:\"You will need to insert Twitter credentials<br>\r\n in the \"Source Tab\", also please clear the stream<br>\r\n cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:8:\"loadmore\";i:2;s:7:\"masonry\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 09:59:24\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:16:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:13:\"Facebook Page\";s:5:\"alias\";s:14:\"facebookstream\";s:3:\"zip\";s:18:\"facebookstream.zip\";s:3:\"uid\";s:32:\"c346b49eb0dbfa897454160eccc55383\";s:3:\"img\";s:16:\"ess_facebook.jpg\";s:7:\"preview\";s:107:\"https://essential.themepunch.com/template_library/facebook-fanpage-content-and-album-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:60:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:138:\"You will need to register a Facebook app before.<br>\r\nAlso please clear the stream cache when you<br>\r\napply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:8:\"loadmore\";i:2;s:7:\"masonry\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 09:58:42\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:16:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:5:\"Jason\";s:5:\"alias\";s:4:\"woo2\";s:3:\"zip\";s:8:\"woo2.zip\";s:3:\"uid\";s:32:\"e4f9657a98fc6cc7a3a7136b5c7b2015\";s:3:\"img\";s:9:\"jason.jpg\";s:7:\"preview\";s:84:\"https://essential.themepunch.com/template_library/jason-woocommerce-product-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">Boxed 3 Row<br/>WooCommerce Shop<br>Shopping Cart<br/>Filtering</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:10:\"pagination\";i:2;s:7:\"sorting\";i:3;s:11:\"woocommerce\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:02:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:16:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:6:\"Arthur\";s:5:\"alias\";s:4:\"woo1\";s:3:\"zip\";s:8:\"woo1.zip\";s:3:\"uid\";s:32:\"59bfe81828b2ddcc89b9e3968760e9d1\";s:3:\"img\";s:10:\"arthur.jpg\";s:7:\"preview\";s:85:\"https://essential.themepunch.com/template_library/arthur-woocommerce-product-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:92:\"<div class=\"hcap\">Full-Width 5 Row<br/>WooCommerce Shop<br>Shopping Cart<br/>Filtering</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:11:\"woocommerce\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:02:21\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:16:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:6:\"Hoover\";s:5:\"alias\";s:19:\"masonry_grid_hoover\";s:3:\"zip\";s:23:\"masonry_grid_hoover.zip\";s:3:\"uid\";s:32:\"d97c537e349e9f1c91dff285f8df60c5\";s:3:\"img\";s:10:\"hoover.jpg\";s:7:\"preview\";s:93:\"https://essential.themepunch.com/template_library/hoover-masonry-wordpress-post-gallery-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:93:\"<div class=\"hcap\">Masonry Grid<br/>Video Entries<br/>B&W Effect<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:02:27\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:16:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:6:\"Lyndon\";s:5:\"alias\";s:12:\"clients_grid\";s:3:\"zip\";s:16:\"clients_grid.zip\";s:3:\"uid\";s:32:\"2cdd4fc78978e87d7aa0502ba3b686e5\";s:3:\"img\";s:10:\"lyndon.jpg\";s:7:\"preview\";s:98:\"https://essential.themepunch.com/template_library/lyndon-modern-client-logo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">2 Row Scroller<br/>Icons via Meta<br/>B&W Effect<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:4:\"even\";i:2;s:9:\"fullwidth\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:02:32\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:16:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:7:\"Phillie\";s:5:\"alias\";s:14:\"clients_grid_3\";s:3:\"zip\";s:18:\"clients_grid_3.zip\";s:3:\"uid\";s:32:\"5610d9625b702520c344168cfa70579c\";s:3:\"img\";s:11:\"phillie.jpg\";s:7:\"preview\";s:98:\"https://essential.themepunch.com/template_library/phillie-clients-logo-grid-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:94:\"<div class=\"hcap\">Clean Design<br/>Icons via Meta<br/>Tooltip Style Hover<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:2:{i:0;s:7:\"clients\";i:1;s:4:\"even\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:02:37\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:16:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:8:\"McKinley\";s:5:\"alias\";s:19:\"media_blog_mckinley\";s:3:\"zip\";s:23:\"media_blog_mckinley.zip\";s:3:\"uid\";s:32:\"a430af281c10753e067a38d1641c8d7b\";s:3:\"img\";s:12:\"mckinley.jpg\";s:7:\"preview\";s:93:\"https://essential.themepunch.com/template_library/multimedia-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:100:\"<div class=\"hcap\">Masonry Grid<br/>Video Entries<br/>Directional Hover<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:21\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:16:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:4:\"Taft\";s:5:\"alias\";s:21:\"media_grid_howardtaft\";s:3:\"zip\";s:25:\"media_grid_howardtaft.zip\";s:3:\"uid\";s:32:\"eebc5585762fe9889ceff28fae22137d\";s:3:\"img\";s:8:\"taft.jpg\";s:7:\"preview\";s:83:\"https://essential.themepunch.com/template_library/multimedia-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">3 x 3 Grid<br/>Video Entries<br>Directional Hover<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:8:\"loadmore\";i:2;s:12:\"nonavigation\";i:3;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:29\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:16:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:7:\"Wilbert\";s:5:\"alias\";s:14:\"clients_grid_2\";s:3:\"zip\";s:18:\"clients_grid_2.zip\";s:3:\"uid\";s:32:\"f27f88f41b38547d344e6cf993951862\";s:3:\"img\";s:11:\"wilbert.jpg\";s:7:\"preview\";s:96:\"https://essential.themepunch.com/template_library/wilbert-client-and-logo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">4 x 3 Grid<br/>Icons via Meta<br/>B&W Effect<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:4:\"even\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:33\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:16:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:9:\"Roosevelt\";s:5:\"alias\";s:19:\"even_grid_roosevelt\";s:3:\"zip\";s:23:\"even_grid_roosevelt.zip\";s:3:\"uid\";s:32:\"5a8c19d4149497e2b6ba24a367ef008f\";s:3:\"img\";s:13:\"roosevelt.jpg\";s:7:\"preview\";s:96:\"https://essential.themepunch.com/template_library/roosevelt-hover-detail-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:92:\"<div class=\"hcap\">Full-Screen Grid<br/>Push Up Media Hover<br/>Left & Right Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:10:\"fullscreen\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:38\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:16:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:6:\"Quincy\";s:5:\"alias\";s:16:\"even_grid_quincy\";s:3:\"zip\";s:20:\"even_grid_quincy.zip\";s:3:\"uid\";s:32:\"7a6e7bbd01c5d558748c8c2c7b6373b9\";s:3:\"img\";s:10:\"quincy.jpg\";s:7:\"preview\";s:91:\"https://essential.themepunch.com/template_library/quincy-zoom-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:129:\"<div class=\"hcap\">Single / Double Row<br/>Slider Style<br/>Link & Lightbox Icons<br/>Left & Right Nav Arrows<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:42\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:16:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:17:\"Price Tables Ford\";s:5:\"alias\";s:17:\"price_tables_ford\";s:3:\"zip\";s:21:\"price_tables_ford.zip\";s:3:\"uid\";s:32:\"1ebd3eab67b822e45ad9648b9701ce01\";s:3:\"img\";s:8:\"ford.jpg\";s:7:\"preview\";s:82:\"https://essential.themepunch.com/template_library/ford-price-tables-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:82:\"<div class=\"hcap\">Traditional Price Tables<br/>Icons on Hover<br/>Pagination</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:11:\"pricetables\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:23:54\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:16:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:18:\"Price Tables Nixon\";s:5:\"alias\";s:16:\"price_tables_two\";s:3:\"zip\";s:20:\"price_tables_two.zip\";s:3:\"uid\";s:32:\"a45c055632139fadbc92232031fcd3d5\";s:3:\"img\";s:9:\"nixon.jpg\";s:7:\"preview\";s:95:\"https://essential.themepunch.com/template_library/nixon-woocommerce-price-tables-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:84:\"<div class=\"hcap\">Price Table Scroller<br/>Show Image Hover<br/>Stacked Tables</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:3:{i:0;s:7:\"masonry\";i:1;s:12:\"nonavigation\";i:2;s:11:\"pricetables\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:23:48\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:16:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:18:\"Price Tables Grant\";s:5:\"alias\";s:16:\"price_tables_one\";s:3:\"zip\";s:20:\"price_tables_one.zip\";s:3:\"uid\";s:32:\"19be80fd1a58cbb3714ee76453b11771\";s:3:\"img\";s:9:\"grant.jpg\";s:7:\"preview\";s:91:\"https://essential.themepunch.com/template_library/ulysses-woocommerce-product-price-tables/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:116:\"<div class=\"hcap\">Price Table Scroller<br/>Show Image Hover<br/>Left & Right Nav Arrows<br/>Boxed & Full Shown</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:11:\"pricetables\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:23:33\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:16:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:7:\"Johnson\";s:5:\"alias\";s:17:\"even_grid_johnson\";s:3:\"zip\";s:21:\"even_grid_johnson.zip\";s:3:\"uid\";s:32:\"bcc38fc15aa572544a076bbd38b867af\";s:3:\"img\";s:11:\"johnson.jpg\";s:7:\"preview\";s:89:\"https://essential.themepunch.com/template_library/johnson-minimal-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:96:\"<div class=\"hcap\">Full Width Grid<br/>Colored Hover<br/>3 Icons on Hover<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:47\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:16:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:9:\"Cleveland\";s:5:\"alias\";s:19:\"even_grid_cleveland\";s:3:\"zip\";s:23:\"even_grid_cleveland.zip\";s:3:\"uid\";s:32:\"fc12421ec2c8804996d8c766a7d7c01d\";s:3:\"img\";s:13:\"cleveland.jpg\";s:7:\"preview\";s:96:\"https://essential.themepunch.com/template_library/cleveland-hover-effect-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:102:\"<div class=\"hcap\">Full Width Grid<br/>Content on Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:52\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:16:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:4:\"Bush\";s:5:\"alias\";s:20:\"even_grid_georgebush\";s:3:\"zip\";s:24:\"even_grid_georgebush.zip\";s:3:\"uid\";s:32:\"ca6e67691019249b786a7ea5fa577a71\";s:3:\"img\";s:8:\"bush.jpg\";s:7:\"preview\";s:97:\"https://essential.themepunch.com/template_library/bush-fullwidth-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:88:\"<div class=\"hcap\">Full Width 2 Row<br/>Cover Grow Hover<br/>Filters<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:56\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:16:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:8:\"Harrison\";s:5:\"alias\";s:23:\"even_grid_henryharrison\";s:3:\"zip\";s:27:\"even_grid_henryharrison.zip\";s:3:\"uid\";s:32:\"be1e10b8bfc8ad490402e8b7605bc428\";s:3:\"img\";s:12:\"harrison.jpg\";s:7:\"preview\";s:89:\"https://essential.themepunch.com/template_library/harrison-bubbly-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:83:\"<div class=\"hcap\">Full Width 4 Row<br/>Special Effect Hover<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:01\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:16:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:8:\"VanBuren\";s:5:\"alias\";s:18:\"even_grid_vanburen\";s:3:\"zip\";s:22:\"even_grid_vanburen.zip\";s:3:\"uid\";s:32:\"c4633fba2e78794bcdef41c06d703c39\";s:3:\"img\";s:12:\"vanburen.jpg\";s:7:\"preview\";s:93:\"https://essential.themepunch.com/template_library/vanburen-dark-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:105:\"<div class=\"hcap\">Full Width 3 Row<br/>Dark Opacity Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:05\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:16:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:7:\"Jackson\";s:5:\"alias\";s:17:\"even_grid_jackson\";s:3:\"zip\";s:21:\"even_grid_jackson.zip\";s:3:\"uid\";s:32:\"b433ca06c9e23c037437944c64a2b4da\";s:3:\"img\";s:11:\"jackson.jpg\";s:7:\"preview\";s:89:\"https://essential.themepunch.com/template_library/jackson-stylish-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:117:\"<div class=\"hcap\">Full Width 1:1 Grid<br/>Clean White Hover<br/>Link & Lightbox Icons<br/>Filters<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:10\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:16:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:9:\"Jefferson\";s:5:\"alias\";s:19:\"even_grid_jefferson\";s:3:\"zip\";s:23:\"even_grid_jefferson.zip\";s:3:\"uid\";s:32:\"4aa970752344a63ca15558bd286efca9\";s:3:\"img\";s:13:\"jefferson.jpg\";s:7:\"preview\";s:85:\"https://essential.themepunch.com/template_library/variable-columns-flip-item-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:121:\"<div class=\"hcap\">Custom Row Grid<br/>Red Flip Hover<br/>Link & Lightbox Icons<br/>Filters & Sorting<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:7:{i:0;s:4:\"even\";i:1;s:14:\"filterdropdown\";i:2;s:9:\"filtering\";i:3;s:9:\"fullwidth\";i:4;s:10:\"pagination\";i:5;s:7:\"sorting\";i:6;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:16:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:8:\"Garfield\";s:5:\"alias\";s:21:\"masonry_grid_garfield\";s:3:\"zip\";s:25:\"masonry_grid_garfield.zip\";s:3:\"uid\";s:32:\"5f73bbe117ebfb9b68ff85ee32bf4578\";s:3:\"img\";s:12:\"garfield.jpg\";s:7:\"preview\";s:93:\"https://essential.themepunch.com/template_library/garfield-wordpress-news-post-magazine-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:113:\"<div class=\"hcap\">Masonry Blog Style<br/>Content on Top<br/>Dark Media Hover<br/>Load More<br/>Lazy Loading</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:20\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:16:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:6:\"Reagan\";s:5:\"alias\";s:26:\"masonry_grid_ronald_reagan\";s:3:\"zip\";s:30:\"masonry_grid_ronald_reagan.zip\";s:3:\"uid\";s:32:\"ae42d4e11ba5e393274edf5099a4a43f\";s:3:\"img\";s:10:\"raegan.jpg\";s:7:\"preview\";s:98:\"https://essential.themepunch.com/template_library/reagan-blog-post-overview-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:124:\"<div class=\"hcap\">Masonry Blog Style<br/>Static Caption<br/>Link Show Hover<br/>Filters & Sorting<br/>Scroll Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:7:{i:0;s:14:\"filterdropdown\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:8:\"loadmore\";i:4;s:7:\"masonry\";i:5;s:10:\"pagination\";i:6;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:25\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:16:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:6:\"Carter\";s:5:\"alias\";s:23:\"masonryblog_jimmycarter\";s:3:\"zip\";s:27:\"masonryblog_jimmycarter.zip\";s:3:\"uid\";s:32:\"4832dc2a147e574f20c537b958f2d9ae\";s:3:\"img\";s:10:\"carter.jpg\";s:7:\"preview\";s:88:\"https://essential.themepunch.com/template_library/carter-masonry-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:104:\"<div class=\"hcap\">Masonry Blog Style<br/>3D Effect Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"filtering\";i:1;s:9:\"fullwidth\";i:2;s:7:\"masonry\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:31\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:16:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:6:\"Monroe\";s:5:\"alias\";s:16:\"even_grid_monroe\";s:3:\"zip\";s:20:\"even_grid_monroe.zip\";s:3:\"uid\";s:32:\"2399e4ae114ede833e881a78566050e8\";s:3:\"img\";s:10:\"monroe.jpg\";s:7:\"preview\";s:89:\"https://essential.themepunch.com/template_library/monroe-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:95:\"<div class=\"hcap\">3x4 Grid<br/>Static Caption<br/>Button on Hover<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:39\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:16:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:7:\"Madison\";s:5:\"alias\";s:17:\"even_grid_madison\";s:3:\"zip\";s:21:\"even_grid_madison.zip\";s:3:\"uid\";s:32:\"0e0e929128e8f9047da8e95ed37da4f6\";s:3:\"img\";s:11:\"madison.jpg\";s:7:\"preview\";s:98:\"https://essential.themepunch.com/template_library/madison-even-grid-wordpress-woocommerce-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">4x3 Grid<br/>Dark Flip Hovers<br/>Link & Lightbox Icons<br/>No Navigation</div>\";s:11:\"setup_notes\";s:67:\"Build for WooCommerce Products <br>\r\nbut any content type will fit.\";s:6:\"filter\";a:2:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-15 10:53:06\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:16:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:5:\"Adams\";s:5:\"alias\";s:15:\"even_grid_adams\";s:3:\"zip\";s:19:\"even_grid_adams.zip\";s:3:\"uid\";s:32:\"2b48888d484376485f80a175876907c6\";s:3:\"img\";s:9:\"adams.jpg\";s:7:\"preview\";s:98:\"https://essential.themepunch.com/template_library/adams-variable-fullwidth-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:119:\"<div class=\"hcap\">Custom Row Grid<br/>Green Hovers<br/>Link & Lightbox Icons<br/>Filters & Sorting<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:6:{i:0;s:4:\"even\";i:1;s:14:\"filterdropdown\";i:2;s:9:\"filtering\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";i:5;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:53\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:16:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:10:\"Washington\";s:5:\"alias\";s:20:\"even_grid_washington\";s:3:\"zip\";s:24:\"even_grid_washington.zip\";s:3:\"uid\";s:32:\"81fa93476a5e8ecd8efa146f54c2bd5d\";s:3:\"img\";s:14:\"washington.jpg\";s:7:\"preview\";s:101:\"https://essential.themepunch.com/template_library/washington-tranparent-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:119:\"<div class=\"hcap\">3x3 Grid<br/>Dark Opacity Hovers<br/>Link & Lightbox Icons<br/>Filters & Pagination<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:05:09\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:16:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:6:\"Mullen\";s:5:\"alias\";s:10:\"joe-mullen\";s:3:\"zip\";s:14:\"joe-mullen.zip\";s:3:\"uid\";s:32:\"904cc1afb3d66ab851b199f0dd647b7b\";s:3:\"img\";s:14:\"joe-mullen.jpg\";s:7:\"preview\";s:82:\"https://essential.themepunch.com/template_library/joe-mullen-custom-image-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:81:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:9:\"fullwidth\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:32:49\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:16:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:10:\"Jari Kurri\";s:5:\"alias\";s:10:\"jari-kurri\";s:3:\"zip\";s:14:\"jari-kurri.zip\";s:3:\"uid\";s:32:\"1c4b4785e797ad2222d1f7fecab79649\";s:3:\"img\";s:14:\"jari-kurri.jpg\";s:7:\"preview\";s:83:\"https://essential.themepunch.com/template_library/jari-kurri-photograher-portfolio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">Custom Row Grid<br/>Filter Hover<br/>Stylish<br/>flickr Source (variable)</div>\";s:11:\"setup_notes\";s:98:\"Template was built with flickr Source,<br/>\r\neither add flickr API key or<br/>\r\nchange source type\";s:6:\"filter\";a:3:{i:0;s:12:\"nonavigation\";i:1;s:7:\"streams\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:32:28\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:16:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Wayne Gretzky\";s:5:\"alias\";s:13:\"wayne-gretzky\";s:3:\"zip\";s:17:\"wayne-gretzky.zip\";s:3:\"uid\";s:32:\"c4c1a976fc6236fac530d21ef5b88a46\";s:3:\"img\";s:11:\"gretzky.jpg\";s:7:\"preview\";s:88:\"https://essential.themepunch.com/template_library/wayne-gretzky-custom-white-space-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:02\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:16:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:18:\"Viacheslav Fetisov\";s:5:\"alias\";s:18:\"viacheslav-fetisov\";s:3:\"zip\";s:11:\"fetisov.zip\";s:3:\"uid\";s:32:\"8c4bb3bc608390189df9aef958e88ff3\";s:3:\"img\";s:11:\"fetisov.jpg\";s:7:\"preview\";s:87:\"https://essential.themepunch.com/template_library/viacheslav-fetisov-behance-portfolio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Portfolio</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a Behance API key<br>\r\n in the \"Source Tab\", also please clear <br>\r\nthe stream cache when you apply changes.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:11\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:16:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:14:\"Dark Portfolio\";s:5:\"alias\";s:14:\"portfolio-dark\";s:3:\"zip\";s:18:\"dark-portfolio.zip\";s:3:\"uid\";s:32:\"8ef34fed7cda3055b56f18510439f363\";s:3:\"img\";s:18:\"dark_portfolio.jpg\";s:7:\"preview\";s:76:\"https://essential.themepunch.com/template_library/dark-portfolio-photo-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:74:\"<div class=\"hcap\">Custom Row Grid<br/>Red Hovers<br/>Read More Badge</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"masonry\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:34:49\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:16:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:10:\"My YouTube\";s:5:\"alias\";s:10:\"my-youtube\";s:3:\"zip\";s:14:\"my-youtube.zip\";s:3:\"uid\";s:32:\"7f118ae4b11b24445fe533cc96763e94\";s:3:\"img\";s:14:\"my_youtube.jpg\";s:7:\"preview\";s:70:\"https://essential.themepunch.com/template_library/my-youtube-playlist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:6:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:7:\"streams\";i:4;s:15:\"variablecolumns\";i:5;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:34:38\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:16:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:12:\"My YouTube 2\";s:5:\"alias\";s:12:\"my-youtube-2\";s:3:\"zip\";s:16:\"my-youtube-2.zip\";s:3:\"uid\";s:32:\"bd4ce42cbad845ee3f6d295f14224a00\";s:3:\"img\";s:16:\"my_youtube_2.jpg\";s:7:\"preview\";s:70:\"https://essential.themepunch.com/template_library/my-youtube-2-player/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:8:\"loadmore\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";i:3;s:15:\"variablecolumns\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 13:51:00\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:16:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:8:\"My Vimeo\";s:5:\"alias\";s:8:\"my-vimeo\";s:3:\"zip\";s:12:\"my-vimeo.zip\";s:3:\"uid\";s:32:\"d0235dd2ccce6602197882e423d32b88\";s:3:\"img\";s:12:\"my_vimeo.jpg\";s:7:\"preview\";s:68:\"https://essential.themepunch.com/template_library/my-vimeo-playlist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:59:\"Please clear the stream cache<br> \r\nwhen you apply changes.\";s:6:\"filter\";a:4:{i:0;s:8:\"loadmore\";i:1;s:7:\"streams\";i:2;s:15:\"variablecolumns\";i:3;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:34:25\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:16:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:12:\"My Instagram\";s:5:\"alias\";s:12:\"my-instagram\";s:3:\"zip\";s:16:\"my-instagram.zip\";s:3:\"uid\";s:32:\"58ced5a252fa1998a8cdb95ee2cd01d8\";s:3:\"img\";s:16:\"my-instagram.jpg\";s:7:\"preview\";s:72:\"https://essential.themepunch.com/template_library/instagram-grid-photos/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:76:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Pagination<br>Shape hover</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:4:{i:0;s:7:\"masonry\";i:1;s:10:\"pagination\";i:2;s:7:\"streams\";i:3;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:34:16\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:16:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:14:\"My Instagram 2\";s:5:\"alias\";s:14:\"my-instagram-2\";s:3:\"zip\";s:18:\"my-instagram-2.zip\";s:3:\"uid\";s:32:\"f5094a245731501bc553295ee5582a04\";s:3:\"img\";s:18:\"my-instagram-2.jpg\";s:7:\"preview\";s:79:\"https://essential.themepunch.com/template_library/my-instagram-2-funky-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Pagination<br>Shape animation hover</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:7:\"masonry\";i:1;s:10:\"pagination\";i:2;s:7:\"streams\";i:3;s:15:\"variablecolumns\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:34:07\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:16:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:16:\"My Handmade Blog\";s:5:\"alias\";s:16:\"my-handmade-blog\";s:3:\"zip\";s:15:\"my-handmade.zip\";s:3:\"uid\";s:32:\"162fa8de74410bb015f86cb4a7e7ef6c\";s:3:\"img\";s:15:\"my-handmade.jpg\";s:7:\"preview\";s:81:\"https://essential.themepunch.com/template_library/my-handmade-blog-post-overview/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:88:\"<div class=\"hcap\">Custom Row Grid<br/>Dark Hover<br/>Social Button<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:2:{i:0;s:12:\"nonavigation\";i:1;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:58\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:16:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:15:\"Furniture Store\";s:5:\"alias\";s:15:\"furniture-store\";s:3:\"zip\";s:28:\"furniture_store_complete.zip\";s:3:\"uid\";s:32:\"6a1d870475b15c3fbdad65edbcadd56a\";s:3:\"img\";s:19:\"furniture-store.jpg\";s:7:\"preview\";s:87:\"https://essential.themepunch.com/template_library/furniture-shop-lightbox-grid-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:85:\"<div class=\"hcap\">Custom Row Grid<br/>Lightbox for Detail Grids<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:103:\"5MB Download File<br>\r\nImports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:2:{i:0;s:7:\"masonry\";i:1;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-09-17 13:52:37\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:16:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:12:\"Denis Savard\";s:5:\"alias\";s:12:\"denis-savard\";s:3:\"zip\";s:16:\"denis-savard.zip\";s:3:\"uid\";s:32:\"9ce04544808c29a3b251f92954c4cfb3\";s:3:\"img\";s:16:\"denis-savard.jpg\";s:7:\"preview\";s:76:\"https://essential.themepunch.com/template_library/denis-savard-logo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:81:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:47\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:16:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:14:\"Dale Hawerchuk\";s:5:\"alias\";s:14:\"Dale Hawerchuk\";s:3:\"zip\";s:18:\"dale-hawerchuk.zip\";s:3:\"uid\";s:32:\"4c0bccc86e570cb89b6fc6a3b480acc3\";s:3:\"img\";s:18:\"dale-hawerchuk.jpg\";s:7:\"preview\";s:80:\"https://essential.themepunch.com/template_library/dale-hawerchuk-flickr-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:89:\"<div class=\"hcap\">Even Grid<br/>Dark Hover<br/>Stylish<br/>flickr Source (variable)</div>\";s:11:\"setup_notes\";s:98:\"Template was built with flickr Source,<br/>\r\neither add flickr API key or<br/>\r\nchange source type\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:39\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:16:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:14:\"Bernie Federko\";s:5:\"alias\";s:14:\"bernie-federko\";s:3:\"zip\";s:18:\"bernie-federko.zip\";s:3:\"uid\";s:32:\"f61204a7be405bc1f8f801fe346d0c13\";s:3:\"img\";s:17:\"berni-federko.jpg\";s:7:\"preview\";s:83:\"https://essential.themepunch.com/template_library/bernie-federko-portfolio-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:101:\"<div class=\"hcap\">Custom Row Grid<br/>Tooltip Hover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:7:\"clients\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:31\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:16:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:16:\"Bernie Federko 2\";s:5:\"alias\";s:16:\"bernie-federko-2\";s:3:\"zip\";s:20:\"bernie-federko-2.zip\";s:3:\"uid\";s:32:\"8646eefad5b1446954e16e7c0aa1e087\";s:3:\"img\";s:20:\"bernie-federko-2.jpg\";s:7:\"preview\";s:85:\"https://essential.themepunch.com/template_library/bernie-federko-2-portfolio-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:99:\"<div class=\"hcap\">Custom Row Grid<br/>Funky Hover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:7:\"clients\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:23\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:16:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:6:\"Wilson\";s:5:\"alias\";s:13:\"woodrowwilson\";s:3:\"zip\";s:17:\"woodrowwilson.zip\";s:3:\"uid\";s:32:\"39d28845e10f32a759a27cdacba84693\";s:3:\"img\";s:10:\"wilson.jpg\";s:7:\"preview\";s:94:\"https://essential.themepunch.com/template_library/wilson-stylish-light-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:78:\"<div class=\"hcap\">Variable Columns<br/>Clean Hover<br/>Filter/Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-15 10:51:38\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:16:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:12:\"Honus Wagner\";s:5:\"alias\";s:12:\"honus_wagner\";s:3:\"zip\";s:16:\"honus_wagner.zip\";s:3:\"uid\";s:32:\"460d8adc56999b662544efc5eef707b5\";s:3:\"img\";s:16:\"honus_wagner.jpg\";s:7:\"preview\";s:95:\"https://essential.themepunch.com/template_library/honus-wagner-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Masonry Blog Style<br/>Minimal Hover<br/>Filters<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:9:\"newupdate\";i:3;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 16:08:50\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:16:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:9:\"Babe Ruth\";s:5:\"alias\";s:9:\"babe_ruth\";s:3:\"zip\";s:13:\"babe_ruth.zip\";s:3:\"uid\";s:32:\"83fb845082470890ca3d1096e1f971c4\";s:3:\"img\";s:13:\"babe_ruth.jpg\";s:7:\"preview\";s:92:\"https://essential.themepunch.com/template_library/babe-ruth-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Full Width 1:1 Grid<br/>Clean White Hover<br/>Grayscale Filter</div>\";s:11:\"setup_notes\";s:228:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:2:{i:0;s:4:\"even\";i:1;s:9:\"newupdate\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 16:22:49\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:16:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:19:\"Dark Post Blog Grid\";s:5:\"alias\";s:14:\"dark_post_grid\";s:3:\"zip\";s:18:\"dark_post_grid.zip\";s:3:\"uid\";s:32:\"a421dd24c6d1b485b87938a6a5309fe3\";s:3:\"img\";s:13:\"dark_post.jpg\";s:7:\"preview\";s:87:\"https://essential.themepunch.com/template_library/dark-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:72:\"<div class=\"hcap\">Even Grid<br/>Dark Hover<br/>Fancy<br/>Post Grid</div>\";s:11:\"setup_notes\";s:219:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nActivate Stroke Icons in Global Options or change icons.\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";i:3;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 16:14:59\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}}','no'),(82112,'duplicator_pro_plugin_version','3.7.9','yes'),(82819,'category_children','a:0:{}','yes'),(82820,'product_cat_children','a:0:{}','yes'),(82821,'video-category_children','a:0:{}','yes'),(82823,'podcast-category_children','a:0:{}','yes'),(82824,'podcastshow-category_children','a:0:{}','yes'),(82826,'events-category_children','a:0:{}','yes'),(84056,'woocommerce_thumbnail_cropping_custom_width','2','yes'),(85579,'wppk_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{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:10:\"copy_posts\";b:1;s:20:\"manage_admin_columns\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:10:\"copy_posts\";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'),(85580,'admin_email','cochisestudio@gmail.com','yes'),(85581,'cron','a:9:{i:1577687712;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:1577687754;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1577709310;a:3:{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:1577714400;a:1:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"wpforms_email_summaries_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1577752510;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1577752571;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:1577752572;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1577753430;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(85582,'mailserver_login','login@example.com','yes'),(85583,'mailserver_pass','password','yes'),(85584,'mailserver_port','110','yes'),(85585,'mailserver_url','mail.example.com','yes'),(85586,'recently_edited','','no'),(85587,'current_theme','Sonaar','yes'),(85588,'home','https://cactusmoonshinepublishing.com','yes'),(85589,'siteurl','https://cactusmoonshinepublishing.com','yes'),(85590,'date_format','F j, Y','yes'),(85591,'links_updated_date_format','F j, Y g:i a','yes'),(85592,'time_format','g:i a','yes'),(85593,'timezone_string','','yes'),(85594,'gmt_offset','0','yes'),(85595,'start_of_week','1','yes'),(85596,'rewrite_rules','a:302:{s:9:\"feed/(.+)\";s:26:\"index.php?feed=$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:9:\"albums/?$\";s:25:\"index.php?post_type=album\";s:39:\"albums/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=album&feed=$matches[1]\";s:34:\"albums/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=album&feed=$matches[1]\";s:26:\"albums/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=album&paged=$matches[1]\";s:9:\"artist/?$\";s:26:\"index.php?post_type=artist\";s:39:\"artist/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=artist&feed=$matches[1]\";s:34:\"artist/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=artist&feed=$matches[1]\";s:26:\"artist/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=artist&paged=$matches[1]\";s:10:\"podcast/?$\";s:27:\"index.php?post_type=podcast\";s:40:\"podcast/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=podcast&feed=$matches[1]\";s:35:\"podcast/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=podcast&feed=$matches[1]\";s:27:\"podcast/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=podcast&paged=$matches[1]\";s:7:\"show/?$\";s:31:\"index.php?post_type=podcastshow\";s:37:\"show/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=podcastshow&feed=$matches[1]\";s:32:\"show/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=podcastshow&feed=$matches[1]\";s:24:\"show/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=podcastshow&paged=$matches[1]\";s:8:\"event/?$\";s:25:\"index.php?post_type=event\";s:38:\"event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=event&feed=$matches[1]\";s:33:\"event/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=event&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=event&paged=$matches[1]\";s:9:\"videos/?$\";s:25:\"index.php?post_type=video\";s:39:\"videos/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=video&feed=$matches[1]\";s:34:\"videos/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=video&feed=$matches[1]\";s:26:\"videos/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=video&paged=$matches[1]\";s:8:\"block/?$\";s:25:\"index.php?post_type=block\";s:38:\"block/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=block&feed=$matches[1]\";s:33:\"block/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=block&feed=$matches[1]\";s:25:\"block/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=block&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"wpforms_log_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:52:\"wpforms_log_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:33:\"wpforms_log_type/([^/]+)/embed/?$\";s:49:\"index.php?wpforms_log_type=$matches[1]&embed=true\";s:45:\"wpforms_log_type/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wpforms_log_type=$matches[1]&paged=$matches[2]\";s:27:\"wpforms_log_type/([^/]+)/?$\";s:38:\"index.php?wpforms_log_type=$matches[1]\";s:44:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"amn_wpforms-lite/([^/]+)/embed/?$\";s:49:\"index.php?amn_wpforms-lite=$matches[1]&embed=true\";s:37:\"amn_wpforms-lite/([^/]+)/trackback/?$\";s:43:\"index.php?amn_wpforms-lite=$matches[1]&tb=1\";s:45:\"amn_wpforms-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&paged=$matches[2]\";s:52:\"amn_wpforms-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&cpage=$matches[2]\";s:41:\"amn_wpforms-lite/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?amn_wpforms-lite=$matches[1]&page=$matches[2]\";s:33:\"amn_wpforms-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"amn_wpforms-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"amn_wpforms-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"amn_wpforms-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"amn_wpforms-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"amn_wpforms-lite/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"albums/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"albums/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"albums/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"albums/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"albums/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"albums/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"albums/([^/]+)/embed/?$\";s:38:\"index.php?album=$matches[1]&embed=true\";s:27:\"albums/([^/]+)/trackback/?$\";s:32:\"index.php?album=$matches[1]&tb=1\";s:47:\"albums/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?album=$matches[1]&feed=$matches[2]\";s:42:\"albums/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?album=$matches[1]&feed=$matches[2]\";s:35:\"albums/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?album=$matches[1]&paged=$matches[2]\";s:42:\"albums/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?album=$matches[1]&cpage=$matches[2]\";s:31:\"albums/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?album=$matches[1]&page=$matches[2]\";s:23:\"albums/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"albums/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"albums/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"albums/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"albums/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"albums/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"artist/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"artist/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"artist/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"artist/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"artist/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"artist/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"artist/([^/]+)/embed/?$\";s:39:\"index.php?artist=$matches[1]&embed=true\";s:27:\"artist/([^/]+)/trackback/?$\";s:33:\"index.php?artist=$matches[1]&tb=1\";s:47:\"artist/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?artist=$matches[1]&feed=$matches[2]\";s:42:\"artist/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?artist=$matches[1]&feed=$matches[2]\";s:35:\"artist/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?artist=$matches[1]&paged=$matches[2]\";s:42:\"artist/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?artist=$matches[1]&cpage=$matches[2]\";s:31:\"artist/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?artist=$matches[1]&page=$matches[2]\";s:23:\"artist/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"artist/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"artist/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"artist/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"artist/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"artist/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"podcast/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"podcast/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"podcast/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"podcast/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"podcast/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"podcast/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"podcast/([^/]+)/embed/?$\";s:40:\"index.php?podcast=$matches[1]&embed=true\";s:28:\"podcast/([^/]+)/trackback/?$\";s:34:\"index.php?podcast=$matches[1]&tb=1\";s:48:\"podcast/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?podcast=$matches[1]&feed=$matches[2]\";s:43:\"podcast/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?podcast=$matches[1]&feed=$matches[2]\";s:36:\"podcast/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?podcast=$matches[1]&paged=$matches[2]\";s:43:\"podcast/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?podcast=$matches[1]&cpage=$matches[2]\";s:32:\"podcast/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?podcast=$matches[1]&page=$matches[2]\";s:24:\"podcast/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"podcast/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"podcast/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"podcast/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"podcast/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"podcast/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"show/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"show/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"show/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"show/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"show/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"show/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"show/([^/]+)/embed/?$\";s:44:\"index.php?podcastshow=$matches[1]&embed=true\";s:25:\"show/([^/]+)/trackback/?$\";s:38:\"index.php?podcastshow=$matches[1]&tb=1\";s:45:\"show/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?podcastshow=$matches[1]&feed=$matches[2]\";s:40:\"show/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?podcastshow=$matches[1]&feed=$matches[2]\";s:33:\"show/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?podcastshow=$matches[1]&paged=$matches[2]\";s:40:\"show/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?podcastshow=$matches[1]&cpage=$matches[2]\";s:29:\"show/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?podcastshow=$matches[1]&page=$matches[2]\";s:21:\"show/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"show/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"show/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"show/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"show/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"show/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:38:\"index.php?event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:32:\"index.php?event=$matches[1]&tb=1\";s:46:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?event=$matches[1]&feed=$matches[2]\";s:41:\"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?event=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?event=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?event=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"videos/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"videos/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"videos/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"videos/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"videos/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"videos/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"videos/([^/]+)/embed/?$\";s:38:\"index.php?video=$matches[1]&embed=true\";s:27:\"videos/([^/]+)/trackback/?$\";s:32:\"index.php?video=$matches[1]&tb=1\";s:47:\"videos/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?video=$matches[1]&feed=$matches[2]\";s:42:\"videos/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?video=$matches[1]&feed=$matches[2]\";s:35:\"videos/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?video=$matches[1]&paged=$matches[2]\";s:42:\"videos/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?video=$matches[1]&cpage=$matches[2]\";s:31:\"videos/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?video=$matches[1]&page=$matches[2]\";s:23:\"videos/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"videos/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"videos/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"videos/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"videos/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"videos/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"block/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"block/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"block/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"block/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"block/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"block/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"block/([^/]+)/embed/?$\";s:38:\"index.php?block=$matches[1]&embed=true\";s:26:\"block/([^/]+)/trackback/?$\";s:32:\"index.php?block=$matches[1]&tb=1\";s:46:\"block/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?block=$matches[1]&feed=$matches[2]\";s:41:\"block/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?block=$matches[1]&feed=$matches[2]\";s:34:\"block/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?block=$matches[1]&paged=$matches[2]\";s:41:\"block/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?block=$matches[1]&cpage=$matches[2]\";s:30:\"block/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?block=$matches[1]&page=$matches[2]\";s:22:\"block/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"block/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"block/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"block/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"block/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"block/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"video-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?taxonomy=video-category&term=$matches[1]&feed=$matches[2]\";s:50:\"video-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?taxonomy=video-category&term=$matches[1]&feed=$matches[2]\";s:31:\"video-category/([^/]+)/embed/?$\";s:61:\"index.php?taxonomy=video-category&term=$matches[1]&embed=true\";s:43:\"video-category/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?taxonomy=video-category&term=$matches[1]&paged=$matches[2]\";s:25:\"video-category/([^/]+)/?$\";s:50:\"index.php?taxonomy=video-category&term=$matches[1]\";s:58:\"playlist-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:70:\"index.php?taxonomy=playlist-category&term=$matches[1]&feed=$matches[2]\";s:53:\"playlist-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:70:\"index.php?taxonomy=playlist-category&term=$matches[1]&feed=$matches[2]\";s:34:\"playlist-category/([^/]+)/embed/?$\";s:64:\"index.php?taxonomy=playlist-category&term=$matches[1]&embed=true\";s:46:\"playlist-category/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?taxonomy=playlist-category&term=$matches[1]&paged=$matches[2]\";s:28:\"playlist-category/([^/]+)/?$\";s:53:\"index.php?taxonomy=playlist-category&term=$matches[1]\";s:57:\"podcast-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?taxonomy=podcast-category&term=$matches[1]&feed=$matches[2]\";s:52:\"podcast-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?taxonomy=podcast-category&term=$matches[1]&feed=$matches[2]\";s:33:\"podcast-category/([^/]+)/embed/?$\";s:63:\"index.php?taxonomy=podcast-category&term=$matches[1]&embed=true\";s:45:\"podcast-category/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?taxonomy=podcast-category&term=$matches[1]&paged=$matches[2]\";s:27:\"podcast-category/([^/]+)/?$\";s:52:\"index.php?taxonomy=podcast-category&term=$matches[1]\";s:61:\"podcastshow-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:73:\"index.php?taxonomy=podcastshow-category&term=$matches[1]&feed=$matches[2]\";s:56:\"podcastshow-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:73:\"index.php?taxonomy=podcastshow-category&term=$matches[1]&feed=$matches[2]\";s:37:\"podcastshow-category/([^/]+)/embed/?$\";s:67:\"index.php?taxonomy=podcastshow-category&term=$matches[1]&embed=true\";s:49:\"podcastshow-category/([^/]+)/page/?([0-9]{1,})/?$\";s:74:\"index.php?taxonomy=podcastshow-category&term=$matches[1]&paged=$matches[2]\";s:31:\"podcastshow-category/([^/]+)/?$\";s:56:\"index.php?taxonomy=podcastshow-category&term=$matches[1]\";s:56:\"artist-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=artist-category&term=$matches[1]&feed=$matches[2]\";s:51:\"artist-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=artist-category&term=$matches[1]&feed=$matches[2]\";s:32:\"artist-category/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=artist-category&term=$matches[1]&embed=true\";s:44:\"artist-category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=artist-category&term=$matches[1]&paged=$matches[2]\";s:26:\"artist-category/([^/]+)/?$\";s:51:\"index.php?taxonomy=artist-category&term=$matches[1]\";s:56:\"events-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=events-category&term=$matches[1]&feed=$matches[2]\";s:51:\"events-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=events-category&term=$matches[1]&feed=$matches[2]\";s:32:\"events-category/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=events-category&term=$matches[1]&embed=true\";s:44:\"events-category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=events-category&term=$matches[1]&paged=$matches[2]\";s:26:\"events-category/([^/]+)/?$\";s:51:\"index.php?taxonomy=events-category&term=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=3050&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(85597,'ping_sites','http://rpc.pingomatic.com/','yes'),(85598,'upload_path','','yes'),(85599,'upload_url_path','','yes'),(85600,'uploads_use_yearmonth_folders','1','yes'),(85601,'users_can_register','0','yes'),(85602,'use_smilies','1','yes'),(85603,'use_trackback','0','yes'),(85604,'blogname','My Blog','yes'),(85605,'blogdescription','My WordPress Blog','yes'),(85606,'blog_charset','UTF-8','yes'),(85607,'active_plugins','a:29:{i:0;s:70:\"addon-elements-for-elementor-page-builder/elementor-addon-elements.php\";i:1;s:45:\"addons-for-elementor/addons-for-elementor.php\";i:2;s:41:\"anywhere-elementor/anywhere-elementor.php\";i:3;s:27:\"astra-sites/astra-sites.php\";i:4;s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";i:5;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:6;s:36:\"contact-form-7/wp-contact-form-7.php\";i:7;s:53:\"custom-icons-for-elementor/elementor-custom-icons.php\";i:8;s:33:\"duplicate-post/duplicate-post.php\";i:9;s:35:\"ele-custom-skin/ele-custom-skin.php\";i:10;s:51:\"elementor-addon-widgets/elementor-addon-widgets.php\";i:11;s:45:\"elementor-for-sonaar/elementor-for-sonaar.php\";i:12;s:23:\"elementor/elementor.php\";i:13;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:14;s:33:\"essential-grid/essential-grid.php\";i:15;s:53:\"flexible-elementor-panel/flexible-elementor-panel.php\";i:16;s:33:\"happy-elementor-addons/plugin.php\";i:17;s:49:\"ht-mega-for-elementor/htmega_addons_elementor.php\";i:18;s:36:\"iron-demo-importer/iron-importer.php\";i:19;s:19:\"jetpack/jetpack.php\";i:20;s:23:\"loginizer/loginizer.php\";i:21;s:67:\"make-column-clickable-elementor/make-column-clickable-elementor.php\";i:22;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:23;s:23:\"revslider/revslider.php\";i:24;s:47:\"tabby-responsive-tabs/tabby-responsive-tabs.php\";i:25;s:35:\"tabs-responsive/tabs-responsive.php\";i:26;s:33:\"toolbar-extras/toolbar-extras.php\";i:27;s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";i:28;s:24:\"wpforms-lite/wpforms.php\";}','yes'),(85608,'uninstall_plugins','a:3:{s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:51:\"elementor-addon-widgets/elementor-addon-widgets.php\";s:33:\"elementor_addon_widgets_uninstall\";}','no'),(85609,'recently_activated','a:1:{s:51:\"codepress-admin-columns/codepress-admin-columns.php\";i:1569557358;}','yes'),(85610,'moderation_notify','1','yes'),(85611,'blacklist_keys','','no'),(85612,'comment_registration','0','yes'),(85613,'default_role','subscriber','yes'),(85614,'blog_public','1','yes'),(85616,'template','sonaar','yes'),(85617,'stylesheet','sonaar','yes'),(85618,'sonaar_licence','noLicense','no'),(85619,'fw:ext:backups:pending_task_collections','a:0:{}','no'),(85620,'fw:ext:backups-demo:active-demo','a:2:{s:2:\"id\";s:0:\"\";s:6:\"result\";N;}','no'),(85621,'fw:ext:backups:active_task_collection','','no'),(85622,'boldgrid_settings','a:2:{s:7:\"library\";a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.10.2.0\";}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:1:{s:6:\"1.11.4\";i:1569551845;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.1.0\";i:1569551845;}}}','yes'),(85628,'boldgrid_backup_id','4b774150','no'),(85629,'boldgrid_backup_settings','a:13:{s:8:\"schedule\";a:10:{s:10:\"dow_sunday\";i:0;s:10:\"dow_monday\";i:0;s:11:\"dow_tuesday\";i:0;s:13:\"dow_wednesday\";i:0;s:12:\"dow_thursday\";i:0;s:10:\"dow_friday\";i:0;s:12:\"dow_saturday\";i:0;s:5:\"tod_h\";i:5;s:5:\"tod_m\";i:37;s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:23:\"cochisestudio@gmail.com\";s:13:\"notifications\";a:3:{s:6:\"backup\";i:1;s:7:\"restore\";i:1;s:10:\"site_check\";b:1;}s:11:\"auto_backup\";i:1;s:13:\"auto_rollback\";i:1;s:6:\"remote\";a:0:{}s:14:\"exclude_tables\";a:0:{}s:24:\"folder_exclusion_include\";s:18:\"WPCORE,/wp-content\";s:24:\"folder_exclusion_exclude\";s:17:\".git,node_modules\";s:10:\"site_check\";a:4:{s:7:\"enabled\";b:1;s:6:\"logger\";b:1;s:13:\"auto_recovery\";b:0;s:8:\"interval\";i:15;}s:16:\"backup_directory\";s:29:\"/home/cochis5/boldgrid_backup\";s:11:\"cron_secret\";s:64:\"5b3fe4c9439513430422663c0ab27e8c0cfa119c6ae8a40f83975d2c1f0b6e4f\";}','no'),(85638,'loginizer_version','1.4.2','yes'),(85639,'loginizer_options','a:0:{}','yes'),(85640,'loginizer_last_reset','1577653311','yes'),(85641,'loginizer_whitelist','a:0:{}','yes'),(85642,'loginizer_blacklist','a:0:{}','yes'),(85643,'loginizer_ins_time','1569551953','yes'),(85644,'loginizer_promo_time','-1577687014','yes'),(85645,'jetpack_sync_settings_disable','0','yes'),(85651,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(85656,'do_activate','0','yes'),(85657,'jetpack_activated','2','yes'),(85658,'jetpack_options','a:2:{s:7:\"version\";s:16:\"7.7.2:1569551955\";s:11:\"old_version\";s:16:\"7.7.2:1569551955\";}','yes'),(85663,'_amn_wpforms-lite_to_check','1577941761','yes'),(85669,'elementor_load_fa4_shim','yes','yes'),(85670,'elementor_controls_usage','a:3:{s:4:\"page\";a:10:{s:27:\"wp-widget-rev-slider-widget\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:6:\"column\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:1:{s:21:\"eae_animated_gradient\";a:1:{s:19:\"gradient_color_list\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:5:{s:15:\"stretch_section\";i:4;s:6:\"layout\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:13:\"content_width\";i:1;}}s:5:\"style\";a:4:{s:21:\"section_shape_divider\";a:12:{s:26:\"shape_divider_bottom_width\";i:4;s:27:\"shape_divider_bottom_height\";i:4;s:29:\"shape_divider_bottom_negative\";i:2;s:34:\"shape_divider_bottom_above_content\";i:1;s:23:\"shape_divider_top_width\";i:2;s:24:\"shape_divider_top_height\";i:3;s:26:\"shape_divider_bottom_color\";i:3;s:17:\"shape_divider_top\";i:1;s:30:\"shape_divider_top_width_tablet\";i:1;s:30:\"shape_divider_top_width_mobile\";i:1;s:20:\"shape_divider_bottom\";i:2;s:34:\"shape_divider_bottom_height_mobile\";i:2;}s:18:\"section_background\";a:9:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;}s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:21:\"eae_animated_gradient\";a:1:{s:19:\"gradient_color_list\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:7;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:12:\"music-player\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"playlist_show_playlist\";i:2;s:26:\"playlist_show_album_market\";i:2;s:17:\"playlist_autoplay\";i:1;s:13:\"playlist_list\";i:2;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:11:\"header_size\";i:6;s:5:\"align\";i:12;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:14:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:12;s:20:\"typography_font_size\";i:12;s:25:\"typography_text_transform\";i:11;s:25:\"typography_letter_spacing\";i:4;s:27:\"typography_font_size_mobile\";i:5;s:32:\"typography_letter_spacing_mobile\";i:2;s:22:\"typography_line_height\";i:5;s:23:\"text_shadow_text_shadow\";i:3;s:27:\"typography_font_size_tablet\";i:4;s:29:\"typography_line_height_mobile\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}s:24:\"sr_gradient_text_section\";a:4:{s:22:\"sr_gradient_text_color\";i:3;s:24:\"sr_gradient_text_color_b\";i:3;s:29:\"sr_gradient_text_color_b_stop\";i:3;s:16:\"sr_gradient_text\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:14:\"_margin_mobile\";i:1;s:7:\"_margin\";i:6;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:4;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:10:{s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:28:\"css_filters_hover_css_filter\";i:1;s:27:\"background_hover_transition\";i:1;s:15:\"hover_animation\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:6:{s:10:\"video_type\";i:1;s:11:\"youtube_url\";i:2;s:9:\"vimeo_url\";i:1;s:11:\"vimeo_title\";i:1;s:14:\"vimeo_portrait\";i:1;s:12:\"vimeo_byline\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}s:7:\"wp-post\";a:22:{s:10:\"sr-essgrid\";a:2:{s:5:\"count\";i:18;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:18;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:142;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:14:\"padding_mobile\";i:18;s:7:\"padding\";i:14;s:14:\"padding_tablet\";i:3;s:13:\"margin_mobile\";i:11;s:6:\"margin\";i:8;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:39;s:19:\"_inline_size_tablet\";i:17;s:16:\"content_position\";i:7;s:21:\"space_between_widgets\";i:19;}}s:5:\"style\";a:4:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:4;s:24:\"background_overlay_color\";i:5;s:35:\"background_overlay_hover_background\";i:2;s:30:\"background_overlay_hover_color\";i:2;s:32:\"background_overlay_hover_opacity\";i:2;s:28:\"css_filters_hover_css_filter\";i:2;s:28:\"css_filters_hover_brightness\";i:2;s:21:\"css_filters_hover_hue\";i:2;s:35:\"background_overlay_hover_transition\";i:2;s:26:\"background_overlay_opacity\";i:2;}s:13:\"section_style\";a:10:{s:19:\"background_position\";i:7;s:15:\"background_size\";i:7;s:27:\"background_hover_background\";i:2;s:22:\"background_hover_color\";i:2;s:27:\"background_hover_transition\";i:2;s:21:\"background_background\";i:7;s:16:\"background_color\";i:5;s:16:\"background_image\";i:2;s:17:\"background_repeat\";i:3;s:21:\"background_attachment\";i:1;}s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:131;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:10:{s:15:\"stretch_section\";i:20;s:6:\"height\";i:9;s:13:\"content_width\";i:8;s:16:\"content_position\";i:2;s:13:\"custom_height\";i:7;s:6:\"layout\";i:10;s:15:\"column_position\";i:4;s:3:\"gap\";i:3;s:20:\"custom_height_tablet\";i:1;s:20:\"custom_height_mobile\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}}s:5:\"style\";a:5:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:13;s:21:\"background_video_link\";i:2;s:22:\"background_video_start\";i:4;s:16:\"background_image\";i:4;s:19:\"background_position\";i:6;s:17:\"background_repeat\";i:7;s:15:\"background_size\";i:8;s:21:\"background_attachment\";i:2;s:27:\"background_hover_transition\";i:3;s:23:\"background_hover_repeat\";i:2;s:21:\"background_color_stop\";i:3;s:18:\"background_color_b\";i:3;s:23:\"background_color_b_stop\";i:3;s:25:\"background_gradient_angle\";i:3;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:16:{s:29:\"background_overlay_background\";i:4;s:24:\"background_overlay_color\";i:5;s:26:\"background_overlay_opacity\";i:6;s:29:\"background_overlay_color_stop\";i:2;s:26:\"background_overlay_color_b\";i:4;s:32:\"background_overlay_gradient_type\";i:4;s:33:\"background_overlay_gradient_angle\";i:1;s:29:\"background_overlay_attachment\";i:1;s:30:\"background_overlay_hover_image\";i:1;s:35:\"background_overlay_hover_attachment\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;s:28:\"css_filters_hover_brightness\";i:1;s:35:\"background_overlay_hover_transition\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;}s:12:\"section_typo\";a:4:{s:13:\"heading_color\";i:1;s:10:\"color_text\";i:1;s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}s:21:\"section_shape_divider\";a:6:{s:26:\"shape_divider_bottom_color\";i:1;s:26:\"shape_divider_bottom_width\";i:2;s:25:\"shape_divider_bottom_flip\";i:1;s:29:\"shape_divider_bottom_negative\";i:2;s:27:\"shape_divider_bottom_height\";i:1;s:34:\"shape_divider_bottom_above_content\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:13:\"margin_mobile\";i:22;s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:73;s:13:\"margin_tablet\";i:11;s:7:\"z_index\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:110;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:6:{s:5:\"title\";i:110;s:5:\"align\";i:100;s:12:\"align_mobile\";i:3;s:11:\"header_size\";i:79;s:4:\"link\";i:2;s:12:\"align_tablet\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:18:{s:21:\"typography_typography\";i:102;s:20:\"typography_font_size\";i:86;s:27:\"typography_font_size_mobile\";i:14;s:25:\"typography_text_transform\";i:80;s:25:\"typography_letter_spacing\";i:15;s:11:\"title_color\";i:11;s:32:\"typography_letter_spacing_mobile\";i:3;s:27:\"typography_font_size_tablet\";i:36;s:22:\"typography_line_height\";i:46;s:22:\"typography_font_family\";i:16;s:22:\"typography_font_weight\";i:19;s:21:\"typography_font_style\";i:16;s:10:\"blend_mode\";i:1;s:32:\"typography_letter_spacing_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:7;s:29:\"typography_line_height_tablet\";i:1;s:28:\"text_shadow_text_shadow_type\";i:3;s:23:\"text_shadow_text_shadow\";i:3;}s:24:\"sr_gradient_text_section\";a:3:{s:16:\"sr_gradient_text\";i:2;s:22:\"sr_gradient_text_color\";i:2;s:24:\"sr_gradient_text_color_b\";i:2;}}s:8:\"advanced\";a:4:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:86;s:18:\"animation_duration\";i:49;s:16:\"_animation_delay\";i:30;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:78;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:38;s:12:\"_css_classes\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:38;s:13:\"_border_width\";i:38;s:14:\"_border_radius\";i:3;}s:19:\"_section_background\";a:4:{s:17:\"_background_color\";i:1;s:22:\"_background_color_stop\";i:1;s:19:\"_background_color_b\";i:1;s:26:\"_background_gradient_angle\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:6;s:4:\"link\";i:6;s:5:\"align\";i:6;s:4:\"size\";i:4;s:10:\"icon_align\";i:5;s:11:\"icon_indent\";i:4;s:13:\"selected_icon\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:18:{s:17:\"button_text_color\";i:6;s:16:\"background_color\";i:6;s:11:\"hover_color\";i:5;s:29:\"button_background_hover_color\";i:5;s:15:\"hover_animation\";i:6;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:6;s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:25:\"button_hover_border_color\";i:3;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;s:27:\"typography_font_size_mobile\";i:2;s:19:\"text_padding_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:6;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:16:\"sonaar-mailchimp\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:33:\"sr_section_mailchimp_api_settings\";a:1:{s:22:\"sonaar_mailchimp_lists\";i:1;}s:35:\"sr_section_mailchimp_field_settings\";a:3:{s:29:\"sr_mailchimp_email_label_text\";i:1;s:23:\"sr_mailchimp_fname_show\";i:1;s:23:\"sr_mailchimp_lname_show\";i:1;}}s:5:\"style\";a:4:{s:36:\"sr_section_contact_form_field_styles\";a:5:{s:25:\"sr_mailchimp_input_height\";i:1;s:29:\"sr_mailchimp_input_background\";i:1;s:32:\"sr_mailchimp_input_border_border\";i:1;s:31:\"sr_mailchimp_input_border_width\";i:1;s:31:\"sr_mailchimp_input_border_color\";i:1;}s:24:\"sr_section_subscribe_btn\";a:5:{s:34:\"sr_mailchimp_subscribe_btn_display\";i:1;s:32:\"sr_mailchimp_subscribe_btn_width\";i:1;s:34:\"sr_mailchimp_subscribe_btn_padding\";i:1;s:44:\"sr_mailchimp_subscribe_btn_normal_text_color\";i:1;s:42:\"sr_mailchimp_subscribe_btn_normal_bg_color\";i:1;}s:26:\"sr_section_success_message\";a:1:{s:30:\"sr_mailchimp_message_alignment\";i:1;}s:31:\"sr_section_mailchimp_typography\";a:5:{s:24:\"sr_mailchimp_field_color\";i:1;s:36:\"sr_mailchimp_field_placeholder_color\";i:1;s:40:\"sr_mailchimp_label_typography_typography\";i:1;s:46:\"sr_mailchimp_input_field_typography_typography\";i:1;s:45:\"sr_mailchimp_input_field_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:27;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:27;s:8:\"drop_cap\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:24;s:16:\"_animation_delay\";i:8;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:19;s:14:\"_margin_tablet\";i:11;s:14:\"_margin_mobile\";i:11;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:10:{s:5:\"align\";i:23;s:21:\"typography_typography\";i:10;s:20:\"typography_font_size\";i:3;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:29:\"typography_line_height_mobile\";i:4;s:10:\"text_color\";i:3;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:5;s:12:\"align_tablet\";i:2;}s:16:\"section_drop_cap\";a:12:{s:22:\"drop_cap_primary_color\";i:3;s:14:\"drop_cap_space\";i:3;s:22:\"drop_cap_border_radius\";i:3;s:30:\"drop_cap_typography_typography\";i:3;s:29:\"drop_cap_typography_font_size\";i:3;s:13:\"drop_cap_view\";i:3;s:24:\"drop_cap_secondary_color\";i:3;s:13:\"drop_cap_size\";i:3;s:34:\"drop_cap_typography_text_transform\";i:1;s:31:\"drop_cap_typography_line_height\";i:3;s:21:\"drop_cap_border_width\";i:2;s:36:\"drop_cap_typography_font_size_mobile\";i:2;}}}}s:17:\"sr-contact-form-7\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:4;}}s:5:\"style\";a:4:{s:32:\"section_fields_title_description\";a:3:{s:16:\"title_text_color\";i:4;s:22:\"description_text_color\";i:4;s:17:\"heading_alignment\";i:1;}s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:4;s:16:\"field_text_color\";i:4;s:14:\"textarea_width\";i:4;s:19:\"field_border_border\";i:4;s:18:\"field_border_width\";i:4;s:13:\"field_padding\";i:3;s:12:\"field_radius\";i:3;s:14:\"field_bg_focus\";i:3;}s:19:\"section_label_style\";a:6:{s:27:\"typography_label_typography\";i:4;s:26:\"typography_label_font_size\";i:4;s:13:\"label_spacing\";i:4;s:31:\"typography_label_text_transform\";i:4;s:31:\"typography_label_letter_spacing\";i:4;s:16:\"text_color_label\";i:1;}s:27:\"section_submit_button_style\";a:4:{s:12:\"button_width\";i:4;s:24:\"button_text_color_normal\";i:4;s:21:\"button_bg_color_hover\";i:4;s:22:\"button_bg_color_normal\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:16:\"_animation_delay\";i:4;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:6:{s:5:\"image\";i:13;s:10:\"image_size\";i:9;s:22:\"image_custom_dimension\";i:4;s:5:\"align\";i:6;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:12:{s:12:\"width_mobile\";i:3;s:28:\"css_filters_hover_css_filter\";i:4;s:28:\"css_filters_hover_brightness\";i:2;s:27:\"background_hover_transition\";i:4;s:15:\"hover_animation\";i:4;s:22:\"css_filters_css_filter\";i:5;s:22:\"css_filters_brightness\";i:5;s:5:\"width\";i:3;s:20:\"css_filters_saturate\";i:2;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:26:\"css_filters_hover_saturate\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:5;s:16:\"_animation_delay\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:13;s:5:\"align\";i:13;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:3:\"gap\";i:10;s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:5;s:16:\"_animation_delay\";i:2;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:2;s:5:\"shape\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:10:{s:10:\"icon_color\";i:2;s:18:\"icon_primary_color\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;s:12:\"icon_spacing\";i:2;s:16:\"icon_size_mobile\";i:1;s:19:\"icon_padding_mobile\";i:1;s:19:\"icon_spacing_mobile\";i:2;s:18:\"image_border_width\";i:1;s:20:\"icon_secondary_color\";i:2;}s:20:\"section_social_hover\";a:3:{s:19:\"hover_primary_color\";i:2;s:21:\"hover_secondary_color\";i:2;s:15:\"hover_animation\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:12:\"parallaxgrid\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:3:{s:14:\"grid_post_type\";i:1;s:12:\"grid_columns\";i:1;s:16:\"parallax_enabled\";i:1;}}}}s:11:\"bandsintown\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:9:\"band_name\";i:1;s:23:\"widget_background_color\";i:1;s:15:\"widget_bt_color\";i:1;s:16:\"widget_textcolor\";i:1;}}}}s:5:\"event\";a:2:{s:5:\"count\";i:15;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:3:{s:20:\"event_number_to_show\";i:3;s:23:\"event_displayer_by_list\";i:2;s:24:\"event_display_events_for\";i:11;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:11;s:18:\"animation_duration\";i:11;}}s:5:\"style\";a:1:{s:9:\"event_btn\";a:2:{s:27:\"sr_event_btn_hover_bg_color\";i:1;s:29:\"sr_event_btn_hover_text_color\";i:1;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:2:{s:11:\"youtube_url\";i:12;s:10:\"yt_privacy\";i:1;}s:21:\"section_image_overlay\";a:5:{s:18:\"show_image_overlay\";i:12;s:13:\"image_overlay\";i:12;s:8:\"lightbox\";i:12;s:18:\"image_overlay_size\";i:2;s:30:\"image_overlay_custom_dimension\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:11;s:18:\"animation_duration\";i:11;s:16:\"_animation_delay\";i:11;}}}}s:5:\"audio\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:9:{s:9:\"sc_buying\";i:11;s:9:\"sc_liking\";i:11;s:11:\"sc_download\";i:11;s:10:\"sc_sharing\";i:11;s:16:\"sc_show_comments\";i:11;s:17:\"sc_show_playcount\";i:11;s:12:\"sc_show_user\";i:11;s:8:\"sc_color\";i:12;s:4:\"link\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:11;s:18:\"animation_duration\";i:11;}}}}s:12:\"sr-revslider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:14:\"revslider_list\";i:1;}}}}s:12:\"music-player\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:13:\"playlist_list\";i:4;s:17:\"playlist_autoplay\";i:3;s:22:\"playlist_show_playlist\";i:4;s:26:\"playlist_show_album_market\";i:3;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:6:{s:13:\"primary_color\";i:1;s:15:\"secondary_color\";i:1;s:15:\"hover_animation\";i:1;s:4:\"size\";i:1;s:12:\"icon_padding\";i:1;s:6:\"rotate\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:14:\"sr-dualheading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:31:\"sr_section_dch_content_settings\";a:5:{s:24:\"sr_show_dch_icon_content\";i:1;s:11:\"sr_dch_icon\";i:1;s:18:\"sr_dch_first_title\";i:1;s:17:\"sr_dch_last_title\";i:1;s:14:\"sr_dch_subtext\";i:1;}}s:5:\"style\";a:3:{s:29:\"sr_section_dch_style_settings\";a:3:{s:24:\"sr_dch_container_padding\";i:1;s:23:\"sr_dch_container_margin\";i:1;s:19:\"sr_dch_border_color\";i:1;}s:35:\"sr_section_dch_title_style_settings\";a:1:{s:23:\"sr_dch_base_title_color\";i:1;}s:34:\"sr_section_dch_icon_style_settings\";a:2:{s:16:\"sr_dch_icon_size\";i:1;s:17:\"sr_dch_icon_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:4:\"html\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:16:\"_animation_delay\";i:1;}}}}}s:7:\"wp-page\";a:3:{s:13:\"eael-adv-tabs\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:38:\"eael_section_adv_tabs_content_settings\";a:1:{s:17:\"eael_adv_tabs_tab\";i:1;}}s:5:\"style\";a:1:{s:40:\"eael_section_adv_tabs_tab_style_settings\";a:2:{s:27:\"eael_adv_tabs_tab_icon_size\";i:1;s:26:\"eael_adv_tabs_tab_icon_gap\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"eae_animated_gradient\";a:1:{s:19:\"gradient_color_list\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"eae_animated_gradient\";a:1:{s:19:\"gradient_color_list\";i:1;}}}}}}','no'),(85675,'elementor_1_elementor_updater_batch_54388c7459da51ef19f17272cc7d','a:4:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:27:\"_v_2_6_0_fa4_migration_flag\";}}i:1;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:29:\"_v_2_6_6_fa4_migration_button\";}}i:2;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:30:\"_v_2_7_1_remove_old_usage_data\";}}i:3;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:26:\"_v_2_7_1_recalc_usage_data\";}}}','no'),(85678,'elementor_log','a:2:{s:32:\"24511abebd935c3a1218ed60aae6275b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-27 02:40:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.3.4\";s:2:\"to\";s:5:\"2.7.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-27 02:40:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.3.4\";s:2:\"to\";s:5:\"2.7.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"cb5828a84cbbd64c2ac172df0e49d3f2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:116:\"/home/cochis5/cactusmoonshinepublishing.com/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:7:\"\0*\0line\";i:581;s:7:\"\0*\0date\";s:19:\"2019-09-27 04:14:37\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:36:\"Trying to get property of non-object\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:35;s:14:\"\0*\0times_dates\";a:35:{i:0;s:19:\"2019-09-27 04:14:37\";i:1;s:19:\"2019-09-27 04:35:15\";i:2;s:19:\"2019-09-27 04:48:34\";i:3;s:19:\"2019-09-27 04:48:47\";i:4;s:19:\"2019-09-27 04:54:47\";i:5;s:19:\"2019-09-27 04:55:48\";i:6;s:19:\"2019-09-27 04:55:50\";i:7;s:19:\"2019-09-27 04:57:23\";i:8;s:19:\"2019-09-27 04:57:24\";i:9;s:19:\"2019-09-27 05:03:07\";i:10;s:19:\"2019-09-27 05:18:51\";i:11;s:19:\"2019-09-27 05:19:34\";i:12;s:19:\"2019-09-27 05:19:35\";i:13;s:19:\"2019-09-27 05:19:36\";i:14;s:19:\"2019-09-27 05:19:49\";i:15;s:19:\"2019-09-27 05:20:01\";i:16;s:19:\"2019-09-27 05:20:14\";i:17;s:19:\"2019-09-27 05:20:26\";i:18;s:19:\"2019-09-27 05:20:30\";i:19;s:19:\"2019-09-27 05:21:02\";i:20;s:19:\"2019-09-27 05:21:06\";i:21;s:19:\"2019-09-27 05:21:12\";i:22;s:19:\"2019-09-27 05:21:20\";i:23;s:19:\"2019-09-27 05:21:25\";i:24;s:19:\"2019-09-27 05:21:32\";i:25;s:19:\"2019-09-27 05:21:35\";i:26;s:19:\"2019-09-27 05:21:47\";i:27;s:19:\"2019-09-27 05:21:50\";i:28;s:19:\"2019-09-27 05:21:55\";i:29;s:19:\"2019-09-27 05:22:34\";i:30;s:19:\"2019-09-27 05:22:36\";i:31;s:19:\"2019-09-27 05:24:43\";i:32;s:19:\"2019-09-27 05:29:33\";i:33;s:19:\"2019-09-27 05:31:13\";i:34;s:19:\"2019-12-30 05:18:26\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:36:\"Trying to get property of non-object\";s:4:\"file\";s:116:\"/home/cochis5/cactusmoonshinepublishing.com/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:581;s:5:\"trace\";b:1;}}}','no'),(85681,'duplicate_post_version','3.2.3','yes'),(85682,'duplicate_post_show_notice','0','no'),(85689,'fw:ext:backups:log','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"success\";s:5:\"title\";s:20:\"Demo Content Install\";s:4:\"data\";a:0:{}s:4:\"time\";i:1569552038;}}','no'),(85691,'_elementor_global_css','a:5:{s:4:\"time\";i:1569552044;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(85696,'show_comments_cookies_opt_in','1','yes'),(85697,'initial_db_version','38590','yes'),(85709,'wpforms_review','a:2:{s:4:\"time\";i:1569552120;s:9:\"dismissed\";b:0;}','yes'),(85710,'jetpack_ab_connect_banner_green_bar','b','yes'),(85721,'can_compress_scripts','0','no'),(85738,'elementor_library_category_children','a:0:{}','yes'),(85755,'jetpack_dismissed_connection_banner','1','yes'),(85761,'jetpack_available_modules','a:1:{s:5:\"7.7.3\";a:43:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(85865,'playlist-category_children','a:0:{}','yes'),(85896,'artist-category_children','a:0:{}','yes'),(85943,'_elementor_editor_upgrade_notice_dismissed','1577683135','yes'),(86054,'Tabs_R_default_Settings','s:707:\"a:20:{s:14:\"tabs_sec_title\";s:3:\"yes\";s:20:\"show_tabs_title_icon\";s:1:\"1\";s:20:\"show_tabs_icon_align\";s:4:\"left\";s:18:\"enable_tabs_border\";s:3:\"yes\";s:17:\"tabs_title_bg_clr\";s:7:\"#e8e8e8\";s:19:\"tabs_title_icon_clr\";s:7:\"#000000\";s:24:\"select_tabs_title_bg_clr\";s:7:\"#ffffff\";s:26:\"select_tabs_title_icon_clr\";s:7:\"#000000\";s:16:\"tabs_desc_bg_clr\";s:7:\"#ffffff\";s:18:\"tabs_desc_font_clr\";s:7:\"#000000\";s:10:\"title_size\";s:2:\"14\";s:8:\"des_size\";s:2:\"16\";s:11:\"font_family\";s:9:\"Open Sans\";s:11:\"tabs_styles\";i:1;s:10:\"custom_css\";s:0:\"\";s:14:\"tabs_animation\";s:6:\"fadeIn\";s:14:\"tabs_alignment\";s:10:\"horizontal\";s:13:\"tabs_position\";s:4:\"left\";s:11:\"tabs_margin\";s:2:\"no\";s:19:\"tabs_content_margin\";s:2:\"no\";}\";','yes'),(86056,'widget_wpsm_tabs_r_widget_id','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(86057,'wpsm_tabs_r_review','a:2:{s:4:\"time\";i:1569557112;s:9:\"dismissed\";b:0;}','yes'),(86070,'ac_version','3.4.6','no'),(86071,'cpac_options_page__default','a:5:{s:2:\"cb\";s:25:\"<input type=\"checkbox\" />\";s:5:\"title\";s:5:\"Title\";s:6:\"author\";s:6:\"Author\";s:8:\"comments\";s:111:\"<span class=\"vers comment-grey-bubble\" title=\"Comments\"><span class=\"screen-reader-text\">Comments</span></span>\";s:4:\"date\";s:4:\"Date\";}','no'),(86116,'eael_save_settings','a:30:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:21:\"eael-reading-progress\";i:1;}','yes'),(86120,'wpdeveloper_plugins_data','a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:1:{s:6:\"review\";i:1578287360;}s:4:\"time\";i:1569557446;s:7:\"version\";s:5:\"3.3.2\";}}','yes'),(86121,'eael_version','3.3.2','yes'),(86122,'wpins_essential_adons_elementor_force_tracked','1','yes'),(86192,'wpins_allow_tracking','a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}','yes'),(86193,'wpins_admin_emails','a:1:{s:25:\"essential_adons_elementor\";s:23:\"cochisestudio@gmail.com\";}','yes'),(86194,'wpins_last_track_time','a:1:{s:25:\"essential_adons_elementor\";i:1569558019;}','yes'),(86195,'wpins_block_notice','a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}','yes'),(86196,'wpins_collect_email','a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}','yes'),(86205,'fs_api_cache','a:0:{}','yes'),(86206,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(86221,'temp_count','a:3:{s:9:\"TempTest1\";s:9:\"TempTest1\";s:13:\"Apex Homepage\";s:13:\"Apex Homepage\";s:18:\"Artist Single Page\";s:18:\"Artist Single Page\";}','yes'),(86240,'lae_option_dismissed_notices','a:1:{s:4:\"rate\";i:1570163076;}','yes'),(86293,'elementor_addon_widgets_install','1569558546','yes'),(86298,'fep_informations','','yes'),(86299,'fep_how_to_configure','','yes'),(86300,'fep_divers','','yes'),(86304,'htmega_pro_vs_free_tabs','','yes'),(86305,'htmega_element_tabs','','yes'),(86306,'htmega_thirdparty_element_tabs','','yes'),(86307,'htmega_general_tabs','','yes'),(86323,'addon_library_catalog','a:3:{s:5:\"stamp\";i:1561935301;s:7:\"catalog\";a:6:{s:6:\"addons\";a:51:{s:10:\"Icon Boxes\";a:14:{i:0;a:4:{s:5:\"title\";s:25:\"Side Small Round Icon Box\";s:4:\"name\";s:30:\"blox_side_small_round_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_side_small_round_icon_box.png\";}i:1;a:4:{s:5:\"title\";s:27:\"Boxed Small Square Icon Box\";s:4:\"name\";s:32:\"blox_boxed_small_square_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_boxed_small_square_icon_box.png\";}i:2;a:4:{s:5:\"title\";s:22:\"Icon Button Number Box\";s:4:\"name\";s:27:\"blox_icon_button_number_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_icon_button_number_box.png\";}i:3;a:4:{s:5:\"title\";s:28:\"Boxed Small Diamond Icon Box\";s:4:\"name\";s:33:\"blox_boxed_small_diamond_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_boxed_small_diamond_icon_box.png\";}i:4;a:4:{s:5:\"title\";s:14:\"Solid Icon Box\";s:4:\"name\";s:19:\"blox_solid_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_solid_icon_box.png\";}i:5;a:4:{s:5:\"title\";s:21:\"Square Solid Icon Box\";s:4:\"name\";s:21:\"square_solid_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Icon Boxes/square_solid_icon_box.png\";}i:6;a:4:{s:5:\"title\";s:18:\"Starter Statistics\";s:4:\"name\";s:21:\"uc_starter_statistics\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Icon Boxes/uc_starter_statistics.jpg\";}i:7;a:4:{s:5:\"title\";s:25:\"Background Image Icon Box\";s:4:\"name\";s:30:\"blox_background_image_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_background_image_icon_box.png\";}i:8;a:4:{s:5:\"title\";s:20:\"Small Round Icon Box\";s:4:\"name\";s:31:\"blox_boxed_small_round_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_boxed_small_round_icon_box.png\";}i:9;a:4:{s:5:\"title\";s:35:\"Gradient boxed small round icon box\";s:4:\"name\";s:40:\"blox_gradient_boxed_small_round_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_gradient_boxed_small_round_icon_box.png\";}i:10;a:4:{s:5:\"title\";s:17:\"Material Icon Box\";s:4:\"name\";s:22:\"blox_material_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_material_icon_box.png\";}i:11;a:4:{s:5:\"title\";s:22:\"Square Border Icon Box\";s:4:\"name\";s:27:\"blox_square_border_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_square_border_icon_box.png\";}i:12;a:4:{s:5:\"title\";s:24:\"Top Small Round Icon Box\";s:4:\"name\";s:29:\"blox_top_small_round_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Icon Boxes/blox_top_small_round_icon_box.png\";}i:13;a:4:{s:5:\"title\";s:27:\"Small Icon With Side Border\";s:4:\"name\";s:27:\"small_icon_with_side_border\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Icon Boxes/small_icon_with_side_border.png\";}}s:12:\"Block Quotes\";a:9:{i:0;a:4:{s:5:\"title\";s:23:\"Solid Color Block Quote\";s:4:\"name\";s:27:\"blox_solid_color_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Block Quotes/blox_solid_color_blockquote.png\";}i:1;a:4:{s:5:\"title\";s:20:\"Material Block Quote\";s:4:\"name\";s:24:\"blox_material_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Block Quotes/blox_material_blockquote.png\";}i:2;a:4:{s:5:\"title\";s:20:\"Block Quote Carousel\";s:4:\"name\";s:24:\"blox_blockquote_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Block Quotes/blox_blockquote_carousel.png\";}i:3;a:4:{s:5:\"title\";s:23:\"Border Left Block Quote\";s:4:\"name\";s:27:\"blox_border_left_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Block Quotes/blox_border_left_blockquote.png\";}i:4;a:4:{s:5:\"title\";s:19:\"Classic Block Quote\";s:4:\"name\";s:23:\"blox_classic_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Block Quotes/blox_classic_blockquote.png\";}i:5;a:4:{s:5:\"title\";s:19:\"Colored Block Quote\";s:4:\"name\";s:23:\"blox_colored_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Block Quotes/blox_colored_blockquote.png\";}i:6;a:4:{s:5:\"title\";s:27:\"Image Block Quote With Date\";s:4:\"name\";s:31:\"blox_image_blockquote_with_date\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Block Quotes/blox_image_blockquote_with_date.png\";}i:7;a:4:{s:5:\"title\";s:21:\"Mega Icon Block Quote\";s:4:\"name\";s:25:\"blox_mega_icon_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Block Quotes/blox_mega_icon_blockquote.png\";}i:8;a:4:{s:5:\"title\";s:22:\"Side Image Block Quote\";s:4:\"name\";s:26:\"blox_side_image_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Block Quotes/blox_side_image_blockquote.png\";}}s:9:\"Timelines\";a:9:{i:0;a:4:{s:5:\"title\";s:36:\"Alternating Classic Pointer Timeline\";s:4:\"name\";s:41:\"blox_alternating_classic_pointer_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/Timelines/blox_alternating_classic_pointer_timeline.png\";}i:1;a:4:{s:5:\"title\";s:13:\"Icon Timeline\";s:4:\"name\";s:18:\"blox_icon_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Timelines/blox_icon_timeline.png\";}i:2;a:4:{s:5:\"title\";s:24:\"Classic Pointer Timeline\";s:4:\"name\";s:29:\"blox_classic_pointer_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Timelines/blox_classic_pointer_timeline.png\";}i:3;a:4:{s:5:\"title\";s:32:\"Alternating Date Circle Timeline\";s:4:\"name\";s:37:\"blox_alternating_date_circle_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog/Timelines/blox_alternating_date_circle_timeline.png\";}i:4;a:4:{s:5:\"title\";s:25:\"Alternating Icon Timeline\";s:4:\"name\";s:30:\"blox_alternating_icon_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Timelines/blox_alternating_icon_timeline.png\";}i:5;a:4:{s:5:\"title\";s:11:\"CV Timeline\";s:4:\"name\";s:16:\"blox_cv_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Timelines/blox_cv_timeline.png\";}i:6;a:4:{s:5:\"title\";s:22:\"Simple Linear Timeline\";s:4:\"name\";s:27:\"blox_simple_linear_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Timelines/blox_simple_linear_timeline.png\";}i:7;a:4:{s:5:\"title\";s:20:\"Date Circle Timeline\";s:4:\"name\";s:25:\"blox_date_circle_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Timelines/blox_date_circle_timeline.png\";}i:8;a:4:{s:5:\"title\";s:25:\"Alternating Card Timeline\";s:4:\"name\";s:30:\"blox_alternating_card_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Timelines/blox_alternating_card_timeline.png\";}}s:5:\"Basic\";a:21:{i:0;a:4:{s:5:\"title\";s:5:\"Image\";s:4:\"name\";s:10:\"blox_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:54:\"http://api.bloxbuilder.me/catalog/Basic/blox_image.png\";}i:1;a:4:{s:5:\"title\";s:5:\"Title\";s:4:\"name\";s:5:\"title\";s:6:\"isfree\";b:1;s:5:\"image\";s:49:\"http://api.bloxbuilder.me/catalog/Basic/title.jpg\";}i:2;a:4:{s:5:\"title\";s:9:\"Paragraph\";s:4:\"name\";s:9:\"paragraph\";s:6:\"isfree\";b:1;s:5:\"image\";s:53:\"http://api.bloxbuilder.me/catalog/Basic/paragraph.jpg\";}i:3;a:4:{s:5:\"title\";s:13:\"Joomla Module\";s:4:\"name\";s:13:\"joomla_module\";s:6:\"isfree\";b:1;s:5:\"image\";s:57:\"http://api.bloxbuilder.me/catalog/Basic/joomla_module.jpg\";}i:4;a:4:{s:5:\"title\";s:7:\"Article\";s:4:\"name\";s:7:\"article\";s:6:\"isfree\";b:1;s:5:\"image\";s:51:\"http://api.bloxbuilder.me/catalog/Basic/article.jpg\";}i:5;a:4:{s:5:\"title\";s:7:\"Youtube\";s:4:\"name\";s:7:\"youtube\";s:6:\"isfree\";b:1;s:5:\"image\";s:51:\"http://api.bloxbuilder.me/catalog/Basic/youtube.jpg\";}i:6;a:4:{s:5:\"title\";s:11:\"HTML Editor\";s:4:\"name\";s:11:\"html_editor\";s:6:\"isfree\";b:1;s:5:\"image\";s:55:\"http://api.bloxbuilder.me/catalog/Basic/html_editor.jpg\";}i:7;a:4:{s:5:\"title\";s:14:\"Joomla K2 Item\";s:4:\"name\";s:15:\"joomla_k2_basic\";s:6:\"isfree\";b:1;s:5:\"image\";s:59:\"http://api.bloxbuilder.me/catalog/Basic/joomla_k2_basic.png\";}i:8;a:4:{s:5:\"title\";s:12:\"Audio Player\";s:4:\"name\";s:17:\"blox_audio_player\";s:6:\"isfree\";b:1;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Basic/blox_audio_player.png\";}i:9;a:4:{s:5:\"title\";s:11:\"Empty Space\";s:4:\"name\";s:16:\"blox_empty_space\";s:6:\"isfree\";b:1;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Basic/blox_empty_space.png\";}i:10;a:4:{s:5:\"title\";s:6:\"Button\";s:4:\"name\";s:20:\"solid_rounded_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Basic/solid_rounded_button.png\";}i:11;a:4:{s:5:\"title\";s:4:\"Tabs\";s:4:\"name\";s:15:\"uc_starter_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:59:\"http://api.bloxbuilder.me/catalog/Basic/uc_starter_tabs.jpg\";}i:12;a:4:{s:5:\"title\";s:13:\"Logo and Menu\";s:4:\"name\";s:20:\"blox_one_page_header\";s:6:\"isfree\";b:1;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Basic/blox_one_page_header.png\";}i:13;a:4:{s:5:\"title\";s:20:\"Person / Team Member\";s:4:\"name\";s:22:\"uc_starter_team_member\";s:6:\"isfree\";b:1;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Basic/uc_starter_team_member.jpg\";}i:14;a:4:{s:5:\"title\";s:8:\"Icon Box\";s:4:\"name\";s:19:\"uc_starter_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Basic/uc_starter_icon_box.jpg\";}i:15;a:4:{s:5:\"title\";s:15:\"Countdown Timer\";s:4:\"name\";s:20:\"uc_starter_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Basic/uc_starter_countdown.jpg\";}i:16;a:4:{s:5:\"title\";s:4:\"Icon\";s:4:\"name\";s:15:\"blox_round_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:59:\"http://api.bloxbuilder.me/catalog/Basic/blox_round_icon.png\";}i:17;a:4:{s:5:\"title\";s:10:\"SVG Shapes\";s:4:\"name\";s:13:\"blox_svg_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:57:\"http://api.bloxbuilder.me/catalog/Basic/blox_svg_icon.png\";}i:18;a:4:{s:5:\"title\";s:11:\"Google Maps\";s:4:\"name\";s:11:\"google_maps\";s:6:\"isfree\";b:1;s:5:\"image\";s:55:\"http://api.bloxbuilder.me/catalog/Basic/google_maps.png\";}i:19;a:4:{s:5:\"title\";s:9:\"Lead Form\";s:4:\"name\";s:14:\"blox_lead_form\";s:6:\"isfree\";b:1;s:5:\"image\";s:58:\"http://api.bloxbuilder.me/catalog/Basic/blox_lead_form.png\";}i:20;a:4:{s:5:\"title\";s:19:\"WordPress Shortcode\";s:4:\"name\";s:17:\"blox_wp_shortcode\";s:6:\"isfree\";b:1;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Basic/blox_wp_shortcode.png\";}}s:14:\"Audio Playlist\";a:6:{i:0;a:4:{s:5:\"title\";s:13:\"Dark Playlist\";s:4:\"name\";s:18:\"blox_dark_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Audio Playlist/blox_dark_playlist.png\";}i:1;a:4:{s:5:\"title\";s:14:\"Album Playlist\";s:4:\"name\";s:19:\"blox_album_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Audio Playlist/blox_album_playlist.png\";}i:2;a:4:{s:5:\"title\";s:19:\"Background Playlist\";s:4:\"name\";s:24:\"blox_background_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Audio Playlist/blox_background_playlist.png\";}i:3;a:4:{s:5:\"title\";s:17:\"Material Playlist\";s:4:\"name\";s:22:\"blox_material_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Audio Playlist/blox_material_playlist.png\";}i:4;a:4:{s:5:\"title\";s:17:\"Minified Playlist\";s:4:\"name\";s:22:\"blox_minified_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Audio Playlist/blox_minified_playlist.png\";}i:5;a:4:{s:5:\"title\";s:15:\"Simple Playlist\";s:4:\"name\";s:20:\"blox_simple_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Audio Playlist/blox_simple_playlist.png\";}}s:12:\"Bar Counters\";a:8:{i:0;a:4:{s:5:\"title\";s:18:\"Border Bar Counter\";s:4:\"name\";s:23:\"blox_border_bar_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Bar Counters/blox_border_bar_counter.png\";}i:1;a:4:{s:5:\"title\";s:17:\"Boxed Bar Counter\";s:4:\"name\";s:22:\"blox_boxed_bar_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Bar Counters/blox_boxed_bar_counter.png\";}i:2;a:4:{s:5:\"title\";s:30:\"Mega Bar Counter Number Inside\";s:4:\"name\";s:35:\"blox_mega_bar_counter_number_inside\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/Bar Counters/blox_mega_bar_counter_number_inside.png\";}i:3;a:4:{s:5:\"title\";s:20:\"Gradient Bar Counter\";s:4:\"name\";s:25:\"blox_gradient_bar_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Bar Counters/blox_gradient_bar_counter.png\";}i:4;a:4:{s:5:\"title\";s:16:\"Line Bar Counter\";s:4:\"name\";s:21:\"blox_line_bar_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Bar Counters/blox_line_bar_counter.png\";}i:5;a:4:{s:5:\"title\";s:31:\"Mega Bar Counter Number Outside\";s:4:\"name\";s:36:\"blox_mega_bar_counter_number_outside\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/Bar Counters/blox_mega_bar_counter_number_outside.png\";}i:6;a:4:{s:5:\"title\";s:19:\"Rounded Bar Counter\";s:4:\"name\";s:24:\"blox_rounded_bar_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Bar Counters/blox_rounded_bar_counter.png\";}i:7;a:4:{s:5:\"title\";s:11:\"Bar Counter\";s:4:\"name\";s:24:\"blox_classic_bar_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Bar Counters/blox_classic_bar_counter.png\";}}s:18:\"Content Accordions\";a:24:{i:0;a:4:{s:5:\"title\";s:13:\"Faq Accordion\";s:4:\"name\";s:16:\"uc_faq_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_faq_accordion.jpg\";}i:1;a:4:{s:5:\"title\";s:15:\"Basic Accordion\";s:4:\"name\";s:18:\"uc_basic_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_basic_accordion.jpg\";}i:2;a:4:{s:5:\"title\";s:15:\"Solid Accordion\";s:4:\"name\";s:18:\"uc_solid_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_solid_accordion.jpg\";}i:3;a:4:{s:5:\"title\";s:16:\"Border Accordion\";s:4:\"name\";s:19:\"uc_border_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_border_accordion.jpg\";}i:4;a:4:{s:5:\"title\";s:15:\"Color Accordion\";s:4:\"name\";s:18:\"uc_color_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_color_accordion.jpg\";}i:5;a:4:{s:5:\"title\";s:17:\"Default Accordion\";s:4:\"name\";s:20:\"uc_default_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_default_accordion.jpg\";}i:6;a:4:{s:5:\"title\";s:17:\"Diamond Accordion\";s:4:\"name\";s:20:\"uc_diamond_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_diamond_accordion.jpg\";}i:7;a:4:{s:5:\"title\";s:17:\"Elegant Accordion\";s:4:\"name\";s:20:\"uc_elegant_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_elegant_accordion.jpg\";}i:8;a:4:{s:5:\"title\";s:15:\"Fresh Accordion\";s:4:\"name\";s:18:\"uc_fresh_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_fresh_accordion.jpg\";}i:9;a:4:{s:5:\"title\";s:14:\"Icon Accordion\";s:4:\"name\";s:17:\"uc_icon_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_icon_accordion.jpg\";}i:10;a:4:{s:5:\"title\";s:15:\"Clean Accordion\";s:4:\"name\";s:18:\"uc_clean_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_clean_accordion.jpg\";}i:11;a:4:{s:5:\"title\";s:20:\"Jumbo Icon Accordion\";s:4:\"name\";s:23:\"uc_jumbo_icon_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_jumbo_icon_accordion.jpg\";}i:12;a:4:{s:5:\"title\";s:18:\"Material Accordion\";s:4:\"name\";s:21:\"uc_material_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_material_accordion.jpg\";}i:13;a:4:{s:5:\"title\";s:23:\"Material Icon Accordion\";s:4:\"name\";s:26:\"uc_material_icon_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_material_icon_accordion.jpg\";}i:14;a:4:{s:5:\"title\";s:21:\"Solid Color Accordion\";s:4:\"name\";s:24:\"uc_solid_color_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_solid_color_accordion.jpg\";}i:15;a:4:{s:5:\"title\";s:17:\"Overlap Accordion\";s:4:\"name\";s:20:\"uc_overlap_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_overlap_accordion.jpg\";}i:16;a:4:{s:5:\"title\";s:15:\"White Accordion\";s:4:\"name\";s:18:\"uc_white_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_white_accordion.jpg\";}i:17;a:4:{s:5:\"title\";s:14:\"Plus Accordion\";s:4:\"name\";s:17:\"uc_plus_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_plus_accordion.jpg\";}i:18;a:4:{s:5:\"title\";s:17:\"Rounded accordion\";s:4:\"name\";s:20:\"uc_rounded_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_rounded_accordion.jpg\";}i:19;a:4:{s:5:\"title\";s:14:\"Sexy Accordion\";s:4:\"name\";s:17:\"uc_sexy_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_sexy_accordion.jpg\";}i:20;a:4:{s:5:\"title\";s:17:\"Starter Accordion\";s:4:\"name\";s:20:\"uc_starter_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_starter_accordion.jpg\";}i:21;a:4:{s:5:\"title\";s:16:\"Shadow Accordion\";s:4:\"name\";s:19:\"uc_shadow_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_shadow_accordion.jpg\";}i:22;a:4:{s:5:\"title\";s:15:\"Sharp Accordion\";s:4:\"name\";s:18:\"uc_sharp_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_sharp_accordion.jpg\";}i:23;a:4:{s:5:\"title\";s:24:\"Rounded Subtle Accordion\";s:4:\"name\";s:27:\"uc_rounded_subtle_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Content Accordions/uc_rounded_subtle_accordion.jpg\";}}s:22:\"Article News Scrollers\";a:6:{i:0;a:4:{s:5:\"title\";s:22:\"Material News Scroller\";s:4:\"name\";s:27:\"blox_material_news_scroller\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/Article News Scrollers/blox_material_news_scroller.png\";}i:1;a:4:{s:5:\"title\";s:27:\"News Scroller With Big Date\";s:4:\"name\";s:32:\"blox_news_scroller_with_big_date\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog/Article News Scrollers/blox_news_scroller_with_big_date.png\";}i:2;a:4:{s:5:\"title\";s:32:\"News Scroller With Calendar Date\";s:4:\"name\";s:37:\"blox_news_scroller_with_calendar_date\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"http://api.bloxbuilder.me/catalog/Article News Scrollers/blox_news_scroller_with_calendar_date.png\";}i:3;a:4:{s:5:\"title\";s:35:\"News Scroller With Image Background\";s:4:\"name\";s:40:\"blox_news_scroller_with_image_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog/Article News Scrollers/blox_news_scroller_with_image_background.png\";}i:4;a:4:{s:5:\"title\";s:30:\"News Scroller With Round Image\";s:4:\"name\";s:35:\"blox_news_scroller_with_round_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog/Article News Scrollers/blox_news_scroller_with_round_image.png\";}i:5;a:4:{s:5:\"title\";s:28:\"News Scroller With Thumbnail\";s:4:\"name\";s:33:\"blox_news_scroller_with_thumbnail\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/Article News Scrollers/blox_news_scroller_with_thumbnail.png\";}}s:20:\"Article News Tickers\";a:7:{i:0;a:4:{s:5:\"title\";s:19:\"Classic News Ticker\";s:4:\"name\";s:22:\"uc_classic_news_ticker\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Article News Tickers/uc_classic_news_ticker.png\";}i:1;a:4:{s:5:\"title\";s:20:\"Diagonal News Ticker\";s:4:\"name\";s:25:\"blox_diagonal_news_ticker\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Article News Tickers/blox_diagonal_news_ticker.png\";}i:2;a:4:{s:5:\"title\";s:22:\"Intro Text News Ticker\";s:4:\"name\";s:27:\"blox_intro_text_news_ticker\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/Article News Tickers/blox_intro_text_news_ticker.png\";}i:3;a:4:{s:5:\"title\";s:27:\"News Ticker With Date Label\";s:4:\"name\";s:32:\"blox_news_ticker_with_date_label\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/Article News Tickers/blox_news_ticker_with_date_label.png\";}i:4;a:4:{s:5:\"title\";s:18:\"Pointy News Ticker\";s:4:\"name\";s:23:\"blox_pointy_news_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Article News Tickers/blox_pointy_news_ticker.png\";}i:5;a:4:{s:5:\"title\";s:23:\"Round Image News Ticker\";s:4:\"name\";s:28:\"blox_round_image_news_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/Article News Tickers/blox_round_image_news_ticker.png\";}i:6;a:4:{s:5:\"title\";s:19:\"Rounded News Ticker\";s:4:\"name\";s:24:\"blox_rounded_news_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Article News Tickers/blox_rounded_news_ticker.png\";}}s:8:\"Carousel\";a:22:{i:0;a:4:{s:5:\"title\";s:23:\"Overlay Image  Carousel\";s:4:\"name\";s:25:\"uc_overlay_image_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Carousel/uc_overlay_image_carousel.jpg\";}i:1;a:4:{s:5:\"title\";s:19:\"Image Link Carousel\";s:4:\"name\";s:22:\"uc_image_link_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Carousel/uc_image_link_carousel.jpg\";}i:2;a:4:{s:5:\"title\";s:14:\"Color Carousel\";s:4:\"name\";s:17:\"uc_color_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Carousel/uc_color_carousel.jpg\";}i:3;a:4:{s:5:\"title\";s:24:\"Elegant Overlay Carousel\";s:4:\"name\";s:27:\"uc_overlay_elegant_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Carousel/uc_overlay_elegant_carousel.jpg\";}i:4;a:4:{s:5:\"title\";s:22:\"Overlay Hover Carousel\";s:4:\"name\";s:25:\"uc_overlay_hover_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Carousel/uc_overlay_hover_carousel.jpg\";}i:5;a:4:{s:5:\"title\";s:13:\"Side Carousel\";s:4:\"name\";s:16:\"uc_side_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Carousel/uc_side_carousel.jpg\";}i:6;a:4:{s:5:\"title\";s:16:\"Content Carousel\";s:4:\"name\";s:16:\"content_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Carousel/content_carousel.jpg\";}i:7;a:4:{s:5:\"title\";s:15:\"Offset Carousel\";s:4:\"name\";s:18:\"uc_offset_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Carousel/uc_offset_carousel.jpg\";}i:8;a:4:{s:5:\"title\";s:19:\"Solid Side Carousel\";s:4:\"name\";s:22:\"uc_solid_side_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Carousel/uc_solid_side_carousel.jpg\";}i:9;a:4:{s:5:\"title\";s:18:\"White Carousel box\";s:4:\"name\";s:21:\"uc_white_carousel_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Carousel/uc_white_carousel_box.jpg\";}i:10;a:4:{s:5:\"title\";s:16:\"Classic Carousel\";s:4:\"name\";s:19:\"uc_classic_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Carousel/uc_classic_carousel.jpg\";}i:11;a:4:{s:5:\"title\";s:13:\"Dark Carousel\";s:4:\"name\";s:16:\"uc_dark_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Carousel/uc_dark_carousel.jpg\";}i:12;a:4:{s:5:\"title\";s:16:\"Elegant Carousel\";s:4:\"name\";s:19:\"uc_elegant_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Carousel/uc_elegant_carousel.jpg\";}i:13;a:4:{s:5:\"title\";s:13:\"Icon Carousel\";s:4:\"name\";s:16:\"uc_icon_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Carousel/uc_icon_carousel.jpg\";}i:14;a:4:{s:5:\"title\";s:14:\"Clean Carousel\";s:4:\"name\";s:17:\"uc_clean_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Carousel/uc_clean_carousel.jpg\";}i:15;a:4:{s:5:\"title\";s:14:\"Image Carousel\";s:4:\"name\";s:17:\"uc_image_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Carousel/uc_image_carousel.jpg\";}i:16;a:4:{s:5:\"title\";s:17:\"Material Carousel\";s:4:\"name\";s:20:\"uc_material_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Carousel/uc_material_carousel.jpg\";}i:17;a:4:{s:5:\"title\";s:16:\"Overlap Carousel\";s:4:\"name\";s:19:\"uc_overlap_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Carousel/uc_overlap_carousel.jpg\";}i:18;a:4:{s:5:\"title\";s:16:\"Overlay Carousel\";s:4:\"name\";s:19:\"uc_overlay_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Carousel/uc_overlay_carousel.jpg\";}i:19;a:4:{s:5:\"title\";s:19:\"Very Clean Carousel\";s:4:\"name\";s:22:\"uc_very_clean_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Carousel/uc_very_clean_carousel.jpg\";}i:20;a:4:{s:5:\"title\";s:25:\"Icon Content Box Carousel\";s:4:\"name\";s:25:\"icon_content_box_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Carousel/icon_content_box_carousel.jpg\";}i:21;a:4:{s:5:\"title\";s:21:\"Three Column Carousel\";s:4:\"name\";s:24:\"uc_three_column_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Carousel/uc_three_column_carousel.png\";}}s:17:\"Article Carousels\";a:7:{i:0;a:4:{s:5:\"title\";s:31:\"Article Overlay Image  Carousel\";s:4:\"name\";s:33:\"uc_article_overlay_image_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/Article Carousels/uc_article_overlay_image_carousel.jpg\";}i:1;a:4:{s:5:\"title\";s:32:\"Article Elegant Overlay Carousel\";s:4:\"name\";s:35:\"uc_article_overlay_elegant_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/Article Carousels/uc_article_overlay_elegant_carousel.jpg\";}i:2;a:4:{s:5:\"title\";s:24:\"Article Classic Carousel\";s:4:\"name\";s:27:\"uc_article_classic_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Article Carousels/uc_article_classic_carousel.jpg\";}i:3;a:4:{s:5:\"title\";s:21:\"Article Dark Carousel\";s:4:\"name\";s:24:\"uc_article_dark_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Article Carousels/uc_article_dark_carousel.jpg\";}i:4;a:4:{s:5:\"title\";s:24:\"Article Elegant Carousel\";s:4:\"name\";s:27:\"uc_article_elegant_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Article Carousels/uc_article_elegant_carousel.jpg\";}i:5;a:4:{s:5:\"title\";s:24:\"Article Overlap Carousel\";s:4:\"name\";s:27:\"uc_article_overlap_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Article Carousels/uc_article_overlap_carousel.jpg\";}i:6;a:4:{s:5:\"title\";s:24:\"Article Content Carousel\";s:4:\"name\";s:27:\"uc_article_content_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Article Carousels/uc_article_content_carousel.jpg\";}}s:12:\"Article Tabs\";a:8:{i:0;a:4:{s:5:\"title\";s:17:\"Article Bold Tabs\";s:4:\"name\";s:22:\"blox_article_bold_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Article Tabs/blox_article_bold_tabs.jpg\";}i:1;a:4:{s:5:\"title\";s:20:\"Article Rounded Tabs\";s:4:\"name\";s:25:\"blox_article_rounded_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Article Tabs/blox_article_rounded_tabs.jpg\";}i:2;a:4:{s:5:\"title\";s:23:\"Article Border Top Tabs\";s:4:\"name\";s:28:\"blox_article_border_top_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Article Tabs/blox_article_border_top_tabs.jpg\";}i:3;a:4:{s:5:\"title\";s:15:\"Article Bw Tabs\";s:4:\"name\";s:20:\"blox_article_bw_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Article Tabs/blox_article_bw_tabs.jpg\";}i:4;a:4:{s:5:\"title\";s:18:\"Article Clean Tabs\";s:4:\"name\";s:23:\"blox_article_clean_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Article Tabs/blox_article_clean_tabs.jpg\";}i:5;a:4:{s:5:\"title\";s:21:\"Article Material Tabs\";s:4:\"name\";s:26:\"blox_article_material_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Article Tabs/blox_article_material_tabs.jpg\";}i:6;a:4:{s:5:\"title\";s:19:\"Article Border Tabs\";s:4:\"name\";s:24:\"blox_article_border_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Article Tabs/blox_article_border_tabs.jpg\";}i:7;a:4:{s:5:\"title\";s:19:\"Article Simple Tabs\";s:4:\"name\";s:24:\"blox_article_simple_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Article Tabs/blox_article_simple_tabs.jpg\";}}s:12:\"Content Tabs\";a:22:{i:0;a:4:{s:5:\"title\";s:9:\"Bold Tabs\";s:4:\"name\";s:9:\"bold_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Content Tabs/bold_tabs.jpg\";}i:1;a:4:{s:5:\"title\";s:11:\"Simple Tabs\";s:4:\"name\";s:11:\"simple_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Content Tabs/simple_tabs.jpg\";}i:2;a:4:{s:5:\"title\";s:12:\"Rainbow Tabs\";s:4:\"name\";s:15:\"uc_rainbow_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_rainbow_tabs.jpg\";}i:3;a:4:{s:5:\"title\";s:10:\"Arrow Tabs\";s:4:\"name\";s:13:\"uc_arrow_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_arrow_tabs.jpg\";}i:4;a:4:{s:5:\"title\";s:11:\"Border Tabs\";s:4:\"name\";s:14:\"uc_border_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_border_tabs.jpg\";}i:5;a:4:{s:5:\"title\";s:15:\"Border Top Tabs\";s:4:\"name\";s:18:\"uc_border_top_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_border_top_tabs.jpg\";}i:6;a:4:{s:5:\"title\";s:11:\"Bullet Tabs\";s:4:\"name\";s:14:\"uc_bullet_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_bullet_tabs.jpg\";}i:7;a:4:{s:5:\"title\";s:7:\"Bw Tabs\";s:4:\"name\";s:10:\"uc_bw_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_bw_tabs.jpg\";}i:8;a:4:{s:5:\"title\";s:12:\"Default Tabs\";s:4:\"name\";s:15:\"uc_default_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_default_tabs.jpg\";}i:9;a:4:{s:5:\"title\";s:17:\"Elegant Side Tabs\";s:4:\"name\";s:20:\"uc_elegant_side_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_elegant_side_tabs.jpg\";}i:10;a:4:{s:5:\"title\";s:12:\"Elegant Tabs\";s:4:\"name\";s:15:\"uc_elegant_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_elegant_tabs.jpg\";}i:11;a:4:{s:5:\"title\";s:11:\"Folder Tabs\";s:4:\"name\";s:14:\"uc_folder_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_folder_tabs.jpg\";}i:12;a:4:{s:5:\"title\";s:10:\"Jumbo tabs\";s:4:\"name\";s:13:\"uc_jumbo_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_jumbo_tabs.jpg\";}i:13;a:4:{s:5:\"title\";s:19:\"Rainbow Border Tabs\";s:4:\"name\";s:22:\"uc_rainbow_border_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_rainbow_border_tabs.jpg\";}i:14;a:4:{s:5:\"title\";s:12:\"Rounded tabs\";s:4:\"name\";s:15:\"uc_rounded_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_rounded_tabs.jpg\";}i:15;a:4:{s:5:\"title\";s:15:\"Side Solid Tabs\";s:4:\"name\";s:18:\"uc_side_solid_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_side_solid_tabs.jpg\";}i:16;a:4:{s:5:\"title\";s:10:\"Solid Tabs\";s:4:\"name\";s:13:\"uc_solid_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_solid_tabs.jpg\";}i:17;a:4:{s:5:\"title\";s:16:\"Super Clean Tabs\";s:4:\"name\";s:19:\"uc_super_clean_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Content Tabs/uc_super_clean_tabs.jpg\";}i:18;a:4:{s:5:\"title\";s:10:\"Clean Tabs\";s:4:\"name\";s:10:\"clean_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Content Tabs/clean_tabs.jpg\";}i:19;a:4:{s:5:\"title\";s:9:\"Icon Tabs\";s:4:\"name\";s:9:\"icon_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Content Tabs/icon_tabs.jpg\";}i:20;a:4:{s:5:\"title\";s:13:\"Material Tabs\";s:4:\"name\";s:13:\"material_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Content Tabs/material_tabs.jpg\";}i:21;a:4:{s:5:\"title\";s:13:\"Vertical Tabs\";s:4:\"name\";s:13:\"vertical_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Content Tabs/vertical_tabs.jpg\";}}s:18:\"Article Accordions\";a:13:{i:0;a:4:{s:5:\"title\";s:21:\"Article FAQ Accordion\";s:4:\"name\";s:21:\"article_faq_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Article Accordions/article_faq_accordion.jpg\";}i:1;a:4:{s:5:\"title\";s:22:\"Article Plus Accordion\";s:4:\"name\";s:22:\"uc_plus_accordion_copy\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Article Accordions/uc_plus_accordion_copy.jpg\";}i:2;a:4:{s:5:\"title\";s:23:\"Article Basic Accordion\";s:4:\"name\";s:23:\"article_basic_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Article Accordions/article_basic_accordion.jpg\";}i:3;a:4:{s:5:\"title\";s:23:\"Article Color Accordion\";s:4:\"name\";s:23:\"article_color_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Article Accordions/article_color_accordion.jpg\";}i:4;a:4:{s:5:\"title\";s:25:\"Article Elegant Accordion\";s:4:\"name\";s:25:\"article_elegant_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Article Accordions/article_elegant_accordion.jpg\";}i:5;a:4:{s:5:\"title\";s:23:\"Article Fresh Accordion\";s:4:\"name\";s:23:\"uc_fresh_accordion_copy\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Article Accordions/uc_fresh_accordion_copy.jpg\";}i:6;a:4:{s:5:\"title\";s:26:\"Article Material Accordion\";s:4:\"name\";s:26:\"uc_material_accordion_copy\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Article Accordions/uc_material_accordion_copy.jpg\";}i:7;a:4:{s:5:\"title\";s:25:\"Article Overlap Accordion\";s:4:\"name\";s:25:\"uc_overlap_accordion_copy\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Article Accordions/uc_overlap_accordion_copy.jpg\";}i:8;a:4:{s:5:\"title\";s:25:\"Article Rounded accordion\";s:4:\"name\";s:25:\"article_rounded_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Article Accordions/article_rounded_accordion.jpg\";}i:9;a:4:{s:5:\"title\";s:24:\"Article Shadow Accordion\";s:4:\"name\";s:24:\"article_shadow_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Article Accordions/article_shadow_accordion.jpg\";}i:10;a:4:{s:5:\"title\";s:23:\"Article Sharp Accordion\";s:4:\"name\";s:23:\"article_sharp_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Article Accordions/article_sharp_accordion.jpg\";}i:11;a:4:{s:5:\"title\";s:23:\"Article Clean Accordion\";s:4:\"name\";s:23:\"article_clean_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Article Accordions/article_clean_accordion.jpg\";}i:12;a:4:{s:5:\"title\";s:32:\"Article Rounded Subtle Accordion\";s:4:\"name\";s:32:\"article_rounded_subtle_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/Article Accordions/article_rounded_subtle_accordion.jpg\";}}s:14:\"Simple Sliders\";a:21:{i:0;a:4:{s:5:\"title\";s:16:\"Adventure Slider\";s:4:\"name\";s:16:\"adventure_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Simple Sliders/adventure_slider.jpg\";}i:1;a:4:{s:5:\"title\";s:13:\"Artist Slider\";s:4:\"name\";s:16:\"uc_artist_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_artist_slider.jpg\";}i:2;a:4:{s:5:\"title\";s:14:\"Content Slider\";s:4:\"name\";s:17:\"uc_content_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_content_slider.jpg\";}i:3;a:4:{s:5:\"title\";s:15:\"Designer Slider\";s:4:\"name\";s:18:\"uc_designer_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_designer_slider.jpg\";}i:4;a:4:{s:5:\"title\";s:14:\"Fashion Slider\";s:4:\"name\";s:17:\"uc_fashion_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_fashion_slider.jpg\";}i:5;a:4:{s:5:\"title\";s:14:\"Extreme Slider\";s:4:\"name\";s:17:\"uc_extreme_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_extreme_slider.jpg\";}i:6;a:4:{s:5:\"title\";s:13:\"Design Slider\";s:4:\"name\";s:16:\"uc_design_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_design_slider.jpg\";}i:7;a:4:{s:5:\"title\";s:11:\"Food Slider\";s:4:\"name\";s:14:\"uc_food_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_food_slider.jpg\";}i:8;a:4:{s:5:\"title\";s:11:\"Icon Slider\";s:4:\"name\";s:14:\"uc_icon_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_icon_slider.jpg\";}i:9;a:4:{s:5:\"title\";s:15:\"Interior Slider\";s:4:\"name\";s:18:\"uc_interior_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_interior_slider.jpg\";}i:10;a:4:{s:5:\"title\";s:15:\"Material Slider\";s:4:\"name\";s:18:\"uc_material_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_material_slider.jpg\";}i:11;a:4:{s:5:\"title\";s:11:\"Sexy Slider\";s:4:\"name\";s:14:\"uc_sexy_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_sexy_slider.jpg\";}i:12;a:4:{s:5:\"title\";s:12:\"Tasty Slider\";s:4:\"name\";s:15:\"uc_tasty_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_tasty_slider.jpg\";}i:13;a:4:{s:5:\"title\";s:11:\"Tech Slider\";s:4:\"name\";s:14:\"uc_tech_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_tech_slider.jpg\";}i:14;a:4:{s:5:\"title\";s:13:\"Travel Slider\";s:4:\"name\";s:16:\"uc_travel_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_travel_slider.jpg\";}i:15;a:4:{s:5:\"title\";s:14:\"Product Slider\";s:4:\"name\";s:17:\"uc_product_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_product_slider.jpg\";}i:16;a:4:{s:5:\"title\";s:12:\"Solid Slider\";s:4:\"name\";s:15:\"uc_solid_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_solid_slider.jpg\";}i:17;a:4:{s:5:\"title\";s:12:\"Phone Slider\";s:4:\"name\";s:15:\"uc_phone_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_phone_slider.jpg\";}i:18;a:4:{s:5:\"title\";s:12:\"Sport Slider\";s:4:\"name\";s:15:\"uc_sport_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_sport_slider.jpg\";}i:19;a:4:{s:5:\"title\";s:12:\"Split Slider\";s:4:\"name\";s:15:\"uc_split_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_split_slider.jpg\";}i:20;a:4:{s:5:\"title\";s:17:\"Responsive Slider\";s:4:\"name\";s:23:\"uc_responsive_slider_vc\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Simple Sliders/uc_responsive_slider_vc.jpg\";}}s:7:\"Banners\";a:40:{i:0;a:4:{s:5:\"title\";s:20:\"Hover Overlay Banner\";s:4:\"name\";s:23:\"uc_hover_overlay_banner\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Banners/uc_hover_overlay_banner.jpg\";}i:1;a:4:{s:5:\"title\";s:25:\"Image Hover Marley Effect\";s:4:\"name\";s:21:\"uc_image_hover_marley\";s:6:\"isfree\";b:1;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_marley.png\";}i:2;a:4:{s:5:\"title\";s:15:\"Material Banner\";s:4:\"name\";s:15:\"material_banner\";s:6:\"isfree\";b:1;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Banners/material_banner.png\";}i:3;a:4:{s:5:\"title\";s:14:\"Starter Banner\";s:4:\"name\";s:17:\"uc_starter_banner\";s:6:\"isfree\";b:1;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Banners/uc_starter_banner.jpg\";}i:4;a:4:{s:5:\"title\";s:24:\"Image Hover Bubba Effect\";s:4:\"name\";s:20:\"uc_image_hover_bubba\";s:6:\"isfree\";b:1;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_bubba.png\";}i:5;a:4:{s:5:\"title\";s:16:\"Mega Icon Banner\";s:4:\"name\";s:19:\"uc_mega_icon_banner\";s:6:\"isfree\";b:1;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Banners/uc_mega_icon_banner.jpg\";}i:6;a:4:{s:5:\"title\";s:23:\"Background Image Banner\";s:4:\"name\";s:27:\"new_background_image_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Banners/new_background_image_banner.jpg\";}i:7;a:4:{s:5:\"title\";s:15:\"Centered Banner\";s:4:\"name\";s:15:\"centered_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Banners/centered_banner.png\";}i:8;a:4:{s:5:\"title\";s:14:\"Classic Banner\";s:4:\"name\";s:14:\"classic_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Banners/classic_banner.png\";}i:9;a:4:{s:5:\"title\";s:20:\"Image Overlay Banner\";s:4:\"name\";s:20:\"image_overlay_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Banners/image_overlay_banner.png\";}i:10;a:4:{s:5:\"title\";s:20:\"Starter Discount Box\";s:4:\"name\";s:23:\"uc_starter_discount_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Banners/uc_starter_discount_box.jpg\";}i:11;a:4:{s:5:\"title\";s:12:\"Timer Banner\";s:4:\"name\";s:12:\"timer_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:58:\"http://api.bloxbuilder.me/catalog/Banners/timer_banner.png\";}i:12;a:4:{s:5:\"title\";s:20:\"White Overlay Banner\";s:4:\"name\";s:20:\"white_overlay_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Banners/white_overlay_banner.png\";}i:13;a:4:{s:5:\"title\";s:14:\"Zoom In Banner\";s:4:\"name\";s:14:\"zoom_in_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Banners/zoom_in_banner.png\";}i:14;a:4:{s:5:\"title\";s:22:\"Animated Border Banner\";s:4:\"name\";s:25:\"uc_animated_border_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Banners/uc_animated_border_banner.png\";}i:15;a:4:{s:5:\"title\";s:30:\"Background Image Banner Simple\";s:4:\"name\";s:30:\"background_image_banner_simple\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Banners/background_image_banner_simple.png\";}i:16;a:4:{s:5:\"title\";s:13:\"Bold CTA Line\";s:4:\"name\";s:13:\"bold_cta_line\";s:6:\"isfree\";b:0;s:5:\"image\";s:59:\"http://api.bloxbuilder.me/catalog/Banners/bold_cta_line.png\";}i:17;a:4:{s:5:\"title\";s:24:\"Image Hover Layla Effect\";s:4:\"name\";s:20:\"uc_image_hover_layla\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_layla.png\";}i:18;a:4:{s:5:\"title\";s:17:\"Image Icon Banner\";s:4:\"name\";s:17:\"image_icon_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Banners/image_icon_banner.png\";}i:19;a:4:{s:5:\"title\";s:23:\"Image Hover Lily Effect\";s:4:\"name\";s:19:\"uc_image_hover_lily\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_lily.png\";}i:20;a:4:{s:5:\"title\";s:18:\"Typograyphy Banner\";s:4:\"name\";s:21:\"uc_typograyphy_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Banners/uc_typograyphy_banner.jpg\";}i:21;a:4:{s:5:\"title\";s:17:\"Image Product Box\";s:4:\"name\";s:17:\"image_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Banners/image_product_box.png\";}i:22;a:4:{s:5:\"title\";s:24:\"Image Hover Oscar Effect\";s:4:\"name\";s:20:\"uc_image_hover_oscar\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_oscar.png\";}i:23;a:4:{s:5:\"title\";s:15:\"Simple CTA Line\";s:4:\"name\";s:15:\"simple_cta_line\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Banners/simple_cta_line.png\";}i:24;a:4:{s:5:\"title\";s:24:\"Image Hover Sadie Effect\";s:4:\"name\";s:20:\"uc_image_hover_sadie\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_sadie.png\";}i:25;a:4:{s:5:\"title\";s:15:\"Standard Banner\";s:4:\"name\";s:18:\"uc_standard_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Banners/uc_standard_banner.jpg\";}i:26;a:4:{s:5:\"title\";s:22:\"Image Hover Zoe Effect\";s:4:\"name\";s:18:\"uc_image_hover_zoe\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_zoe.png\";}i:27;a:4:{s:5:\"title\";s:12:\"Basic Banner\";s:4:\"name\";s:15:\"uc_basic_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Banners/uc_basic_banner.png\";}i:28;a:4:{s:5:\"title\";s:21:\"Border Overlay Banner\";s:4:\"name\";s:24:\"uc_border_overlay_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Banners/uc_border_overlay_banner.jpg\";}i:29;a:4:{s:5:\"title\";s:24:\"Image Hover Chico Effect\";s:4:\"name\";s:20:\"uc_image_hover_chico\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_chico.png\";}i:30;a:4:{s:5:\"title\";s:14:\"Caption Banner\";s:4:\"name\";s:17:\"uc_caption_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Banners/uc_caption_banner.jpg\";}i:31;a:4:{s:5:\"title\";s:25:\"Image Hover Dexter Effect\";s:4:\"name\";s:21:\"uc_image_hover_dexter\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_dexter.png\";}i:32;a:4:{s:5:\"title\";s:23:\"Image Hover Milo Effect\";s:4:\"name\";s:19:\"uc_image_hover_milo\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_milo.png\";}i:33;a:4:{s:5:\"title\";s:19:\"Material Top Banner\";s:4:\"name\";s:22:\"uc_material_top_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Banners/uc_material_top_banner.jpg\";}i:34;a:4:{s:5:\"title\";s:24:\"Image Hover Romeo Effect\";s:4:\"name\";s:20:\"uc_image_hover_romeo\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_romeo.png\";}i:35;a:4:{s:5:\"title\";s:14:\"Overlay Banner\";s:4:\"name\";s:17:\"uc_overlay_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Banners/uc_overlay_banner.jpg\";}i:36;a:4:{s:5:\"title\";s:23:\"Image Hover Roxy Effect\";s:4:\"name\";s:19:\"uc_image_hover_roxy\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_roxy.png\";}i:37;a:4:{s:5:\"title\";s:17:\"Side Solid Banner\";s:4:\"name\";s:20:\"uc_side_solid_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Banners/uc_side_solid_banner.jpg\";}i:38;a:4:{s:5:\"title\";s:23:\"Image Hover Ruby Effect\";s:4:\"name\";s:19:\"uc_image_hover_ruby\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_ruby.png\";}i:39;a:4:{s:5:\"title\";s:24:\"Image Hover Sarah Effect\";s:4:\"name\";s:20:\"uc_image_hover_sarah\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Banners/uc_image_hover_sarah.png\";}}s:14:\"Pricing Tables\";a:27:{i:0;a:4:{s:5:\"title\";s:22:\"Bold Color Price Table\";s:4:\"name\";s:22:\"bold_color_price_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Pricing Tables/bold_color_price_table.png\";}i:1;a:4:{s:5:\"title\";s:23:\"Bold Simple Price Table\";s:4:\"name\";s:23:\"bold_simple_price_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Pricing Tables/bold_simple_price_table.jpg\";}i:2;a:4:{s:5:\"title\";s:24:\"Icon Solid Pricing Table\";s:4:\"name\";s:24:\"icon_solid_pricing_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Pricing Tables/icon_solid_pricing_table.png\";}i:3;a:4:{s:5:\"title\";s:18:\"Pricing Border Box\";s:4:\"name\";s:21:\"uc_pricing_border_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Pricing Tables/uc_pricing_border_box.png\";}i:4;a:4:{s:5:\"title\";s:27:\"Gradient Stripe Pricing Box\";s:4:\"name\";s:30:\"uc_gradient_stripe_pricing_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Pricing Tables/uc_gradient_stripe_pricing_box.png\";}i:5;a:4:{s:5:\"title\";s:18:\"Subtle Price Table\";s:4:\"name\";s:18:\"subtle_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Pricing Tables/subtle_price_table.jpg\";}i:6;a:4:{s:5:\"title\";s:23:\"Alternating Price Table\";s:4:\"name\";s:23:\"alternating_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Pricing Tables/alternating_price_table.jpg\";}i:7;a:4:{s:5:\"title\";s:18:\"Custom Price Table\";s:4:\"name\";s:18:\"custom_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Pricing Tables/custom_price_table.jpg\";}i:8;a:4:{s:5:\"title\";s:20:\"Diagonal Price Table\";s:4:\"name\";s:20:\"diagonal_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Pricing Tables/diagonal_price_table.jpg\";}i:9;a:4:{s:5:\"title\";s:18:\"Expert Price Table\";s:4:\"name\";s:18:\"expert_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Pricing Tables/expert_price_table.jpg\";}i:10;a:4:{s:5:\"title\";s:22:\"Full Color Price Table\";s:4:\"name\";s:22:\"full_color_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Pricing Tables/full_color_price_table.jpg\";}i:11;a:4:{s:5:\"title\";s:20:\"Gradient Price Table\";s:4:\"name\";s:20:\"gradient_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Pricing Tables/gradient_price_table.jpg\";}i:12;a:4:{s:5:\"title\";s:16:\"Icon Price Table\";s:4:\"name\";s:16:\"icon_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Pricing Tables/icon_price_table.png\";}i:13;a:4:{s:5:\"title\";s:17:\"Image Price Table\";s:4:\"name\";s:17:\"image_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Pricing Tables/image_price_table.jpg\";}i:14;a:4:{s:5:\"title\";s:17:\"Jumbo Price Table\";s:4:\"name\";s:17:\"jumbo_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Pricing Tables/jumbo_price_table.jpg\";}i:15;a:4:{s:5:\"title\";s:16:\"Mega Price Table\";s:4:\"name\";s:16:\"mega_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Pricing Tables/mega_price_table.jpg\";}i:16;a:4:{s:5:\"title\";s:18:\"Simple Price Table\";s:4:\"name\";s:18:\"simple_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Pricing Tables/simple_price_table.jpg\";}i:17;a:4:{s:5:\"title\";s:16:\"Mini Price Table\";s:4:\"name\";s:19:\"minimal_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Pricing Tables/minimal_price_table.png\";}i:18;a:4:{s:5:\"title\";s:24:\"Professional Price Table\";s:4:\"name\";s:24:\"professional_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Pricing Tables/professional_price_table.jpg\";}i:19;a:4:{s:5:\"title\";s:15:\"Row Price Table\";s:4:\"name\";s:15:\"row_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Pricing Tables/row_price_table.png\";}i:20;a:4:{s:5:\"title\";s:17:\"Clean Price Table\";s:4:\"name\";s:17:\"clean_price_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Pricing Tables/clean_price_table.jpg\";}i:21;a:4:{s:5:\"title\";s:32:\"Pricing Table By Bradley Treweek\";s:4:\"name\";s:32:\"pricing_table_by_bradley_treweek\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog/Pricing Tables/pricing_table_by_bradley_treweek.png\";}i:22;a:4:{s:5:\"title\";s:29:\"Round Animated Pricing Tables\";s:4:\"name\";s:29:\"round_animated_pricing_tables\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Pricing Tables/round_animated_pricing_tables.jpg\";}i:23;a:4:{s:5:\"title\";s:13:\"Pricing Table\";s:4:\"name\";s:22:\"uc_starter_price_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Pricing Tables/uc_starter_price_table.jpg\";}i:24;a:4:{s:5:\"title\";s:26:\"Simple Flat Pricing Detail\";s:4:\"name\";s:26:\"simple_flat_pricing_detail\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Pricing Tables/simple_flat_pricing_detail.jpg\";}i:25;a:4:{s:5:\"title\";s:18:\"Wave Pricing Table\";s:4:\"name\";s:23:\"blox_wave_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Pricing Tables/blox_wave_pricing_table.png\";}i:26;a:4:{s:5:\"title\";s:23:\"Top Solid Pricing Table\";s:4:\"name\";s:26:\"uc_top_solid_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Pricing Tables/uc_top_solid_pricing_table.png\";}}s:12:\"Testimonials\";a:27:{i:0;a:4:{s:5:\"title\";s:18:\"Circle Testimonial\";s:4:\"name\";s:18:\"circle_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Testimonials/circle_testimonial.png\";}i:1;a:4:{s:5:\"title\";s:19:\"Cursive Testimonial\";s:4:\"name\";s:22:\"uc_cursive_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_cursive_testimonial.png\";}i:2;a:4:{s:5:\"title\";s:15:\"Diagonal Rating\";s:4:\"name\";s:18:\"uc_diagonal_rating\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_diagonal_rating.png\";}i:3;a:4:{s:5:\"title\";s:19:\"Customer Review Box\";s:4:\"name\";s:19:\"customer_review_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Testimonials/customer_review_box.png\";}i:4;a:4:{s:5:\"title\";s:21:\"Bold Customer Reviews\";s:4:\"name\";s:21:\"bold_customer_reviews\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Testimonials/bold_customer_reviews.png\";}i:5;a:4:{s:5:\"title\";s:26:\"Clean Testemonial Carousel\";s:4:\"name\";s:26:\"clean_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Testimonials/clean_testemonial_carousel.png\";}i:6;a:4:{s:5:\"title\";s:23:\"Background Image Review\";s:4:\"name\";s:25:\"uc_background_mage_review\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_background_mage_review.png\";}i:7;a:4:{s:5:\"title\";s:19:\"Client Testemonials\";s:4:\"name\";s:19:\"client_testemonials\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Testimonials/client_testemonials.png\";}i:8;a:4:{s:5:\"title\";s:15:\"Customer Rating\";s:4:\"name\";s:15:\"customer_rating\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Testimonials/customer_rating.png\";}i:9;a:4:{s:5:\"title\";s:14:\"Hexagon Review\";s:4:\"name\";s:17:\"uc_hexagon_review\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_hexagon_review.png\";}i:10;a:4:{s:5:\"title\";s:13:\"Pointy Review\";s:4:\"name\";s:16:\"uc_pointy_review\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_pointy_review.png\";}i:11;a:4:{s:5:\"title\";s:31:\"Responsive Testimonial Carousel\";s:4:\"name\";s:31:\"responsive_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Testimonials/responsive_testemonial_carousel.png\";}i:12;a:4:{s:5:\"title\";s:14:\"Rounded Review\";s:4:\"name\";s:17:\"uc_rounded_review\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_rounded_review.png\";}i:13;a:4:{s:5:\"title\";s:29:\"Two User Testemonial Carousel\";s:4:\"name\";s:29:\"two_user_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Testimonials/two_user_testemonial_carousel.png\";}i:14;a:4:{s:5:\"title\";s:18:\"Shadow Testimonial\";s:4:\"name\";s:21:\"uc_shadow_testimonial\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_shadow_testimonial.png\";}i:15;a:4:{s:5:\"title\";s:18:\"Square Testimonial\";s:4:\"name\";s:21:\"uc_square_testimonial\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_square_testimonial.png\";}i:16;a:4:{s:5:\"title\";s:21:\"Clean Testimonial Box\";s:4:\"name\";s:24:\"uc_clean_testimonial_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_clean_testimonial_box.png\";}i:17;a:4:{s:5:\"title\";s:15:\"Centered Rating\";s:4:\"name\";s:15:\"centered_rating\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Testimonials/centered_rating.png\";}i:18;a:4:{s:5:\"title\";s:24:\"Giant Circle Testimonial\";s:4:\"name\";s:24:\"giant_circle_testimonial\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Testimonials/giant_circle_testimonial.png\";}i:19;a:4:{s:5:\"title\";s:27:\"Client Testimonial Carousel\";s:4:\"name\";s:30:\"uc_client_testimonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_client_testimonial_carousel.png\";}i:20;a:4:{s:5:\"title\";s:16:\"Logo Testimonial\";s:4:\"name\";s:16:\"logo_testimonial\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Testimonials/logo_testimonial.png\";}i:21;a:4:{s:5:\"title\";s:18:\"Pointy Testimonial\";s:4:\"name\";s:18:\"pointy_testimonial\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Testimonials/pointy_testimonial.png\";}i:22;a:4:{s:5:\"title\";s:20:\"Standard Testimonial\";s:4:\"name\";s:23:\"uc_standard_testimonial\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_standard_testimonial.png\";}i:23;a:4:{s:5:\"title\";s:14:\"Pro Review Box\";s:4:\"name\";s:14:\"pro_review_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:0:\"\";}i:24;a:4:{s:5:\"title\";s:22:\"Simple Testimonial Box\";s:4:\"name\";s:25:\"uc_simple_testimonial_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_simple_testimonial_box.png\";}i:25;a:4:{s:5:\"title\";s:26:\"Swipe Testimonial Carousel\";s:4:\"name\";s:29:\"uc_swipe_testimonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_swipe_testimonial_carousel.png\";}i:26;a:4:{s:5:\"title\";s:11:\"Testimonial\";s:4:\"name\";s:22:\"uc_colored_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Testimonials/uc_colored_testimonial.png\";}}s:13:\"Content Boxes\";a:51:{i:0;a:4:{s:5:\"title\";s:20:\"Animated Feature Box\";s:4:\"name\";s:20:\"animated_feature_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Content Boxes/animated_feature_box.jpg\";}i:1;a:4:{s:5:\"title\";s:23:\"Content Box Zoom Effect\";s:4:\"name\";s:23:\"content_box_zoom_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Content Boxes/content_box_zoom_effect.jpg\";}i:2;a:4:{s:5:\"title\";s:18:\"Stfnet Classic Box\";s:4:\"name\";s:18:\"stfnet_classic_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Content Boxes/stfnet_classic_box.jpg\";}i:3;a:4:{s:5:\"title\";s:15:\"Wow Content Box\";s:4:\"name\";s:15:\"wow_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Content Boxes/wow_content_box.png\";}i:4;a:4:{s:5:\"title\";s:22:\"Icon Image Content Box\";s:4:\"name\";s:22:\"icon_image_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Content Boxes/icon_image_content_box.jpg\";}i:5;a:4:{s:5:\"title\";s:16:\"Elegant Icon Box\";s:4:\"name\";s:16:\"elegant_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Content Boxes/elegant_icon_box.jpg\";}i:6;a:4:{s:5:\"title\";s:27:\"Service Box With Round Icon\";s:4:\"name\";s:27:\"service_box_with_round_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Content Boxes/service_box_with_round_icon.jpg\";}i:7;a:4:{s:5:\"title\";s:15:\"Simple Icon Box\";s:4:\"name\";s:15:\"simple_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Content Boxes/simple_icon_box.jpg\";}i:8;a:4:{s:5:\"title\";s:16:\"Material Content\";s:4:\"name\";s:28:\"uc_material_carousel_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_material_carousel_content.jpg\";}i:9;a:4:{s:5:\"title\";s:9:\"Magic Box\";s:4:\"name\";s:9:\"magic_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Content Boxes/magic_box.png\";}i:10;a:4:{s:5:\"title\";s:15:\"Elegant Content\";s:4:\"name\";s:27:\"uc_elegant_carousel_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_elegant_carousel_content.jpg\";}i:11;a:4:{s:5:\"title\";s:13:\"Clean Content\";s:4:\"name\";s:16:\"uc_clean_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_clean_content.jpg\";}i:12;a:4:{s:5:\"title\";s:13:\"Image Content\";s:4:\"name\";s:25:\"uc_image_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_image_carousel_content.jpg\";}i:13;a:4:{s:5:\"title\";s:16:\"Bold Content Box\";s:4:\"name\";s:16:\"bold_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Content Boxes/bold_content_box.jpg\";}i:14;a:4:{s:5:\"title\";s:21:\"Overlay Hover Content\";s:4:\"name\";s:33:\"uc_overlay_hover_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_overlay_hover_carousel_content.jpg\";}i:15;a:4:{s:5:\"title\";s:15:\"Overlay Content\";s:4:\"name\";s:27:\"uc_overlay_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_overlay_carousel_content.jpg\";}i:16;a:4:{s:5:\"title\";s:12:\"Side Content\";s:4:\"name\";s:24:\"uc_side_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_side_carousel_content.jpg\";}i:17;a:4:{s:5:\"title\";s:18:\"Solid Side Content\";s:4:\"name\";s:30:\"uc_solid_side_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_solid_side_carousel_content.jpg\";}i:18;a:4:{s:5:\"title\";s:18:\"Very Clean Content\";s:4:\"name\";s:30:\"uc_very_clean_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_very_clean_carousel_content.jpg\";}i:19;a:4:{s:5:\"title\";s:13:\"White Content\";s:4:\"name\";s:25:\"uc_white_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_white_carousel_content.jpg\";}i:20;a:4:{s:5:\"title\";s:15:\"Classic Content\";s:4:\"name\";s:27:\"uc_classic_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_classic_carousel_content.jpg\";}i:21;a:4:{s:5:\"title\";s:12:\"Dark Content\";s:4:\"name\";s:24:\"uc_dark_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_dark_carousel_content.jpg\";}i:22;a:4:{s:5:\"title\";s:27:\"Image Solid Color Hover Box\";s:4:\"name\";s:27:\"image_solid_color_hover_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Content Boxes/image_solid_color_hover_box.png\";}i:23;a:4:{s:5:\"title\";s:15:\"Elegant Content\";s:4:\"name\";s:31:\"uc_elegant_carousel_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_elegant_carousel_content_box.jpg\";}i:24;a:4:{s:5:\"title\";s:12:\"Icon Content\";s:4:\"name\";s:24:\"uc_icon_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_icon_carousel_content.jpg\";}i:25;a:4:{s:5:\"title\";s:13:\"Image Content\";s:4:\"name\";s:29:\"uc_image_carousel_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_image_carousel_content_box.jpg\";}i:26;a:4:{s:5:\"title\";s:18:\"Image Link Content\";s:4:\"name\";s:30:\"uc_image_link_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_image_link_carousel_content.jpg\";}i:27;a:4:{s:5:\"title\";s:14:\"Offset Content\";s:4:\"name\";s:26:\"uc_offset_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_offset_carousel_content.jpg\";}i:28;a:4:{s:5:\"title\";s:15:\"Overlap Content\";s:4:\"name\";s:27:\"uc_overlap_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_overlap_carousel_content.jpg\";}i:29;a:4:{s:5:\"title\";s:16:\"Icon Box Content\";s:4:\"name\";s:28:\"uc_icon_box_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_icon_box_carousel_content.jpg\";}i:30;a:4:{s:5:\"title\";s:19:\"Content Box Content\";s:4:\"name\";s:22:\"uc_content_box_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_content_box_content.jpg\";}i:31;a:4:{s:5:\"title\";s:28:\"Background Image Content Box\";s:4:\"name\";s:28:\"background_image_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Content Boxes/background_image_content_box.jpg\";}i:32;a:4:{s:5:\"title\";s:13:\"Bold Icon Box\";s:4:\"name\";s:13:\"bold_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Content Boxes/bold_icon_box.jpg\";}i:33;a:4:{s:5:\"title\";s:24:\"Clean White Services Box\";s:4:\"name\";s:24:\"clean_white_services_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Content Boxes/clean_white_services_box.jpg\";}i:34;a:4:{s:5:\"title\";s:25:\"Four Colored Feature Boxs\";s:4:\"name\";s:25:\"four_colored_feature_boxs\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Content Boxes/four_colored_feature_boxs.jpg\";}i:35;a:4:{s:5:\"title\";s:17:\"Image Content Box\";s:4:\"name\";s:17:\"image_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Content Boxes/image_content_box.jpg\";}i:36;a:4:{s:5:\"title\";s:13:\"Mega Icon Box\";s:4:\"name\";s:13:\"mega_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Content Boxes/mega_icon_box.jpg\";}i:37;a:4:{s:5:\"title\";s:21:\"Mega Icon Content Box\";s:4:\"name\";s:21:\"mega_icon_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Content Boxes/mega_icon_content_box.jpg\";}i:38;a:4:{s:5:\"title\";s:21:\"Mega Icon Feature Box\";s:4:\"name\";s:21:\"mega_icon_feature_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Content Boxes/mega_icon_feature_box.jpg\";}i:39;a:4:{s:5:\"title\";s:22:\"Mega Icon Hover Effect\";s:4:\"name\";s:22:\"mega_icon_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Content Boxes/mega_icon_hover_effect.jpg\";}i:40;a:4:{s:5:\"title\";s:13:\"Color Content\";s:4:\"name\";s:25:\"uc_color_carousel_content\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_color_carousel_content.jpg\";}i:41;a:4:{s:5:\"title\";s:18:\"Nathan Content Box\";s:4:\"name\";s:10:\"nathan_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:0:\"\";}i:42;a:4:{s:5:\"title\";s:23:\"Simple Icon Content Box\";s:4:\"name\";s:23:\"simple_icon_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Content Boxes/simple_icon_content_box.jpg\";}i:43;a:4:{s:5:\"title\";s:12:\"Six Features\";s:4:\"name\";s:12:\"six_features\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Content Boxes/six_features.jpg\";}i:44;a:4:{s:5:\"title\";s:14:\"Slick Icon Box\";s:4:\"name\";s:14:\"slick_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Content Boxes/slick_icon_box.jpg\";}i:45;a:4:{s:5:\"title\";s:19:\"Three Feature Boxes\";s:4:\"name\";s:19:\"three_feature_boxes\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Content Boxes/three_feature_boxes.jpg\";}i:46;a:4:{s:5:\"title\";s:13:\"Tiny Icon Box\";s:4:\"name\";s:13:\"tiny_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Content Boxes/tiny_icon_box.jpg\";}i:47;a:4:{s:5:\"title\";s:23:\"Service Box Zoom Effect\";s:4:\"name\";s:23:\"service_box_zoom_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Content Boxes/service_box_zoom_effect.jpg\";}i:48;a:4:{s:5:\"title\";s:17:\"Image Grid Border\";s:4:\"name\";s:20:\"uc_image_grid_border\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_image_grid_border.png\";}i:49;a:4:{s:5:\"title\";s:16:\"Long Content Box\";s:4:\"name\";s:19:\"uc_long_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_long_content_box.png\";}i:50;a:4:{s:5:\"title\";s:19:\"Shrink Hover Effect\";s:4:\"name\";s:22:\"uc_shrink_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Content Boxes/uc_shrink_hover_effect.png\";}}s:12:\"Team Members\";a:34:{i:0;a:4:{s:5:\"title\";s:25:\"Artist Team Member Effect\";s:4:\"name\";s:25:\"artist_team_member_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Team Members/artist_team_member_effect.jpg\";}i:1;a:4:{s:5:\"title\";s:18:\"Simple Team Member\";s:4:\"name\";s:21:\"uc_simple_team_member\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Team Members/uc_simple_team_member.jpg\";}i:2;a:4:{s:5:\"title\";s:26:\"Clean Team Member Carousel\";s:4:\"name\";s:26:\"clean_team_member_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Team Members/clean_team_member_carousel.jpg\";}i:3;a:4:{s:5:\"title\";s:19:\"Elegant Team Member\";s:4:\"name\";s:19:\"elegant_team_member\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Team Members/elegant_team_member.jpg\";}i:4;a:4:{s:5:\"title\";s:26:\"Circular Image Team Member\";s:4:\"name\";s:23:\"uc_circular_team_member\";s:6:\"isfree\";b:1;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Team Members/uc_circular_team_member.png\";}i:5;a:4:{s:5:\"title\";s:26:\"Overlay Bottom Team Member\";s:4:\"name\";s:29:\"uc_team_member_overlay_bottom\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Team Members/uc_team_member_overlay_bottom.png\";}i:6;a:4:{s:5:\"title\";s:25:\"Team Member Shadow Effect\";s:4:\"name\";s:25:\"team_member_shadow_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Team Members/team_member_shadow_effect.jpg\";}i:7;a:4:{s:5:\"title\";s:27:\"Black And White Team Member\";s:4:\"name\";s:27:\"black_and_white_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Team Members/black_and_white_team_member.jpg\";}i:8;a:4:{s:5:\"title\";s:25:\"Circle Effect Team Member\";s:4:\"name\";s:25:\"circle_effect_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Team Members/circle_effect_team_member.jpg\";}i:9;a:4:{s:5:\"title\";s:30:\"Clean Hover Team Member Effect\";s:4:\"name\";s:30:\"clean_hover_team_member_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Team Members/clean_hover_team_member_effect.jpg\";}i:10;a:4:{s:5:\"title\";s:27:\"Slide Up Team Member Effect\";s:4:\"name\";s:27:\"slide_up_team_member_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Team Members/slide_up_team_member_effect.jpg\";}i:11;a:4:{s:5:\"title\";s:25:\"Special Shape Team Member\";s:4:\"name\";s:25:\"special_shape_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Team Members/special_shape_team_member.jpg\";}i:12;a:4:{s:5:\"title\";s:31:\"Subtle Hover Team Member Effect\";s:4:\"name\";s:31:\"subtle_hover_team_member_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Team Members/subtle_hover_team_member_effect.jpg\";}i:13;a:4:{s:5:\"title\";s:30:\"Single Clean Round Team Member\";s:4:\"name\";s:30:\"single_clean_round_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Team Members/single_clean_round_team_member.jpg\";}i:14;a:4:{s:5:\"title\";s:25:\"Gradient Team Member Card\";s:4:\"name\";s:25:\"gradient_team_member_card\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Team Members/gradient_team_member_card.png\";}i:15;a:4:{s:5:\"title\";s:17:\"Round Team Member\";s:4:\"name\";s:17:\"round_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Team Members/round_team_member.jpg\";}i:16;a:4:{s:5:\"title\";s:15:\"Team Member Box\";s:4:\"name\";s:15:\"team_member_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Team Members/team_member_box.jpg\";}i:17;a:4:{s:5:\"title\";s:19:\"Team Member Classic\";s:4:\"name\";s:19:\"team_member_classic\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Team Members/team_member_classic.jpg\";}i:18;a:4:{s:5:\"title\";s:24:\"Team Member Hover Effect\";s:4:\"name\";s:24:\"team_member_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Team Members/team_member_hover_effect.jpg\";}i:19;a:4:{s:5:\"title\";s:26:\"Special Layout Team Member\";s:4:\"name\";s:26:\"special_layout_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Team Members/special_layout_team_member.jpg\";}i:20;a:4:{s:5:\"title\";s:23:\"Team Member Black White\";s:4:\"name\";s:23:\"team_member_black_white\";s:6:\"isfree\";b:0;s:5:\"image\";s:0:\"\";}i:21;a:4:{s:5:\"title\";s:29:\"Background Image Team Members\";s:4:\"name\";s:29:\"background_image_team_members\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Team Members/background_image_team_members.jpg\";}i:22;a:4:{s:5:\"title\";s:20:\"Bg Color Team Member\";s:4:\"name\";s:23:\"uc_bg_color_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Team Members/uc_bg_color_team_member.jpg\";}i:23;a:4:{s:5:\"title\";s:18:\"Border Team Member\";s:4:\"name\";s:21:\"uc_border_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Team Members/uc_border_team_member.jpg\";}i:24;a:4:{s:5:\"title\";s:20:\"Diagonal Team Member\";s:4:\"name\";s:23:\"uc_diagonal_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Team Members/uc_diagonal_team_member.jpg\";}i:25;a:4:{s:5:\"title\";s:20:\"Material Team Member\";s:4:\"name\";s:23:\"uc_material_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Team Members/uc_material_team_member.jpg\";}i:26;a:4:{s:5:\"title\";s:19:\"Overlap Team Member\";s:4:\"name\";s:22:\"uc_overlap_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Team Members/uc_overlap_team_member.jpg\";}i:27;a:4:{s:5:\"title\";s:19:\"Overlay Team Member\";s:4:\"name\";s:22:\"uc_overlay_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Team Members/uc_overlay_team_member.jpg\";}i:28;a:4:{s:5:\"title\";s:13:\"Team Box Grid\";s:4:\"name\";s:16:\"uc_team_box_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Team Members/uc_team_box_grid.png\";}i:29;a:4:{s:5:\"title\";s:18:\"Shadow Team Member\";s:4:\"name\";s:21:\"uc_shadow_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Team Members/uc_shadow_team_member.jpg\";}i:30;a:4:{s:5:\"title\";s:17:\"Solid Team Member\";s:4:\"name\";s:20:\"uc_solid_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Team Members/uc_solid_team_member.jpg\";}i:31;a:4:{s:5:\"title\";s:31:\"Material Solid Team Member Card\";s:4:\"name\";s:31:\"material_solid_team_member_card\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Team Members/material_solid_team_member_card.png\";}i:32;a:4:{s:5:\"title\";s:19:\"Overlay Team Member\";s:4:\"name\";s:22:\"uc_team_member_overlay\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Team Members/uc_team_member_overlay.png\";}i:33;a:4:{s:5:\"title\";s:31:\"Overlay Bottom Left Team Member\";s:4:\"name\";s:27:\"uc_team_member_overlay_left\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Team Members/uc_team_member_overlay_left.png\";}}s:7:\"Headers\";a:24:{i:0;a:4:{s:5:\"title\";s:10:\"Gym Header\";s:4:\"name\";s:13:\"uc_gym_header\";s:6:\"isfree\";b:1;s:5:\"image\";s:59:\"http://api.bloxbuilder.me/catalog/Headers/uc_gym_header.jpg\";}i:1;a:4:{s:5:\"title\";s:11:\"Food Header\";s:4:\"name\";s:14:\"uc_food_header\";s:6:\"isfree\";b:1;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Headers/uc_food_header.jpg\";}i:2;a:4:{s:5:\"title\";s:13:\"Agency Header\";s:4:\"name\";s:16:\"uc_agency_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Headers/uc_agency_header.jpg\";}i:3;a:4:{s:5:\"title\";s:10:\"App Header\";s:4:\"name\";s:13:\"uc_app_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:59:\"http://api.bloxbuilder.me/catalog/Headers/uc_app_header.jpg\";}i:4;a:4:{s:5:\"title\";s:14:\"Blogger Header\";s:4:\"name\";s:17:\"uc_blogger_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Headers/uc_blogger_header.jpg\";}i:5;a:4:{s:5:\"title\";s:15:\"Business Header\";s:4:\"name\";s:18:\"uc_business_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Headers/uc_business_header.jpg\";}i:6;a:4:{s:5:\"title\";s:15:\"Creative Header\";s:4:\"name\";s:18:\"uc_creative_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Headers/uc_creative_header.jpg\";}i:7;a:4:{s:5:\"title\";s:15:\"Designer Header\";s:4:\"name\";s:18:\"uc_designer_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Headers/uc_designer_header.jpg\";}i:8;a:4:{s:5:\"title\";s:14:\"Starter Header\";s:4:\"name\";s:17:\"uc_starter_header\";s:6:\"isfree\";b:1;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Headers/uc_starter_header.jpg\";}i:9;a:4:{s:5:\"title\";s:13:\"Doctor Header\";s:4:\"name\";s:16:\"uc_doctor_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Headers/uc_doctor_header.jpg\";}i:10;a:4:{s:5:\"title\";s:14:\"Fashion Header\";s:4:\"name\";s:17:\"uc_fashion_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Headers/uc_fashion_header.jpg\";}i:11;a:4:{s:5:\"title\";s:15:\"Graphics Header\";s:4:\"name\";s:18:\"uc_graphics_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Headers/uc_graphics_header.jpg\";}i:12;a:4:{s:5:\"title\";s:13:\"Lawyer Header\";s:4:\"name\";s:16:\"uc_lawyer_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Headers/uc_lawyer_header.jpg\";}i:13;a:4:{s:5:\"title\";s:12:\"Music Header\";s:4:\"name\";s:15:\"uc_music_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Headers/uc_music_header.jpg\";}i:14;a:4:{s:5:\"title\";s:18:\"Photography Header\";s:4:\"name\";s:21:\"uc_photography_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Headers/uc_photography_header.jpg\";}i:15;a:4:{s:5:\"title\";s:13:\"Plants Header\";s:4:\"name\";s:16:\"uc_plants_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Headers/uc_plants_header.jpg\";}i:16;a:4:{s:5:\"title\";s:12:\"Quote Header\";s:4:\"name\";s:15:\"uc_quote_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Headers/uc_quote_header.jpg\";}i:17;a:4:{s:5:\"title\";s:16:\"Resturant Header\";s:4:\"name\";s:19:\"uc_resturant_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Headers/uc_resturant_header.jpg\";}i:18;a:4:{s:5:\"title\";s:15:\"Software Header\";s:4:\"name\";s:18:\"uc_software_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Headers/uc_software_header.jpg\";}i:19;a:4:{s:5:\"title\";s:12:\"Solid Header\";s:4:\"name\";s:15:\"uc_solid_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Headers/uc_solid_header.jpg\";}i:20;a:4:{s:5:\"title\";s:13:\"Sports Header\";s:4:\"name\";s:16:\"uc_sports_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Headers/uc_sports_header.jpg\";}i:21;a:4:{s:5:\"title\";s:13:\"Travel Header\";s:4:\"name\";s:16:\"uc_travel_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Headers/uc_travel_header.jpg\";}i:22;a:4:{s:5:\"title\";s:11:\"Yoga Header\";s:4:\"name\";s:14:\"uc_yoga_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Headers/uc_yoga_header.jpg\";}i:23;a:4:{s:5:\"title\";s:13:\"Artist Header\";s:4:\"name\";s:16:\"uc_artist_header\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Headers/uc_artist_header.jpg\";}}s:6:\"iHover\";a:20:{i:0;a:4:{s:5:\"title\";s:15:\"ihover Effect 1\";s:4:\"name\";s:17:\"uc_ihover_effect1\";s:6:\"isfree\";b:1;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect1.gif\";}i:1;a:4:{s:5:\"title\";s:15:\"ihover effect 2\";s:4:\"name\";s:17:\"uc_ihover_effect2\";s:6:\"isfree\";b:1;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect2.gif\";}i:2;a:4:{s:5:\"title\";s:15:\"ihover Effect 3\";s:4:\"name\";s:17:\"uc_ihover_effect3\";s:6:\"isfree\";b:1;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect3.gif\";}i:3;a:4:{s:5:\"title\";s:15:\"ihover Effect 4\";s:4:\"name\";s:17:\"uc_ihover_effect4\";s:6:\"isfree\";b:1;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect4.gif\";}i:4;a:4:{s:5:\"title\";s:15:\"ihover Effect 5\";s:4:\"name\";s:17:\"uc_ihover_effect5\";s:6:\"isfree\";b:1;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect5.gif\";}i:5;a:4:{s:5:\"title\";s:15:\"ihover Effect 6\";s:4:\"name\";s:17:\"uc_ihover_effect6\";s:6:\"isfree\";b:1;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect6.gif\";}i:6;a:4:{s:5:\"title\";s:15:\"ihover Effect 7\";s:4:\"name\";s:17:\"uc_ihover_effect7\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect7.gif\";}i:7;a:4:{s:5:\"title\";s:15:\"ihover Effect 8\";s:4:\"name\";s:17:\"uc_ihover_effect8\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect8.gif\";}i:8;a:4:{s:5:\"title\";s:15:\"ihover Effect 9\";s:4:\"name\";s:17:\"uc_ihover_effect9\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect9.gif\";}i:9;a:4:{s:5:\"title\";s:16:\"ihover Effect 10\";s:4:\"name\";s:18:\"uc_ihover_effect10\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect10.gif\";}i:10;a:4:{s:5:\"title\";s:16:\"ihover Effect 11\";s:4:\"name\";s:18:\"uc_ihover_effect11\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect11.gif\";}i:11;a:4:{s:5:\"title\";s:16:\"ihover Effect 12\";s:4:\"name\";s:18:\"uc_ihover_effect12\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect12.gif\";}i:12;a:4:{s:5:\"title\";s:16:\"ihover Effect 13\";s:4:\"name\";s:18:\"uc_ihover_effect13\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect13.gif\";}i:13;a:4:{s:5:\"title\";s:16:\"ihover Effect 14\";s:4:\"name\";s:18:\"uc_ihover_effect14\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect14.gif\";}i:14;a:4:{s:5:\"title\";s:16:\"ihover Effect 15\";s:4:\"name\";s:18:\"uc_ihover_effect15\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect15.gif\";}i:15;a:4:{s:5:\"title\";s:16:\"ihover Effect 16\";s:4:\"name\";s:18:\"uc_ihover_effect16\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect16.gif\";}i:16;a:4:{s:5:\"title\";s:16:\"ihover Effect 17\";s:4:\"name\";s:18:\"uc_ihover_effect17\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect17.gif\";}i:17;a:4:{s:5:\"title\";s:16:\"ihover Effect 18\";s:4:\"name\";s:18:\"uc_ihover_effect18\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect18.gif\";}i:18;a:4:{s:5:\"title\";s:16:\"ihover Effect 19\";s:4:\"name\";s:18:\"uc_ihover_effect19\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect19.gif\";}i:19;a:4:{s:5:\"title\";s:16:\"ihover Effect 20\";s:4:\"name\";s:18:\"uc_ihover_effect20\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/iHover/uc_ihover_effect20.gif\";}}s:15:\"Caption Effects\";a:7:{i:0;a:4:{s:5:\"title\";s:26:\"Uc Caption Hover Effects 1\";s:4:\"name\";s:26:\"uc_caption_hover_effects_1\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Caption Effects/uc_caption_hover_effects_1.jpg\";}i:1;a:4:{s:5:\"title\";s:26:\"Uc Caption Hover Effects 7\";s:4:\"name\";s:26:\"uc_caption_hover_effects_7\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Caption Effects/uc_caption_hover_effects_7.jpg\";}i:2;a:4:{s:5:\"title\";s:26:\"Uc Caption Hover Effects 6\";s:4:\"name\";s:26:\"uc_caption_hover_effects_6\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Caption Effects/uc_caption_hover_effects_6.jpg\";}i:3;a:4:{s:5:\"title\";s:26:\"Uc Caption Hover Effects 2\";s:4:\"name\";s:26:\"uc_caption_hover_effects_2\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Caption Effects/uc_caption_hover_effects_2.jpg\";}i:4;a:4:{s:5:\"title\";s:26:\"Uc Caption Hover Effects 3\";s:4:\"name\";s:26:\"uc_caption_hover_effects_3\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Caption Effects/uc_caption_hover_effects_3.jpg\";}i:5;a:4:{s:5:\"title\";s:26:\"Uc Caption Hover Effects 4\";s:4:\"name\";s:26:\"uc_caption_hover_effects_4\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Caption Effects/uc_caption_hover_effects_4.jpg\";}i:6;a:4:{s:5:\"title\";s:26:\"Uc Caption Hover Effects 5\";s:4:\"name\";s:26:\"uc_caption_hover_effects_5\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Caption Effects/uc_caption_hover_effects_5.jpg\";}}s:18:\"Icon Hover Effects\";a:9:{i:0;a:4:{s:5:\"title\";s:28:\"Uc icon hover effect set one\";s:4:\"name\";s:26:\"uc_icon_hover_effect_set_1\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Icon Hover Effects/uc_icon_hover_effect_set_1.gif\";}i:1;a:4:{s:5:\"title\";s:19:\"Icon Hover Effect 2\";s:4:\"name\";s:26:\"uc_icon_hover_effect_set_2\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Icon Hover Effects/uc_icon_hover_effect_set_2.gif\";}i:2;a:4:{s:5:\"title\";s:19:\"Icon Hover Effect 3\";s:4:\"name\";s:26:\"uc_icon_hover_effect_set_3\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Icon Hover Effects/uc_icon_hover_effect_set_3.gif\";}i:3;a:4:{s:5:\"title\";s:29:\"Uc icon hover effect set four\";s:4:\"name\";s:26:\"uc_icon_hover_effect_set_4\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Icon Hover Effects/uc_icon_hover_effect_set_4.gif\";}i:4;a:4:{s:5:\"title\";s:29:\"Uc icon hover effect set five\";s:4:\"name\";s:26:\"uc_icon_hover_effect_set_5\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Icon Hover Effects/uc_icon_hover_effect_set_5.gif\";}i:5;a:4:{s:5:\"title\";s:28:\"Uc icon hover effect set six\";s:4:\"name\";s:26:\"uc_icon_hover_effect_set_6\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Icon Hover Effects/uc_icon_hover_effect_set_6.gif\";}i:6;a:4:{s:5:\"title\";s:30:\"Uc icon hover effect set seven\";s:4:\"name\";s:26:\"uc_icon_hover_effect_set_7\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Icon Hover Effects/uc_icon_hover_effect_set_7.gif\";}i:7;a:4:{s:5:\"title\";s:19:\"Icon Hover Effect 8\";s:4:\"name\";s:26:\"uc_icon_hover_effect_set_8\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Icon Hover Effects/uc_icon_hover_effect_set_8.gif\";}i:8;a:4:{s:5:\"title\";s:29:\"Uc icon hover effect set nine\";s:4:\"name\";s:26:\"uc_icon_hover_effect_set_9\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Icon Hover Effects/uc_icon_hover_effect_set_9.gif\";}}s:18:\"Link Hover Effects\";a:21:{i:0;a:4:{s:5:\"title\";s:26:\"Link hover effects set one\";s:4:\"name\";s:29:\"uc_link_hover_effects_set_one\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_one.gif\";}i:1;a:4:{s:5:\"title\";s:26:\"Link hover effects set two\";s:4:\"name\";s:27:\"uc_link_hover_effects_set_2\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_2.gif\";}i:2;a:4:{s:5:\"title\";s:28:\"Link hover effects set three\";s:4:\"name\";s:31:\"uc_link_hover_effects_set_three\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_three.gif\";}i:3;a:4:{s:5:\"title\";s:27:\"Link hover effects set four\";s:4:\"name\";s:30:\"uc_link_hover_effects_set_four\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_four.gif\";}i:4;a:4:{s:5:\"title\";s:27:\"Link hover effects set five\";s:4:\"name\";s:30:\"uc_link_hover_effects_set_five\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_five.gif\";}i:5;a:4:{s:5:\"title\";s:26:\"Link hover effects set six\";s:4:\"name\";s:29:\"uc_link_hover_effects_set_six\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_six.gif\";}i:6;a:4:{s:5:\"title\";s:28:\"Link hover effects set seven\";s:4:\"name\";s:31:\"uc_link_hover_effects_set_seven\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_seven.gif\";}i:7;a:4:{s:5:\"title\";s:28:\"Link hover effects set eight\";s:4:\"name\";s:31:\"uc_link_hover_effects_set_eight\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_eight.gif\";}i:8;a:4:{s:5:\"title\";s:27:\"Link hover effects set nine\";s:4:\"name\";s:30:\"uc_link_hover_effects_set_nine\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_nine.gif\";}i:9;a:4:{s:5:\"title\";s:24:\"Link hover cl effect ten\";s:4:\"name\";s:27:\"uc_link_hover_cl_effect_ten\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_cl_effect_ten.gif\";}i:10;a:4:{s:5:\"title\";s:29:\"Link hover effects set eleven\";s:4:\"name\";s:32:\"uc_link_hover_effects_set_eleven\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_eleven.gif\";}i:11;a:4:{s:5:\"title\";s:29:\"Link hover effects set twelve\";s:4:\"name\";s:32:\"uc_link_hover_effects_set_twelve\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_twelve.gif\";}i:12;a:4:{s:5:\"title\";s:31:\"Link hover effects set thirteen\";s:4:\"name\";s:31:\"Link_hover_effects_set_thirteen\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/Link_hover_effects_set_thirteen.gif\";}i:13;a:4:{s:5:\"title\";s:31:\"Link hover effects set fourteen\";s:4:\"name\";s:34:\"uc_link_hover_effects_set_fourteen\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_fourteen.gif\";}i:14;a:4:{s:5:\"title\";s:30:\"Link hover effects set fifteen\";s:4:\"name\";s:33:\"uc_link_hover_effects_set_fifteen\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_fifteen.gif\";}i:15;a:4:{s:5:\"title\";s:31:\"Link hover effects set sixtween\";s:4:\"name\";s:34:\"uc_link_hover_effects_set_sixtween\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_sixtween.gif\";}i:16;a:4:{s:5:\"title\";s:33:\"Link hover effects set seventween\";s:4:\"name\";s:36:\"uc_link_hover_effects_set_seventween\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_seventween.gif\";}i:17;a:4:{s:5:\"title\";s:32:\"Link hover effects set eightween\";s:4:\"name\";s:35:\"uc_link_hover_effects_set_eightween\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_eightween.gif\";}i:18;a:4:{s:5:\"title\";s:20:\"Link hover Effect 19\";s:4:\"name\";s:34:\"uc_link_hover_effects_set_nintween\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_nintween.gif\";}i:19;a:4:{s:5:\"title\";s:29:\"Link hover effects set twenty\";s:4:\"name\";s:32:\"uc_link_hover_effects_set_twenty\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_effects_set_twenty.gif\";}i:20;a:4:{s:5:\"title\";s:31:\"Link hover cl-effect twenty one\";s:4:\"name\";s:34:\"uc_link_hover_cl_effect_twenty_one\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/Link Hover Effects/uc_link_hover_cl_effect_twenty_one.gif\";}}s:7:\"Buttons\";a:22:{i:0;a:4:{s:5:\"title\";s:12:\"Button Group\";s:4:\"name\";s:14:\"blox_btn_group\";s:6:\"isfree\";b:1;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Buttons/blox_btn_group.png\";}i:1;a:4:{s:5:\"title\";s:14:\"Starter Button\";s:4:\"name\";s:17:\"uc_starter_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Buttons/uc_starter_button.jpg\";}i:2;a:4:{s:5:\"title\";s:15:\"Flat Ui Buttons\";s:4:\"name\";s:18:\"uc_flat_ui_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Buttons/uc_flat_ui_buttons.jpg\";}i:3;a:4:{s:5:\"title\";s:17:\"Chunky 3d Buttons\";s:4:\"name\";s:20:\"uc_chunky_3d_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Buttons/uc_chunky_3d_buttons.jpg\";}i:4;a:4:{s:5:\"title\";s:18:\"Multi Line Buttons\";s:4:\"name\";s:21:\"uc_multi_line_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Buttons/uc_multi_line_buttons.jpg\";}i:5;a:4:{s:5:\"title\";s:14:\"Border Buttons\";s:4:\"name\";s:17:\"uc_border_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Buttons/uc_border_buttons.jpg\";}i:6;a:4:{s:5:\"title\";s:20:\"Awesome Css3 Buttons\";s:4:\"name\";s:23:\"uc_awesome_css3_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Buttons/uc_awesome_css3_buttons.jpg\";}i:7;a:4:{s:5:\"title\";s:17:\"Slide Down Button\";s:4:\"name\";s:20:\"uc_slide_down_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Buttons/uc_slide_down_button.jpg\";}i:8;a:4:{s:5:\"title\";s:15:\"Rainbow Buttons\";s:4:\"name\";s:18:\"uc_rainbow_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Buttons/uc_rainbow_buttons.jpg\";}i:9;a:4:{s:5:\"title\";s:15:\"Gradient Button\";s:4:\"name\";s:15:\"gradient_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Buttons/gradient_button.png\";}i:10;a:4:{s:5:\"title\";s:43:\"Link Underline to Button Animation on Hover\";s:4:\"name\";s:40:\"link_underline_to_button_animation_hover\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/Buttons/link_underline_to_button_animation_hover.gif\";}i:11;a:4:{s:5:\"title\";s:17:\"Sexy Flat Buttons\";s:4:\"name\";s:20:\"uc_sexy_flat_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Buttons/uc_sexy_flat_buttons.jpg\";}i:12;a:4:{s:5:\"title\";s:17:\"White Icon Button\";s:4:\"name\";s:20:\"uc_white_icon_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Buttons/uc_white_icon_button.jpg\";}i:13;a:4:{s:5:\"title\";s:27:\"Arrow Effect Rounded Button\";s:4:\"name\";s:30:\"uc_arrow_effect_rounded_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Buttons/uc_arrow_effect_rounded_button.jpg\";}i:14;a:4:{s:5:\"title\";s:24:\"Icon Hover Effect Button\";s:4:\"name\";s:27:\"uc_icon_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Buttons/uc_icon_hover_effect_button.jpg\";}i:15;a:4:{s:5:\"title\";s:21:\"Gradient Button Group\";s:4:\"name\";s:37:\"blox_btn_group_gradient_regular_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Buttons/blox_btn_group_gradient_regular_addon.png\";}i:16;a:4:{s:5:\"title\";s:13:\"Toggle Button\";s:4:\"name\";s:16:\"toggle_read_more\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Buttons/toggle_read_more.png\";}i:17;a:4:{s:5:\"title\";s:20:\"Border Button Effect\";s:4:\"name\";s:17:\"border_btn_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Buttons/border_btn_effect.png\";}i:18;a:4:{s:5:\"title\";s:40:\"Angled Button With Glint Effect on Hover\";s:4:\"name\";s:40:\"angled_button_with_glint_effect_on_hover\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/Buttons/angled_button_with_glint_effect_on_hover.gif\";}i:19;a:4:{s:5:\"title\";s:34:\"Light Sweep Effect on Button Hover\";s:4:\"name\";s:34:\"light_sweep_effect_on_button_hover\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Buttons/light_sweep_effect_on_button_hover.gif\";}i:20;a:4:{s:5:\"title\";s:21:\"Rotating Icon Buttons\";s:4:\"name\";s:21:\"rotating_icon_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Buttons/rotating_icon_buttons.gif\";}i:21;a:4:{s:5:\"title\";s:51:\"Premium Ghost Button with Slow Gradient Colour Fill\";s:4:\"name\";s:44:\"premium_ghost_button_with_slow_gradient_fill\";s:6:\"isfree\";b:0;s:5:\"image\";s:0:\"\";}}s:16:\"Timer Countdowns\";a:23:{i:0;a:4:{s:5:\"title\";s:15:\"Clean Countdown\";s:4:\"name\";s:15:\"clean_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/clean_countdown.jpg\";}i:1;a:4:{s:5:\"title\";s:21:\"Super Clean Countdown\";s:4:\"name\";s:20:\"super_clean_countdow\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/super_clean_countdow.png\";}i:2;a:4:{s:5:\"title\";s:13:\"Box Countdown\";s:4:\"name\";s:16:\"uc_box_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_box_countdown.jpg\";}i:3;a:4:{s:5:\"title\";s:22:\"Border Color Countdown\";s:4:\"name\";s:22:\"border_color_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/border_color_countdown.jpg\";}i:4;a:4:{s:5:\"title\";s:23:\"Circle Countdown Simple\";s:4:\"name\";s:23:\"circle_countdown_simple\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/circle_countdown_simple.jpg\";}i:5;a:4:{s:5:\"title\";s:17:\"Diamond Countdown\";s:4:\"name\";s:17:\"diamond_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/diamond_countdown.jpg\";}i:6;a:4:{s:5:\"title\";s:15:\"Drops Countdown\";s:4:\"name\";s:15:\"drops_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/drops_countdown.jpg\";}i:7;a:4:{s:5:\"title\";s:16:\"Effect Countdown\";s:4:\"name\";s:19:\"uc_effect_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_effect_countdown.jpg\";}i:8;a:4:{s:5:\"title\";s:14:\"Line Countdown\";s:4:\"name\";s:14:\"line_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/line_countdown.jpg\";}i:9;a:4:{s:5:\"title\";s:17:\"Squirly Countdown\";s:4:\"name\";s:17:\"squirly_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/squirly_countdown.jpg\";}i:10;a:4:{s:5:\"title\";s:21:\"Super Clean Countdown\";s:4:\"name\";s:21:\"super_clean_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/super_clean_countdown.jpg\";}i:11;a:4:{s:5:\"title\";s:18:\"Material Countdown\";s:4:\"name\";s:18:\"material_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/material_countdown.jpg\";}i:12;a:4:{s:5:\"title\";s:17:\"Elegant Countdown\";s:4:\"name\";s:20:\"uc_elegant_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_elegant_countdown.jpg\";}i:13;a:4:{s:5:\"title\";s:13:\"Hex Countdown\";s:4:\"name\";s:16:\"uc_hex_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_hex_countdown.jpg\";}i:14;a:4:{s:5:\"title\";s:21:\"Transparent Countdown\";s:4:\"name\";s:21:\"transparent_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/transparent_countdown.jpg\";}i:15;a:4:{s:5:\"title\";s:14:\"Sign Countdown\";s:4:\"name\";s:17:\"uc_sign_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_sign_countdown.jpg\";}i:16;a:4:{s:5:\"title\";s:18:\"Progress Countdown\";s:4:\"name\";s:21:\"uc_progress_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_progress_countdown.jpg\";}i:17;a:4:{s:5:\"title\";s:16:\"Circle Countdown\";s:4:\"name\";s:16:\"circle_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/circle_countdown.jpg\";}i:18;a:4:{s:5:\"title\";s:26:\"Background Image Countdown\";s:4:\"name\";s:29:\"uc_background_image_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_background_image_countdown.jpg\";}i:19;a:4:{s:5:\"title\";s:12:\"Bg Countdown\";s:4:\"name\";s:15:\"uc_bg_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_bg_countdown.jpg\";}i:20;a:4:{s:5:\"title\";s:18:\"Gradient Countdown\";s:4:\"name\";s:21:\"uc_gradient_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_gradient_countdown.jpg\";}i:21;a:4:{s:5:\"title\";s:21:\"Mega Circle Countdown\";s:4:\"name\";s:24:\"uc_mega_circle_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_mega_circle_countdown.jpg\";}i:22;a:4:{s:5:\"title\";s:16:\"Subtle Countdown\";s:4:\"name\";s:19:\"uc_subtle_countdown\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Timer Countdowns/uc_subtle_countdown.jpg\";}}s:10:\"Food Menus\";a:25:{i:0;a:4:{s:5:\"title\";s:16:\"Simple Food Menu\";s:4:\"name\";s:16:\"simple_food_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Food Menus/simple_food_menu.jpg\";}i:1;a:4:{s:5:\"title\";s:15:\"Simple Food Box\";s:4:\"name\";s:18:\"uc_simple_food_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_simple_food_box.jpg\";}i:2;a:4:{s:5:\"title\";s:16:\"Starter Food Box\";s:4:\"name\";s:19:\"uc_starter_food_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_starter_food_box.jpg\";}i:3;a:4:{s:5:\"title\";s:24:\"Material Restaurant Menu\";s:4:\"name\";s:27:\"uc_material_restaurant_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_material_restaurant_menu.jpg\";}i:4;a:4:{s:5:\"title\";s:15:\"Color Food Menu\";s:4:\"name\";s:18:\"uc_color_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_color_food_menu.jpg\";}i:5;a:4:{s:5:\"title\";s:17:\"Elegant Food Menu\";s:4:\"name\";s:20:\"uc_elegant_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_elegant_food_menu.jpg\";}i:6;a:4:{s:5:\"title\";s:13:\"Menu Item Box\";s:4:\"name\";s:16:\"uc_menu_item_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_menu_item_box.jpg\";}i:7;a:4:{s:5:\"title\";s:15:\"Fresh Food Menu\";s:4:\"name\";s:18:\"uc_fresh_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_fresh_food_menu.jpg\";}i:8;a:4:{s:5:\"title\";s:14:\"Menu Grid Item\";s:4:\"name\";s:17:\"uc_menu_grid_item\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_menu_grid_item.jpg\";}i:9;a:4:{s:5:\"title\";s:20:\"Horizontal Food Menu\";s:4:\"name\";s:23:\"uc_horizontal_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_horizontal_food_menu.jpg\";}i:10;a:4:{s:5:\"title\";s:27:\"Round Price Restaurant Menu\";s:4:\"name\";s:30:\"uc_round_price_restaurant_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_round_price_restaurant_menu.jpg\";}i:11;a:4:{s:5:\"title\";s:15:\"Hover Food Menu\";s:4:\"name\";s:18:\"uc_hover_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_hover_food_menu.jpg\";}i:12;a:4:{s:5:\"title\";s:17:\"Overlay Food Menu\";s:4:\"name\";s:20:\"uc_overlay_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_overlay_food_menu.jpg\";}i:13;a:4:{s:5:\"title\";s:17:\"Classic Food Menu\";s:4:\"name\";s:17:\"classic_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Food Menus/classic_food_menu.jpg\";}i:14;a:4:{s:5:\"title\";s:19:\"Price Tag Food Menu\";s:4:\"name\";s:22:\"uc_price_tag_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_price_tag_food_menu.jpg\";}i:15;a:4:{s:5:\"title\";s:15:\"Jumbo Food Menu\";s:4:\"name\";s:15:\"jumbo_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Food Menus/jumbo_food_menu.jpg\";}i:16;a:4:{s:5:\"title\";s:19:\"Round Row Food Menu\";s:4:\"name\";s:22:\"uc_round_row_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_round_row_food_menu.jpg\";}i:17;a:4:{s:5:\"title\";s:21:\"Round Image Food Menu\";s:4:\"name\";s:24:\"uc_round_image_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_round_image_food_menu.jpg\";}i:18;a:4:{s:5:\"title\";s:19:\"Thumbnail Food Menu\";s:4:\"name\";s:19:\"thumbnail_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Food Menus/thumbnail_food_menu.jpg\";}i:19;a:4:{s:5:\"title\";s:20:\"Simple Box Food Menu\";s:4:\"name\";s:23:\"uc_simple_box_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_simple_box_food_menu.jpg\";}i:20;a:4:{s:5:\"title\";s:15:\"Solid Food Menu\";s:4:\"name\";s:18:\"uc_solid_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_solid_food_menu.jpg\";}i:21;a:4:{s:5:\"title\";s:20:\"Square Row Food Menu\";s:4:\"name\";s:23:\"uc_square_row_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_square_row_food_menu.jpg\";}i:22;a:4:{s:5:\"title\";s:16:\"Subtle Food Menu\";s:4:\"name\";s:19:\"uc_subtle_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_subtle_food_menu.jpg\";}i:23;a:4:{s:5:\"title\";s:16:\"Weight Food Menu\";s:4:\"name\";s:19:\"uc_weight_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_weight_food_menu.jpg\";}i:24;a:4:{s:5:\"title\";s:16:\"Zigzag Food Menu\";s:4:\"name\";s:19:\"uc_zigzag_food_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Food Menus/uc_zigzag_food_menu.jpg\";}}s:20:\"Social Network Icons\";a:22:{i:0;a:4:{s:5:\"title\";s:19:\"Corner Social Icons\";s:4:\"name\";s:22:\"uc_corner_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_corner_social_icons.jpg\";}i:1;a:4:{s:5:\"title\";s:27:\"Square Rounded Social Icons\";s:4:\"name\";s:30:\"uc_square_rounded_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_square_rounded_social_icons.jpg\";}i:2;a:4:{s:5:\"title\";s:27:\"Square Social Network Icons\";s:4:\"name\";s:27:\"square_social_network_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/Social Network Icons/square_social_network_icons.jpg\";}i:3;a:4:{s:5:\"title\";s:14:\"Social Buttons\";s:4:\"name\";s:17:\"uc_social_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_social_buttons.jpg\";}i:4;a:4:{s:5:\"title\";s:20:\"Starter Social Icons\";s:4:\"name\";s:22:\"uc_starter_cocial_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_starter_cocial_icon.jpg\";}i:5;a:4:{s:5:\"title\";s:23:\"3d Social Media Buttons\";s:4:\"name\";s:26:\"uc_3d_social_media_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_3d_social_media_buttons.jpg\";}i:6;a:4:{s:5:\"title\";s:25:\"Hover Rotate Social Icons\";s:4:\"name\";s:28:\"uc_hover_rotate_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_hover_rotate_social_icons.jpg\";}i:7;a:4:{s:5:\"title\";s:34:\"Fancy Flat Social Button Animation\";s:4:\"name\";s:37:\"uc_fancy_flat_social_button_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_fancy_flat_social_button_animation.jpg\";}i:8;a:4:{s:5:\"title\";s:19:\"Sexy Social Buttons\";s:4:\"name\";s:22:\"uc_sexy_social_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_sexy_social_buttons.jpg\";}i:9;a:4:{s:5:\"title\";s:26:\"Classic Round Social Icons\";s:4:\"name\";s:29:\"uc_classic_round_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_classic_round_social_icons.jpg\";}i:10;a:4:{s:5:\"title\";s:22:\"Stylish Social Buttons\";s:4:\"name\";s:25:\"uc_stylish_social_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_stylish_social_buttons.jpg\";}i:11;a:4:{s:5:\"title\";s:19:\"Full Width Icon Row\";s:4:\"name\";s:19:\"full_width_icon_row\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Social Network Icons/full_width_icon_row.jpg\";}i:12;a:4:{s:5:\"title\";s:24:\"Mega Round Icons Buttons\";s:4:\"name\";s:24:\"mega_round_icons_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Social Network Icons/mega_round_icons_buttons.jpg\";}i:13;a:4:{s:5:\"title\";s:23:\"Social Network Hexagons\";s:4:\"name\";s:23:\"social_network_hexagons\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Social Network Icons/social_network_hexagons.jpg\";}i:14;a:4:{s:5:\"title\";s:24:\"Social Network Triangles\";s:4:\"name\";s:24:\"social_network_triangles\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Social Network Icons/social_network_triangles.jpg\";}i:15;a:4:{s:5:\"title\";s:18:\"Basic Social Icons\";s:4:\"name\";s:21:\"uc_basic_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_basic_social_icons.jpg\";}i:16;a:4:{s:5:\"title\";s:26:\"Circle Square Social Icons\";s:4:\"name\";s:29:\"uc_circle_square_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_circle_square_social_icons.jpg\";}i:17;a:4:{s:5:\"title\";s:21:\"Material Social Icons\";s:4:\"name\";s:24:\"uc_material_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_material_social_icons.jpg\";}i:18;a:4:{s:5:\"title\";s:17:\"Mega Social Icons\";s:4:\"name\";s:20:\"uc_mega_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_mega_social_icons.jpg\";}i:19;a:4:{s:5:\"title\";s:24:\"Super Clean Social Icons\";s:4:\"name\";s:27:\"uc_super_clean_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_super_clean_social_icons.jpg\";}i:20;a:4:{s:5:\"title\";s:21:\"Triangle Social Icons\";s:4:\"name\";s:24:\"uc_triangle_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_triangle_social_icons.jpg\";}i:21;a:4:{s:5:\"title\";s:20:\"Elegant Social Icons\";s:4:\"name\";s:23:\"uc_elegant_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Social Network Icons/uc_elegant_social_icons.jpg\";}}s:13:\"Product Boxes\";a:26:{i:0;a:4:{s:5:\"title\";s:16:\"Bold Product Box\";s:4:\"name\";s:16:\"bold_product_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Product Boxes/bold_product_box.jpg\";}i:1;a:4:{s:5:\"title\";s:22:\"Simple Overlay Product\";s:4:\"name\";s:25:\"uc_simple_overlay_product\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_simple_overlay_product.jpg\";}i:2;a:4:{s:5:\"title\";s:25:\"White Overlay Product Box\";s:4:\"name\";s:28:\"uc_white_overlay_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_white_overlay_product_box.jpg\";}i:3;a:4:{s:5:\"title\";s:20:\"Zoom Out Product Box\";s:4:\"name\";s:23:\"uc_zoom_out_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_zoom_out_product_box.jpg\";}i:4;a:4:{s:5:\"title\";s:17:\"Clean Product Box\";s:4:\"name\";s:20:\"uc_clean_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_clean_product_box.jpg\";}i:5;a:4:{s:5:\"title\";s:20:\"Product Solid Banner\";s:4:\"name\";s:23:\"uc_product_solid_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_product_solid_banner.jpg\";}i:6;a:4:{s:5:\"title\";s:17:\"Funky Product Box\";s:4:\"name\";s:20:\"uc_funky_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_funky_product_box.jpg\";}i:7;a:4:{s:5:\"title\";s:13:\"Sale Box Main\";s:4:\"name\";s:16:\"uc_sale_box_main\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_sale_box_main.jpg\";}i:8;a:4:{s:5:\"title\";s:22:\"Elegant Prodcut Banner\";s:4:\"name\";s:25:\"uc_elegant_prodcut_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_elegant_prodcut_banner.jpg\";}i:9;a:4:{s:5:\"title\";s:14:\"Bold Price Box\";s:4:\"name\";s:14:\"bold_price_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Product Boxes/bold_price_box.jpg\";}i:10;a:4:{s:5:\"title\";s:20:\"Clothing Product Box\";s:4:\"name\";s:20:\"clothing_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Product Boxes/clothing_product_box.jpg\";}i:11;a:4:{s:5:\"title\";s:19:\"Elegant Product Box\";s:4:\"name\";s:19:\"elegant_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Product Boxes/elegant_product_box.jpg\";}i:12;a:4:{s:5:\"title\";s:21:\"Image Product Flipbox\";s:4:\"name\";s:21:\"image_product_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Product Boxes/image_product_flipbox.jpg\";}i:13;a:4:{s:5:\"title\";s:18:\"Simple Product Box\";s:4:\"name\";s:18:\"simple_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Product Boxes/simple_product_box.jpg\";}i:14;a:4:{s:5:\"title\";s:22:\"Clean Side Product Box\";s:4:\"name\";s:21:\"clean_product_box_two\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Product Boxes/clean_product_box_two.jpg\";}i:15;a:4:{s:5:\"title\";s:22:\"Side Image Product Box\";s:4:\"name\";s:25:\"uc_side_image_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_side_image_product_box.jpg\";}i:16;a:4:{s:5:\"title\";s:18:\"Corner Product Box\";s:4:\"name\";s:21:\"uc_corner_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_corner_product_box.jpg\";}i:17;a:4:{s:5:\"title\";s:24:\"Corner White Product Box\";s:4:\"name\";s:27:\"uc_corner_white_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_corner_white_product_box.jpg\";}i:18;a:4:{s:5:\"title\";s:19:\"Default Product Box\";s:4:\"name\";s:22:\"uc_default_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_default_product_box.jpg\";}i:19;a:4:{s:5:\"title\";s:20:\"Diagonal Product Box\";s:4:\"name\";s:23:\"uc_diagonal_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_diagonal_product_box.jpg\";}i:20;a:4:{s:5:\"title\";s:19:\"Overlay Product Box\";s:4:\"name\";s:22:\"uc_overlay_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_overlay_product_box.jpg\";}i:21;a:4:{s:5:\"title\";s:18:\"Rating Product Box\";s:4:\"name\";s:21:\"uc_rating_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_rating_product_box.jpg\";}i:22;a:4:{s:5:\"title\";s:16:\"Sale Product Box\";s:4:\"name\";s:19:\"uc_sale_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_sale_product_box.jpg\";}i:23;a:4:{s:5:\"title\";s:16:\"Soft Product Box\";s:4:\"name\";s:19:\"uc_soft_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_soft_product_box.jpg\";}i:24;a:4:{s:5:\"title\";s:23:\"Very Simple Product Box\";s:4:\"name\";s:26:\"uc_very_simple_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_very_simple_product_box.jpg\";}i:25;a:4:{s:5:\"title\";s:17:\"White Product Box\";s:4:\"name\";s:20:\"uc_white_product_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Product Boxes/uc_white_product_box.jpg\";}}s:13:\"Google Charts\";a:7:{i:0;a:4:{s:5:\"title\";s:9:\"Pie chart\";s:4:\"name\";s:11:\"uc_piechart\";s:6:\"isfree\";b:1;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Google Charts/uc_piechart.jpg\";}i:1;a:4:{s:5:\"title\";s:12:\"Column Chart\";s:4:\"name\";s:15:\"uc_column_chart\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Google Charts/uc_column_chart.jpg\";}i:2;a:4:{s:5:\"title\";s:20:\"Area Chart Two Lines\";s:4:\"name\";s:19:\"uc_area_chart_lines\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Google Charts/uc_area_chart_lines.jpg\";}i:3;a:4:{s:5:\"title\";s:11:\"Donut Chart\";s:4:\"name\";s:14:\"uc_donut_chart\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Google Charts/uc_donut_chart.jpg\";}i:4;a:4:{s:5:\"title\";s:21:\"Curve Chart Two Lines\";s:4:\"name\";s:21:\"curve_chart_two_lines\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Google Charts/curve_chart_two_lines.jpg\";}i:5;a:4:{s:5:\"title\";s:19:\"Area Chart One Line\";s:4:\"name\";s:19:\"area_chart_one_line\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Google Charts/area_chart_one_line.jpg\";}i:6;a:4:{s:5:\"title\";s:20:\"Curve Chart One Line\";s:4:\"name\";s:21:\"churve_chart_one_line\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Google Charts/churve_chart_one_line.jpg\";}}s:19:\"Video Teaser Popups\";a:23:{i:0;a:4:{s:5:\"title\";s:11:\"Play Button\";s:4:\"name\";s:16:\"blox_play_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/blox_play_button.png\";}i:1;a:4:{s:5:\"title\";s:19:\"Video Teaser Button\";s:4:\"name\";s:19:\"video_teaser_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/video_teaser_button.png\";}i:2;a:4:{s:5:\"title\";s:20:\"Play Button on Image\";s:4:\"name\";s:22:\"blox_play_button_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:0:\"\";}i:3;a:4:{s:5:\"title\";s:20:\"Elegant Video Teaser\";s:4:\"name\";s:23:\"uc_elegant_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_elegant_video_teaser.jpg\";}i:4;a:4:{s:5:\"title\";s:21:\"Designer Video Teaser\";s:4:\"name\";s:24:\"uc_designer_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_designer_video_teaser.jpg\";}i:5;a:4:{s:5:\"title\";s:22:\"Adventure Video Teaser\";s:4:\"name\";s:25:\"uc_adventure_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_adventure_video_teaser.jpg\";}i:6;a:4:{s:5:\"title\";s:19:\"Alpine Video Teaser\";s:4:\"name\";s:22:\"uc_alpine_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_alpine_video_teaser.jpg\";}i:7;a:4:{s:5:\"title\";s:18:\"Split Video Teaser\";s:4:\"name\";s:21:\"uc_split_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_split_video_teaser.jpg\";}i:8;a:4:{s:5:\"title\";s:21:\"Material Video Teaser\";s:4:\"name\";s:24:\"uc_material_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_material_video_teaser.jpg\";}i:9;a:4:{s:5:\"title\";s:18:\"Sport Video Teaser\";s:4:\"name\";s:21:\"uc_sport_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_sport_video_teaser.jpg\";}i:10;a:4:{s:5:\"title\";s:16:\"App Video Teaser\";s:4:\"name\";s:19:\"uc_app_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_app_video_teaser.jpg\";}i:11;a:4:{s:5:\"title\";s:18:\"Basic Video Teaser\";s:4:\"name\";s:21:\"uc_basic_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_basic_video_teaser.jpg\";}i:12;a:4:{s:5:\"title\";s:20:\"Classic Video Teaser\";s:4:\"name\";s:23:\"uc_classic_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_classic_video_teaser.jpg\";}i:13;a:4:{s:5:\"title\";s:18:\"Fresh Video Teaser\";s:4:\"name\";s:21:\"uc_fresh_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_fresh_video_teaser.jpg\";}i:14;a:4:{s:5:\"title\";s:17:\"Icon Video Teaser\";s:4:\"name\";s:20:\"uc_icon_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_icon_video_teaser.jpg\";}i:15;a:4:{s:5:\"title\";s:19:\"Foodie video teaser\";s:4:\"name\";s:22:\"uc_foodie_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_foodie_video_teaser.jpg\";}i:16;a:4:{s:5:\"title\";s:19:\"Mobile Video Teaser\";s:4:\"name\";s:22:\"uc_mobile_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_mobile_video_teaser.jpg\";}i:17;a:4:{s:5:\"title\";s:18:\"Sleek Video Teaser\";s:4:\"name\";s:21:\"uc_sleek_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_sleek_video_teaser.jpg\";}i:18;a:4:{s:5:\"title\";s:18:\"Tasty Video Teaser\";s:4:\"name\";s:21:\"uc_tasty_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_tasty_video_teaser.jpg\";}i:19;a:4:{s:5:\"title\";s:17:\"Tech Video Teaser\";s:4:\"name\";s:20:\"uc_tech_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_tech_video_teaser.jpg\";}i:20;a:4:{s:5:\"title\";s:21:\"Creative Video Teaser\";s:4:\"name\";s:24:\"uc_creative_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_creative_video_teaser.jpg\";}i:21;a:4:{s:5:\"title\";s:20:\"Extreme Video Teaser\";s:4:\"name\";s:23:\"uc_extreme_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_extreme_video_teaser.jpg\";}i:22;a:4:{s:5:\"title\";s:20:\"Fashion Video Teaser\";s:4:\"name\";s:23:\"uc_fashion_video_teaser\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Video Teaser Popups/uc_fashion_video_teaser.jpg\";}}s:7:\"Widgets\";a:9:{i:0;a:4:{s:5:\"title\";s:14:\"Product Widget\";s:4:\"name\";s:17:\"uc_product_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Widgets/uc_product_widget.jpg\";}i:1;a:4:{s:5:\"title\";s:13:\"Recipe Widget\";s:4:\"name\";s:16:\"uc_recipe_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Widgets/uc_recipe_widget.jpg\";}i:2;a:4:{s:5:\"title\";s:16:\"Gift Card Widget\";s:4:\"name\";s:19:\"uc_gift_card_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Widgets/uc_gift_card_widget.jpg\";}i:3;a:4:{s:5:\"title\";s:15:\"Location Widget\";s:4:\"name\";s:18:\"uc_location_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Widgets/uc_location_widget.jpg\";}i:4;a:4:{s:5:\"title\";s:12:\"Movie Widget\";s:4:\"name\";s:15:\"uc_movie_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Widgets/uc_movie_widget.jpg\";}i:5;a:4:{s:5:\"title\";s:12:\"Quote Widget\";s:4:\"name\";s:15:\"uc_quote_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Widgets/uc_quote_widget.jpg\";}i:6;a:4:{s:5:\"title\";s:17:\"Restaurant Widget\";s:4:\"name\";s:20:\"uc_restaurant_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Widgets/uc_restaurant_widget.jpg\";}i:7;a:4:{s:5:\"title\";s:13:\"Social Widget\";s:4:\"name\";s:16:\"uc_social_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Widgets/uc_social_widget.jpg\";}i:8;a:4:{s:5:\"title\";s:14:\"Profile Widget\";s:4:\"name\";s:17:\"uc_profile_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Widgets/uc_profile_widget.jpg\";}}s:13:\"Event Widgets\";a:14:{i:0;a:4:{s:5:\"title\";s:16:\"Circle Event Box\";s:4:\"name\";s:16:\"circle_event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Event Widgets/circle_event_box.png\";}i:1;a:4:{s:5:\"title\";s:15:\"Clean Event Box\";s:4:\"name\";s:15:\"clean_event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Event Widgets/clean_event_box.png\";}i:2;a:4:{s:5:\"title\";s:16:\"Corner Event Box\";s:4:\"name\";s:16:\"corner_event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Event Widgets/corner_event_box.png\";}i:3;a:4:{s:5:\"title\";s:16:\"Stripe Event Box\";s:4:\"name\";s:16:\"stripe_event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Event Widgets/stripe_event_box.png\";}i:4;a:4:{s:5:\"title\";s:16:\"Simple Event Box\";s:4:\"name\";s:16:\"simple_event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Event Widgets/simple_event_box.png\";}i:5;a:4:{s:5:\"title\";s:21:\"Clean Solid Event Box\";s:4:\"name\";s:21:\"clean_solid_event_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Event Widgets/clean_solid_event_box.png\";}i:6;a:4:{s:5:\"title\";s:15:\"White Event Box\";s:4:\"name\";s:15:\"white_event_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Event Widgets/white_event_box.png\";}i:7;a:4:{s:5:\"title\";s:15:\"Solid Event Box\";s:4:\"name\";s:15:\"solid_event_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Event Widgets/solid_event_box.png\";}i:8;a:4:{s:5:\"title\";s:13:\"Row Event Box\";s:4:\"name\";s:13:\"row_event_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Event Widgets/row_event_box.png\";}i:9;a:4:{s:5:\"title\";s:18:\"Material Event Box\";s:4:\"name\";s:18:\"material_event_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Event Widgets/material_event_box.png\";}i:10;a:4:{s:5:\"title\";s:18:\"Diagonal Event Box\";s:4:\"name\";s:18:\"diagonal_event_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Event Widgets/diagonal_event_box.png\";}i:11;a:4:{s:5:\"title\";s:16:\"Flower Event Box\";s:4:\"name\";s:21:\"blox_flower_event_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Event Widgets/blox_flower_event_box.png\";}i:12;a:4:{s:5:\"title\";s:15:\"Schedule Stripe\";s:4:\"name\";s:18:\"uc_schedule_stripe\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Event Widgets/uc_schedule_stripe.png\";}i:13;a:4:{s:5:\"title\";s:18:\"Upcoming Event Box\";s:4:\"name\";s:21:\"uc_upcoming_event_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Event Widgets/uc_upcoming_event_box.png\";}}s:10:\"Flip Boxes\";a:15:{i:0;a:4:{s:5:\"title\";s:14:\"Simple Flipbox\";s:4:\"name\";s:14:\"simple_flipbox\";s:6:\"isfree\";b:1;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Flip Boxes/simple_flipbox.jpg\";}i:1;a:4:{s:5:\"title\";s:12:\"Bold Flipbox\";s:4:\"name\";s:15:\"uc_bold_flipbox\";s:6:\"isfree\";b:1;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_bold_flipbox.jpg\";}i:2;a:4:{s:5:\"title\";s:20:\"Jumbo Circle Flipbox\";s:4:\"name\";s:20:\"jumbo_circle_flipbox\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Flip Boxes/jumbo_circle_flipbox.jpg\";}i:3;a:4:{s:5:\"title\";s:18:\"Image Icon Flipbox\";s:4:\"name\";s:21:\"uc_image_icon_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_image_icon_flipbox.jpg\";}i:4;a:4:{s:5:\"title\";s:16:\"Discount Flipbox\";s:4:\"name\";s:19:\"uc_discount_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_discount_flipbox.jpg\";}i:5;a:4:{s:5:\"title\";s:17:\"Mini Icon Flipbox\";s:4:\"name\";s:20:\"uc_mini_icon_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_mini_icon_flipbox.jpg\";}i:6;a:4:{s:5:\"title\";s:17:\"Mega Icon Flipbox\";s:4:\"name\";s:20:\"uc_mega_icon_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_mega_icon_flipbox.jpg\";}i:7;a:4:{s:5:\"title\";s:15:\"Product Flipbox\";s:4:\"name\";s:18:\"uc_product_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_product_flipbox.jpg\";}i:8;a:4:{s:5:\"title\";s:16:\"Contrast Flipbox\";s:4:\"name\";s:19:\"uc_contrast_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_contrast_flipbox.jpg\";}i:9;a:4:{s:5:\"title\";s:16:\"Gradient Flipbox\";s:4:\"name\";s:19:\"uc_gradient_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_gradient_flipbox.jpg\";}i:10;a:4:{s:5:\"title\";s:17:\"Side Icon Flipbox\";s:4:\"name\";s:20:\"uc_side_icon_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_side_icon_flipbox.jpg\";}i:11;a:4:{s:5:\"title\";s:14:\"Border Flipbox\";s:4:\"name\";s:14:\"border_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Flip Boxes/border_flipbox.jpg\";}i:12;a:4:{s:5:\"title\";s:16:\"Material Flipbox\";s:4:\"name\";s:19:\"uc_material_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_material_flipbox.jpg\";}i:13;a:4:{s:5:\"title\";s:16:\"Bg Image Flipbox\";s:4:\"name\";s:16:\"bg_image_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Flip Boxes/bg_image_flipbox.jpg\";}i:14;a:4:{s:5:\"title\";s:13:\"Clean Flipbox\";s:4:\"name\";s:16:\"uc_clean_flipbox\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Flip Boxes/uc_clean_flipbox.jpg\";}}s:12:\"Audio Player\";a:15:{i:0;a:4:{s:5:\"title\";s:21:\"Minified Audio Player\";s:4:\"name\";s:24:\"uc_minified_audio_player\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_minified_audio_player.jpg\";}i:1;a:4:{s:5:\"title\";s:18:\"Solid Audio Player\";s:4:\"name\";s:21:\"uc_solid_audio_player\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_solid_audio_player.jpg\";}i:2;a:4:{s:5:\"title\";s:29:\"Background Image Audio Player\";s:4:\"name\";s:32:\"uc_background_image_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_background_image_audio_player.jpg\";}i:3;a:4:{s:5:\"title\";s:25:\"Double Image Audio Player\";s:4:\"name\";s:28:\"uc_double_image_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_double_image_audio_player.jpg\";}i:4;a:4:{s:5:\"title\";s:20:\"Elegant Audio Player\";s:4:\"name\";s:23:\"uc_elagent_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_elagent_audio_player.jpg\";}i:5;a:4:{s:5:\"title\";s:21:\"Gradient Audio Player\";s:4:\"name\";s:24:\"uc_gradient_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_gradient_audio_player.jpg\";}i:6;a:4:{s:5:\"title\";s:23:\"Left Image Audio Player\";s:4:\"name\";s:26:\"uc_left_image_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_left_image_audio_player.jpg\";}i:7;a:4:{s:5:\"title\";s:21:\"Material Audio Player\";s:4:\"name\";s:24:\"uc_material_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_material_audio_player.jpg\";}i:8;a:4:{s:5:\"title\";s:17:\"Mini Audio Player\";s:4:\"name\";s:20:\"uc_mini_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_mini_audio_player.jpg\";}i:9;a:4:{s:5:\"title\";s:21:\"Standard Audio Player\";s:4:\"name\";s:24:\"uc_standard_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_standard_audio_player.jpg\";}i:10;a:4:{s:5:\"title\";s:22:\"Simple Bg Audio Player\";s:4:\"name\";s:25:\"uc_simple_bg_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_simple_bg_audio_player.jpg\";}i:11;a:4:{s:5:\"title\";s:17:\"Soft Audio Player\";s:4:\"name\";s:20:\"uc_soft_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_soft_audio_player.jpg\";}i:12;a:4:{s:5:\"title\";s:19:\"Stripe Audio Player\";s:4:\"name\";s:22:\"uc_stripe_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_stripe_audio_player.jpg\";}i:13;a:4:{s:5:\"title\";s:18:\"Super Audio Player\";s:4:\"name\";s:21:\"uc_super_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_super_audio_player.jpg\";}i:14;a:4:{s:5:\"title\";s:18:\"Timer Audio Player\";s:4:\"name\";s:21:\"uc_timer_audio_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Audio Player/uc_timer_audio_player.jpg\";}}s:13:\"Opening Hours\";a:17:{i:0;a:4:{s:5:\"title\";s:18:\"Bold Opening Hours\";s:4:\"name\";s:18:\"bold_opening_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Opening Hours/bold_opening_hours.jpg\";}i:1;a:4:{s:5:\"title\";s:20:\"Simple Opening Hours\";s:4:\"name\";s:20:\"simple_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Opening Hours/simple_opening_hours.jpg\";}i:2;a:4:{s:5:\"title\";s:19:\"Basic Opening Hours\";s:4:\"name\";s:22:\"uc_basic_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_basic_opening_hours.jpg\";}i:3;a:4:{s:5:\"title\";s:20:\"Border Opening Hours\";s:4:\"name\";s:23:\"uc_border_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_border_opening_hours.jpg\";}i:4;a:4:{s:5:\"title\";s:21:\"Elegant Opening Hours\";s:4:\"name\";s:21:\"elegant_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Opening Hours/elegant_opening_hours.jpg\";}i:5;a:4:{s:5:\"title\";s:20:\"Circle Opening Hours\";s:4:\"name\";s:23:\"uc_circle_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_circle_opening_hours.jpg\";}i:6;a:4:{s:5:\"title\";s:20:\"Dashed Opening Hours\";s:4:\"name\";s:23:\"uc_dashed_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_dashed_opening_hours.jpg\";}i:7;a:4:{s:5:\"title\";s:19:\"Fancy Opening Hours\";s:4:\"name\";s:22:\"uc_fancy_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_fancy_opening_hours.jpg\";}i:8;a:4:{s:5:\"title\";s:19:\"Image Opening Hours\";s:4:\"name\";s:19:\"image_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Opening Hours/image_opening_hours.jpg\";}i:9;a:4:{s:5:\"title\";s:18:\"Line Opening Hours\";s:4:\"name\";s:21:\"uc_line_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_line_opening_hours.jpg\";}i:10;a:4:{s:5:\"title\";s:21:\"Rounded Opening Hours\";s:4:\"name\";s:24:\"uc_rounded_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_rounded_opening_hours.jpg\";}i:11;a:4:{s:5:\"title\";s:19:\"Opening Hours Table\";s:4:\"name\";s:19:\"opening_hours_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Opening Hours/opening_hours_table.png\";}i:12;a:4:{s:5:\"title\";s:21:\"Starter Opening Hours\";s:4:\"name\";s:24:\"uc_starter_opening_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_starter_opening_hours.jpg\";}i:13;a:4:{s:5:\"title\";s:21:\"Special Opening Hours\";s:4:\"name\";s:24:\"uc_special_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_special_opening_hours.jpg\";}i:14;a:4:{s:5:\"title\";s:17:\"Tag Opening Hours\";s:4:\"name\";s:20:\"uc_tag_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_tag_opening_hours.jpg\";}i:15;a:4:{s:5:\"title\";s:25:\"Very Simple Opening Hours\";s:4:\"name\";s:28:\"uc_very_simple_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Opening Hours/uc_very_simple_opening_hours.jpg\";}i:16;a:4:{s:5:\"title\";s:22:\"Material Opening Hours\";s:4:\"name\";s:22:\"material_opening_hours\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Opening Hours/material_opening_hours.jpg\";}}s:15:\"Video Galleries\";a:8:{i:0;a:4:{s:5:\"title\";s:16:\"Tiles Grid Video\";s:4:\"name\";s:19:\"uc_tiles_grid_video\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Video Galleries/uc_tiles_grid_video.jpg\";}i:1;a:4:{s:5:\"title\";s:12:\"Slider Video\";s:4:\"name\";s:15:\"uc_slider_video\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Video Galleries/uc_slider_video.jpg\";}i:2;a:4:{s:5:\"title\";s:10:\"Video Icon\";s:4:\"name\";s:13:\"uc_video_icon\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Video Galleries/uc_video_icon.jpg\";}i:3;a:4:{s:5:\"title\";s:14:\"Carousel Video\";s:4:\"name\";s:17:\"uc_carousel_video\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Video Galleries/uc_carousel_video.jpg\";}i:4;a:4:{s:5:\"title\";s:13:\"Columns Video\";s:4:\"name\";s:16:\"uc_columns_video\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Video Galleries/uc_columns_video.jpg\";}i:5;a:4:{s:5:\"title\";s:13:\"Default Theme\";s:4:\"name\";s:16:\"uc_default_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Video Galleries/uc_default_theme.jpg\";}i:6;a:4:{s:5:\"title\";s:13:\"Compact Theme\";s:4:\"name\";s:16:\"uc_compact_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Video Galleries/uc_compact_theme.jpg\";}i:7;a:4:{s:5:\"title\";s:10:\"Grid Theme\";s:4:\"name\";s:13:\"uc_grid_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Video Galleries/uc_grid_theme.jpg\";}}s:17:\"Instagram Widgets\";a:10:{i:0;a:4:{s:5:\"title\";s:22:\"White Instagram Widget\";s:4:\"name\";s:24:\"uc_white_instagrm_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Instagram Widgets/uc_white_instagrm_widget.jpg\";}i:1;a:4:{s:5:\"title\";s:21:\"Bold Instagram Widget\";s:4:\"name\";s:21:\"bold_instagram_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Instagram Widgets/bold_instagram_widget.png\";}i:2;a:4:{s:5:\"title\";s:21:\"Instagram Card Widget\";s:4:\"name\";s:26:\"blox_instagram_card_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/Instagram Widgets/blox_instagram_card_widget.png\";}i:3;a:4:{s:5:\"title\";s:22:\"Clean Instagram Widget\";s:4:\"name\";s:25:\"uc_clean_instagram_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Instagram Widgets/uc_clean_instagram_widget.png\";}i:4;a:4:{s:5:\"title\";s:29:\"Latest Image Instagram Widget\";s:4:\"name\";s:27:\"blox_instagram_latest_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Instagram Widgets/blox_instagram_latest_image.png\";}i:5;a:4:{s:5:\"title\";s:20:\"Grid Instagrm Widget\";s:4:\"name\";s:25:\"blox_grid_instagrm_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Instagram Widgets/blox_grid_instagrm_widget.jpg\";}i:6;a:4:{s:5:\"title\";s:22:\"Fresh Instagram Widget\";s:4:\"name\";s:27:\"blox_fresh_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/Instagram Widgets/blox_fresh_instagram_widget.jpg\";}i:7;a:4:{s:5:\"title\";s:23:\"Quatro Instagram Widget\";s:4:\"name\";s:28:\"blox_quatro_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Instagram Widgets/blox_quatro_instagram_widget.png\";}i:8;a:4:{s:5:\"title\";s:24:\"Preview Instagram Widget\";s:4:\"name\";s:29:\"blox_preview_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog/Instagram Widgets/blox_preview_instagram_widget.png\";}i:9;a:4:{s:5:\"title\";s:16:\"Instagram Widget\";s:4:\"name\";s:21:\"blox_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Instagram Widgets/blox_instagram_widget.png\";}}s:15:\"Image Galleries\";a:9:{i:0;a:4:{s:5:\"title\";s:16:\"Tiles Grid Image\";s:4:\"name\";s:19:\"uc_tiles_grid_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Image Galleries/uc_tiles_grid_image.jpg\";}i:1;a:4:{s:5:\"title\";s:26:\"Owl sliding thumbs gallery\";s:4:\"name\";s:26:\"owl_sliding_thumbs_gallery\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Image Galleries/owl_sliding_thumbs_gallery.png\";}i:2;a:4:{s:5:\"title\";s:14:\"Carousel Image\";s:4:\"name\";s:17:\"uc_carousel_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Image Galleries/uc_carousel_image.jpg\";}i:3;a:4:{s:5:\"title\";s:27:\"Image Gallery Tiles Columns\";s:4:\"name\";s:22:\"uc_tiles_columns_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Image Galleries/uc_tiles_columns_image.jpg\";}i:4;a:4:{s:5:\"title\";s:19:\"Compact Image Theme\";s:4:\"name\";s:22:\"uc_compact_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Image Galleries/uc_compact_image_theme.jpg\";}i:5;a:4:{s:5:\"title\";s:16:\"Grid Image Theme\";s:4:\"name\";s:19:\"uc_grid_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Image Galleries/uc_grid_image_theme.jpg\";}i:6;a:4:{s:5:\"title\";s:21:\"Post Grid Image Theme\";s:4:\"name\";s:24:\"uc_grid_image_theme_copy\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Image Galleries/uc_grid_image_theme_copy.jpg\";}i:7;a:4:{s:5:\"title\";s:19:\"Image Default Theme\";s:4:\"name\";s:22:\"uc_image_default_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Image Galleries/uc_image_default_theme.jpg\";}i:8;a:4:{s:5:\"title\";s:12:\"Slider Image\";s:4:\"name\";s:15:\"uc_slider_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Image Galleries/uc_slider_image.jpg\";}}s:23:\"Separators and Dividers\";a:13:{i:0;a:4:{s:5:\"title\";s:22:\"Lind Diamond Seperator\";s:4:\"name\";s:27:\"blox_line_diamond_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/blox_line_diamond_seperator.png\";}i:1;a:4:{s:5:\"title\";s:7:\"Divider\";s:4:\"name\";s:12:\"blox_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/blox_divider.png\";}i:2;a:4:{s:5:\"title\";s:14:\"Line Seperator\";s:4:\"name\";s:19:\"blox_line_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/blox_line_seperator.png\";}i:3;a:4:{s:5:\"title\";s:19:\"Triangle Separators\";s:4:\"name\";s:24:\"blox_triangle_separators\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/blox_triangle_separators.png\";}i:4;a:4:{s:5:\"title\";s:21:\"Zigzag Wave Seperator\";s:4:\"name\";s:25:\"blox_zizag_wave_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/blox_zizag_wave_seperator.png\";}i:5;a:4:{s:5:\"title\";s:17:\"Line Text Divider\";s:4:\"name\";s:22:\"blox_line_text_divider\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/blox_line_text_divider.png\";}i:6;a:4:{s:5:\"title\";s:26:\"Hand Drawn Arrow Separator\";s:4:\"name\";s:31:\"blox_hand_drawn_arrow_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/blox_hand_drawn_arrow_separator.png\";}i:7;a:4:{s:5:\"title\";s:22:\"Doodle Heart Separator\";s:4:\"name\";s:27:\"blox_doodle_heart_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/blox_doodle_heart_separator.png\";}i:8;a:4:{s:5:\"title\";s:21:\"Three Icons Separator\";s:4:\"name\";s:26:\"blox_three_icons_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/blox_three_icons_separator.png\";}i:9;a:4:{s:5:\"title\";s:27:\"Victorian Separator Style 1\";s:4:\"name\";s:19:\"victorian_style_one\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/victorian_style_one.png\";}i:10;a:4:{s:5:\"title\";s:27:\"Victorian Separator Style 2\";s:4:\"name\";s:19:\"victorian_style_two\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/victorian_style_two.png\";}i:11;a:4:{s:5:\"title\";s:26:\"Two Line Rounded Separator\";s:4:\"name\";s:26:\"two_line_rounded_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/Separators and Dividers/two_line_rounded_separator.png\";}i:12;a:4:{s:5:\"title\";s:15:\"Christmas Candy\";s:4:\"name\";s:25:\"christmas_candy_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:0:\"\";}}s:18:\"Statistic Counters\";a:23:{i:0;a:4:{s:5:\"title\";s:23:\"Mega Statistics Counter\";s:4:\"name\";s:23:\"mega_statistics_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Statistic Counters/mega_statistics_counter.jpg\";}i:1;a:4:{s:5:\"title\";s:13:\"Basic Counter\";s:4:\"name\";s:16:\"uc_basic_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_basic_counter.jpg\";}i:2;a:4:{s:5:\"title\";s:14:\"Border Counter\";s:4:\"name\";s:17:\"uc_border_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_border_counter.jpg\";}i:3;a:4:{s:5:\"title\";s:18:\"Border Top Counter\";s:4:\"name\";s:21:\"uc_border_top_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_border_top_counter.jpg\";}i:4;a:4:{s:5:\"title\";s:11:\"Box Counter\";s:4:\"name\";s:14:\"uc_box_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_box_counter.jpg\";}i:5;a:4:{s:5:\"title\";s:13:\"Clean Counter\";s:4:\"name\";s:16:\"uc_clean_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_clean_counter.jpg\";}i:6;a:4:{s:5:\"title\";s:14:\"Corner Counter\";s:4:\"name\";s:17:\"uc_corner_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_corner_counter.jpg\";}i:7;a:4:{s:5:\"title\";s:15:\"Diamond Counter\";s:4:\"name\";s:18:\"uc_diamond_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_diamond_counter.jpg\";}i:8;a:4:{s:5:\"title\";s:14:\"Effect Counter\";s:4:\"name\";s:17:\"uc_effect_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_effect_counter.jpg\";}i:9;a:4:{s:5:\"title\";s:15:\"Elegant Counter\";s:4:\"name\";s:18:\"uc_elegant_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_elegant_counter.jpg\";}i:10;a:4:{s:5:\"title\";s:16:\"Gradient Counter\";s:4:\"name\";s:19:\"uc_gradient_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_gradient_counter.jpg\";}i:11;a:4:{s:5:\"title\";s:11:\"Hex Counter\";s:4:\"name\";s:14:\"uc_hex_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_hex_counter.jpg\";}i:12;a:4:{s:5:\"title\";s:16:\"Material Counter\";s:4:\"name\";s:19:\"uc_material_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_material_counter.jpg\";}i:13;a:4:{s:5:\"title\";s:21:\"Material Icon Counter\";s:4:\"name\";s:24:\"uc_material_icon_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_material_icon_counter.jpg\";}i:14;a:4:{s:5:\"title\";s:19:\"Mega Number Counter\";s:4:\"name\";s:22:\"uc_mega_number_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_mega_number_counter.jpg\";}i:15;a:4:{s:5:\"title\";s:14:\"Offset Counter\";s:4:\"name\";s:17:\"uc_offset_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_offset_counter.jpg\";}i:16;a:4:{s:5:\"title\";s:14:\"Shadow Counter\";s:4:\"name\";s:17:\"uc_shadow_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_shadow_counter.jpg\";}i:17;a:4:{s:5:\"title\";s:14:\"Simple Counter\";s:4:\"name\";s:17:\"uc_simple_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_simple_counter.jpg\";}i:18;a:4:{s:5:\"title\";s:13:\"Solid Counter\";s:4:\"name\";s:16:\"uc_solid_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_solid_counter.jpg\";}i:19;a:4:{s:5:\"title\";s:20:\"Super Simple Counter\";s:4:\"name\";s:23:\"uc_super_simple_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_super_simple_counter.jpg\";}i:20;a:4:{s:5:\"title\";s:17:\"Side Icon Counter\";s:4:\"name\";s:20:\"uc_side_icon_counter\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Statistic Counters/uc_side_icon_counter.jpg\";}i:21;a:4:{s:5:\"title\";s:22:\"Transparent Statistics\";s:4:\"name\";s:22:\"transparent_statistics\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Statistic Counters/transparent_statistics.jpg\";}i:22;a:4:{s:5:\"title\";s:19:\"Material Statistics\";s:4:\"name\";s:19:\"material_statistics\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Statistic Counters/material_statistics.jpg\";}}s:12:\"Bullet Lists\";a:26:{i:0;a:4:{s:5:\"title\";s:15:\"Diamond Bullets\";s:4:\"name\";s:18:\"uc_diamond_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_diamond_bullets.jpg\";}i:1;a:4:{s:5:\"title\";s:15:\"Rainbow Bullets\";s:4:\"name\";s:18:\"uc_rainbow_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_rainbow_bullets.jpg\";}i:2;a:4:{s:5:\"title\";s:16:\"Material Bullets\";s:4:\"name\";s:19:\"uc_material_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_material_bullets.jpg\";}i:3;a:4:{s:5:\"title\";s:24:\"Starter Product Features\";s:4:\"name\";s:27:\"uc_starter_product_features\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_starter_product_features.jpg\";}i:4;a:4:{s:5:\"title\";s:16:\"Centered Bullets\";s:4:\"name\";s:19:\"uc_centered_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_centered_bullets.jpg\";}i:5;a:4:{s:5:\"title\";s:18:\"Clean Icon Bullets\";s:4:\"name\";s:21:\"uc_clean_icon_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_clean_icon_bullets.jpg\";}i:6;a:4:{s:5:\"title\";s:15:\"Default Bullets\";s:4:\"name\";s:18:\"uc_default_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_default_bullets.jpg\";}i:7;a:4:{s:5:\"title\";s:12:\"Icon Bullets\";s:4:\"name\";s:15:\"uc_icon_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_icon_bullets.jpg\";}i:8;a:4:{s:5:\"title\";s:14:\"Mobile Bullets\";s:4:\"name\";s:17:\"uc_mobile_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_mobile_bullets.jpg\";}i:9;a:4:{s:5:\"title\";s:22:\"Mobile Elegant Bullets\";s:4:\"name\";s:25:\"uc_mobile_elegant_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_mobile_elegant_bullets.jpg\";}i:10;a:4:{s:5:\"title\";s:19:\"Super Clean Bullets\";s:4:\"name\";s:22:\"uc_super_clean_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_super_clean_bullets.jpg\";}i:11;a:4:{s:5:\"title\";s:18:\"Altemating Bullets\";s:4:\"name\";s:21:\"uc_altemating_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_altemating_bullets.jpg\";}i:12;a:4:{s:5:\"title\";s:10:\"Bw Bullets\";s:4:\"name\";s:13:\"uc_bw_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_bw_bullets.jpg\";}i:13;a:4:{s:5:\"title\";s:19:\"Mobile Side Bullets\";s:4:\"name\";s:22:\"uc_mobile_side_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_mobile_side_bullets.jpg\";}i:14;a:4:{s:5:\"title\";s:15:\"Elegant Bullets\";s:4:\"name\";s:18:\"uc_elegant_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_elegant_bullets.jpg\";}i:15;a:4:{s:5:\"title\";s:26:\"Rainbow Two Column Bullets\";s:4:\"name\";s:29:\"uc_rainbow_two_column_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_rainbow_two_column_bullets.jpg\";}i:16;a:4:{s:5:\"title\";s:21:\"Rounded Icons Bullets\";s:4:\"name\";s:24:\"uc_rounded_icons_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_rounded_icons_bullets.jpg\";}i:17;a:4:{s:5:\"title\";s:14:\"Simple Bullets\";s:4:\"name\";s:17:\"uc_simple_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:68:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_simple_bullets.jpg\";}i:18;a:4:{s:5:\"title\";s:13:\"Solid Bullets\";s:4:\"name\";s:16:\"uc_solid_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_solid_bullets.jpg\";}i:19;a:4:{s:5:\"title\";s:12:\"Tech Bullets\";s:4:\"name\";s:15:\"uc_tech_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_tech_bullets.jpg\";}i:20;a:4:{s:5:\"title\";s:16:\"Timeline Bullets\";s:4:\"name\";s:19:\"uc_timeline_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_timeline_bullets.jpg\";}i:21;a:4:{s:5:\"title\";s:13:\"Clean Bullets\";s:4:\"name\";s:16:\"uc_clean_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_clean_bullets.jpg\";}i:22;a:4:{s:5:\"title\";s:15:\"Minimal Bullets\";s:4:\"name\";s:18:\"uc_minimal_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"http://api.bloxbuilder.me/catalog/Bullet Lists/uc_minimal_bullets.jpg\";}i:23;a:4:{s:5:\"title\";s:26:\"Product Features 4 Bullets\";s:4:\"name\";s:26:\"product_features_4_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Bullet Lists/product_features_4_bullets.jpg\";}i:24;a:4:{s:5:\"title\";s:30:\"Product Features Eight Bullets\";s:4:\"name\";s:30:\"product_features_eight_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Bullet Lists/product_features_eight_bullets.jpg\";}i:25;a:4:{s:5:\"title\";s:28:\"Product Features Six Bullets\";s:4:\"name\";s:28:\"product_features_six_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Bullet Lists/product_features_six_bullets.jpg\";}}s:6:\"Footer\";a:20:{i:0;a:4:{s:5:\"title\";s:11:\"Card Footer\";s:4:\"name\";s:14:\"uc_card_footer\";s:6:\"isfree\";b:1;s:5:\"image\";s:59:\"http://api.bloxbuilder.me/catalog/Footer/uc_card_footer.jpg\";}i:1;a:4:{s:5:\"title\";s:13:\"Border Footer\";s:4:\"name\";s:16:\"uc_border_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Footer/uc_border_footer.jpg\";}i:2;a:4:{s:5:\"title\";s:15:\"Centered Footer\";s:4:\"name\";s:18:\"uc_centered_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Footer/uc_centered_footer.jpg\";}i:3;a:4:{s:5:\"title\";s:9:\"BW Footer\";s:4:\"name\";s:12:\"uc_bw_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:57:\"http://api.bloxbuilder.me/catalog/Footer/uc_bw_footer.jpg\";}i:4;a:4:{s:5:\"title\";s:13:\"Circle Footer\";s:4:\"name\";s:16:\"uc_circle_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Footer/uc_circle_footer.jpg\";}i:5;a:4:{s:5:\"title\";s:12:\"Color Footer\";s:4:\"name\";s:15:\"uc_color_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Footer/uc_color_footer.jpg\";}i:6;a:4:{s:5:\"title\";s:11:\"Dark Footer\";s:4:\"name\";s:14:\"uc_dark_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:59:\"http://api.bloxbuilder.me/catalog/Footer/uc_dark_footer.jpg\";}i:7;a:4:{s:5:\"title\";s:11:\"Gray Footer\";s:4:\"name\";s:14:\"uc_gray_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:59:\"http://api.bloxbuilder.me/catalog/Footer/uc_gray_footer.jpg\";}i:8;a:4:{s:5:\"title\";s:14:\"Default Footer\";s:4:\"name\";s:17:\"uc_default_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Footer/uc_default_footer.jpg\";}i:9;a:4:{s:5:\"title\";s:14:\"Elegant Footer\";s:4:\"name\";s:17:\"uc_elegant_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Footer/uc_elegant_footer.jpg\";}i:10;a:4:{s:5:\"title\";s:11:\"Icon Footer\";s:4:\"name\";s:14:\"uc_icon_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:59:\"http://api.bloxbuilder.me/catalog/Footer/uc_icon_footer.jpg\";}i:11;a:4:{s:5:\"title\";s:15:\"Material Footer\";s:4:\"name\";s:18:\"uc_material_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Footer/uc_material_footer.jpg\";}i:12;a:4:{s:5:\"title\";s:14:\"Minimal Footer\";s:4:\"name\";s:17:\"uc_minimal_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:62:\"http://api.bloxbuilder.me/catalog/Footer/uc_minimal_footer.jpg\";}i:13;a:4:{s:5:\"title\";s:13:\"Shadow Footer\";s:4:\"name\";s:16:\"uc_shadow_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Footer/uc_shadow_footer.jpg\";}i:14;a:4:{s:5:\"title\";s:13:\"Simple Footer\";s:4:\"name\";s:16:\"uc_simple_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Footer/uc_simple_footer.jpg\";}i:15;a:4:{s:5:\"title\";s:12:\"Solid Footer\";s:4:\"name\";s:15:\"uc_solid_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Footer/uc_solid_footer.jpg\";}i:16;a:4:{s:5:\"title\";s:15:\"Standard Footer\";s:4:\"name\";s:18:\"uc_standard_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Footer/uc_standard_footer.jpg\";}i:17;a:4:{s:5:\"title\";s:10:\"Tag Footer\";s:4:\"name\";s:13:\"uc_tag_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:58:\"http://api.bloxbuilder.me/catalog/Footer/uc_tag_footer.jpg\";}i:18;a:4:{s:5:\"title\";s:12:\"White Footer\";s:4:\"name\";s:15:\"uc_white_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Footer/uc_white_footer.jpg\";}i:19;a:4:{s:5:\"title\";s:12:\"Small Footer\";s:4:\"name\";s:15:\"uc_small_footer\";s:6:\"isfree\";b:0;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Footer/uc_small_footer.jpg\";}}s:19:\"Titles and Headings\";a:6:{i:0;a:4:{s:5:\"title\";s:7:\"3d Text\";s:4:\"name\";s:7:\"3d_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Titles and Headings/3d_text.png\";}i:1;a:4:{s:5:\"title\";s:15:\"Default Heading\";s:4:\"name\";s:15:\"default_heading\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Titles and Headings/default_heading.jpg\";}i:2;a:4:{s:5:\"title\";s:16:\"Typewriter Title\";s:4:\"name\";s:16:\"typewriter_title\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Titles and Headings/typewriter_title.gif\";}i:3;a:4:{s:5:\"title\";s:17:\"Side Border Title\";s:4:\"name\";s:17:\"side_border_title\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Titles and Headings/side_border_title.png\";}i:4;a:4:{s:5:\"title\";s:14:\"Gradient Title\";s:4:\"name\";s:14:\"gradient_title\";s:6:\"isfree\";b:0;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Titles and Headings/gradient_title.png\";}i:5;a:4:{s:5:\"title\";s:7:\"Marquee\";s:4:\"name\";s:7:\"marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:65:\"http://api.bloxbuilder.me/catalog/Titles and Headings/marquee.png\";}}s:12:\"Simple Icons\";a:2:{i:0;a:4:{s:5:\"title\";s:15:\"Shadow Icon Box\";s:4:\"name\";s:20:\"blox_shadow_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"http://api.bloxbuilder.me/catalog/Simple Icons/blox_shadow_icon_box.png\";}i:1;a:4:{s:5:\"title\";s:26:\"Full Width Background Icon\";s:4:\"name\";s:31:\"blox_full_width_background_icon\";s:6:\"isfree\";b:0;s:5:\"image\";s:0:\"\";}}s:19:\"Image Hover Effects\";a:28:{i:0;a:4:{s:5:\"title\";s:22:\"Image Hover Effect One\";s:4:\"name\";s:26:\"blox_gallery_box_style_one\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/blox_gallery_box_style_one.jpg\";}i:1;a:4:{s:5:\"title\";s:22:\"Image Hover Effect Two\";s:4:\"name\";s:27:\"blox_image_hover_effect_two\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/blox_image_hover_effect_two.png\";}i:2;a:4:{s:5:\"title\";s:23:\"Image Hover Flip Effect\";s:4:\"name\";s:19:\"uc_image_hover_flip\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_flip.png\";}i:3;a:4:{s:5:\"title\";s:26:\"Image Hover Goliath Effect\";s:4:\"name\";s:22:\"uc_image_hover_goliath\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_goliath.png\";}i:4;a:4:{s:5:\"title\";s:30:\"Image Hover Effect Flip Bottom\";s:4:\"name\";s:26:\"uc_image_hover_flip_bottom\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_flip_bottom.png\";}i:5;a:4:{s:5:\"title\";s:16:\"Image Hover Tilt\";s:4:\"name\";s:19:\"uc_image_hover_tilt\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_tilt.png\";}i:6;a:4:{s:5:\"title\";s:24:\"Image Hover Effect Three\";s:4:\"name\";s:29:\"blox_image_hover_effect_three\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/blox_image_hover_effect_three.png\";}i:7;a:4:{s:5:\"title\";s:25:\"Square Image Hover Effect\";s:4:\"name\";s:19:\"square_image_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/square_image_effect.png\";}i:8;a:4:{s:5:\"title\";s:25:\"Image Hover Appear Effect\";s:4:\"name\";s:28:\"uc_image_hover_appear_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_appear_effect.png\";}i:9;a:4:{s:5:\"title\";s:18:\"Image Hover Rotate\";s:4:\"name\";s:21:\"uc_image_hover_rotate\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_rotate.png\";}i:10;a:4:{s:5:\"title\";s:23:\"Image Hover Rotate Icon\";s:4:\"name\";s:26:\"uc_image_hover_rotate_icon\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_rotate_icon.png\";}i:11;a:4:{s:5:\"title\";s:19:\"Image Hover Slideup\";s:4:\"name\";s:22:\"uc_image_hover_slideup\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_slideup.png\";}i:12;a:4:{s:5:\"title\";s:26:\"Image Hover Uncover Effect\";s:4:\"name\";s:22:\"uc_image_hover_uncover\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_uncover.png\";}i:13;a:4:{s:5:\"title\";s:24:\"Image Hover Honey Effect\";s:4:\"name\";s:20:\"uc_image_hover_honey\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_honey.png\";}i:14;a:4:{s:5:\"title\";s:25:\"Image Hover Apollo Effect\";s:4:\"name\";s:21:\"uc_image_hover_apollo\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_apollo.png\";}i:15;a:4:{s:5:\"title\";s:23:\"Image Hover Duke Effect\";s:4:\"name\";s:19:\"uc_image_hover_duke\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_duke.png\";}i:16;a:4:{s:5:\"title\";s:23:\"Image Hover Hera Effect\";s:4:\"name\";s:19:\"uc_image_hover_hera\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_hera.png\";}i:17;a:4:{s:5:\"title\";s:23:\"Image Hover jaaz Effect\";s:4:\"name\";s:19:\"uc_image_hover_jaaz\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_jaaz.png\";}i:18;a:4:{s:5:\"title\";s:23:\"Image Hover Lexi Effect\";s:4:\"name\";s:19:\"uc_image_hover_lexi\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_lexi.png\";}i:19;a:4:{s:5:\"title\";s:23:\"Image Hover kira Effect\";s:4:\"name\";s:19:\"uc_image_hover_kira\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_kira.png\";}i:20;a:4:{s:5:\"title\";s:23:\"Image Hover Ming Effect\";s:4:\"name\";s:19:\"uc_image_hover_ming\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_ming.png\";}i:21;a:4:{s:5:\"title\";s:24:\"Image Hover Moses Effect\";s:4:\"name\";s:20:\"uc_image_hover_moses\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_moses.png\";}i:22;a:4:{s:5:\"title\";s:25:\"Image Hover Phoebe Effect\";s:4:\"name\";s:21:\"uc_image_hover_phoebe\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_phoebe.png\";}i:23;a:4:{s:5:\"title\";s:24:\"Image Hover Terry Effect\";s:4:\"name\";s:20:\"uc_image_hover_terry\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_terry.png\";}i:24;a:4:{s:5:\"title\";s:25:\"Image Hover Selena Effect\";s:4:\"name\";s:21:\"uc_image_hover_selena\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_selena.png\";}i:25;a:4:{s:5:\"title\";s:26:\"Image Hover Winston Effect\";s:4:\"name\";s:22:\"uc_image_hover_winston\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_winston.png\";}i:26;a:4:{s:5:\"title\";s:24:\"Image Hover Steve Effect\";s:4:\"name\";s:20:\"uc_image_hover_steve\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_steve.png\";}i:27;a:4:{s:5:\"title\";s:24:\"Image Hover Julia Effect\";s:4:\"name\";s:20:\"uc_image_hover_julia\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Image Hover Effects/uc_image_hover_julia.png\";}}s:12:\"Article Grid\";a:12:{i:0;a:4:{s:5:\"title\";s:22:\"Article Grid Style One\";s:4:\"name\";s:22:\"uc_post_grid_style_one\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Article Grid/uc_post_grid_style_one.png\";}i:1;a:4:{s:5:\"title\";s:22:\"Article Grid Style Two\";s:4:\"name\";s:22:\"uc_post_grid_style_two\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"http://api.bloxbuilder.me/catalog/Article Grid/uc_post_grid_style_two.png\";}i:2;a:4:{s:5:\"title\";s:21:\"Alternating Post Grid\";s:4:\"name\";s:16:\"alternating_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Article Grid/alternating_grid.png\";}i:3;a:4:{s:5:\"title\";s:15:\"Fancy Post Tile\";s:4:\"name\";s:15:\"fancy_post_tile\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Article Grid/fancy_post_tile.png\";}i:4;a:4:{s:5:\"title\";s:24:\"Article Grid Style Three\";s:4:\"name\";s:23:\"uc_post_grid_style_tree\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Article Grid/uc_post_grid_style_tree.png\";}i:5;a:4:{s:5:\"title\";s:23:\"Article Grid Style Four\";s:4:\"name\";s:23:\"uc_post_grid_style_four\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Article Grid/uc_post_grid_style_four.png\";}i:6;a:4:{s:5:\"title\";s:23:\"Article Grid Style Five\";s:4:\"name\";s:23:\"uc_post_grid_style_five\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"http://api.bloxbuilder.me/catalog/Article Grid/uc_post_grid_style_five.png\";}i:7;a:4:{s:5:\"title\";s:15:\"Magic Post Grid\";s:4:\"name\";s:15:\"magic_post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Article Grid/magic_post_grid.png\";}i:8;a:4:{s:5:\"title\";s:26:\"Image Overlay Article Grid\";s:4:\"name\";s:26:\"blox_image_overlay_article\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"http://api.bloxbuilder.me/catalog/Article Grid/blox_image_overlay_article.png\";}i:9;a:4:{s:5:\"title\";s:22:\"Article Grid Style Six\";s:4:\"name\";s:25:\"uc_article_grid_style_six\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Article Grid/uc_article_grid_style_six.png\";}i:10;a:4:{s:5:\"title\";s:24:\"Article Grid Style Seven\";s:4:\"name\";s:27:\"uc_article_grid_style_seven\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Article Grid/uc_article_grid_style_seven.png\";}i:11;a:4:{s:5:\"title\";s:24:\"Article Grid Style Eight\";s:4:\"name\";s:27:\"uc_article_grid_style_eight\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog/Article Grid/uc_article_grid_style_eight.png\";}}s:24:\"Image Hover Effect Links\";a:1:{i:0;a:4:{s:5:\"title\";s:28:\"Image Hover Effect Links Two\";s:4:\"name\";s:33:\"blox_image_link_hover_effects_two\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog/Image Hover Effect Links/blox_image_link_hover_effects_two.png\";}}s:6:\"Extras\";a:8:{i:0;a:4:{s:5:\"title\";s:14:\"Particles Logo\";s:4:\"name\";s:19:\"blox_particles_logo\";s:6:\"isfree\";b:0;s:5:\"image\";s:64:\"http://api.bloxbuilder.me/catalog/Extras/blox_particles_logo.jpg\";}i:1;a:4:{s:5:\"title\";s:13:\"Logo Showcase\";s:4:\"name\";s:18:\"blox_logo_showcase\";s:6:\"isfree\";b:1;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Extras/blox_logo_showcase.png\";}i:2;a:4:{s:5:\"title\";s:12:\"Notification\";s:4:\"name\";s:12:\"notification\";s:6:\"isfree\";b:1;s:5:\"image\";s:57:\"http://api.bloxbuilder.me/catalog/Extras/notification.png\";}i:3;a:4:{s:5:\"title\";s:15:\"Sponsor Marquee\";s:4:\"name\";s:18:\"uc_sponsor_marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:63:\"http://api.bloxbuilder.me/catalog/Extras/uc_sponsor_marquee.png\";}i:4;a:4:{s:5:\"title\";s:13:\"SVG Animation\";s:4:\"name\";s:21:\"uc_svg_draw_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:66:\"http://api.bloxbuilder.me/catalog/Extras/uc_svg_draw_animation.png\";}i:5;a:4:{s:5:\"title\";s:12:\"Before After\";s:4:\"name\";s:15:\"uc_before_after\";s:6:\"isfree\";b:1;s:5:\"image\";s:60:\"http://api.bloxbuilder.me/catalog/Extras/uc_before_after.png\";}i:6;a:4:{s:5:\"title\";s:22:\"Mobile Conversion Menu\";s:4:\"name\";s:22:\"mobile_conversion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:67:\"http://api.bloxbuilder.me/catalog/Extras/mobile_conversion_menu.png\";}i:7;a:4:{s:5:\"title\";s:16:\"Icon Mobile Menu\";s:4:\"name\";s:16:\"icon_mobile_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:61:\"http://api.bloxbuilder.me/catalog/Extras/icon_mobile_menu.png\";}}s:14:\"Article Slider\";a:5:{i:0;a:4:{s:5:\"title\";s:21:\"Fixed Box Post Slider\";s:4:\"name\";s:23:\"uc_fixed_box_postslider\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"http://api.bloxbuilder.me/catalog/Article Slider/uc_fixed_box_postslider.png\";}i:1;a:4:{s:5:\"title\";s:17:\"Fixed Post Slider\";s:4:\"name\";s:19:\"uc_fixed_postslider\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog/Article Slider/uc_fixed_postslider.png\";}i:2;a:4:{s:5:\"title\";s:28:\"Fullscreen Image Post Slider\";s:4:\"name\";s:38:\"uc_fullscreen_image_content_postslider\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/Article Slider/uc_fullscreen_image_content_postslider.png\";}i:3;a:4:{s:5:\"title\";s:26:\"Fullscreen Box Post Slider\";s:4:\"name\";s:28:\"uc_fullscreen_box_postslider\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/Article Slider/uc_fullscreen_box_postslider.png\";}i:4;a:4:{s:5:\"title\";s:22:\"Fullscreen Post Slider\";s:4:\"name\";s:22:\"fullscreen_post_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:75:\"http://api.bloxbuilder.me/catalog/Article Slider/fullscreen_post_slider.png\";}}}s:13:\"shape_devider\";a:1:{s:4:\"Main\";a:19:{i:0;a:4:{s:5:\"title\";s:13:\"Side Triangle\";s:4:\"name\";s:35:\"side_triangle_divider_shape_devider\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/side_triangle_divider_shape_devider.svg\";}i:1;a:4:{s:5:\"title\";s:26:\"Side Triangle With Opacity\";s:4:\"name\";s:43:\"side_triangle_opacity_divider_shape_devider\";s:6:\"isfree\";b:1;s:5:\"image\";s:115:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/side_triangle_opacity_divider_shape_devider.svg\";}i:2;a:4:{s:5:\"title\";s:6:\"Elipse\";s:4:\"name\";s:28:\"elipse_divider_shape_devider\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/elipse_divider_shape_devider.svg\";}i:3;a:4:{s:5:\"title\";s:7:\"Rounded\";s:4:\"name\";s:21:\"rounded_shape_devider\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/rounded_shape_devider.svg\";}i:4;a:4:{s:5:\"title\";s:5:\"Waves\";s:4:\"name\";s:27:\"waves_divider_shape_devider\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/waves_divider_shape_devider.svg\";}i:5;a:4:{s:5:\"title\";s:18:\"Waves With Opacity\";s:4:\"name\";s:35:\"waves_opacity_divider_shape_devider\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/waves_opacity_divider_shape_devider.svg\";}i:6;a:4:{s:5:\"title\";s:12:\"Artist Brush\";s:4:\"name\";s:34:\"artist_brush_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/artist_brush_divider_shape_devider.svg\";}i:7;a:4:{s:5:\"title\";s:8:\"Triangle\";s:4:\"name\";s:30:\"triangle_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/triangle_divider_shape_devider.svg\";}i:8;a:4:{s:5:\"title\";s:21:\"Triangle With Opacity\";s:4:\"name\";s:38:\"triangle_opacity_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:110:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/triangle_opacity_divider_shape_devider.svg\";}i:9;a:4:{s:5:\"title\";s:6:\"Spikes\";s:4:\"name\";s:28:\"spikes_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/spikes_divider_shape_devider.svg\";}i:10;a:4:{s:5:\"title\";s:5:\"Curly\";s:4:\"name\";s:27:\"curly_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/curly_divider_shape_devider.svg\";}i:11;a:4:{s:5:\"title\";s:6:\"Clouds\";s:4:\"name\";s:28:\"clouds_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/clouds_divider_shape_devider.svg\";}i:12;a:4:{s:5:\"title\";s:8:\"Pyramids\";s:4:\"name\";s:30:\"pyramids_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/pyramids_divider_shape_devider.svg\";}i:13;a:4:{s:5:\"title\";s:4:\"Book\";s:4:\"name\";s:26:\"book_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/book_divider_shape_devider.svg\";}i:14;a:4:{s:5:\"title\";s:11:\"Single Wave\";s:4:\"name\";s:33:\"single_wave_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/single_wave_divider_shape_devider.svg\";}i:15;a:4:{s:5:\"title\";s:13:\"Aligator Bite\";s:4:\"name\";s:35:\"aligator_bite_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/aligator_bite_divider_shape_devider.svg\";}i:16;a:4:{s:5:\"title\";s:14:\"Quarter Circle\";s:4:\"name\";s:36:\"quarter_circle_divider_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/quarter_circle_divider_shape_devider.svg\";}i:17;a:4:{s:5:\"title\";s:3:\"Rip\";s:4:\"name\";s:17:\"rip_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/rip_shape_devider.svg\";}i:18;a:4:{s:5:\"title\";s:5:\"Shpiz\";s:4:\"name\";s:19:\"shpiz_shape_devider\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shape_devider___Main/shpiz_shape_devider.svg\";}}}s:6:\"shapes\";a:6:{s:10:\"Line Icons\";a:64:{i:0;a:4:{s:5:\"title\";s:5:\"Skype\";s:4:\"name\";s:17:\"skype_icon_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/skype_icon_shapes.svg\";}i:1;a:4:{s:5:\"title\";s:8:\"Envelope\";s:4:\"name\";s:20:\"envelope_icon_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/envelope_icon_shapes.svg\";}i:2;a:4:{s:5:\"title\";s:7:\"Address\";s:4:\"name\";s:19:\"address_icon_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/address_icon_shapes.svg\";}i:3;a:4:{s:5:\"title\";s:4:\"User\";s:4:\"name\";s:16:\"user_icon_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/user_icon_shapes.svg\";}i:4;a:4:{s:5:\"title\";s:5:\"Phone\";s:4:\"name\";s:17:\"phone_icon_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/phone_icon_shapes.svg\";}i:5;a:4:{s:5:\"title\";s:7:\"Monitor\";s:4:\"name\";s:20:\"monitorr_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/monitorr_icon_shapes.svg\";}i:6;a:4:{s:5:\"title\";s:8:\"Artboard\";s:4:\"name\";s:20:\"artboard_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/artboard_icon_shapes.svg\";}i:7;a:4:{s:5:\"title\";s:12:\"Paint Bucket\";s:4:\"name\";s:24:\"paint_bucket_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/paint_bucket_icon_shapes.svg\";}i:8;a:4:{s:5:\"title\";s:10:\"Headphones\";s:4:\"name\";s:22:\"headphones_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/headphones_icon_shapes.svg\";}i:9;a:4:{s:5:\"title\";s:10:\"Microphone\";s:4:\"name\";s:23:\"microphone_shape_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/microphone_shape_shapes.svg\";}i:10;a:4:{s:5:\"title\";s:7:\"Auction\";s:4:\"name\";s:19:\"auction_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/auction_icon_shapes.svg\";}i:11;a:4:{s:5:\"title\";s:4:\"Bank\";s:4:\"name\";s:16:\"bank_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/bank_icon_shapes.svg\";}i:12;a:4:{s:5:\"title\";s:9:\"Briefcase\";s:4:\"name\";s:21:\"briefcase_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/briefcase_icon_shapes.svg\";}i:13;a:4:{s:5:\"title\";s:9:\"Handshake\";s:4:\"name\";s:21:\"handshake_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/handshake_icon_shapes.svg\";}i:14;a:4:{s:5:\"title\";s:8:\"Ball Pen\";s:4:\"name\";s:20:\"ball_pen_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/ball_pen_icon_shapes.svg\";}i:15;a:4:{s:5:\"title\";s:5:\"Brush\";s:4:\"name\";s:17:\"brush_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/brush_icon_shapes.svg\";}i:16;a:4:{s:5:\"title\";s:8:\"Mail Box\";s:4:\"name\";s:15:\"Mail_box_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/Mail_box_shapes.svg\";}i:17;a:4:{s:5:\"title\";s:11:\"Medical Bag\";s:4:\"name\";s:18:\"medical_bag_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/medical_bag_shapes.svg\";}i:18;a:4:{s:5:\"title\";s:12:\"Video Camera\";s:4:\"name\";s:24:\"video_camera_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/video_camera_icon_shapes.svg\";}i:19;a:4:{s:5:\"title\";s:4:\"Bike\";s:4:\"name\";s:16:\"bike_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/bike_icon_shapes.svg\";}i:20;a:4:{s:5:\"title\";s:9:\"Pineapple\";s:4:\"name\";s:21:\"pineapple_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/pineapple_icon_shapes.svg\";}i:21;a:4:{s:5:\"title\";s:10:\"Strawberry\";s:4:\"name\";s:22:\"strawberry_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/strawberry_icon_shapes.svg\";}i:22;a:4:{s:5:\"title\";s:6:\"Cherry\";s:4:\"name\";s:18:\"cherry_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/cherry_icon_shapes.svg\";}i:23;a:4:{s:5:\"title\";s:6:\"Basket\";s:4:\"name\";s:18:\"basket_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/basket_icon_shapes.svg\";}i:24;a:4:{s:5:\"title\";s:4:\"Cart\";s:4:\"name\";s:16:\"cart_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/cart_icon_shapes.svg\";}i:25;a:4:{s:5:\"title\";s:6:\"Ticket\";s:4:\"name\";s:18:\"ticket_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/ticket_icon_shapes.svg\";}i:26;a:4:{s:5:\"title\";s:4:\"Gift\";s:4:\"name\";s:16:\"gift_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/gift_icon_shapes.svg\";}i:27;a:4:{s:5:\"title\";s:5:\"Store\";s:4:\"name\";s:17:\"store_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/store_icon_shapes.svg\";}i:28;a:4:{s:5:\"title\";s:7:\"Bitcoin\";s:4:\"name\";s:19:\"bitcoin_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/bitcoin_icon_shapes.svg\";}i:29;a:4:{s:5:\"title\";s:11:\"Credit Card\";s:4:\"name\";s:23:\"credit_card_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/credit_card_icon_shapes.svg\";}i:30;a:4:{s:5:\"title\";s:6:\"Volume\";s:4:\"name\";s:18:\"volume_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/volume_icon_shapes.svg\";}i:31;a:4:{s:5:\"title\";s:11:\"Sound Waves\";s:4:\"name\";s:23:\"sound_waves_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/sound_waves_icon_shapes.svg\";}i:32;a:4:{s:5:\"title\";s:19:\"Wireless Headphones\";s:4:\"name\";s:31:\"wireless_headphones_icon_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/wireless_headphones_icon_shapes.svg\";}i:33;a:4:{s:5:\"title\";s:7:\"Hangout\";s:4:\"name\";s:14:\"hangout_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/hangout_shapes.svg\";}i:34;a:4:{s:5:\"title\";s:8:\"Facebook\";s:4:\"name\";s:15:\"facebook_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/facebook_shapes.svg\";}i:35;a:4:{s:5:\"title\";s:9:\"Instagram\";s:4:\"name\";s:16:\"instagram_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/instagram_shapes.svg\";}i:36;a:4:{s:5:\"title\";s:14:\"Speech Bubbles\";s:4:\"name\";s:21:\"speech_bubbles_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/speech_bubbles_shapes.svg\";}i:37;a:4:{s:5:\"title\";s:5:\"Angel\";s:4:\"name\";s:12:\"angel_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/angel_shapes.svg\";}i:38;a:4:{s:5:\"title\";s:4:\"Bell\";s:4:\"name\";s:11:\"bell_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/bell_shapes.svg\";}i:39;a:4:{s:5:\"title\";s:3:\"Bow\";s:4:\"name\";s:10:\"bow_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/bow_shapes.svg\";}i:40;a:4:{s:5:\"title\";s:7:\"Candell\";s:4:\"name\";s:14:\"candell_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/candell_shapes.svg\";}i:41;a:4:{s:5:\"title\";s:5:\"Candy\";s:4:\"name\";s:12:\"candy_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/candy_shapes.svg\";}i:42;a:4:{s:5:\"title\";s:7:\"Chimney\";s:4:\"name\";s:14:\"chimney_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/chimney_shapes.svg\";}i:43;a:4:{s:5:\"title\";s:20:\"Christmas Decoration\";s:4:\"name\";s:27:\"christmas_decoration_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/christmas_decoration_shapes.svg\";}i:44;a:4:{s:5:\"title\";s:15:\"Christmas Light\";s:4:\"name\";s:22:\"christmas_light_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/christmas_light_shapes.svg\";}i:45;a:4:{s:5:\"title\";s:14:\"Christmas Star\";s:4:\"name\";s:21:\"christmas_star_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/christmas_star_shapes.svg\";}i:46;a:4:{s:5:\"title\";s:14:\"Christmas Tree\";s:4:\"name\";s:21:\"christmas_tree_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/christmas_tree_shapes.svg\";}i:47;a:4:{s:5:\"title\";s:10:\"Cookie Man\";s:4:\"name\";s:17:\"cookie_man_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/cookie_man_shapes.svg\";}i:48;a:4:{s:5:\"title\";s:3:\"Elf\";s:4:\"name\";s:10:\"elf_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/elf_shapes.svg\";}i:49;a:4:{s:5:\"title\";s:9:\"Mistletoe\";s:4:\"name\";s:16:\"mistletoe_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/mistletoe_shapes.svg\";}i:50;a:4:{s:5:\"title\";s:8:\"Ornament\";s:4:\"name\";s:16:\"ornament2_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/ornament2_shapes.svg\";}i:51;a:4:{s:5:\"title\";s:8:\"Ornament\";s:4:\"name\";s:16:\"ornament3_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/ornament3_shapes.svg\";}i:52;a:4:{s:5:\"title\";s:11:\"Present Box\";s:4:\"name\";s:18:\"present_box_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/present_box_shapes.svg\";}i:53;a:4:{s:5:\"title\";s:11:\"Rudolf Dear\";s:4:\"name\";s:18:\"rudolf_dear_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/rudolf_dear_shapes.svg\";}i:54;a:4:{s:5:\"title\";s:9:\"Santa Bag\";s:4:\"name\";s:16:\"santa_bag_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/santa_bag_shapes.svg\";}i:55;a:4:{s:5:\"title\";s:11:\"Santa Claus\";s:4:\"name\";s:18:\"santa_claus_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/santa_claus_shapes.svg\";}i:56;a:4:{s:5:\"title\";s:9:\"Santa Hat\";s:4:\"name\";s:16:\"santa_hat_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/santa_hat_shapes.svg\";}i:57;a:4:{s:5:\"title\";s:9:\"Snowflake\";s:4:\"name\";s:16:\"snowflake_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/snowflake_shapes.svg\";}i:58;a:4:{s:5:\"title\";s:7:\"Snowman\";s:4:\"name\";s:14:\"snowman_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/snowman_shapes.svg\";}i:59;a:4:{s:5:\"title\";s:4:\"Star\";s:4:\"name\";s:11:\"star_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/star_shapes.svg\";}i:60;a:4:{s:5:\"title\";s:10:\"Xmas Socks\";s:4:\"name\";s:17:\"xmas_socks_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/xmas_socks_shapes.svg\";}i:61;a:4:{s:5:\"title\";s:5:\"Clock\";s:4:\"name\";s:12:\"clock_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/clock_shapes.svg\";}i:62;a:4:{s:5:\"title\";s:9:\"Price Tag\";s:4:\"name\";s:16:\"price_tag_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/price_tag_shapes.svg\";}i:63;a:4:{s:5:\"title\";s:8:\"Calendar\";s:4:\"name\";s:15:\"calendar_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Line Icons/calendar_shapes.svg\";}}s:19:\"Hand Drawn Branches\";a:10:{i:0;a:4:{s:5:\"title\";s:7:\"Branch1\";s:4:\"name\";s:15:\"branch_1_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Hand Drawn Branches/branch_1_shapes.svg\";}i:1;a:4:{s:5:\"title\";s:7:\"Branch2\";s:4:\"name\";s:14:\"branch2_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Hand Drawn Branches/branch2_shapes.svg\";}i:2;a:4:{s:5:\"title\";s:7:\"Branch3\";s:4:\"name\";s:14:\"branch3_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Hand Drawn Branches/branch3_shapes.svg\";}i:3;a:4:{s:5:\"title\";s:7:\"Branch4\";s:4:\"name\";s:14:\"branch4_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Hand Drawn Branches/branch4_shapes.svg\";}i:4;a:4:{s:5:\"title\";s:7:\"Branch5\";s:4:\"name\";s:14:\"branch5_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Hand Drawn Branches/branch5_shapes.svg\";}i:5;a:4:{s:5:\"title\";s:7:\"Branch6\";s:4:\"name\";s:14:\"branch6_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Hand Drawn Branches/branch6_shapes.svg\";}i:6;a:4:{s:5:\"title\";s:7:\"Branch7\";s:4:\"name\";s:14:\"branch7_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Hand Drawn Branches/branch7_shapes.svg\";}i:7;a:4:{s:5:\"title\";s:7:\"Branch8\";s:4:\"name\";s:14:\"branch8_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Hand Drawn Branches/branch8_shapes.svg\";}i:8;a:4:{s:5:\"title\";s:7:\"Branch9\";s:4:\"name\";s:14:\"branch9_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Hand Drawn Branches/branch9_shapes.svg\";}i:9;a:4:{s:5:\"title\";s:8:\"Branch10\";s:4:\"name\";s:15:\"branch10_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Hand Drawn Branches/branch10_shapes.svg\";}}s:24:\"Christmas Ornament Icons\";a:8:{i:0;a:4:{s:5:\"title\";s:19:\"Snow Flake Ornament\";s:4:\"name\";s:26:\"snow_flake_ornament_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:111:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Ornament Icons/snow_flake_ornament_shapes.svg\";}i:1;a:4:{s:5:\"title\";s:13:\"Gift Ornament\";s:4:\"name\";s:20:\"gift_ornament_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Ornament Icons/gift_ornament_shapes.svg\";}i:2;a:4:{s:5:\"title\";s:8:\"Ornament\";s:4:\"name\";s:15:\"ornament_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Ornament Icons/ornament_shapes.svg\";}i:3;a:4:{s:5:\"title\";s:14:\"Angel Ornament\";s:4:\"name\";s:21:\"angel_ornament_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Ornament Icons/angel_ornament_shapes.svg\";}i:4;a:4:{s:5:\"title\";s:13:\"Tree Ornament\";s:4:\"name\";s:20:\"tree_ornament_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Ornament Icons/tree_ornament_shapes.svg\";}i:5;a:4:{s:5:\"title\";s:13:\"Star Ornament\";s:4:\"name\";s:20:\"star_ornament_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Ornament Icons/star_ornament_shapes.svg\";}i:6;a:4:{s:5:\"title\";s:16:\"Snowman Ornament\";s:4:\"name\";s:23:\"snowman_ornament_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Ornament Icons/snowman_ornament_shapes.svg\";}i:7;a:4:{s:5:\"title\";s:13:\"Dear Ornament\";s:4:\"name\";s:20:\"dear_ornament_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Ornament Icons/dear_ornament_shapes.svg\";}}s:25:\"Christmas Greeting Badges\";a:6:{i:0;a:4:{s:5:\"title\";s:16:\"Christmas Badge1\";s:4:\"name\";s:23:\"christmas_badge1_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Greeting Badges/christmas_badge1_shapes.svg\";}i:1;a:4:{s:5:\"title\";s:16:\"Christmas Badge2\";s:4:\"name\";s:23:\"christmas_badge2_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Greeting Badges/christmas_badge2_shapes.svg\";}i:2;a:4:{s:5:\"title\";s:16:\"Christmas Badge3\";s:4:\"name\";s:23:\"christmas_badge3_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Greeting Badges/christmas_badge3_shapes.svg\";}i:3;a:4:{s:5:\"title\";s:16:\"Christmas Badge4\";s:4:\"name\";s:23:\"christmas_badge4_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Greeting Badges/christmas_badge4_shapes.svg\";}i:4;a:4:{s:5:\"title\";s:16:\"Christmas Badge5\";s:4:\"name\";s:23:\"christmas_badge5_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Greeting Badges/christmas_badge5_shapes.svg\";}i:5;a:4:{s:5:\"title\";s:16:\"Christmas Badge6\";s:4:\"name\";s:23:\"christmas_badge6_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Christmas Greeting Badges/christmas_badge6_shapes.svg\";}}s:16:\"Sport Line Icons\";a:43:{i:0;a:4:{s:5:\"title\";s:11:\"Weight Lift\";s:4:\"name\";s:18:\"weight_lift_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/weight_lift_shapes.svg\";}i:1;a:4:{s:5:\"title\";s:10:\"Voley Ball\";s:4:\"name\";s:17:\"voley_ball_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/voley_ball_shapes.svg\";}i:2;a:4:{s:5:\"title\";s:6:\"Tennis\";s:4:\"name\";s:13:\"tennis_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/tennis_shapes.svg\";}i:3;a:4:{s:5:\"title\";s:11:\"Tennis Ball\";s:4:\"name\";s:18:\"tennis_ball_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/tennis_ball_shapes.svg\";}i:4;a:4:{s:5:\"title\";s:12:\"Tennis Table\";s:4:\"name\";s:19:\"tennis_table_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/tennis_table_shapes.svg\";}i:5;a:4:{s:5:\"title\";s:11:\"Sport Shirt\";s:4:\"name\";s:18:\"sport_shirt_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/sport_shirt_shapes.svg\";}i:6;a:4:{s:5:\"title\";s:12:\"Sports Flusk\";s:4:\"name\";s:19:\"sports_flusk_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/sports_flusk_shapes.svg\";}i:7;a:4:{s:5:\"title\";s:11:\"Soccer Ball\";s:4:\"name\";s:18:\"soccer_ball_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/soccer_ball_shapes.svg\";}i:8;a:4:{s:5:\"title\";s:11:\"Skate Board\";s:4:\"name\";s:18:\"skate_board_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/skate_board_shapes.svg\";}i:9;a:4:{s:5:\"title\";s:13:\"Rolling Skate\";s:4:\"name\";s:20:\"rolling_skate_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/rolling_skate_shapes.svg\";}i:10;a:4:{s:5:\"title\";s:4:\"Pool\";s:4:\"name\";s:11:\"pool_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/pool_shapes.svg\";}i:11;a:4:{s:5:\"title\";s:6:\"Podium\";s:4:\"name\";s:13:\"podium_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/podium_shapes.svg\";}i:12;a:4:{s:5:\"title\";s:10:\"Playground\";s:4:\"name\";s:17:\"playground_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/playground_shapes.svg\";}i:13;a:4:{s:5:\"title\";s:4:\"Nest\";s:4:\"name\";s:11:\"nest_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/nest_shapes.svg\";}i:14;a:4:{s:5:\"title\";s:7:\"Medal 3\";s:4:\"name\";s:14:\"medal_3_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/medal_3_shapes.svg\";}i:15;a:4:{s:5:\"title\";s:7:\"Medal 2\";s:4:\"name\";s:14:\"medal_2_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/medal_2_shapes.svg\";}i:16;a:4:{s:5:\"title\";s:7:\"Medal 1\";s:4:\"name\";s:14:\"medal_1_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/medal_1_shapes.svg\";}i:17;a:4:{s:5:\"title\";s:5:\"Hokey\";s:4:\"name\";s:12:\"hokey_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/hokey_shapes.svg\";}i:18;a:4:{s:5:\"title\";s:11:\"Hokey Skate\";s:4:\"name\";s:18:\"hokey_skate_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/hokey_skate_shapes.svg\";}i:19;a:4:{s:5:\"title\";s:10:\"Hokey Disc\";s:4:\"name\";s:17:\"hokey_disc_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/hokey_disc_shapes.svg\";}i:20;a:4:{s:5:\"title\";s:8:\"Helmet 3\";s:4:\"name\";s:15:\"helmet_3_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/helmet_3_shapes.svg\";}i:21;a:4:{s:5:\"title\";s:8:\"Helmet 2\";s:4:\"name\";s:15:\"helmet_2_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/helmet_2_shapes.svg\";}i:22;a:4:{s:5:\"title\";s:8:\"Helmet 1\";s:4:\"name\";s:15:\"hemlet_1_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/hemlet_1_shapes.svg\";}i:23;a:4:{s:5:\"title\";s:4:\"Golf\";s:4:\"name\";s:11:\"golf_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/golf_shapes.svg\";}i:24;a:4:{s:5:\"title\";s:9:\"Golf Ball\";s:4:\"name\";s:16:\"golf_ball_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/golf_ball_shapes.svg\";}i:25;a:4:{s:5:\"title\";s:8:\"Football\";s:4:\"name\";s:15:\"football_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/football_shapes.svg\";}i:26;a:4:{s:5:\"title\";s:8:\"Dumbbell\";s:4:\"name\";s:15:\"dumbbell_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/dumbbell_shapes.svg\";}i:27;a:4:{s:5:\"title\";s:11:\"Diving Mask\";s:4:\"name\";s:18:\"diving_mask_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/diving_mask_shapes.svg\";}i:28;a:4:{s:5:\"title\";s:5:\"Darts\";s:4:\"name\";s:12:\"darts_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/darts_shapes.svg\";}i:29;a:4:{s:5:\"title\";s:5:\"Cup 3\";s:4:\"name\";s:12:\"cup_3_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/cup_3_shapes.svg\";}i:30;a:4:{s:5:\"title\";s:5:\"Cup 2\";s:4:\"name\";s:12:\"cup_2_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/cup_2_shapes.svg\";}i:31;a:4:{s:5:\"title\";s:5:\"Cup 1\";s:4:\"name\";s:12:\"cup_1_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/cup_1_shapes.svg\";}i:32;a:4:{s:5:\"title\";s:14:\"Boddy Building\";s:4:\"name\";s:21:\"boddy_building_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/boddy_building_shapes.svg\";}i:33;a:4:{s:5:\"title\";s:11:\"Boxing Ring\";s:4:\"name\";s:18:\"boxing_ring_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/boxing_ring_shapes.svg\";}i:34;a:4:{s:5:\"title\";s:13:\"Boxing Helmet\";s:4:\"name\";s:20:\"boxing_helmet_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/boxing_helmet_shapes.svg\";}i:35;a:4:{s:5:\"title\";s:12:\"Boxing Glove\";s:4:\"name\";s:19:\"boxing_glove_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/boxing_glove_shapes.svg\";}i:36;a:4:{s:5:\"title\";s:10:\"Boxing Bag\";s:4:\"name\";s:17:\"boxing_bag_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/boxing_bag_shapes.svg\";}i:37;a:4:{s:5:\"title\";s:7:\"Bowling\";s:4:\"name\";s:14:\"bowling_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/bowling_shapes.svg\";}i:38;a:4:{s:5:\"title\";s:12:\"Bowling Ball\";s:4:\"name\";s:19:\"bowling_ball_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/bowling_ball_shapes.svg\";}i:39;a:4:{s:5:\"title\";s:10:\"Beach Ball\";s:4:\"name\";s:17:\"beach_ball_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/beach_ball_shapes.svg\";}i:40;a:4:{s:5:\"title\";s:6:\"Basket\";s:4:\"name\";s:13:\"basket_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/basket_shapes.svg\";}i:41;a:4:{s:5:\"title\";s:11:\"Basket Ball\";s:4:\"name\";s:18:\"basket_ball_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/basket_ball_shapes.svg\";}i:42;a:4:{s:5:\"title\";s:8:\"Baseball\";s:4:\"name\";s:15:\"baseball_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Sport Line Icons/baseball_shapes.svg\";}}s:16:\"Music Line Icons\";a:15:{i:0;a:4:{s:5:\"title\";s:16:\"Guitar Amplifier\";s:4:\"name\";s:23:\"guitar_amplifier_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/guitar_amplifier_shapes.svg\";}i:1;a:4:{s:5:\"title\";s:6:\"Guitar\";s:4:\"name\";s:13:\"guitar_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/guitar_shapes.svg\";}i:2;a:4:{s:5:\"title\";s:7:\"Headset\";s:4:\"name\";s:14:\"headset_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/headset_shapes.svg\";}i:3;a:4:{s:5:\"title\";s:10:\"Microphone\";s:4:\"name\";s:19:\"microphone_1_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/microphone_1_shapes.svg\";}i:4;a:4:{s:5:\"title\";s:10:\"Microphone\";s:4:\"name\";s:19:\"microphone_2_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/microphone_2_shapes.svg\";}i:5;a:4:{s:5:\"title\";s:5:\"Mixer\";s:4:\"name\";s:14:\"mixer_1_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/mixer_1_shapes.svg\";}i:6;a:4:{s:5:\"title\";s:5:\"Mixer\";s:4:\"name\";s:14:\"mixer_2_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/mixer_2_shapes.svg\";}i:7;a:4:{s:5:\"title\";s:10:\"Music Note\";s:4:\"name\";s:17:\"music_note_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/music_note_shapes.svg\";}i:8;a:4:{s:5:\"title\";s:6:\"Pickup\";s:4:\"name\";s:13:\"pickup_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/pickup_shapes.svg\";}i:9;a:4:{s:5:\"title\";s:5:\"Radio\";s:4:\"name\";s:12:\"radio_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/radio_shapes.svg\";}i:10;a:4:{s:5:\"title\";s:9:\"Saxaphone\";s:4:\"name\";s:16:\"saxaphone_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/saxaphone_shapes.svg\";}i:11;a:4:{s:5:\"title\";s:7:\"Speaker\";s:4:\"name\";s:14:\"speaker_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/speaker_shapes.svg\";}i:12;a:4:{s:5:\"title\";s:7:\"Trumpet\";s:4:\"name\";s:14:\"trumpet_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/trumpet_shapes.svg\";}i:13;a:4:{s:5:\"title\";s:6:\"Volume\";s:4:\"name\";s:13:\"volume_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/volume_shapes.svg\";}i:14;a:4:{s:5:\"title\";s:9:\"Your Rock\";s:4:\"name\";s:15:\"you_rock_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_shapes___Music Line Icons/you_rock_shapes.svg\";}}}s:8:\"bg_addon\";a:1:{s:4:\"Main\";a:13:{i:0;a:4:{s:5:\"title\";s:18:\"Youtube Background\";s:4:\"name\";s:16:\"youtube_bg_addon\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/youtube_bg_addon.jpg\";}i:1;a:4:{s:5:\"title\";s:20:\"Particles Background\";s:4:\"name\";s:29:\"particles_background_bg_addon\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/particles_background_bg_addon.jpg\";}i:2;a:4:{s:5:\"title\";s:25:\"Parallax Image Background\";s:4:\"name\";s:34:\"parallax_image_background_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/parallax_image_background_bg_addon.jpg\";}i:3;a:4:{s:5:\"title\";s:19:\"CSS Snow Background\";s:4:\"name\";s:25:\"blox_css_snow_bg_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/blox_css_snow_bg_bg_addon.jpg\";}i:4;a:4:{s:5:\"title\";s:31:\"Css Animated Squares Background\";s:4:\"name\";s:40:\"css_animated_squares_background_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/css_animated_squares_background_bg_addon.jpg\";}i:5;a:4:{s:5:\"title\";s:35:\"Sliding Diagonals Background Effect\";s:4:\"name\";s:44:\"sliding_diagonals_background_effect_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:111:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/sliding_diagonals_background_effect_bg_addon.jpg\";}i:6;a:4:{s:5:\"title\";s:19:\"Confetti Background\";s:4:\"name\";s:25:\"blox_confetti_bg_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/blox_confetti_bg_bg_addon.png\";}i:7;a:4:{s:5:\"title\";s:16:\"Gradient Overlay\";s:4:\"name\";s:25:\"gradient_overlay_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/gradient_overlay_bg_addon.png\";}i:8;a:4:{s:5:\"title\";s:15:\"Snow Background\";s:4:\"name\";s:16:\"snow_bg_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/snow_bg_bg_addon.png\";}i:9;a:4:{s:5:\"title\";s:26:\"Floating Shapes Background\";s:4:\"name\";s:35:\"floating_shapes_background_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/floating_shapes_background_bg_addon.png\";}i:10;a:4:{s:5:\"title\";s:31:\"Huge Shape Background Animation\";s:4:\"name\";s:39:\"huge_shap_background_animation_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/huge_shap_background_animation_bg_addon.png\";}i:11;a:4:{s:5:\"title\";s:23:\"Liquid Gooey Background\";s:4:\"name\";s:32:\"liquid_gooey_background_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/liquid_gooey_background_bg_addon.png\";}i:12;a:4:{s:5:\"title\";s:13:\"Swirl Overlay\";s:4:\"name\";s:22:\"swirl_overlay_bg_addon\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog/uc_addontype_bg_addon___Main/swirl_overlay_bg_addon.png\";}}}s:5:\"pages\";a:15:{s:12:\"Black Friday\";a:8:{s:42:\"black_friday_event_landing_page_copy_3j0tv\";a:4:{s:5:\"title\";s:34:\"Black Friday Confetti Landing Page\";s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog_layouts/blox/Black Friday/layout_black_friday_confetti_landing_page.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2117&frame=true\";}s:38:\"black_friday_simple_landing_page_wmvl2\";a:4:{s:5:\"title\";s:32:\"Black Friday Simple Landing Page\";s:5:\"image\";s:103:\"http://api.bloxbuilder.me/catalog_layouts/blox/Black Friday/layout_black_friday_simple_landing_page.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1963&frame=true\";}s:39:\"black_friday_classic_landing_page_lnqum\";a:4:{s:5:\"title\";s:33:\"Black Friday Classic Landing Page\";s:5:\"image\";s:104:\"http://api.bloxbuilder.me/catalog_layouts/blox/Black Friday/layout_black_friday_classic_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1947&frame=true\";}s:37:\"black_friday_sleek_landing_page_fbhak\";a:4:{s:5:\"title\";s:31:\"Black Friday Sleek Landing Page\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/Black Friday/layout_black_friday_sleek_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1958&frame=true\";}s:39:\"black_friday_product_landing_page_3n0wl\";a:4:{s:5:\"title\";s:33:\"Black Friday Product Landing Page\";s:5:\"image\";s:104:\"http://api.bloxbuilder.me/catalog_layouts/blox/Black Friday/layout_black_friday_product_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1984&frame=true\";}s:28:\"black_friday_fireworks_piyg3\";a:4:{s:5:\"title\";s:35:\"Black Friday Fireworks Landing Page\";s:5:\"image\";s:106:\"http://api.bloxbuilder.me/catalog_layouts/blox/Black Friday/layout_black_friday_fireworks_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2058&frame=true\";}s:40:\"black_friday_lead_box_landing_page_kxwxm\";a:4:{s:5:\"title\";s:34:\"Black Friday Lead Box Landing Page\";s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog_layouts/blox/Black Friday/layout_black_friday_lead_box_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2015&frame=true\";}s:36:\"black_friday_deal_landing_page_l6fdb\";a:4:{s:5:\"title\";s:30:\"Black Friday Deal Landing Page\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/Black Friday/layout_black_friday_deal_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2026&frame=true\";}}s:9:\"Home Page\";a:34:{s:21:\"architecture-template\";a:4:{s:5:\"title\";s:21:\"Architecture Template\";s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_architecture_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:44:\"http://bloxthemes.net/?page_id=15&frame=true\";}s:13:\"baby-template\";a:4:{s:5:\"title\";s:13:\"Baby Template\";s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_baby_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:44:\"http://bloxthemes.net/?page_id=30&frame=true\";}s:15:\"bakery-template\";a:4:{s:5:\"title\";s:15:\"Bakery Template\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_bakery_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:43:\"http://bloxthemes.net/?page_id=7&frame=true\";}s:16:\"kitchen-template\";a:4:{s:5:\"title\";s:16:\"Kitchen Template\";s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_kitchen_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:44:\"http://bloxthemes.net/?page_id=48&frame=true\";}s:13:\"band-template\";a:4:{s:5:\"title\";s:13:\"Band Template\";s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_band_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:44:\"http://bloxthemes.net/?page_id=55&frame=true\";}s:21:\"construction-template\";a:4:{s:5:\"title\";s:21:\"Construction Template\";s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_construction_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:44:\"http://bloxthemes.net/?page_id=65&frame=true\";}s:11:\"dj-template\";a:4:{s:5:\"title\";s:11:\"DJ Template\";s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_dj_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:44:\"http://bloxthemes.net/?page_id=78&frame=true\";}s:15:\"guitar-template\";a:4:{s:5:\"title\";s:15:\"Guitar Template\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_guitar_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:44:\"http://bloxthemes.net/?page_id=87&frame=true\";}s:14:\"event-template\";a:4:{s:5:\"title\";s:14:\"Event Template\";s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_event_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:44:\"http://bloxthemes.net/?page_id=95&frame=true\";}s:16:\"finance-template\";a:4:{s:5:\"title\";s:16:\"Finance Template\";s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_finance_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=111&frame=true\";}s:15:\"floral-template\";a:4:{s:5:\"title\";s:15:\"Floral Template\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_floral_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=121&frame=true\";}s:12:\"gym-template\";a:4:{s:5:\"title\";s:12:\"Gym Template\";s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_gym_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=134&frame=true\";}s:16:\"medical-template\";a:4:{s:5:\"title\";s:16:\"Medical Template\";s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_medical_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=143&frame=true\";}s:14:\"music-template\";a:4:{s:5:\"title\";s:14:\"Music Template\";s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_music_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=154&frame=true\";}s:16:\"organic-template\";a:4:{s:5:\"title\";s:16:\"Organic Template\";s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_organic_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=164&frame=true\";}s:20:\"photography-template\";a:4:{s:5:\"title\";s:20:\"Photography Template\";s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_photography_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=174&frame=true\";}s:19:\"restaurant-template\";a:4:{s:5:\"title\";s:19:\"Restaurant Template\";s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_restaurant_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=186&frame=true\";}s:15:\"school-template\";a:4:{s:5:\"title\";s:15:\"School Template\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_school_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=199&frame=true\";}s:19:\"university-template\";a:4:{s:5:\"title\";s:19:\"University Template\";s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_university_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=213&frame=true\";}s:12:\"spa-template\";a:4:{s:5:\"title\";s:12:\"Spa Template\";s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_spa_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=223&frame=true\";}s:16:\"wedding-template\";a:4:{s:5:\"title\";s:16:\"Wedding Template\";s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_wedding_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=239&frame=true\";}s:12:\"app-template\";a:4:{s:5:\"title\";s:12:\"App Template\";s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_app_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=250&frame=true\";}s:15:\"lawyer-template\";a:4:{s:5:\"title\";s:15:\"Lawyer Template\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_lawyer_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=261&frame=true\";}s:15:\"coffee-template\";a:4:{s:5:\"title\";s:15:\"Coffee Template\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_coffee_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=275&frame=true\";}s:16:\"hosting-template\";a:4:{s:5:\"title\";s:16:\"Hosting Template\";s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_hosting_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=285&frame=true\";}s:16:\"fitness-template\";a:4:{s:5:\"title\";s:16:\"Fitness Template\";s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_fitness_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=296&frame=true\";}s:12:\"law-template\";a:4:{s:5:\"title\";s:12:\"Law Template\";s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_law_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=309&frame=true\";}s:15:\"barber-template\";a:4:{s:5:\"title\";s:15:\"Barber Template\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_barber_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=322&frame=true\";}s:15:\"mobile-template\";a:4:{s:5:\"title\";s:15:\"Mobile Template\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_mobile_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=331&frame=true\";}s:12:\"seo-template\";a:4:{s:5:\"title\";s:12:\"SEO Template\";s:5:\"image\";s:80:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_seo_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=340&frame=true\";}s:20:\"real-estate-template\";a:4:{s:5:\"title\";s:20:\"Real Estate Template\";s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_real_estate_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=349&frame=true\";}s:18:\"education-template\";a:4:{s:5:\"title\";s:18:\"Education Template\";s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_education_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=368&frame=true\";}s:17:\"hospital-template\";a:4:{s:5:\"title\";s:17:\"Hospital Template\";s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_hospital_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=383&frame=true\";}s:15:\"makeup-template\";a:4:{s:5:\"title\";s:15:\"Makeup Template\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Home Page/layout_makeup_template.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=396&frame=true\";}}s:6:\"Events\";a:14:{s:25:\"course-event-landing-page\";a:4:{s:5:\"title\";s:25:\"Course Event Landing Page\";s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_course_event_landing_page.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=881&frame=true\";}s:27:\"festival-event-landing-page\";a:4:{s:5:\"title\";s:27:\"Festival Event Landing Page\";s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_festival_event_landing_page.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=894&frame=true\";}s:23:\"tour-event-landing-page\";a:4:{s:5:\"title\";s:23:\"Tour Event Landing Page\";s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_tour_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=907&frame=true\";}s:27:\"hackaton-event-landing-page\";a:4:{s:5:\"title\";s:27:\"Hackaton Event Landing Page\";s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_hackaton_event_landing_page.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=916&frame=true\";}s:27:\"workshop-event-landing-page\";a:4:{s:5:\"title\";s:27:\"Workshop Event Landing Page\";s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_workshop_event_landing_page.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=925&frame=true\";}s:32:\"limited-offer-event-landing-page\";a:4:{s:5:\"title\";s:32:\"Limited Offer Event Landing Page\";s:5:\"image\";s:97:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_limited_offer_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=942&frame=true\";}s:23:\"main-event-landing-page\";a:4:{s:5:\"title\";s:23:\"Main Event Landing Page\";s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_main_event_landing_page.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=956&frame=true\";}s:26:\"wedding-event-landing-page\";a:4:{s:5:\"title\";s:26:\"Wedding Event Landing Page\";s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_wedding_event_landing_page.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=991&frame=true\";}s:27:\"new-year-event-landing-page\";a:4:{s:5:\"title\";s:27:\"New Year Event Landing Page\";s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_new_year_event_landing_page.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1034&frame=true\";}s:25:\"meetup-event-landing-page\";a:4:{s:5:\"title\";s:25:\"Meetup Event Landing Page\";s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_meetup_event_landing_page.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1057&frame=true\";}s:25:\"travel-event-landing-page\";a:4:{s:5:\"title\";s:25:\"Travel Event Landing Page\";s:5:\"image\";s:90:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_travel_event_landing_page.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1068&frame=true\";}s:23:\"show-event-landing-page\";a:4:{s:5:\"title\";s:23:\"Show Event Landing Page\";s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_show_event_landing_page.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1081&frame=true\";}s:33:\"valentines-day-event-landing-page\";a:4:{s:5:\"title\";s:33:\"Valentines Day Event Landing Page\";s:5:\"image\";s:98:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_valentines_day_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1093&frame=true\";}s:27:\"business-event-landing-page\";a:4:{s:5:\"title\";s:27:\"Business Event Landing Page\";s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog_layouts/blox/Events/layout_business_event_landing_page.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1110&frame=true\";}}s:8:\"Weddings\";a:13:{s:15:\"elegant-wedding\";a:4:{s:5:\"title\";s:15:\"Elegant Wedding\";s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_elegant_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1119&frame=true\";}s:12:\"chic-wedding\";a:4:{s:5:\"title\";s:13:\" Chic Wedding\";s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_chic_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1125&frame=true\";}s:14:\"floral-wedding\";a:4:{s:5:\"title\";s:14:\"Floral Wedding\";s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_floral_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1130&frame=true\";}s:20:\"scandinavian-wedding\";a:4:{s:5:\"title\";s:20:\"Scandinavian Wedding\";s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_scandinavian_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1143&frame=true\";}s:11:\"sea-wedding\";a:4:{s:5:\"title\";s:11:\"Sea Wedding\";s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_sea_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1156&frame=true\";}s:22:\"spanish-fiesta-wedding\";a:4:{s:5:\"title\";s:22:\"Spanish Fiesta Wedding\";s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_spanish_fiesta_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1174&frame=true\";}s:16:\"tropical-wedding\";a:4:{s:5:\"title\";s:16:\"Tropical Wedding\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_tropical_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1190&frame=true\";}s:15:\"vintage-wedding\";a:4:{s:5:\"title\";s:15:\"Vintage Wedding\";s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_vintage_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1202&frame=true\";}s:14:\"winter-wedding\";a:4:{s:5:\"title\";s:14:\"Winter Wedding\";s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_winter_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1212&frame=true\";}s:16:\"boutique-wedding\";a:4:{s:5:\"title\";s:17:\" Boutique Wedding\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_boutique_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1228&frame=true\";}s:20:\"minimalistic-wedding\";a:4:{s:5:\"title\";s:20:\"Minimalistic Wedding\";s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_minimalistic_wedding.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1236&frame=true\";}s:17:\"victorian-wedding\";a:4:{s:5:\"title\";s:17:\"Victorian Wedding\";s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_victorian_wedding.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1251&frame=true\";}s:15:\"classic-wedding\";a:4:{s:5:\"title\";s:15:\"Classic Wedding\";s:5:\"image\";s:82:\"http://api.bloxbuilder.me/catalog_layouts/blox/Weddings/layout_classic_wedding.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1265&frame=true\";}}s:8:\"Services\";a:2:{s:28:\"teeth-whitening-landing-page\";a:4:{s:5:\"title\";s:28:\"Teeth Whitening Landing Page\";s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog_layouts/blox/Services/layout_teeth_whitening_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1273&frame=true\";}s:16:\"gym-landing-page\";a:4:{s:5:\"title\";s:16:\"Gym Landing Page\";s:5:\"image\";s:83:\"http://api.bloxbuilder.me/catalog_layouts/blox/Services/layout_gym_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1287&frame=true\";}}s:9:\"CV Resume\";a:14:{s:17:\"clean-cv-template\";a:4:{s:5:\"title\";s:17:\"Clean CV Template\";s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_clean_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1300&frame=true\";}s:16:\"dark-cv-template\";a:4:{s:5:\"title\";s:16:\"Dark CV Template\";s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_dark_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1307&frame=true\";}s:20:\"colorful-cv-template\";a:4:{s:5:\"title\";s:21:\"Colorful CV Template \";s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_colorful_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1323&frame=true\";}s:17:\"light-cv-template\";a:4:{s:5:\"title\";s:17:\"Light CV Template\";s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_light_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1341&frame=true\";}s:18:\"simple-cv-template\";a:4:{s:5:\"title\";s:18:\"Simple CV Template\";s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_simple_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1364&frame=true\";}s:23:\"photography-cv-template\";a:4:{s:5:\"title\";s:23:\"Photography CV Template\";s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_photography_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1376&frame=true\";}s:24:\"professional-cv-template\";a:4:{s:5:\"title\";s:24:\"Professional CV Template\";s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_professional_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1390&frame=true\";}s:17:\"chill-cv-template\";a:4:{s:5:\"title\";s:17:\"Chill CV Template\";s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_chill_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1404&frame=true\";}s:18:\"modern-cv-template\";a:4:{s:5:\"title\";s:18:\"Modern CV Template\";s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_modern_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1416&frame=true\";}s:20:\"material-cv-template\";a:4:{s:5:\"title\";s:20:\"Material CV Template\";s:5:\"image\";s:88:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_material_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1423&frame=true\";}s:21:\"portfolio-cv-template\";a:4:{s:5:\"title\";s:21:\"Portfolio CV Template\";s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_portfolio_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1430&frame=true\";}s:17:\"fresh-cv-template\";a:4:{s:5:\"title\";s:17:\"Fresh CV Template\";s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_fresh_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1503&frame=true\";}s:18:\"artist-cv-template\";a:4:{s:5:\"title\";s:18:\"Artist CV Template\";s:5:\"image\";s:86:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_artist_cv_template.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1443&frame=true\";}s:10:\"mebo_n24pn\";a:4:{s:5:\"title\";s:4:\"Mebo\";s:5:\"image\";s:72:\"http://api.bloxbuilder.me/catalog_layouts/blox/CV Resume/layout_mebo.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:13:\"Music Lessons\";a:6:{s:27:\"violin-lessons-landing-page\";a:4:{s:5:\"title\";s:27:\"Violin Lessons Landing Page\";s:5:\"image\";s:99:\"http://api.bloxbuilder.me/catalog_layouts/blox/Music Lessons/layout_violin_lessons_landing_page.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1900&frame=true\";}s:15:\"trumpet-lessons\";a:4:{s:5:\"title\";s:15:\"Trumpet Lessons\";s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog_layouts/blox/Music Lessons/layout_trumpet_lessons.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1908&frame=true\";}s:13:\"piano-lessons\";a:4:{s:5:\"title\";s:13:\"Piano Lessons\";s:5:\"image\";s:85:\"http://api.bloxbuilder.me/catalog_layouts/blox/Music Lessons/layout_piano_lessons.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1915&frame=true\";}s:35:\"guitar-private-lessons-landing-page\";a:4:{s:5:\"title\";s:35:\"Guitar Private Lessons Landing Page\";s:5:\"image\";s:107:\"http://api.bloxbuilder.me/catalog_layouts/blox/Music Lessons/layout_guitar_private_lessons_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1921&frame=true\";}s:19:\"bass-guitar-lessons\";a:4:{s:5:\"title\";s:19:\"Bass Guitar Lessons\";s:5:\"image\";s:91:\"http://api.bloxbuilder.me/catalog_layouts/blox/Music Lessons/layout_bass_guitar_lessons.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1929&frame=true\";}s:12:\"drum-lessons\";a:4:{s:5:\"title\";s:12:\"Drum Lessons\";s:5:\"image\";s:84:\"http://api.bloxbuilder.me/catalog_layouts/blox/Music Lessons/layout_drum_lessons.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1938&frame=true\";}}s:17:\"Personal Trainers\";a:8:{s:33:\"box-personal-trainer-landing-page\";a:4:{s:5:\"title\";s:33:\"Box Personal Trainer Landing Page\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/Personal Trainers/layout_box_personal_trainer_landing_page.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2322&frame=true\";}s:34:\"snow-personal-trainer-landing-page\";a:4:{s:5:\"title\";s:34:\"Snow Personal Trainer Landing Page\";s:5:\"image\";s:110:\"http://api.bloxbuilder.me/catalog_layouts/blox/Personal Trainers/layout_snow_personal_trainer_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2326&frame=true\";}s:33:\"run-personal-trainer-landing-page\";a:4:{s:5:\"title\";s:33:\"Run Personal Trainer Landing Page\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/Personal Trainers/layout_run_personal_trainer_landing_page.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2330&frame=true\";}s:34:\"yoga-personal-trainer-landing-page\";a:4:{s:5:\"title\";s:34:\"Yoga Personal Trainer Landing Page\";s:5:\"image\";s:110:\"http://api.bloxbuilder.me/catalog_layouts/blox/Personal Trainers/layout_yoga_personal_trainer_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2334&frame=true\";}s:15:\"gym-club---copy\";a:4:{s:5:\"title\";s:36:\"Thrust Personal Trainer Landing Page\";s:5:\"image\";s:112:\"http://api.bloxbuilder.me/catalog_layouts/blox/Personal Trainers/layout_thrust_personal_trainer_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2338&frame=true\";}s:33:\"gym-personal-trainer-landing-page\";a:4:{s:5:\"title\";s:33:\"Gym Personal Trainer Landing Page\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/Personal Trainers/layout_gym_personal_trainer_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2357&frame=true\";}s:42:\"webinar-gradient-landing-page---copy_qihos\";a:4:{s:5:\"title\";s:38:\"Gradient Personal Trainer Ladning Page\";s:5:\"image\";s:114:\"http://api.bloxbuilder.me/catalog_layouts/blox/Personal Trainers/layout_gradient_personal_trainer_ladning_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2369&frame=true\";}s:33:\"fit-personal-trainer-landing-page\";a:4:{s:5:\"title\";s:33:\"Fit Personal Trainer Landing Page\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/Personal Trainers/layout_fit_personal_trainer_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2375&frame=true\";}}s:11:\"Sports Club\";a:6:{s:9:\"golf-club\";a:4:{s:5:\"title\";s:9:\"Golf Club\";s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sports Club/layout_golf_club.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1822&frame=true\";}s:9:\"dive-club\";a:4:{s:5:\"title\";s:9:\"Dive Club\";s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sports Club/layout_dive_club.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1835&frame=true\";}s:8:\"gym-club\";a:4:{s:5:\"title\";s:8:\"Gym Club\";s:5:\"image\";s:78:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sports Club/layout_gym_club.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1844&frame=true\";}s:9:\"surf-club\";a:4:{s:5:\"title\";s:9:\"Surf Club\";s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sports Club/layout_surf_club.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1851&frame=true\";}s:9:\"swim-club\";a:4:{s:5:\"title\";s:9:\"Swim Club\";s:5:\"image\";s:79:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sports Club/layout_swim_club.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1864&frame=true\";}s:11:\"tennis-club\";a:4:{s:5:\"title\";s:11:\"Tennis Club\";s:5:\"image\";s:81:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sports Club/layout_tennis_club.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1873&frame=true\";}}s:9:\"Christmas\";a:8:{s:41:\"black-friday-confetti-landing-page---copy\";a:4:{s:5:\"title\";s:29:\"Christmas Spirit Landing Page\";s:5:\"image\";s:97:\"http://api.bloxbuilder.me/catalog_layouts/blox/Christmas/layout_christmas_spirit_landing_page.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2124&frame=true\";}s:39:\"black-friday-simple-landing-page---copy\";a:4:{s:5:\"title\";s:29:\"Christmas Simple Landing Page\";s:5:\"image\";s:97:\"http://api.bloxbuilder.me/catalog_layouts/blox/Christmas/layout_christmas_simple_landing_page.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2128&frame=true\";}s:30:\"christmas-classic-landing-page\";a:4:{s:5:\"title\";s:30:\"Christmas Classic Landing Page\";s:5:\"image\";s:98:\"http://api.bloxbuilder.me/catalog_layouts/blox/Christmas/layout_christmas_classic_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2135&frame=true\";}s:32:\"travel-fresh-landing-page---copy\";a:4:{s:5:\"title\";s:28:\"Christmas Fresh Landing Page\";s:5:\"image\";s:96:\"http://api.bloxbuilder.me/catalog_layouts/blox/Christmas/layout_christmas_fresh_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2141&frame=true\";}s:29:\"christmas-spirit-landing-page\";a:4:{s:5:\"title\";s:29:\"Christmas Jingle Landing Page\";s:5:\"image\";s:97:\"http://api.bloxbuilder.me/catalog_layouts/blox/Christmas/layout_christmas_jingle_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2154&frame=true\";}s:27:\"christmas-time-landing-page\";a:4:{s:5:\"title\";s:27:\"Christmas Time Landing Page\";s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog_layouts/blox/Christmas/layout_christmas_time_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2190&frame=true\";}s:27:\"christmas-sale-landing-page\";a:4:{s:5:\"title\";s:27:\"Christmas Sale Landing Page\";s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog_layouts/blox/Christmas/layout_christmas_sale_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2204&frame=true\";}s:31:\"christmas-discount-landing-page\";a:4:{s:5:\"title\";s:31:\"Christmas Discount Landing Page\";s:5:\"image\";s:99:\"http://api.bloxbuilder.me/catalog_layouts/blox/Christmas/layout_christmas_discount_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2214&frame=true\";}}s:7:\"Webinar\";a:10:{s:27:\"webinar-expert-landing-page\";a:4:{s:5:\"title\";s:27:\"Webinar Expert Landing Page\";s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog_layouts/blox/Webinar/layout_webinar_expert_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2284&frame=true\";}s:26:\"webinar-event-landing-page\";a:4:{s:5:\"title\";s:26:\"Webinar Event Landing Page\";s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog_layouts/blox/Webinar/layout_webinar_event_landing_page.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:45:\"http://bloxthemes.net/?page_id=873&frame=true\";}s:24:\"fresh-cv-template---copy\";a:4:{s:5:\"title\";s:26:\"Webinar Clean Landing Page\";s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog_layouts/blox/Webinar/layout_webinar_clean_landing_page.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2242&frame=true\";}s:26:\"webinar-fresh-landing-page\";a:4:{s:5:\"title\";s:26:\"Webinar Fresh Landing Page\";s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog_layouts/blox/Webinar/layout_webinar_fresh_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2230&frame=true\";}s:29:\"webinar-gradient-landing-page\";a:4:{s:5:\"title\";s:29:\"Webinar Gradient Landing Page\";s:5:\"image\";s:95:\"http://api.bloxbuilder.me/catalog_layouts/blox/Webinar/layout_webinar_gradient_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2250&frame=true\";}s:36:\"webinar-gradient-landing-page---copy\";a:4:{s:5:\"title\";s:27:\"Webinar Shapes Landing Page\";s:5:\"image\";s:93:\"http://api.bloxbuilder.me/catalog_layouts/blox/Webinar/layout_webinar_shapes_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2269&frame=true\";}s:28:\"webinar-classic-landing-page\";a:4:{s:5:\"title\";s:28:\"Webinar Classic Landing Page\";s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog_layouts/blox/Webinar/layout_webinar_classic_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2278&frame=true\";}s:32:\"webinar-profesional-landing-page\";a:4:{s:5:\"title\";s:33:\"Webinar Professional Landing Page\";s:5:\"image\";s:99:\"http://api.bloxbuilder.me/catalog_layouts/blox/Webinar/layout_webinar_professional_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2304&frame=true\";}s:6:\"page10\";a:4:{s:5:\"title\";s:28:\"Webinar Vibrant Landing Page\";s:5:\"image\";s:94:\"http://api.bloxbuilder.me/catalog_layouts/blox/Webinar/layout_webinar_vibrant_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2310&frame=true\";}s:26:\"webinar-crisp-landing-page\";a:4:{s:5:\"title\";s:26:\"Webinar Crisp Landing Page\";s:5:\"image\";s:92:\"http://api.bloxbuilder.me/catalog_layouts/blox/Webinar/layout_webinar_crisp_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2316&frame=true\";}}s:18:\"Sale Landing Pages\";a:8:{s:21:\"hot-sale-landing-page\";a:4:{s:5:\"title\";s:22:\" Hot Sale Landing Page\";s:5:\"image\";s:98:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sale Landing Pages/layout_hot_sale_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2508&frame=true\";}s:25:\"sales-nordic-landing-page\";a:4:{s:5:\"title\";s:24:\"Nordic Sale Landing Page\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sale Landing Pages/layout_nordic_sale_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2512&frame=true\";}s:23:\"sale-fresh-landing-page\";a:4:{s:5:\"title\";s:23:\"Fresh Sale Landing Page\";s:5:\"image\";s:100:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sale Landing Pages/layout_fresh_sale_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2529&frame=true\";}s:24:\"sale-summer-landing-page\";a:4:{s:5:\"title\";s:24:\"Summer Sale Landing Page\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sale Landing Pages/layout_summer_sale_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2539&frame=true\";}s:24:\"sale-winter-landing-page\";a:4:{s:5:\"title\";s:24:\"Winter Sale Landing Page\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sale Landing Pages/layout_winter_sale_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2547&frame=true\";}s:30:\"sale-black-friday-landing-page\";a:4:{s:5:\"title\";s:30:\"Black Friday Sale Landing Page\";s:5:\"image\";s:107:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sale Landing Pages/layout_black_friday_sale_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2558&frame=true\";}s:25:\"fashion-sale-landing-page\";a:4:{s:5:\"title\";s:25:\"Fashion Sale Landing Page\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sale Landing Pages/layout_fashion_sale_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2569&frame=true\";}s:26:\"boutique-sale-landing-page\";a:4:{s:5:\"title\";s:26:\"Boutique Sale Landing Page\";s:5:\"image\";s:103:\"http://api.bloxbuilder.me/catalog_layouts/blox/Sale Landing Pages/layout_boutique_sale_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2576&frame=true\";}}s:24:\"Conference Landing Pages\";a:7:{s:33:\"pro-conference-event-landing-page\";a:4:{s:5:\"title\";s:33:\"Pro Conference Event Landing Page\";s:5:\"image\";s:116:\"http://api.bloxbuilder.me/catalog_layouts/blox/Conference Landing Pages/layout_pro_conference_event_landing_page.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2466&frame=true\";}s:29:\"clean-conference-landing-page\";a:4:{s:5:\"title\";s:31:\"Minimal Conference Landing Page\";s:5:\"image\";s:114:\"http://api.bloxbuilder.me/catalog_layouts/blox/Conference Landing Pages/layout_minimal_conference_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2470&frame=true\";}s:31:\"classic-conference-landing-page\";a:4:{s:5:\"title\";s:31:\"Classic Conference Landing Page\";s:5:\"image\";s:114:\"http://api.bloxbuilder.me/catalog_layouts/blox/Conference Landing Pages/layout_classic_conference_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2478&frame=true\";}s:33:\"big-conference-event-landing-page\";a:4:{s:5:\"title\";s:33:\"Big Conference Event Landing Page\";s:5:\"image\";s:116:\"http://api.bloxbuilder.me/catalog_layouts/blox/Conference Landing Pages/layout_big_conference_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2482&frame=true\";}s:40:\"big-conference-event-landing-page---copy\";a:4:{s:5:\"title\";s:36:\"Simple Conference Event Landing Page\";s:5:\"image\";s:119:\"http://api.bloxbuilder.me/catalog_layouts/blox/Conference Landing Pages/layout_simple_conference_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2489&frame=true\";}s:34:\"main-conference-event-landing-page\";a:4:{s:5:\"title\";s:34:\"Main Conference Event Landing Page\";s:5:\"image\";s:117:\"http://api.bloxbuilder.me/catalog_layouts/blox/Conference Landing Pages/layout_main_conference_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2493&frame=true\";}s:6:\"gather\";a:4:{s:5:\"title\";s:6:\"Gather\";s:5:\"image\";s:89:\"http://api.bloxbuilder.me/catalog_layouts/blox/Conference Landing Pages/layout_gather.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2498&frame=true\";}}s:21:\"Concert Landing Pages\";a:7:{s:31:\"main-concert-event-landing-page\";a:4:{s:5:\"title\";s:31:\"Main Concert Event Landing Page\";s:5:\"image\";s:111:\"http://api.bloxbuilder.me/catalog_layouts/blox/Concert Landing Pages/layout_main_concert_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2405&frame=true\";}s:13:\"gather---copy\";a:4:{s:5:\"title\";s:7:\"Musicly\";s:5:\"image\";s:87:\"http://api.bloxbuilder.me/catalog_layouts/blox/Concert Landing Pages/layout_musicly.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2411&frame=true\";}s:32:\"fresh-concert-event-landing-page\";a:4:{s:5:\"title\";s:32:\"Fresh Concert Event Landing Page\";s:5:\"image\";s:112:\"http://api.bloxbuilder.me/catalog_layouts/blox/Concert Landing Pages/layout_fresh_concert_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2427&frame=true\";}s:25:\"rock-concert-landing-page\";a:4:{s:5:\"title\";s:31:\"Rock Concert Event Landing Page\";s:5:\"image\";s:111:\"http://api.bloxbuilder.me/catalog_layouts/blox/Concert Landing Pages/layout_rock_concert_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2435&frame=true\";}s:38:\"rock-concert-landing-page---copy_jaif7\";a:4:{s:5:\"title\";s:35:\"Gradient Concert Event Landing Page\";s:5:\"image\";s:115:\"http://api.bloxbuilder.me/catalog_layouts/blox/Concert Landing Pages/layout_gradient_concert_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2445&frame=true\";}s:32:\"rock-concert-landing-page---copy\";a:4:{s:5:\"title\";s:32:\"Music Concert Event Landing Page\";s:5:\"image\";s:112:\"http://api.bloxbuilder.me/catalog_layouts/blox/Concert Landing Pages/layout_music_concert_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2449&frame=true\";}s:33:\"music-concert-landing-page---copy\";a:4:{s:5:\"title\";s:30:\"Fun Concert Event Landing Page\";s:5:\"image\";s:110:\"http://api.bloxbuilder.me/catalog_layouts/blox/Concert Landing Pages/layout_fun_concert_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2461&frame=true\";}}s:25:\"Party Event Landing Pages\";a:3:{s:32:\"classic-party-event-landing-page\";a:4:{s:5:\"title\";s:32:\"Classic Party Event Landing Page\";s:5:\"image\";s:116:\"http://api.bloxbuilder.me/catalog_layouts/blox/Party Event Landing Pages/layout_classic_party_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2382&frame=true\";}s:39:\"fresh-concert-event-landing-page---copy\";a:4:{s:5:\"title\";s:30:\"Fresh Party Event Landing Page\";s:5:\"image\";s:114:\"http://api.bloxbuilder.me/catalog_layouts/blox/Party Event Landing Pages/layout_fresh_party_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2386&frame=true\";}s:29:\"neon-party-event-landing-page\";a:4:{s:5:\"title\";s:29:\"Neon Party Event Landing Page\";s:5:\"image\";s:113:\"http://api.bloxbuilder.me/catalog_layouts/blox/Party Event Landing Pages/layout_neon_party_event_landing_page.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=2396&frame=true\";}}}s:14:\"layout_section\";a:12:{s:5:\"Heros\";a:28:{s:18:\"classic_hero_ssgo3\";a:4:{s:5:\"title\";s:6:\"Hero 1\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1618&frame=true\";}s:27:\"half_transparent_hero_s6kzn\";a:4:{s:5:\"title\";s:6:\"Hero 2\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1623&frame=true\";}s:30:\"solid_colored_boxed_hero_o3ykw\";a:4:{s:5:\"title\";s:6:\"Hero 3\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1627&frame=true\";}s:23:\"border_boxed_hero_ekkph\";a:4:{s:5:\"title\";s:6:\"Hero 4\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_4.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1631&frame=true\";}s:27:\"image_background_hero_srznk\";a:4:{s:5:\"title\";s:6:\"Hero 5\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_5.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1636&frame=true\";}s:12:\"hero_6_mxx5a\";a:4:{s:5:\"title\";s:6:\"Hero 6\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1640&frame=true\";}s:12:\"hero_7_vogu8\";a:4:{s:5:\"title\";s:6:\"Hero 7\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1644&frame=true\";}s:12:\"hero_8_95j57\";a:4:{s:5:\"title\";s:6:\"Hero 8\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1648&frame=true\";}s:12:\"hero_9_x6sqw\";a:4:{s:5:\"title\";s:6:\"Hero 9\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1652&frame=true\";}s:13:\"hero_10_ckl7e\";a:4:{s:5:\"title\";s:7:\"Hero 10\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1656&frame=true\";}s:13:\"hero_11_rpknp\";a:4:{s:5:\"title\";s:7:\"Hero 11\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_11.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1660&frame=true\";}s:13:\"hero_12_slz60\";a:4:{s:5:\"title\";s:7:\"Hero 12\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_12.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1664&frame=true\";}s:13:\"hero_13_t5tqb\";a:4:{s:5:\"title\";s:7:\"Hero 13\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_13.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1668&frame=true\";}s:20:\"video_teaser_1_s5s7e\";a:4:{s:5:\"title\";s:14:\"Video Teaser 1\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_video_teaser_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1672&frame=true\";}s:13:\"hero_15_w1uvq\";a:4:{s:5:\"title\";s:7:\"Hero 15\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_15.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1677&frame=true\";}s:13:\"hero_16_cunnx\";a:4:{s:5:\"title\";s:7:\"Hero 16\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_16.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1682&frame=true\";}s:13:\"hero_17_tymam\";a:4:{s:5:\"title\";s:7:\"Hero 17\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_17.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1686&frame=true\";}s:13:\"hero_19_1z93n\";a:4:{s:5:\"title\";s:7:\"Hero 19\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_19.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1689&frame=true\";}s:13:\"hero_20_pn3yi\";a:4:{s:5:\"title\";s:7:\"Hero 20\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_20.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1694&frame=true\";}s:13:\"hero_21_12upe\";a:4:{s:5:\"title\";s:7:\"Hero 21\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_21.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:12:\"hero22_v1s0a\";a:4:{s:5:\"title\";s:6:\"Hero22\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero22.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:6:\"hero23\";a:4:{s:5:\"title\";s:6:\"Hero23\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero23.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:7:\"hero-24\";a:4:{s:5:\"title\";s:7:\"Hero 24\";s:5:\"image\";s:102:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero_24.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:6:\"hero25\";a:4:{s:5:\"title\";s:6:\"Hero25\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero25.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:6:\"hero26\";a:4:{s:5:\"title\";s:6:\"Hero26\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_hero26.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:9:\"section-1\";a:4:{s:5:\"title\";s:9:\"Section 1\";s:5:\"image\";s:104:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_section_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:9:\"section-2\";a:4:{s:5:\"title\";s:9:\"Section 2\";s:5:\"image\";s:104:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_section_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:9:\"section-3\";a:4:{s:5:\"title\";s:9:\"Section 3\";s:5:\"image\";s:104:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Heros/section_section_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:5:\"Teams\";a:8:{s:20:\"team_members_1_jx7v5\";a:4:{s:5:\"title\";s:14:\"Team Members 1\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Teams/section_team_members_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1699&frame=true\";}s:20:\"team_members_2_fzyg8\";a:4:{s:5:\"title\";s:14:\"Team Members 2\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Teams/section_team_members_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1703&frame=true\";}s:20:\"team_members_3_cigno\";a:4:{s:5:\"title\";s:14:\"Team Members 3\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Teams/section_team_members_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1707&frame=true\";}s:20:\"team_members_4_lllrh\";a:4:{s:5:\"title\";s:14:\"Team Members 4\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Teams/section_team_members_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1711&frame=true\";}s:20:\"team_members_5_26omb\";a:4:{s:5:\"title\";s:14:\"Team Members 5\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Teams/section_team_members_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1715&frame=true\";}s:20:\"team_members_6_uarjt\";a:4:{s:5:\"title\";s:14:\"Team Members 6\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Teams/section_team_members_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1719&frame=true\";}s:20:\"team_members_7_q6z31\";a:4:{s:5:\"title\";s:14:\"Team Members 7\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Teams/section_team_members_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:46:\"http://bloxthemes.net/?page_id=1723&frame=true\";}s:9:\"section-4\";a:4:{s:5:\"title\";s:9:\"Section 4\";s:5:\"image\";s:104:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Teams/section_section_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:8:\"Features\";a:13:{s:15:\"bullets_1_ih5kz\";a:4:{s:5:\"title\";s:10:\"Features 1\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:16:\"features_2_gxxbf\";a:4:{s:5:\"title\";s:10:\"Features 2\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:16:\"about_me_2_nl6l6\";a:4:{s:5:\"title\";s:10:\"Features 3\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:15:\"bullets_2_lgwu3\";a:4:{s:5:\"title\";s:10:\"Features 4\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:15:\"bullets_3_peqcf\";a:4:{s:5:\"title\";s:10:\"Features 5\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:12:\"tabs_1_ixba9\";a:4:{s:5:\"title\";s:10:\"Features 6\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:15:\"bullets_4_wmfrm\";a:4:{s:5:\"title\";s:10:\"Features 7\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:16:\"features_8_k57bj\";a:4:{s:5:\"title\";s:10:\"Features 8\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:16:\"features_9_piip4\";a:4:{s:5:\"title\";s:10:\"Features 9\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:17:\"features_10_b6y8u\";a:4:{s:5:\"title\";s:11:\"Features 10\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:17:\"features_12_suvcx\";a:4:{s:5:\"title\";s:11:\"Features 12\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_12.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:17:\"features_13_gwlsj\";a:4:{s:5:\"title\";s:11:\"Features 13\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_13.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:11:\"features-14\";a:4:{s:5:\"title\";s:11:\"Features 14\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Features/section_features_14.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:8:\"Services\";a:11:{s:21:\"content_boxes_1_5my3s\";a:4:{s:5:\"title\";s:10:\"Services 1\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:21:\"content_boxes_2_d1moi\";a:4:{s:5:\"title\";s:10:\"Services 2\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:21:\"content_boxes_3_p7u5m\";a:4:{s:5:\"title\";s:10:\"Services 3\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:16:\"services_6_6ob74\";a:4:{s:5:\"title\";s:10:\"Services 4\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:16:\"services_5_x323s\";a:4:{s:5:\"title\";s:10:\"Services 5\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:16:\"services_6_zuwrt\";a:4:{s:5:\"title\";s:10:\"Services 6\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:16:\"services_7_1vams\";a:4:{s:5:\"title\";s:10:\"Services 7\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:16:\"services_8_mcsi7\";a:4:{s:5:\"title\";s:10:\"Services 8\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:16:\"services_9_uuu42\";a:4:{s:5:\"title\";s:10:\"Services 9\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:17:\"services_10_my2b2\";a:4:{s:5:\"title\";s:11:\"Services 10\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:17:\"services_11_xyxyb\";a:4:{s:5:\"title\";s:11:\"Services 11\";s:5:\"image\";s:109:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Services/section_services_11.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:12:\"Testimonials\";a:6:{s:20:\"testimonials_1_a0nbo\";a:4:{s:5:\"title\";s:14:\"Testimonials 1\";s:5:\"image\";s:116:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Testimonials/section_testimonials_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:20:\"testimonials_2_zhzna\";a:4:{s:5:\"title\";s:14:\"Testimonials 2\";s:5:\"image\";s:116:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Testimonials/section_testimonials_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:20:\"testimonials_3_fvm52\";a:4:{s:5:\"title\";s:14:\"Testimonials 3\";s:5:\"image\";s:116:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Testimonials/section_testimonials_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:20:\"testimonials_4_3eppd\";a:4:{s:5:\"title\";s:14:\"Testimonials 4\";s:5:\"image\";s:116:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Testimonials/section_testimonials_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:14:\"testimonials-5\";a:4:{s:5:\"title\";s:14:\"Testimonials 5\";s:5:\"image\";s:116:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Testimonials/section_testimonials_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:13:\"testimonial-6\";a:4:{s:5:\"title\";s:13:\"Testimonial 6\";s:5:\"image\";s:115:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Testimonials/section_testimonial_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:7:\"Pricing\";a:7:{s:22:\"pricing_tables_1_nzp4v\";a:4:{s:5:\"title\";s:16:\"Pricing Tables 1\";s:5:\"image\";s:113:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Pricing/section_pricing_tables_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:22:\"pricing_tables_2_e1m3y\";a:4:{s:5:\"title\";s:16:\"Pricing Tables 2\";s:5:\"image\";s:113:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Pricing/section_pricing_tables_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:22:\"pricing_tables_3_qut2q\";a:4:{s:5:\"title\";s:16:\"Pricing Tables 3\";s:5:\"image\";s:113:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Pricing/section_pricing_tables_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:22:\"pricing_tables_4_vuwjc\";a:4:{s:5:\"title\";s:16:\"Pricing Tables 4\";s:5:\"image\";s:113:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Pricing/section_pricing_tables_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:22:\"pricing_tables_5_3lspt\";a:4:{s:5:\"title\";s:16:\"Pricing Tables 5\";s:5:\"image\";s:113:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Pricing/section_pricing_tables_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:22:\"pricing_tables_6_79xey\";a:4:{s:5:\"title\";s:16:\"Pricing Tables 6\";s:5:\"image\";s:113:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Pricing/section_pricing_tables_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:16:\"pricing-tables-7\";a:4:{s:5:\"title\";s:16:\"Pricing Tables 7\";s:5:\"image\";s:113:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Pricing/section_pricing_tables_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:7:\"Footers\";a:5:{s:14:\"footer_1_2wzs8\";a:4:{s:5:\"title\";s:8:\"Footer 1\";s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Footers/section_footer_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:14:\"footer_2_vb2d0\";a:4:{s:5:\"title\";s:8:\"Footer 2\";s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Footers/section_footer_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:14:\"footer_3_79ixn\";a:4:{s:5:\"title\";s:8:\"footer 3\";s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Footers/section_footer_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:14:\"footer_4_t3zyy\";a:4:{s:5:\"title\";s:8:\"footer 4\";s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Footers/section_footer_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:14:\"footer_5_0ay8a\";a:4:{s:5:\"title\";s:8:\"footer 5\";s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Footers/section_footer_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:9:\"Galleries\";a:2:{s:15:\"gallery_1_d4u4t\";a:4:{s:5:\"title\";s:9:\"Gallery 1\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Galleries/section_gallery_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:15:\"gallery_2_wft5u\";a:4:{s:5:\"title\";s:9:\"Gallery 2\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Galleries/section_gallery_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:6:\"Timers\";a:7:{s:17:\"countdown_1_uwwow\";a:4:{s:5:\"title\";s:11:\"Countdown 1\";s:5:\"image\";s:107:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Timers/section_countdown_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:17:\"countdown_2_i1n8k\";a:4:{s:5:\"title\";s:11:\"Countdown 2\";s:5:\"image\";s:107:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Timers/section_countdown_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:17:\"countdown_3_2nrpi\";a:4:{s:5:\"title\";s:11:\"Countdown 3\";s:5:\"image\";s:107:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Timers/section_countdown_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:14:\"timers_4_u0fyx\";a:4:{s:5:\"title\";s:8:\"Timers 4\";s:5:\"image\";s:104:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Timers/section_timers_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:14:\"timers_5_b2itk\";a:4:{s:5:\"title\";s:8:\"Timers 5\";s:5:\"image\";s:104:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Timers/section_timers_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:9:\"section-5\";a:4:{s:5:\"title\";s:9:\"Section 5\";s:5:\"image\";s:105:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Timers/section_section_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:10:\"section-10\";a:4:{s:5:\"title\";s:10:\"Section 10\";s:5:\"image\";s:106:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Timers/section_section_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:7:\"Contact\";a:6:{s:10:\"map1_0muth\";a:4:{s:5:\"title\";s:4:\"Map1\";s:5:\"image\";s:101:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Contact/section_map1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:15:\"contact_2_qqm7b\";a:4:{s:5:\"title\";s:9:\"contact 2\";s:5:\"image\";s:106:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Contact/section_contact_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:15:\"contact_3_up06m\";a:4:{s:5:\"title\";s:9:\"contact 3\";s:5:\"image\";s:106:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Contact/section_contact_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";}s:15:\"contact_4_x32wz\";a:4:{s:5:\"title\";s:9:\"contact 4\";s:5:\"image\";s:106:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Contact/section_contact_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:15:\"contact_5_rc68l\";a:4:{s:5:\"title\";s:9:\"contact 5\";s:5:\"image\";s:106:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Contact/section_contact_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:9:\"section-9\";a:4:{s:5:\"title\";s:9:\"Section 9\";s:5:\"image\";s:106:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Contact/section_section_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:3:\"FAQ\";a:1:{s:11:\"faq_1_wubfz\";a:4:{s:5:\"title\";s:5:\"FAQ 1\";s:5:\"image\";s:98:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___FAQ/section_faq_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}s:14:\"Call To Action\";a:3:{s:16:\"call-to-action-1\";a:4:{s:5:\"title\";s:16:\"Call To Action 1\";s:5:\"image\";s:120:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Call To Action/section_call_to_action_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:16:\"call-to-action-3\";a:4:{s:5:\"title\";s:16:\"Call To Action 3\";s:5:\"image\";s:120:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Call To Action/section_call_to_action_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:4:\"cta3\";a:4:{s:5:\"title\";s:4:\"CTA3\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Call To Action/section_cta3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}}}}s:19:\"catalog_addon_names\";a:1:{s:0:\"\";a:4:{s:16:\"call-to-action-1\";a:4:{s:5:\"title\";s:16:\"Call To Action 1\";s:5:\"image\";s:120:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Call To Action/section_call_to_action_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:16:\"call-to-action-3\";a:4:{s:5:\"title\";s:16:\"Call To Action 3\";s:5:\"image\";s:120:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Call To Action/section_call_to_action_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:4:\"cta3\";a:4:{s:5:\"title\";s:4:\"CTA3\";s:5:\"image\";s:108:\"http://api.bloxbuilder.me/catalog_layouts/blox/uc_addontype_layout_section___Call To Action/section_cta3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";}s:3:\"cat\";s:14:\"layout_section\";}}}','yes');
INSERT INTO `wppk_options` VALUES (86326,'untecreator_state','a:3:{s:22:\"manager_filter_catalog\";s:5:\"mixed\";s:20:\"fitler_active_addons\";s:3:\"all\";s:15:\"last_addons_cat\";s:18:\"ucweb_audio_player\";}','yes'),(86345,'tbex-options-general','a:31:{s:14:\"main_item_icon\";s:14:\"dashicons-text\";s:14:\"main_item_name\";s:5:\"Build\";s:13:\"main_item_url\";s:0:\"\";s:16:\"main_item_target\";s:5:\"_self\";s:18:\"main_item_priority\";i:71;s:18:\"fallback_item_icon\";s:14:\"dashicons-text\";s:18:\"fallback_item_name\";s:9:\"Customize\";s:17:\"fallback_item_url\";s:0:\"\";s:20:\"default_page_builder\";s:9:\"elementor\";s:17:\"block_editor_name\";s:12:\"Block Editor\";s:14:\"elementor_name\";s:9:\"Elementor\";s:23:\"display_items_resources\";s:3:\"yes\";s:19:\"display_items_theme\";s:3:\"yes\";s:21:\"display_items_plugins\";s:3:\"yes\";s:20:\"display_items_addons\";s:3:\"yes\";s:24:\"display_items_wpcomments\";s:3:\"yes\";s:25:\"display_items_new_content\";s:3:\"yes\";s:24:\"display_items_site_group\";s:3:\"yes\";s:26:\"display_items_edit_content\";s:3:\"yes\";s:24:\"display_items_edit_menus\";s:3:\"yes\";s:24:\"display_items_user_group\";s:3:\"yes\";s:27:\"display_items_tbex_settings\";s:3:\"yes\";s:23:\"use_blockeditor_support\";s:3:\"yes\";s:26:\"display_blockeditor_addons\";s:3:\"yes\";s:25:\"display_items_demo_import\";s:3:\"yes\";s:16:\"demo_import_icon\";s:20:\"dashicons-visibility\";s:24:\"display_title_attributes\";s:3:\"yes\";s:20:\"external_links_blank\";s:3:\"yes\";s:19:\"builder_links_blank\";s:3:\"yes\";s:20:\"tbex_tbmenu_priority\";i:9999;s:16:\"tbex_tbmenu_icon\";s:0:\"\";}','yes'),(86346,'tbex-options-tweaks','a:37:{s:19:\"toolbar_front_color\";s:2:\"no\";s:13:\"use_web_group\";s:2:\"no\";s:14:\"remove_wp_logo\";s:2:\"no\";s:23:\"remove_front_customizer\";s:2:\"no\";s:23:\"remove_media_newcontent\";s:2:\"no\";s:22:\"remove_user_newcontent\";s:2:\"no\";s:19:\"use_myaccount_tweak\";s:2:\"no\";s:17:\"use_howdy_replace\";s:3:\"yes\";s:17:\"howdy_replacement\";s:8:\"Welcome,\";s:14:\"custom_welcome\";s:0:\"\";s:20:\"custom_myaccount_url\";s:0:\"\";s:23:\"custom_myaccount_target\";s:5:\"_self\";s:18:\"remove_updraftplus\";s:3:\"yes\";s:14:\"remove_members\";s:2:\"no\";s:17:\"remove_cobaltapps\";s:2:\"no\";s:19:\"remove_customcsspro\";s:2:\"no\";s:15:\"remove_apspider\";s:2:\"no\";s:13:\"remove_aioseo\";s:3:\"yes\";s:25:\"remove_mstba_siteextgroup\";s:3:\"yes\";s:20:\"remove_woo_posttypes\";s:2:\"no\";s:14:\"remove_easy_um\";s:3:\"yes\";s:26:\"rehook_elementor_inspector\";s:2:\"no\";s:17:\"rehook_stylepress\";s:2:\"no\";s:15:\"rehook_yoastseo\";s:2:\"no\";s:15:\"rehook_seopress\";s:2:\"no\";s:19:\"rehook_gravityforms\";s:2:\"no\";s:18:\"rehook_smartslider\";s:2:\"no\";s:14:\"rehook_nextgen\";s:2:\"no\";s:13:\"rehook_ithsec\";s:2:\"no\";s:15:\"rehook_wprocket\";s:2:\"no\";s:18:\"rehook_autoptimize\";s:2:\"no\";s:23:\"rehook_swiftperformance\";s:2:\"no\";s:19:\"unload_td_elementor\";s:2:\"no\";s:24:\"unload_td_toolbar_extras\";s:2:\"no\";s:26:\"display_elementor_tbuilder\";s:3:\"yes\";s:24:\"display_elementor_popups\";s:3:\"yes\";s:26:\"remove_elementor_wpwidgets\";s:2:\"no\";}','yes'),(86347,'tbex-options-development','a:10:{s:12:\"is_local_dev\";s:4:\"auto\";s:18:\"local_dev_bg_color\";s:7:\"#0073aa\";s:18:\"local_dev_viewport\";i:1030;s:14:\"local_dev_icon\";s:17:\"dashicons-warning\";s:14:\"local_dev_name\";s:25:\"Local Development Website\";s:12:\"use_dev_mode\";s:2:\"no\";s:14:\"rapid_dev_name\";s:9:\"Rapid Dev\";s:14:\"rapid_dev_icon\";s:21:\"dashicons-editor-code\";s:15:\"use_element_ids\";s:3:\"yes\";s:18:\"use_uploader_menus\";s:3:\"yes\";}','yes'),(86348,'tbex-plugin-version','1.4.7','yes'),(86352,'tbex-plugin-old-setup','1','yes'),(86358,'happyaddons_version','2.0.0','yes'),(86360,'happyaddons_communication_time','1577725761','yes'),(86560,'astra_sites_recent_import_log_file','/home/cochis5/cactusmoonshinepublishing.com/wp-content/uploads/astra-sites/import-27-Sep-2019-05-02-30.txt','yes'),(86619,'happyaddons_elements_cache','a:0:{}','yes'),(86715,'color_trans_notice','1','yes'),(86723,'happy-elementor-addons_allow_tracking','no','yes'),(86724,'happy-elementor-addons_tracking_notice','hide','yes'),(86864,'recovery_keys','a:0:{}','yes'),(88155,'boldgrid_backup_in_progress_data','a:3:{s:6:\"status\";s:22:\"Backing up database...\";s:6:\"tables\";a:49:{i:0;s:24:\"wppk_addonlibrary_addons\";i:1;s:28:\"wppk_addonlibrary_categories\";i:2;s:16:\"wppk_commentmeta\";i:3;s:13:\"wppk_comments\";i:4;s:13:\"wppk_eg_grids\";i:5;s:21:\"wppk_eg_item_elements\";i:6;s:18:\"wppk_eg_item_skins\";i:7;s:24:\"wppk_eg_navigation_skins\";i:8;s:10:\"wppk_links\";i:9;s:19:\"wppk_loginizer_logs\";i:10;s:12:\"wppk_options\";i:11;s:15:\"wppk_pmxi_files\";i:12;s:17:\"wppk_pmxi_history\";i:13;s:17:\"wppk_pmxi_imports\";i:14;s:15:\"wppk_pmxi_posts\";i:15;s:19:\"wppk_pmxi_templates\";i:16;s:13:\"wppk_postmeta\";i:17;s:10:\"wppk_posts\";i:18;s:18:\"wppk_revslider_css\";i:19;s:31:\"wppk_revslider_layer_animations\";i:20;s:26:\"wppk_revslider_navigations\";i:21;s:22:\"wppk_revslider_sliders\";i:22;s:21:\"wppk_revslider_slides\";i:23;s:28:\"wppk_revslider_static_slides\";i:24;s:21:\"wppk_smush_dir_images\";i:25;s:23:\"wppk_term_relationships\";i:26;s:18:\"wppk_term_taxonomy\";i:27;s:13:\"wppk_termmeta\";i:28;s:10:\"wppk_terms\";i:29;s:13:\"wppk_usermeta\";i:30;s:10:\"wppk_users\";i:31;s:20:\"wppk_wc_download_log\";i:32;s:16:\"wppk_wc_webhooks\";i:33;s:25:\"wppk_woocommerce_api_keys\";i:34;s:37:\"wppk_woocommerce_attribute_taxonomies\";i:35;s:49:\"wppk_woocommerce_downloadable_product_permissions\";i:36;s:20:\"wppk_woocommerce_log\";i:37;s:31:\"wppk_woocommerce_order_itemmeta\";i:38;s:28:\"wppk_woocommerce_order_items\";i:39;s:34:\"wppk_woocommerce_payment_tokenmeta\";i:40;s:31:\"wppk_woocommerce_payment_tokens\";i:41;s:25:\"wppk_woocommerce_sessions\";i:42;s:40:\"wppk_woocommerce_shipping_zone_locations\";i:43;s:38:\"wppk_woocommerce_shipping_zone_methods\";i:44;s:31:\"wppk_woocommerce_shipping_zones\";i:45;s:35:\"wppk_woocommerce_tax_rate_locations\";i:46;s:26:\"wppk_woocommerce_tax_rates\";i:47;s:25:\"wppk_woocommerce_termmeta\";i:48;s:17:\"wppk_wpforms_lite\";}s:4:\"step\";i:1;}','yes'),(88157,'boldgrid_backup_last_backup','1576200381','no'),(88158,'boldgrid_backup_latest_backup','a:33:{s:4:\"mode\";s:6:\"backup\";s:6:\"dryrun\";b:0;s:10:\"compressor\";s:7:\"php_zip\";s:8:\"filesize\";i:162894567;s:4:\"save\";b:1;s:10:\"total_size\";i:343088946;s:14:\"folder_include\";s:18:\"WPCORE,/wp-content\";s:14:\"folder_exclude\";s:17:\".git,node_modules\";s:13:\"table_exclude\";a:0:{}s:5:\"title\";N;s:11:\"description\";N;s:7:\"ABSPATH\";s:44:\"/home/cochis5/cactusmoonshinepublishing.com/\";s:9:\"backup_id\";s:8:\"4b774150\";s:7:\"siteurl\";s:36:\"http://cactusmoonshinepublishing.com\";s:9:\"timestamp\";i:1576200026;s:17:\"gateway_interface\";s:7:\"CGI/1.1\";s:9:\"http_host\";s:29:\"cactusmoonshinepublishing.com\";s:13:\"php_sapi_name\";s:8:\"cgi-fcgi\";s:9:\"php_uname\";s:115:\"Linux ecbiz224.inmotionhosting.com 3.10.0-962.3.2.lve1.5.26.4.el7.x86_64 #1 SMP Wed Sep 11 10:29:54 EDT 2019 x86_64\";s:11:\"php_version\";s:6:\"7.0.33\";s:11:\"server_addr\";s:14:\"144.208.79.225\";s:11:\"server_name\";s:29:\"cactusmoonshinepublishing.com\";s:15:\"server_protocol\";s:8:\"HTTP/1.1\";s:15:\"server_software\";s:6:\"Apache\";s:3:\"uid\";i:1790;s:8:\"username\";s:7:\"cochis5\";s:7:\"trigger\";s:11:\"Auto update\";s:8:\"filepath\";s:104:\"/home/cochis5/boldgrid_backup/boldgrid-backup-cactusmoonshinepublishing.com-4b774150-20191213-012039.zip\";s:11:\"lastmodunix\";i:1576200380;s:8:\"duration\";s:6:\"354.26\";s:11:\"db_duration\";s:4:\"4.51\";s:11:\"db_filename\";s:34:\"cochis5_cactus.20191213-012026.sql\";s:12:\"mail_success\";b:1;}','yes'),(88159,'bglib_activity','a:1:{s:15:\"boldgrid-backup\";a:1:{s:18:\"any_backup_created\";i:3;}}','yes'),(88162,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"cochisestudio@gmail.com\";s:7:\"version\";s:5:\"5.2.5\";s:9:\"timestamp\";i:1576200498;}','no'),(92909,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.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.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.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.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1577687044;s:15:\"version_checked\";s:5:\"5.2.5\";s:12:\"translations\";a:0:{}}','no'),(92920,'_site_transient_boldgrid_plugins_filtered','a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:11:{s:4:\"Name\";s:15:\"BoldGrid Backup\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:6:\"1.11.4\";s:11:\"Description\";s:162:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. BoldGrid Backup is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:15:\"BoldGrid Backup\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:11:{s:4:\"Name\";s:23:\"BoldGrid Backup Premium\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:5:\"1.1.0\";s:11:\"Description\";s:49:\"Premium extension for the BoldGrid Backup plugin.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:23:\"BoldGrid Backup Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(94156,'rs-templates-new','','no'),(94157,'rs-templates','a:2:{s:6:\"slider\";a:414:{i:0;a:21:{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:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:21:{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:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:21:{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:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:21:{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:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:21:{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:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:21:{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:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:21:{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.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:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:21:{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:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:21:{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:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:21:{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:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:21:{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.0\";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:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:21:{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.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:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:21:{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:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:21:{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.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:21:{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:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:21:{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:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:21:{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:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:21:{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:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:21:{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:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:21:{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:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:21:{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.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:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:21:{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.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:194:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:21:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:21:{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.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:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:21:{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:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:21:{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:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:21:{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:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:21:{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:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:21:{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:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:21:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:21:{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:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:21:{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:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:21:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:21:{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.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:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:21:{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.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:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:21:{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:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:21:{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:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:21:{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.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:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:21:{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:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:21:{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:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:21:{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:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:21:{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:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:21:{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:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:21:{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:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:21:{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:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:21:{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:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:21:{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:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:21:{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:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:21:{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:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:21:{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:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:21:{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:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:21:{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:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:21:{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:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:21:{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:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:21:{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:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:21:{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:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:21:{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:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:21:{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:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:21:{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:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:21:{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:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:21:{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:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:21:{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:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:24:{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.0\";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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:24:{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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:21:{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:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:21:{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:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:21:{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:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:24:{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:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:24:{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:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:24:{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:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:24:{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:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:21:{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:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:21:{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:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:24:{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.1\";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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:24:{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.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:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:24:{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.0\";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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:24:{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.0\";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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:24:{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.0\";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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:24:{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.0\";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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:24:{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.0\";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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:24:{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.0\";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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:24:{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.0\";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:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:24:{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.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:24:{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.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:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:24:{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.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:24:{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.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:24:{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.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:24:{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.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:24:{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.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:24:{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.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:24:{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.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:24:{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.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:21:{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:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:21:{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:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:21:{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:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:24:{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.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:21:{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:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:21:{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:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:21:{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:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:21:{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:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:21:{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.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:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:21:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:21:{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.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:21:{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.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:21:{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:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:21:{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.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:21:{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:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:21:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:21:{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:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:21:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:21:{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.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:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:21:{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:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:24:{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.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:24:{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.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:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:24:{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.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:24:{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.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:268:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:21:{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:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:21:{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:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:21:{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:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:21:{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:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:24:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:24:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:24:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:24:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:24:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:24:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:24:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:24:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:24:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:21:{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:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:21:{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:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:21:{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:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:21:{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:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:21:{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.4\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:24:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:24:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:24:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:24:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:24:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:24:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:24:{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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:21:{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.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:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:24:{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.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:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:21:{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.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:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:21:{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.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:240:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:21:{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:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:21:{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:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:21:{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:\"<span class=\"ttm_content\">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. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:21:{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.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:239:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:21:{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:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:21:{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:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:21:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:21:{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:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:24:{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.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:24:{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.1\";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:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:24:{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.1\";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:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:24:{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.1\";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:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:24:{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.1\";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:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:24:{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.1\";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:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:24:{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.1\";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:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:24:{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.1\";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:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:24:{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.1\";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:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:21:{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:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:21:{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:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:21:{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:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:21:{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:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:21:{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:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:21:{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:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:24:{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:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:24:{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:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:24:{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:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:24:{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:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:24:{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:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:24:{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:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:24:{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:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:24:{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:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:24:{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:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:24:{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.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:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:24:{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.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:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:24:{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.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:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:24:{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:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:24:{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:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:24:{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:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:24:{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:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:24:{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:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:24:{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:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:24:{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:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:24:{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:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:21:{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:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:21:{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:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:24:{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:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:24:{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:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:24:{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:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:24:{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:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:24:{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:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:24:{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:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:24:{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:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:24:{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:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:24:{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:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:24:{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:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:24:{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:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:24:{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.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:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:24:{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.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:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:24:{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.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:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:24:{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.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:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:24:{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.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:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:21:{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:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:24:{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.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:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:24:{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.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:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:24:{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.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:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:24:{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.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:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:24:{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.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:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:24:{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.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:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:24:{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.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:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:24:{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.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:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:24:{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.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:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:24:{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.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:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:21:{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:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:21:{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.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:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:24:{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:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:24:{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:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:24:{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:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:24:{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:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:24:{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:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:24:{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:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:24:{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:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:21:{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:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:21:{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.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:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:24:{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:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:24:{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:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:24:{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:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:24:{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:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:24:{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:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:24:{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:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:24:{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:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:24:{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:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:24:{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:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:24:{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:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">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\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:24:{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:\"<span class=\"ttm_content\">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!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:24:{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.0\";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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:24:{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.0\";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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:24:{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.0\";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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:24:{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.0\";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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:24:{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.0\";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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:24:{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.0\";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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:24:{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.0\";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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:24:{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.0\";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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:24:{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.0\";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:\"<span class=\"ttm_content\">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.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:24:{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:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:24:{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.0\";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:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:21:{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:\"4b0ddbe1928115f4b040f6ad4a01a583\";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.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:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:21:{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.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:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:24:{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:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:24:{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:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:24:{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:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:21:{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:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:24:{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.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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:24:{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:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:21:{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:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:21:{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:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:21:{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:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:21:{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:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:21:{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:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:21:{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:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:422:{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\";}}}}','no'),(94168,'_site_transient_timeout_sonaar_licence','1577925678','no'),(94169,'_site_transient_sonaar_licence','a:2:{s:10:\"licenceKey\";s:9:\"noLicense\";s:8:\"response\";b:0;}','no'),(94246,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1577687043;s:7:\"checked\";a:4:{s:6:\"sonaar\";s:5:\"4.7.1\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";}s:8:\"response\";a:1:{s:6:\"sonaar\";a:2:{s:11:\"new_version\";s:4:\"4.10\";s:3:\"url\";s:61:\"https://demo.sonaar.io/wp-content/themes/sonaar/changelog.txt\";}}s:12:\"translations\";a:0:{}}','no'),(94247,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1577687046;s:7:\"checked\";a:32:{s:51:\"codepress-admin-columns/codepress-admin-columns.php\";s:5:\"3.4.6\";s:19:\"akismet/akismet.php\";s:5:\"4.1.2\";s:41:\"anywhere-elementor/anywhere-elementor.php\";s:3:\"1.1\";s:27:\"astra-sites/astra-sites.php\";s:6:\"1.3.19\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:6:\"1.11.4\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:5:\"1.1.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.4\";s:53:\"custom-icons-for-elementor/elementor-custom-icons.php\";s:5:\"0.3.1\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.3\";s:35:\"ele-custom-skin/ele-custom-skin.php\";s:5:\"1.3.3\";s:23:\"elementor/elementor.php\";s:5:\"2.7.3\";s:70:\"addon-elements-for-elementor-page-builder/elementor-addon-elements.php\";s:3:\"1.6\";s:51:\"elementor-addon-widgets/elementor-addon-widgets.php\";s:5:\"1.3.2\";s:45:\"elementor-for-sonaar/elementor-for-sonaar.php\";s:5:\"1.3.1\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"3.3.2\";s:33:\"essential-grid/essential-grid.php\";s:5:\"2.3.2\";s:53:\"flexible-elementor-panel/flexible-elementor-panel.php\";s:5:\"1.9.6\";s:33:\"happy-elementor-addons/plugin.php\";s:5:\"2.0.0\";s:49:\"ht-mega-for-elementor/htmega_addons_elementor.php\";s:5:\"1.2.3\";s:36:\"iron-demo-importer/iron-importer.php\";s:3:\"1.6\";s:19:\"jetpack/jetpack.php\";s:5:\"7.7.3\";s:45:\"addons-for-elementor/addons-for-elementor.php\";s:3:\"2.8\";s:23:\"loginizer/loginizer.php\";s:5:\"1.4.2\";s:67:\"make-column-clickable-elementor/make-column-clickable-elementor.php\";s:5:\"1.3.0\";s:57:\"connect-polylang-elementor/connect-polylang-elementor.php\";s:5:\"1.0.0\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:5:\"3.7.5\";s:23:\"revslider/revslider.php\";s:7:\"5.4.8.3\";s:47:\"tabby-responsive-tabs/tabby-responsive-tabs.php\";s:5:\"1.2.3\";s:35:\"tabs-responsive/tabs-responsive.php\";s:5:\"1.9.6\";s:33:\"toolbar-extras/toolbar-extras.php\";s:5:\"1.4.7\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:5:\"1.4.7\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.5.5.1\";}s:8:\"response\";a:21:{s:51:\"codepress-admin-columns/codepress-admin-columns.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/codepress-admin-columns\";s:4:\"slug\";s:23:\"codepress-admin-columns\";s:6:\"plugin\";s:51:\"codepress-admin-columns/codepress-admin-columns.php\";s:11:\"new_version\";s:5:\"3.4.8\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/codepress-admin-columns/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/codepress-admin-columns.3.4.8.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:76:\"https://ps.w.org/codepress-admin-columns/assets/icon-256x256.png?rev=1521754\";s:2:\"1x\";s:68:\"https://ps.w.org/codepress-admin-columns/assets/icon.svg?rev=1521754\";s:3:\"svg\";s:68:\"https://ps.w.org/codepress-admin-columns/assets/icon.svg?rev=1521754\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/codepress-admin-columns/assets/banner-1544x500.png?rev=1220017\";s:2:\"1x\";s:78:\"https://ps.w.org/codepress-admin-columns/assets/banner-772x250.png?rev=1220017\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{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.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.3.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:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"anywhere-elementor/anywhere-elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/anywhere-elementor\";s:4:\"slug\";s:18:\"anywhere-elementor\";s:6:\"plugin\";s:41:\"anywhere-elementor/anywhere-elementor.php\";s:11:\"new_version\";s:5:\"1.2.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/anywhere-elementor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/anywhere-elementor.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/anywhere-elementor/assets/icon-128x128.jpg?rev=1614331\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/anywhere-elementor/assets/banner-772x250.jpg?rev=1538122\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"astra-sites/astra-sites.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/astra-sites\";s:4:\"slug\";s:11:\"astra-sites\";s:6:\"plugin\";s:27:\"astra-sites/astra-sites.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/astra-sites/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/astra-sites.1.4.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/astra-sites/assets/icon.svg?rev=2142487\";s:3:\"svg\";s:56:\"https://ps.w.org/astra-sites/assets/icon.svg?rev=2142487\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/astra-sites/assets/banner-1544x500.jpg?rev=2142447\";s:2:\"1x\";s:66:\"https://ps.w.org/astra-sites/assets/banner-772x250.jpg?rev=2142447\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.12.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=1612753\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=1612753\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=1612986\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:65:\"<p>Options to show original post + accessibility improvements</p>\";s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"ele-custom-skin/ele-custom-skin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/ele-custom-skin\";s:4:\"slug\";s:15:\"ele-custom-skin\";s:6:\"plugin\";s:35:\"ele-custom-skin/ele-custom-skin.php\";s:11:\"new_version\";s:5:\"1.3.9\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/ele-custom-skin/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/ele-custom-skin.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/ele-custom-skin/assets/icon-256x256.png?rev=2197183\";s:2:\"1x\";s:68:\"https://ps.w.org/ele-custom-skin/assets/icon-128x128.png?rev=2197183\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/ele-custom-skin/assets/banner-772x250.png?rev=2197185\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"2.8.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"3.6.2\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.3.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=1906168\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=1906168\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.png?rev=2170988\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.png?rev=2170988\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:53:\"flexible-elementor-panel/flexible-elementor-panel.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"w.org/plugins/flexible-elementor-panel\";s:4:\"slug\";s:24:\"flexible-elementor-panel\";s:6:\"plugin\";s:53:\"flexible-elementor-panel/flexible-elementor-panel.php\";s:11:\"new_version\";s:5:\"1.9.7\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/flexible-elementor-panel/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/flexible-elementor-panel.1.9.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/flexible-elementor-panel/assets/icon-256x256.png?rev=1803032\";s:2:\"1x\";s:77:\"https://ps.w.org/flexible-elementor-panel/assets/icon-128x128.png?rev=1803032\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/flexible-elementor-panel/assets/banner-1544x500.png?rev=2125925\";s:2:\"1x\";s:79:\"https://ps.w.org/flexible-elementor-panel/assets/banner-772x250.png?rev=2125922\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"happy-elementor-addons/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/happy-elementor-addons\";s:4:\"slug\";s:22:\"happy-elementor-addons\";s:6:\"plugin\";s:33:\"happy-elementor-addons/plugin.php\";s:11:\"new_version\";s:5:\"2.5.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/happy-elementor-addons/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/happy-elementor-addons.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/happy-elementor-addons/assets/icon-256x256.png?rev=2110879\";s:2:\"1x\";s:75:\"https://ps.w.org/happy-elementor-addons/assets/icon-128x128.png?rev=2110879\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/happy-elementor-addons/assets/banner-1544x500.jpg?rev=2112944\";s:2:\"1x\";s:77:\"https://ps.w.org/happy-elementor-addons/assets/banner-772x250.jpg?rev=2112944\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:49:\"ht-mega-for-elementor/htmega_addons_elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/ht-mega-for-elementor\";s:4:\"slug\";s:21:\"ht-mega-for-elementor\";s:6:\"plugin\";s:49:\"ht-mega-for-elementor/htmega_addons_elementor.php\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/ht-mega-for-elementor/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/ht-mega-for-elementor.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/ht-mega-for-elementor/assets/icon-128x128.png?rev=2062798\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/ht-mega-for-elementor/assets/banner-772x250.png?rev=2062798\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"8.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.8.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.1.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=1517954\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=1517954\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.0\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:67:\"make-column-clickable-elementor/make-column-clickable-elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:45:\"w.org/plugins/make-column-clickable-elementor\";s:4:\"slug\";s:31:\"make-column-clickable-elementor\";s:6:\"plugin\";s:67:\"make-column-clickable-elementor/make-column-clickable-elementor.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/make-column-clickable-elementor/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/make-column-clickable-elementor.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/make-column-clickable-elementor/assets/icon-256x256.png?rev=1978575\";s:2:\"1x\";s:84:\"https://ps.w.org/make-column-clickable-elementor/assets/icon-256x256.png?rev=1978575\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:86:\"https://ps.w.org/make-column-clickable-elementor/assets/banner-772x250.png?rev=1978575\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:42:\"w.org/plugins/premium-addons-for-elementor\";s:4:\"slug\";s:28:\"premium-addons-for-elementor\";s:6:\"plugin\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:11:\"new_version\";s:6:\"3.10.0\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/premium-addons-for-elementor/assets/icon-256x256.png?rev=1799730\";s:2:\"1x\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=1799730\";s:3:\"svg\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=1799730\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.jpg?rev=1876380\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.jpg?rev=1876380\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"tabs-responsive/tabs-responsive.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/tabs-responsive\";s:4:\"slug\";s:15:\"tabs-responsive\";s:6:\"plugin\";s:35:\"tabs-responsive/tabs-responsive.php\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/tabs-responsive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/tabs-responsive.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tabs-responsive/assets/icon-256x256.png?rev=1360857\";s:2:\"1x\";s:68:\"https://ps.w.org/tabs-responsive/assets/icon-128x128.png?rev=1360857\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/tabs-responsive/assets/banner-772x250.png?rev=2196389\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"toolbar-extras/toolbar-extras.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/toolbar-extras\";s:4:\"slug\";s:14:\"toolbar-extras\";s:6:\"plugin\";s:33:\"toolbar-extras/toolbar-extras.php\";s:11:\"new_version\";s:5:\"1.4.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/toolbar-extras/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/toolbar-extras.1.4.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/toolbar-extras/assets/icon-256x256.png?rev=1852023\";s:2:\"1x\";s:67:\"https://ps.w.org/toolbar-extras/assets/icon-128x128.png?rev=1852023\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/toolbar-extras/assets/banner-1544x500.png?rev=1852026\";s:2:\"1x\";s:69:\"https://ps.w.org/toolbar-extras/assets/banner-772x250.png?rev=1852026\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:252:\"<p>48 additional Plugins and 9 new Themes supported, including Toolset, WPML, ChurchThemes.com! New file type sub items for Media Library. WordPress 5.3 compat. Even more refinements &amp; improvements. - <strong>Update highly recommended.</strong></p>\";s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:46:\"w.org/plugins/unlimited-elements-for-elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:6:\"plugin\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:11:\"new_version\";s:6:\"1.4.17\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/unlimited-elements-for-elementor/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/unlimited-elements-for-elementor.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/unlimited-elements-for-elementor/assets/icon-256x256.jpg?rev=2064926\";s:2:\"1x\";s:85:\"https://ps.w.org/unlimited-elements-for-elementor/assets/icon-128x128.jpg?rev=2064926\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/unlimited-elements-for-elementor/assets/banner-1544x500.jpg?rev=2064926\";s:2:\"1x\";s:87:\"https://ps.w.org/unlimited-elements-for-elementor/assets/banner-772x250.jpg?rev=2064926\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:5:\"1.5.7\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=1371112\";s:2:\"1x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png?rev=1371112\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=1371112\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=1371112\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:53:\"custom-icons-for-elementor/elementor-custom-icons.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/custom-icons-for-elementor\";s:4:\"slug\";s:26:\"custom-icons-for-elementor\";s:6:\"plugin\";s:53:\"custom-icons-for-elementor/elementor-custom-icons.php\";s:11:\"new_version\";s:5:\"0.3.1\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/custom-icons-for-elementor/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/custom-icons-for-elementor.0.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/custom-icons-for-elementor/assets/icon-256x256.png?rev=1919100\";s:2:\"1x\";s:79:\"https://ps.w.org/custom-icons-for-elementor/assets/icon-128x128.png?rev=1919100\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/custom-icons-for-elementor/assets/banner-1544x500.png?rev=1919100\";s:2:\"1x\";s:81:\"https://ps.w.org/custom-icons-for-elementor/assets/banner-772x250.png?rev=1919100\";}s:11:\"banners_rtl\";a:0:{}}s:70:\"addon-elements-for-elementor-page-builder/elementor-addon-elements.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:55:\"w.org/plugins/addon-elements-for-elementor-page-builder\";s:4:\"slug\";s:41:\"addon-elements-for-elementor-page-builder\";s:6:\"plugin\";s:70:\"addon-elements-for-elementor-page-builder/elementor-addon-elements.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:72:\"https://wordpress.org/plugins/addon-elements-for-elementor-page-builder/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/addon-elements-for-elementor-page-builder.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:94:\"https://ps.w.org/addon-elements-for-elementor-page-builder/assets/icon-128x128.jpg?rev=1515290\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:96:\"https://ps.w.org/addon-elements-for-elementor-page-builder/assets/banner-772x250.jpg?rev=1515290\";}s:11:\"banners_rtl\";a:0:{}}s:51:\"elementor-addon-widgets/elementor-addon-widgets.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/elementor-addon-widgets\";s:4:\"slug\";s:23:\"elementor-addon-widgets\";s:6:\"plugin\";s:51:\"elementor-addon-widgets/elementor-addon-widgets.php\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/elementor-addon-widgets/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/elementor-addon-widgets.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/elementor-addon-widgets/assets/icon-256x256.png?rev=1493594\";s:2:\"1x\";s:76:\"https://ps.w.org/elementor-addon-widgets/assets/icon-256x256.png?rev=1493594\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/elementor-addon-widgets/assets/banner-772x250.png?rev=1493594\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"addons-for-elementor/addons-for-elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/addons-for-elementor\";s:4:\"slug\";s:20:\"addons-for-elementor\";s:6:\"plugin\";s:45:\"addons-for-elementor/addons-for-elementor.php\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/addons-for-elementor/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/addons-for-elementor.2.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/addons-for-elementor/assets/icon-256x256.png?rev=1902466\";s:2:\"1x\";s:73:\"https://ps.w.org/addons-for-elementor/assets/icon-128x128.png?rev=1902466\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/addons-for-elementor/assets/banner-1544x500.jpg?rev=1687159\";s:2:\"1x\";s:75:\"https://ps.w.org/addons-for-elementor/assets/banner-772x250.jpg?rev=1687159\";}s:11:\"banners_rtl\";a:0:{}}s:57:\"connect-polylang-elementor/connect-polylang-elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/connect-polylang-elementor\";s:4:\"slug\";s:26:\"connect-polylang-elementor\";s:6:\"plugin\";s:57:\"connect-polylang-elementor/connect-polylang-elementor.php\";s:11:\"new_version\";s:5:\"1.0.0\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/connect-polylang-elementor/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/connect-polylang-elementor.1.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/connect-polylang-elementor/assets/icon-256x256.png?rev=1981805\";s:2:\"1x\";s:79:\"https://ps.w.org/connect-polylang-elementor/assets/icon-128x128.png?rev=1981805\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/connect-polylang-elementor/assets/banner-1544x500.png?rev=1981805\";s:2:\"1x\";s:81:\"https://ps.w.org/connect-polylang-elementor/assets/banner-772x250.png?rev=1981805\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"tabby-responsive-tabs/tabby-responsive-tabs.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/tabby-responsive-tabs\";s:4:\"slug\";s:21:\"tabby-responsive-tabs\";s:6:\"plugin\";s:47:\"tabby-responsive-tabs/tabby-responsive-tabs.php\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/tabby-responsive-tabs/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/tabby-responsive-tabs.1.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/tabby-responsive-tabs/assets/icon-256x256.jpg?rev=971056\";s:2:\"1x\";s:73:\"https://ps.w.org/tabby-responsive-tabs/assets/icon-128x128.jpg?rev=971057\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/tabby-responsive-tabs/assets/banner-1544x500.jpg?rev=1485141\";s:2:\"1x\";s:76:\"https://ps.w.org/tabby-responsive-tabs/assets/banner-772x250.jpg?rev=1485141\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(94259,'_site_transient_timeout_fw_ext_upd_gh_fw','1577768961','no'),(94260,'_site_transient_fw_ext_upd_gh_fw','a:3:{s:34:\"ThemeFuse/Unyson-Backups-Extension\";s:7:\"v2.0.32\";s:31:\"ThemeFuse/Unyson-Blog-Extension\";s:6:\"v1.0.2\";s:33:\"ThemeFuse/Unyson-Update-Extension\";s:7:\"v1.0.12\";}','no'),(94261,'happyaddons_message','a:5:{s:6:\"digest\";s:32:\"0c7a76dbc272ef758afecab804efc772\";s:7:\"message\";s:65:\"<h2>HappyAddons</h2>\r\n<p>\r\nThank you for using HappyAddons.\r\n</p>\";s:6:\"action\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"style\";s:7:\"success\";}','yes'),(94262,'happyaddons_message_dismissed','1','yes'),(94263,'_site_transient_timeout_sonaar_demo','1578291846','no'),(94264,'_site_transient_sonaar_demo','O:8:\"WP_Error\":2:{s:6:\"errors\";a:1:{s:59:\"The license key used is currently empty, expired or invalid\";a:1:{i:0;s:65:\"Make sure to enter your license key in Theme Options > Dashboard.\";}}s:10:\"error_data\";a:0:{}}','no'),(94265,'_transient_timeout_jetpack_https_test','1577768961','no'),(94266,'_transient_jetpack_https_test','1','no'),(94267,'_transient_timeout_jetpack_https_test_message','1577768961','no'),(94268,'_transient_jetpack_https_test_message','','no'),(94269,'_site_transient_timeout_browser_237aa6249591b6a7ad6962bc73492c77','1578287361','no'),(94270,'_site_transient_browser_237aa6249591b6a7ad6962bc73492c77','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"79.0.3945.88\";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'),(94271,'_site_transient_timeout_php_check_8706d9e16ec2aa6542c624d1e3c9facd','1578287362','no'),(94272,'_site_transient_php_check_8706d9e16ec2aa6542c624d1e3c9facd','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}','no'),(94275,'wpforms_activated','a:1:{s:4:\"lite\";i:1577682562;}','yes'),(94276,'_transient_timeout_elementor_remote_info_api_data_2.7.3','1577725762','no'),(94277,'_transient_elementor_remote_info_api_data_2.7.3','a:3:{s:9:\"timestamp\";i:1577681375;s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"2.8.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.0\";s:12:\"requires_php\";s:3:\"5.4\";}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:6:{i:0;s:5:\"he_IL\";i:1;s:5:\"en_GB\";i:2;s:5:\"en_NZ\";i:3;s:5:\"en_ZA\";i:4;s:5:\"en_AU\";i:5;s:5:\"en_CA\";}s:8:\"operator\";s:2:\"in\";}}}}}','no'),(94278,'themeisle_sdk_notifications','a:2:{s:17:\"last_notification\";a:2:{s:2:\"id\";s:35:\"elementor_addon_widgets_review_flag\";s:10:\"display_at\";i:1577682562;}s:24:\"last_notification_active\";i:1577687025;}','yes'),(94279,'_transient_timeout_feed_9bc1b9ec726e1f508c5207949084454a','1577725763','no'),(94280,'_transient_feed_9bc1b9ec726e1f508c5207949084454a','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"ThemeIsle Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://themeisle.com/blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress Tutorials and Reviews for Beginners and Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Dec 2019 12:05:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.3.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://themeisle.com/blog/wp-content/uploads/2019/05/cropped-cropped-favicon-2-32x32.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"ThemeIsle Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://themeisle.com/blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:51:\"\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:67:\"How to Renew Your SSL Certificate in 4 Simple Steps (2020 Tutorial)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://themeisle.com/blog/renew-ssl-certificate/\";s: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:57:\"https://themeisle.com/blog/renew-ssl-certificate/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Dec 2019 09:42:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress 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://themeisle.com/blog/?p=27191\";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:616:\"<p>These days, there&#8217;s no excuse not to enable HTTPS for your website. You can get an SSL certificate in a matter of minutes (even for free), and it will help keep your users&#8217; data safe. However, certificates aren&#8217;t perpetual, meaning you&#8217;ll eventually need to renew your SSL certificate and do so correctly. Renewing a certificate...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/renew-ssl-certificate/\">How to Renew Your SSL Certificate in 4 Simple Steps (2020 Tutorial)</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s: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:54:\"https://themeisle.com/blog/renew-ssl-certificate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:51:\"\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:69:\"Bluehost vs Namecheap: Which Is the Best Host for Your Needs in 2020?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://themeisle.com/blog/bluehost-vs-namecheap-comparison/\";s: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:68:\"https://themeisle.com/blog/bluehost-vs-namecheap-comparison/#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, 24 Dec 2019 09:02: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Hosting Comparisons\";s:7:\"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://themeisle.com/blog/?p=26526\";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:603:\"<p>Are you having difficulty choosing between Bluehost and Namecheap? If so, then this Bluehost vs Namecheap review is just what you need to read. In this comparison, we&#8217;ll dig into the features and prices of the WordPress plans that both hosting providers offer, share the results of page speed tests that we ran, and take...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/bluehost-vs-namecheap-comparison/\">Bluehost vs Namecheap: Which Is the Best Host for Your Needs in 2020?</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Megan Jones\";s: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:65:\"https://themeisle.com/blog/bluehost-vs-namecheap-comparison/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\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:59:\"WordPress DDoS Protection: 5 Methods to Secure Your 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:53:\"https://themeisle.com/blog/wordpress-ddos-protection/\";s: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://themeisle.com/blog/wordpress-ddos-protection/#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:\"Mon, 23 Dec 2019 10:32:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress 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://themeisle.com/blog/?p=27392\";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:581:\"<p>Every server has a limit, and your website can only handle so many simultaneous visits before its server begins to buckle under pressure. This, in a nutshell, is how a distributed denial of service (DDoS) attack works. Considering how common they are, setting up WordPress DDoS protection is a smart move. There are a lot...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/wordpress-ddos-protection/\">WordPress DDoS Protection: 5 Methods to Secure Your Website</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s: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:58:\"https://themeisle.com/blog/wordpress-ddos-protection/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:51:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n						\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Why Is WordPress Slow? Here’s How to Figure Out the Problem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://themeisle.com/blog/wordpress-slow/\";s: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:50:\"https://themeisle.com/blog/wordpress-slow/#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:\"Mon, 23 Dec 2019 10:13: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress 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://themeisle.com/blog/?p=27116\";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:568:\"<p>Why is WordPress slow? It&#8217;s a complicated question, and there are a lot of potential answers. It could be your web host. It could be a rogue plugin. You might be using too many unoptimized images. Right now, it&#8217;s too early to tell &#8212; but once you finish this post, you&#8217;ll have a much better...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/wordpress-slow/\">Why Is WordPress Slow? Here&#8217;s How to Figure Out the Problem</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s: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:47:\"https://themeisle.com/blog/wordpress-slow/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:51:\"\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:57:\"5 Best Resume Builder Tools to Help You Get Your Next Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://themeisle.com/blog/best-resume-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://themeisle.com/blog/best-resume-builder/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Dec 2019 08:00: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:1:{i:0;a:5:{s:4:\"data\";s:5:\"Tools\";s:7:\"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://themeisle.com/blog/?p=27431\";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:570:\"<p>Looking to create a resume for your next job opportunity? With the five best resume builder tools in this post, you&#8217;ll be able to create a professional resume that looks great and gets you that first interview or gig. Five best resume builder tools in 2020 1. Zety (zety.com) Zety is the most customizable resume...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/best-resume-builder/\">5 Best Resume Builder Tools to Help You Get Your Next Job</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Pulkit Bhardwaj\";s: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:52:\"https://themeisle.com/blog/best-resume-builder/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:51:\"\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:69:\"Bluehost vs Hostinger: Which Is the Best Host for Your Needs in 2020?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://themeisle.com/blog/bluehost-vs-hostinger-comparison/\";s: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:68:\"https://themeisle.com/blog/bluehost-vs-hostinger-comparison/#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, 17 Dec 2019 08:36: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Hosting Comparisons\";s:7:\"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://themeisle.com/blog/?p=26427\";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:624:\"<p>Struggling to choose between Bluehost vs Hostinger? If you are looking for affordable but reliable hosting, then both Bluehost and Hostinger have probably caught your eye. These entry-level hosts both offer a range of hosting plans, features, and functionality at low prices, and are great options for those who own small blogs and business sites....</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/bluehost-vs-hostinger-comparison/\">Bluehost vs Hostinger: Which Is the Best Host for Your Needs in 2020?</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Megan Jones\";s: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:65:\"https://themeisle.com/blog/bluehost-vs-hostinger-comparison/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:54:\"\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:64:\"5 Best Long-Tail Keyword Generator Tools to Uncover New Keywords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://themeisle.com/blog/long-tail-keyword-generator/\";s: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:63:\"https://themeisle.com/blog/long-tail-keyword-generator/#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:\"Mon, 16 Dec 2019 10:26: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:15:\"Marketing & SEO\";s: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:\"Tools\";s:7:\"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://themeisle.com/blog/?p=27221\";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:610:\"<p>Ranking for competitive keywords is harder than ever. There are usually dozens, if not hundreds of sites competing for the top spots of any popular search engine query. To get better results, you may want to focus on long-tail keywords. That&#8217;s where a long-tail keyword generator can come in handy. In this article, we&#8217;ll introduce...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/long-tail-keyword-generator/\">5 Best Long-Tail Keyword Generator Tools to Uncover New Keywords</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s: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:60:\"https://themeisle.com/blog/long-tail-keyword-generator/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:51:\"\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:70:\"6 Tips to Write the Best Email Subject Lines and Boost Your Open Rates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://themeisle.com/blog/best-email-subject-lines/\";s: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:60:\"https://themeisle.com/blog/best-email-subject-lines/#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, 12 Dec 2019 10:02: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Marketing & SEO\";s:7:\"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://themeisle.com/blog/?p=27111\";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:606:\"<p>Email campaigns live and die by their headlines. You might create some of the most engaging emails ever, but if your headline doesn&#8217;t attract a subscriber&#8217;s attention right away, chances are they won&#8217;t open those messages. Because of this, you need to step up your game and create the best email subject lines you can....</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/best-email-subject-lines/\">6 Tips to Write the Best Email Subject Lines and Boost Your Open Rates</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s: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://themeisle.com/blog/best-email-subject-lines/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:51:\"\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:67:\"Best WordPress Survey Plugin: 5 Free/Paid Options Compared for 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://themeisle.com/blog/best-wordpress-survey-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://themeisle.com/blog/best-wordpress-survey-plugin/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Dec 2019 08:59: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://themeisle.com/blog/?p=27145\";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:586:\"<p>Want to know what your visitors are thinking? With a WordPress survey plugin, you can ask them questions and easily analyze the results. You can gather feedback to improve your website or service, understand what your visitors are interested in, plus a whole lot more. In this post, you will learn about five of the...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/best-wordpress-survey-plugin/\">Best WordPress Survey Plugin: 5 Free/Paid Options Compared for 2020</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Pulkit Bhardwaj\";s: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:61:\"https://themeisle.com/blog/best-wordpress-survey-plugin/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:51:\"\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:65:\"How to Create an Autoblogging Site the Easy Way (Using 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:65:\"https://themeisle.com/blog/create-an-autoblogging-site-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://themeisle.com/blog/create-an-autoblogging-site-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Dec 2019 08:48: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:19:\"WordPress 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://themeisle.com/blog/?p=22124\";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:582:\"<p>Wouldn&#8217;t it be nice if you didn&#8217;t have to write all of the articles on your blog? For instance, you may have a blog about gardening. Wouldn&#8217;t it be nice to have an RSS feed of video tutorials from YouTube or maybe some garden recipes from your favorite food blogger? It only takes a few...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/create-an-autoblogging-site-wordpress/\">How to Create an Autoblogging Site the Easy Way (Using WordPress)</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joe Warnimont\";s: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:70:\"https://themeisle.com/blog/create-an-autoblogging-site-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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://themeisle.com/blog/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:11:{s:4:\"date\";s:29:\"Mon, 30 Dec 2019 05:09:23 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"server\";s:17:\"Pagely-ARES/1.5.1\";s:20:\"x-gateway-request-id\";s:32:\"840190dd3e8d3148f4efe03bab89f587\";s:28:\"x-gateway-rate-limit-delayed\";s:15:\"3.0883333333333\";s:13:\"last-modified\";s:29:\"Sat, 28 Dec 2019 12:46:34 GMT\";s:4:\"etag\";s:34:\"\"b017dd1aa09c299182a7a5ad71f022e3\"\";s:4:\"link\";s:63:\"<https://themeisle.com/blog/wp-json/>; rel=\"https://api.w.org/\"\";s:19:\"x-gateway-cache-key\";s:56:\"1577668384.369|standard|https|themeisle.com||/blog/feed/\";s:22:\"x-gateway-cache-status\";s:3:\"HIT\";s:20:\"x-gateway-skip-cache\";s:1:\"0\";}}s:5:\"build\";s:14:\"20130911133210\";}','no'),(94281,'_transient_timeout_feed_mod_9bc1b9ec726e1f508c5207949084454a','1577725763','no'),(94282,'_transient_feed_mod_9bc1b9ec726e1f508c5207949084454a','1577682563','no'),(94283,'_transient_timeout_themeisle_sdk_feed_items','1577855363','no'),(94284,'_transient_themeisle_sdk_feed_items','a:5:{i:0;a:3:{s:5:\"title\";s:67:\"How to Renew Your SSL Certificate in 4 Simple Steps (2020 Tutorial)\";s:4:\"date\";i:1577439755;s:4:\"link\";s:49:\"https://themeisle.com/blog/renew-ssl-certificate/\";}i:1;a:3:{s:5:\"title\";s:69:\"Bluehost vs Namecheap: Which Is the Best Host for Your Needs in 2020?\";s:4:\"date\";i:1577178136;s:4:\"link\";s:60:\"https://themeisle.com/blog/bluehost-vs-namecheap-comparison/\";}i:2;a:3:{s:5:\"title\";s:59:\"WordPress DDoS Protection: 5 Methods to Secure Your Website\";s:4:\"date\";i:1577097149;s:4:\"link\";s:53:\"https://themeisle.com/blog/wordpress-ddos-protection/\";}i:3;a:3:{s:5:\"title\";s:61:\"Why Is WordPress Slow? Here’s How to Figure Out the Problem\";s:4:\"date\";i:1577096007;s:4:\"link\";s:42:\"https://themeisle.com/blog/wordpress-slow/\";}i:4;a:3:{s:5:\"title\";s:57:\"5 Best Resume Builder Tools to Help You Get Your Next Job\";s:4:\"date\";i:1576656044;s:4:\"link\";s:47:\"https://themeisle.com/blog/best-resume-builder/\";}}','no'),(94285,'_transient_timeout_themeisle_sdk_products','1577704163','no'),(94286,'_transient_themeisle_sdk_products','a:7:{i:0;a:4:{s:4:\"name\";s:4:\"Neve\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:4:\"neve\";s:8:\"installs\";i:70000;}i:1;a:4:{s:4:\"name\";s:6:\"Hestia\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:6:\"hestia\";s:8:\"installs\";i:100000;}i:2;a:4:{s:4:\"name\";s:46:\"Gutenberg Blocks and Template Library by Otter\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:12:\"otter-blocks\";s:8:\"installs\";i:30000;}i:3;a:4:{s:4:\"name\";s:22:\"Orbit Fox by ThemeIsle\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"themeisle-companion\";s:8:\"installs\";i:300000;}i:4;a:4:{s:4:\"name\";s:77:\"RSS Aggregator by Feedzy &#8211; Powerful WP Autoblogging and News Aggregator\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:16:\"feedzy-rss-feeds\";s:8:\"installs\";i:30000;}i:5;a:4:{s:4:\"name\";s:51:\"Visualizer: Tables and Charts Manager for WordPress\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"visualizer\";s:8:\"installs\";i:40000;}i:6;a:4:{s:4:\"name\";s:22:\"WP Product Review Lite\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:17:\"wp-product-review\";s:8:\"installs\";i:40000;}}','no'),(94290,'_site_transient_timeout_community-events-f376c8e6ecd7dcb83ebeb878f26ed1e3','1577725781','no'),(94291,'_site_transient_community-events-f376c8e6ecd7dcb83ebeb878f26ed1e3','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"69.225.53.0\";}s:6:\"events\";a:6:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:13:\"WordCamp Asia\";s:3:\"url\";s:31:\"https://2020.asia.wordcamp.org/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2020-02-21 00:00:00\";s:8:\"end_date\";s:19:\"2020-02-23 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Bangkok, Thailand\";s:7:\"country\";s:2:\"TH\";s:8:\"latitude\";d:13.7248933999999991328877513296902179718017578125;s:9:\"longitude\";d:100.49268299999999953797669149935245513916015625;}}i:1;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"Beginner Intermediate: General Q&A\";s:3:\"url\";s:63:\"https://www.meetup.com/NashvilleWordpress/events/ggbgmnybccbbc/\";s:6:\"meetup\";s:19:\"WordPress Nashville\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/NashvilleWordpress/\";s:4:\"date\";s:19:\"2020-01-20 18:45:00\";s:8:\"end_date\";s:19:\"2020-01-20 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Nashville, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.2420539855960015529490192420780658721923828125;s:9:\"longitude\";d:-86.7385940551759944128207280300557613372802734375;}}i:2;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"Nashville PHP/WordPress BBQ Lunch\";s:3:\"url\";s:63:\"https://www.meetup.com/NashvilleWordpress/events/fzbgzqybccbmc/\";s:6:\"meetup\";s:19:\"WordPress Nashville\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/NashvilleWordpress/\";s:4:\"date\";s:19:\"2020-01-29 11:00:00\";s:8:\"end_date\";s:19:\"2020-01-29 12:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Nashville, TN, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:36.159488677978998794060316868126392364501953125;s:9:\"longitude\";d:-86.796218872069999861196265555918216705322265625;}}i:3;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"Beginner Intermediate: General Q&A\";s:3:\"url\";s:63:\"https://www.meetup.com/NashvilleWordpress/events/ggbgmnybcdbwb/\";s:6:\"meetup\";s:19:\"WordPress Nashville\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/NashvilleWordpress/\";s:4:\"date\";s:19:\"2020-02-17 18:45:00\";s:8:\"end_date\";s:19:\"2020-02-17 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Nashville, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.2420539855960015529490192420780658721923828125;s:9:\"longitude\";d:-86.7385940551759944128207280300557613372802734375;}}i:4;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"Nashville PHP/WordPress BBQ Lunch\";s:3:\"url\";s:63:\"https://www.meetup.com/NashvilleWordpress/events/fzbgzqybcdbjc/\";s:6:\"meetup\";s:19:\"WordPress Nashville\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/NashvilleWordpress/\";s:4:\"date\";s:19:\"2020-02-26 11:00:00\";s:8:\"end_date\";s:19:\"2020-02-26 12:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Nashville, TN, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:36.159488677978998794060316868126392364501953125;s:9:\"longitude\";d:-86.796218872069999861196265555918216705322265625;}}i:5;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:20:\"WordCamp Dayton Ohio\";s:3:\"url\";s:32:\"https://2020.dayton.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-03-06 00:00:00\";s:8:\"end_date\";s:19:\"2020-03-07 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:11:\"Dayton Ohio\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.76061359999999922365532256662845611572265625;s:9:\"longitude\";d:-84.1877711000000061858372646383941173553466796875;}}}}','no'),(94292,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1577725781','no'),(94293,'_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:\"Wed, 18 Dec 2019 22:42: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: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.4-alpha-47017\";s:7:\"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:48:\"\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:35:\"WordPress 5.3.2 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/12/wordpress-5-3-2-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Dec 2019 22:42: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8275\";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:391:\"WordPress 5.3.2 is now available! This maintenance release features 5 fixes and enhancements. WordPress 5.3.2 is a short-cycle maintenance release. The next major release will be&#160;version 5.4. You can download WordPress 5.3.2 by clicking the button at the top of this page, or visit your&#160;Dashboard → Updates&#160;and click&#160;Update Now. If you have sites that support [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2874:\"\n<p>WordPress 5.3.2 is now available!</p>\n\n\n\n<p>This maintenance release features 5 fixes and enhancements.</p>\n\n\n\n<p>WordPress 5.3.2 is a short-cycle maintenance release. The next major release will be&nbsp;version 5.4.</p>\n\n\n\n<p>You can download WordPress 5.3.2 by clicking the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h2>Maintenance updates</h2>\n\n\n\n<p>Shortly after&nbsp;<a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\">WordPress 5.3.1 was released</a>, a couple of high severity Trac tickets were opened. The Core team scheduled this quick maintenance release to resolve these issues.</p>\n\n\n\n<p>Main issues addressed in 5.3.2:</p>\n\n\n\n<ul><li>Date/Time: Ensure that&nbsp;<code>get_feed_build_date()</code>&nbsp;correctly handles a modified post object with invalid date.</li><li>Uploads: Fix file name collision in&nbsp;<code>wp_unique_filename()</code>&nbsp;when uploading a file with upper case extension on non case-sensitive file systems.</li><li>Media: Fix PHP warnings in&nbsp;<code>wp_unique_filename()</code>&nbsp;when the destination directory is unreadable.</li><li>Administration: Fix the colors in all color schemes for buttons with the&nbsp;<code>.active</code>&nbsp;class.</li><li>Posts, Post Types: In&nbsp;<code>wp_insert_post()</code>, when checking the post date to set&nbsp;<code>future</code>&nbsp;or&nbsp;<code>publish</code>&nbsp;status, use a proper delta comparison.</li></ul>\n\n\n\n<p>For more information,&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;type=!task+(blessed)&amp;resolution=fixed&amp;milestone=5.3.2&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">browse the full list of changes on Trac</a>&nbsp;or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-3-2/\">version 5.3.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks!</h2>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 5.3.2:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8275\";s: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:48:\"\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:42:\"State of the Word: the story of the slides\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/12/state-of-the-word-the-story-of-the-slides/\";s: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, 17 Dec 2019 19:27:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8233\";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:142:\"Curious about the Gutenberg powered slides used during State of the Word? This post uncovers some technical and design aspects of the project!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Ella van Durpe\";s: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:11767:\"\n<p>During the State of the Word at WordCamp US 2019, Matt Mullenweg shared that Gutenberg was used to create his slides and the presentation was powered by the Slides plugin. Using WordPress to power a slide deck isn’t an obvious choice, so we wanted to showcase the process and give some tips for making slide layouts using Gutenberg.</p>\n\n\n\n<p><em>This post is co-written by Ella and <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie</a>, who (along with <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a></em> <em>and a cast of supporters) helped create this year’s State of the Word slide deck.</em></p>\n\n\n\n<h2>How it Started</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ellatrix/\">Ella Van Durpe</a> was selected to speak at <a href=\"https://www.youtube.com/watch?v=ZNWNhUPrqB4\">JSConf</a> and ReactEurope and wanted slides for her presentation.&nbsp;</p>\n\n\n\n<p>In the past, she’d used Reveal.js to create slides and enjoyed the freedom to create anything using HTML, CSS and JavaScript. These languages were comfortable, familiar, and also can be published on the web in their native format.&nbsp;</p>\n\n\n\n<p>For these new presentations, she wanted to use Reveal.js again but didn’t feel like writing all the HTML by hand. Creating blocks of content visually, without having to actually write any code, which can be published natively to the web, is exactly what Gutenberg was built for.</p>\n\n\n\n<p>The plugin was prototyped quickly, with hardcoded styles on the slides and zero options. At the end of each presentation, Ella shared a brief demo of the Gutenberg-based slides and the audience was amazed.</p>\n\n\n\n<figure class=\"wp-block-embed-twitter wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/ellatrx?ref_src=twsrc%5Etfw\">@ellatrx</a> any chance you might open source this? <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://t.co/6hygMpBqUA\">https://t.co/6hygMpBqUA</a></p>&mdash; Pascal Birchler (@swissspidy) <a href=\"https://twitter.com/swissspidy/status/1131573525612048385?ref_src=twsrc%5Etfw\">May 23, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>As WordCamp US approached, Ella suggested that her plugin be used for State of the Word. Since it was such a hit with her audience members, it seemed like this would be a great chance to share it with the WordPress community as a whole.</p>\n\n\n\n<span id=\"more-8233\"></span>\n\n\n\n<h2>How it Works</h2>\n\n\n\n<h3>Technical information</h3>\n\n\n\n<p>The plugin registers a custom post type called “presentation” and a new “slide” block. The slide block is a sort of enhanced “Group” block, which is restricted to the root of the post, but you can put any other block inside it. As a result, you have a post filled with only slides at the root and slides filled with content. This maps perfectly to the Reveal.js markup, which requires content in HTML section elements.</p>\n\n\n\n<p>Since these slides each have their own design, the theme styles are disabled and styling is set from each slide. A custom presentation template is provided by the plugin to render the custom post on the front-end.</p>\n\n\n\n<p>Then Ella added options to style the slides. For example, she added options to control the slide background and font, at both the document level and individual slide level. She also added Reveal.js options, which allow you to change the transition style and speed. Lastly, she added a custom CSS field to allow style overwrites.</p>\n\n\n\n<p>For the State of the Word, she also added speaker notes and a speaker view.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?fit=632%2C363&amp;ssl=1\" alt=\"\" class=\"wp-image-8271\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?w=1256&amp;ssl=1 1256w, https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?resize=300%2C172&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?resize=1024%2C588&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?resize=768%2C441&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<h3>How it&#8217;s Designed</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?fit=632%2C515&amp;ssl=1\" alt=\"\" class=\"wp-image-8262\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?w=1114&amp;ssl=1 1114w, https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?resize=300%2C245&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?resize=1024%2C835&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?resize=768%2C626&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>The inspiration for the slide designs came from Blue Note album covers (which were also the inspiration for the <a href=\"https://www.slideshare.net/photomatt/state-of-the-word-2011/\">2011 State of the Word slides</a>). These album covers inspired the recent “About” page in WordPress core and the starter content for the new Twenty Twenty theme. This style consists of strong, geometric shapes and simple forms with clean lines. Photography and bold typography are at the heart of this look.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?fit=632%2C541&amp;ssl=1\" alt=\"\" class=\"wp-image-8267\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?w=3586&amp;ssl=1 3586w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=300%2C257&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=1024%2C877&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=768%2C658&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=1536%2C1316&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=2048%2C1754&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>Various color palettes and font pairings were explored before selecting the best combination for the presentation.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?fit=632%2C407&amp;ssl=1\" alt=\"\" class=\"wp-image-8259\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?w=1311&amp;ssl=1 1311w, https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?resize=300%2C193&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?resize=1024%2C660&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?resize=768%2C495&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>A strong photographic element was needed for the slides. Past WordCamps are a great source of photos, so we dug through years of photo galleries to find just the right shots. With colors, fonts, and photos, we laid the foundation to build the deck.</p>\n\n\n\n<h2>Tips for Making Gutenberg Slides</h2>\n\n\n\n<h3>Tip One: columns are your friends</h3>\n\n\n\n<p>If you want slides with a precise layout, use columns. As you can see here, we used a 3 column layout to center content within a slide:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8260\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?w=874&amp;ssl=1 874w, https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?resize=768%2C431&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Tip Two: spacer blocks are useful</h3>\n\n\n\n<p>Want to really unlock the power of columns? Combine them with the spacer block! We used spacer blocks to position content over background images, like in this slide:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8264\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?w=865&amp;ssl=1 865w, https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?resize=300%2C171&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?resize=768%2C438&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Tip Three: test on large screens</h3>\n\n\n\n<p>It’s important to preview and test your slides as you go. Make sure to design for the size and aspect ratio of the projector you’ll be using and do a visual check in presentation mode from time to time.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?fit=632%2C405&amp;ssl=1\" alt=\"\" class=\"wp-image-8269\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?w=1096&amp;ssl=1 1096w, https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?resize=1024%2C657&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?resize=768%2C493&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<h3>Tip Four: check your videos</h3>\n\n\n\n<p>A good demo video is integral to showcase new features. Joen Asmussen has a great post on <a href=\"https://automattic.design/2019/11/12/good-ui-demo-videos/\">creating effective demo videos</a>.</p>\n\n\n\n<h2>Lessons learned</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I’d love to make the art directed compositions easier to create. </em></p><cite><em>Mel Choyce-Dwan</em></cite></blockquote>\n\n\n\n<p>As Gutenberg evolves, one big improvement is that art direction will get easier. Even with the improvements this year, creating some layouts in Gutenberg was trickier than expected. For the more complicated compositions, we relied on SVGs. Eventually, the need for hacks will dissolve away, and a new world of exciting possibilities will open for everyone.</p>\n\n\n\n<p>Browsers offered one of our biggest learnings in this presentation, more than they would if you use Keynote or Powerpoint, for example (tools most of us have used). Often, we found that what we created in the editor varied a when viewed full-screen. We were able to mitigate this by updating the plugin to use a fixed size, instead of using the entire browser window.</p>\n\n\n\n<h2>Wrapping it up</h2>\n\n\n\n<p>If you would like to check out the State of the Word, you can watch the <a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">video</a> and read all about it in a <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">post</a>.</p>\n\n\n\n<p>The Slides plugin is not only available on the plugin repo, but you can also get the code from <a href=\"https://github.com/WordPress/slides\">GitHub</a> and <a href=\"https://translate.wordpress.org/projects/wp-plugins/slide/\">help translate</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8233\";s: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:51:\"\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:48:\"WordPress 5.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Dec 2019 00:07:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8203\";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:360:\"WordPress 5.3.1 is now available! This security and maintenance release features 46 fixes and enhancements. Plus, it adds a number of security fixes—see the list below. WordPress 5.3.1 is a short-cycle maintenance release. The next major release will be version 5.4. You can download WordPress 5.3.1 by clicking the button at the top of this page, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:12709:\"\n<p>WordPress 5.3.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 46 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.</p>\n\n\n\n<p>WordPress 5.3.1 is a short-cycle maintenance release. The next major release will be version 5.4.</p>\n\n\n\n<p>You can download WordPress 5.3.1 by clicking the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h2>Security updates</h2>\n\n\n\n<p>Four security issues affect WordPress versions 5.3 and earlier; version 5.3.1 fixes them, so you’ll want to upgrade. If you haven’t yet updated to 5.3, there are also updated versions of 5.2 and earlier that fix the security issues.</p>\n\n\n\n<ul><li>Props to <a href=\"https://danielbachhuber.com/\">Daniel Bachhuber</a> for finding an issue where an unprivileged user could make a post sticky via the REST API.</li><li>Props to <a href=\"https://blog.ripstech.com/authors/simon-scannell\">Simon Scannell of RIPS Technologies</a> for finding and disclosing an issue where cross-site scripting (XSS) could be stored in well-crafted links.</li><li>Props to the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://wordpress.org/\">WordPress.org</a> Security Team for hardening <code>wp_kses_bad_protocol()</code> to ensure that it is aware of the named colon attribute.</li><li>Props to <a href=\"https://twitter.com/ducnt_\">Nguyen The Duc</a> for discovering a stored XSS vulnerability using block editor content.</li></ul>\n\n\n\n<h2>Maintenance updates</h2>\n\n\n\n<p>Here are a few of the highlights:</p>\n\n\n\n<ul><li>Administration: improvements to admin form controls height and alignment standardization (see related <a href=\"https://make.wordpress.org/core/2019/12/11/admin-form-controls-height-and-alignment-standardization-in-wordpress-5-3-1/\">dev note</a>), dashboard widget links accessibility and alternate color scheme readability issues (see related <a href=\"https://make.wordpress.org/core/2019/12/10/alternate-color-schemes-changes-in-wordpress-5-3-1/\">dev note</a>).</li><li>Block editor: fix Edge scrolling issues and intermittent JavaScript issues.</li><li>Bundled themes: add customizer option to show/hide author bio, replace JS based smooth scroll with CSS (see related <a href=\"https://make.wordpress.org/core/2019/12/08/twenty-twenty-animated-scroll-changes-in-wordpress-5-3-1/\">dev note</a>) and fix Instagram embed CSS.</li><li>Date/time: improve non-GMT dates calculation, fix date format output in specific languages and make&nbsp;<code>get_permalink()</code>&nbsp;more resilient against PHP timezone changes.</li><li>Embeds: remove CollegeHumor oEmbed provider as the service doesn&#8217;t exist anymore.</li><li>External libraries: update <code>sodium_compat</code>.</li><li>Site health: allow the remind interval for the admin email verification to be filtered.</li><li>Uploads: avoid thumbnails overwriting other uploads when filename matches, and exclude PNG images from scaling after upload.</li><li>Users: ensure administration email verification uses the user&#8217;s locale instead of the site locale.</li></ul>\n\n\n\n<p>For more information, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.3.1&amp;order=priority\">browse the full list of changes on Trac</a> or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-3-1/\">version 5.3.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks!</h2>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who contributed to WordPress 5.3.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">andraganescu</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">aravindajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">Maciej Mackowiak</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, and <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8203\";s: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:54:\"\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:\"People of WordPress: Jill Binder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/12/people-of-wordpress-jill-binder/\";s: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, 06 Dec 2019 23:27: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:8:\"category\";a:3:{i:0;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:1;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:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8192\";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:377:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Jill Binder Jill Binder never meant to become an activist. She insists [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:12123:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Jill Binder</strong></h2>\n\n\n\n<p>Jill Binder never meant to become an activist. She insists it was an accident.</p>\n\n\n\n<p>Despite that, Jill has led the Diversity Outreach Speaker Training working group in the WordPress Community team since 2017. This group is dedicated to increasing the number of women and other underrepresented groups who are stepping up to become speakers at WordPress Meetups, WordCamps, and events.&nbsp;</p>\n\n\n\n<h2><strong>Jill’s back story</strong></h2>\n\n\n\n<h3><strong>Internship</strong></h3>\n\n\n\n<p>Jill’s WordPress story begins in 2011, in Vancouver, Canada.&nbsp;Jill secured an internship for her college program, working on a higher education website that was built in WordPress.&nbsp;As a thank you, her practicum advisor bought Jill a ticket to WordCamp Vancouver 2011: Developer’s Edition. After that Jill began freelancing&nbsp; with WordPress as a Solopreneur.&nbsp;</p>\n\n\n\n<h3><strong>First steps in the WordPress community</strong></h3>\n\n\n\n<p>The following year her internship advisor, who had become a client, was creating the first ever BuddyCamp for BuddyPress. He asked Jill to be on his organizing team. At that event she also moderated a panel that had Matt Mullenweg on it. Then, Jill was invited to be on the core organizing team for WordCamp Vancouver.</p>\n\n\n\n<p>Part of this role meant reviewing and selecting speakers. From 40 speaker applications that could be a fit the team had to pick only 14 to speak.</p>\n\n\n\n<h2><strong>The diversity challenge when selecting speakers</strong></h2>\n\n\n\n<p>For anyone who has organized a conference, you know that speaker selection is hard. Of the 40 applications, 7 were from women, and the lead organizer selected 6 of those to be included in the speaker line up.</p>\n\n\n\n<p>At this point Jill wasn’t aware that very few women apply to speak at tech conferences and suggested selection should be made on the best fit for the conference. The team shared that not only did they feel the pitches were good and fit the conference, but they also needed to be accepted or the Organizers would be criticized for a lack of diversity.</p>\n\n\n\n<p>Selecting women for fear of criticism is embarrassing to admit, but that’s how people felt in 2013.</p>\n\n\n\n<p>By the time the event happened, though, the number of women speakers dropped to 4. And with an additional track being added, the number of speakers overall was up to 28. Only 1 speaker in 7 was a woman (or 14%) and attendees did ask questions and even blogged about the lack of representation.</p>\n\n\n\n<h2><strong>What keeps women from applying?</strong></h2>\n\n\n\n<p>Later that year at&nbsp; WordCamp San Francisco—the biggest WordCamp at the time (before there was a WordCamp US)—Jill took the opportunity to chat with other organizers about her experience. She found out that many organizers had trouble getting enough women to present.</p>\n\n\n\n<p>Surprisingly Vancouver had a high number of women applicants in comparison to others, and the consensus was more would be accepted&nbsp; if only more would apply.</p>\n\n\n\n<p>Jill decided that she&nbsp; needed to know why this was happening? Why weren’t there more women applying? She started researching, reading, and talking to people.</p>\n\n\n\n<p>Though this issue is complex, two things came up over and over:</p>\n\n\n\n<ul><li>“What would I talk about?”</li><li>“I’m not an expert on anything. I don’t know enough about anything to give a talk on it.”</li></ul>\n\n\n\n<h2><strong>A first workshop with encouraging results</strong></h2>\n\n\n\n<p>Then Jill had an idea. She brought up the issue at an event and someone suggested that they should get women together in a room and brainstorm speaker topics.</p>\n\n\n\n<p>So Jill became the lead of a small group creating a workshop in Vancouver: the talented Vanessa Chu, Kate Moore Hermes, and Mandi Wise. In one of the exercises that they created, participants were invited to brainstorm ideas—this proved that they had literally a hundred topic ideas and the biggest problem then became picking just one!</p>\n\n\n\n<p>In the first workshop, they focussed on:</p>\n\n\n\n<ul><li>Why it matters that women (<em>added later: diverse groups</em>) are in the front of the room</li><li>The myths of what it takes to be the speaker at the front of the room (aka beating impostor syndrome)</li><li>Different presentation formats, especially story-telling</li><li>Finding and refining a topic</li><li>Tips to become a better speaker</li><li>Leveling up by speaking in front of the group throughout the afternoon</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?w=632&#038;ssl=1\" alt=\"women gathering to discussion presentation topics\" class=\"wp-image-8195\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?w=600&amp;ssl=1 600w, https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?resize=300%2C200&amp;ssl=1 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption>Vancouver Workshop 2014</figcaption></figure>\n\n\n\n<h2><strong>Leading to workshops across North America and then the world</strong></h2>\n\n\n\n<p>Other cities across North America heard about the workshop and started hosting them, adding their own material.</p>\n\n\n\n<p>Many women who initially joined her workshop wanted help getting even better at public speaking. So Jill&#8217;s Vancouver team added in some material created from the other cities and a bit more of their own. Such as:</p>\n\n\n\n<ul><li>Coming up with a great title</li><li>Writing a pitch that is more likely to get accepted</li><li>Writing a bio</li><li>Creating an outline</li></ul>\n\n\n\n<p>At WordCamp Vancouver 2014—only one year since Jill started—there were 50% women speakers and 3 times the number of women applicants! Not only that, but this WordCamp was a Developer’s Edition, where it’s more challenging to find women developers in general, let alone those who will step up to speak.</p>\n\n\n\n<h3><strong>More work is needed!</strong></h3>\n\n\n\n<p>Impressive as those results were, the reason Jill is so passionate about this work is because of what happened next:</p>\n\n\n\n<ul><li>Some of the women who attended the workshop stepped up to be leaders in the community and created new content for other women.</li><li>A handful of others became WordCamp organizers. One year Vancouver had an almost all-female organizing team – 5 out of 6!</li><li>It also influenced local businesses. One local business owner loved what one of the women speakers said so much that he hired her immediately. She was the first woman developer on the team, and soon after she became the Senior Developer.</li></ul>\n\n\n\n<h2><strong>Diversity touches on many levels</strong></h2>\n\n\n\n<p>Jill has seen time and again what happens when different people speak at the front of the room. More people feel welcome in the community. The speakers and the new community members bring new ideas and new passions that help to make the technology we are creating more inclusive. And together we generate new ideas that benefit everyone.</p>\n\n\n\n<p>This workshop was so successful, with typical results of going from 10% to 40-60% women speakers at WordCamps, that the WordPress Global Community Team asked Jill to promote it and train it for women and all diverse groups around the world. In late 2017, Jill started leading the Diverse Speaker Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#wpdiversity</a>).</p>\n\n\n\n<p>Dozens of community members across the world have now been trained to lead the workshop. With now dozens of workshops worldwide, for WordPress and other open source software projects as well, there is an increase in speaker diversity.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?fit=632%2C474&amp;ssl=1\" alt=\"Diverse Speaker Training group \" class=\"wp-image-8196\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>WordCamp US 2019</figcaption></figure>\n\n\n\n<p>As a result of the success, Jill is now sponsored to continue the program. The first sponsor is Automattic. She’s proud of how the diversity represented on the stage adds value not only to the brand but also in the long-term will lead to the creation of a better product. She’s inspired by seeing the communities change as a result of the new voices and new ideas at the WordPress events.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Jill’s leadership in the development and growth of the Diversity Outreach Speaker Training initiative has had a positive, measurable impact on WordPress community events worldwide. When WordPress events are more diverse, the WordPress project gets more diverse — which makes WordPress better for more people.”</em></p><cite><em> Andrea Middleton, Community organizer on the WordPress open source project</em></cite></blockquote>\n\n\n\n<h3><strong>Resources:</strong></h3>\n\n\n\n<ul><li>The Workshop: <a href=\"http://diversespeakers.info/\">http://diversespeakers.info/</a></li><li>More information: <a href=\"https://tiny.cc/wpdiversity\">https://tiny.cc/wpdiversity</a></li><li><a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/speakers/building-a-diverse-speaker-roster/\">How to build a diverse speaker roster</a></li><li><a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">Diversity Outreach Speaker Training Team</a></li></ul>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://lh6.googleusercontent.com/fq6qus5qmviDZaznrQnW-4wcbSs6NSrqeqEEGnPjgi2WJrVevNm4Em4KsP-VVH_0kMgWuNtW7mm_V9-hKtrrJFohRi6KrUXAoLHjrymChCltMr9fuh4dBIu_0SqNPts0MZgcvh_W\" alt=\"\" width=\"153\" height=\"115\" /></figure></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n\n\n\n<p><em><strong>Correction: December 7, 2019</strong><br>The original article mentioned the team Jill lead, but did not mention the team members who joined her. Those have been added. Apologies to Vanessa, Kate, and Mandi. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8192\";s: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:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: November 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/12/the-month-in-wordpress-november-2019/\";s: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, 02 Dec 2019 08:38: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: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:34:\"https://wordpress.org/news/?p=8156\";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:330:\"November has been a big month in the WordPress community. New releases, big events, and a push for more contributors have characterized the work being done across the project — read on to find out more! The release of WordPress 5.3 “Kirk” WordPress 5.3 was released on November 12, and is available for download or [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:8119:\"\n<p>November has been a big month in the WordPress community. New releases, big events, and a push for more contributors have characterized the work being done across the project — read on to find out more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The release of WordPress 5.3 “Kirk”</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/11/kirk/\">WordPress 5.3 was released</a> on November 12, and is <a href=\"https://wordpress.org/download/\">available for download</a> or update in your dashboard! Named “Kirk,” after jazz multi-instrumentalist Rahsaan Roland Kirk, 5.3 enhances the block editor with <a href=\"https://make.wordpress.org/core/2019/09/24/new-block-apis-in-wordpress-5-3/\">new APIs</a> and <a href=\"https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/\">theme-related features</a>, adds more intuitive interactions, and improves accessibility in a number of areas — including <a href=\"https://make.wordpress.org/core/2019/10/18/noteworthy-admin-css-changes-in-wordpress-5-3/\">CSS in the dashboard</a>, the <a href=\"https://make.wordpress.org/core/2019/10/14/improvements-in-media-component-accessibility-in-wordpress-5-3/\">media manager</a>, <a href=\"https://make.wordpress.org/core/2019/09/23/core-widgets-new-aria-current-attribute-in-wordpress-5-3/\">core widgets</a>, and <a href=\"https://core.trac.wordpress.org/query?focuses=~accessibility&amp;milestone=5.3&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=id\">dozens of other areas</a>.</p>\n\n\n\n<p>You can read the full details of all the included enhancements in the <a href=\"https://make.wordpress.org/core/2019/10/17/wordpress-5-3-field-guide/\">5.3 Field Guide</a>.</p>\n\n\n\n<p>Along with 5.3 came <a href=\"https://wordpress.org/themes/twentytwenty/\">the new Twenty Twenty theme</a>, which gives users more design flexibility and integrates with the block editor. For more information about the improvements to the block editor, expanded design flexibility, the Twenty Twenty theme, and to see the huge list of amazing contributors who made this release possible, read <a href=\"https://wordpress.org/news/2019/11/kirk/\">the full announcement</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can also <a href=\"https://make.wordpress.org/core/2019/11/15/5-3-retrospective-call-for-feedback/\">provide feedback</a> on the 5.3 release process.</p>\n\n\n\n<h2>At Last! bbPress 2.6!</h2>\n\n\n\n<p><a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6/\">bbPress 2.6 was released</a> on November 12 after a little over six years in development. This new release includes per-forum moderation, new platforms to import from, and an extensible engagements API. You can read more about all of this in <a href=\"https://codex.bbpress.org/\">the bbPress codex</a>.</p>\n\n\n\n<p><a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6-1-is-out/\">Version 2.6.1</a> and <a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6-2-is-out/\">2.6.2</a> quickly followed, both of which fixed a number of bugs that required immediate attention.</p>\n\n\n\n<p>Want to get involved in building bbPress? Follow <a href=\"https://bbpress.org/blog/\">the bbPress blog</a> and join the #bbpress channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>State of the Word</h2>\n\n\n\n<p><a href=\"https://2019.us.wordcamp.org/\">WordCamp US 2019</a> was held in St. Louis, MO this year on November 1-3. At the event, <a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a> gave his annual State of the Word address, during which he shared what had been accomplished in the past year, announced what is coming next, and shared several ways to get involved.</p>\n\n\n\n<p>You can watch <a href=\"https://www.youtube.com/watch?v=LezbkeV059Q&amp;t=21s\">the State of the Word</a> as well as <a href=\"https://www.youtube.com/watch?v=fFsVbAo8HwI\">the Q&amp;A session at the end</a>, and <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">read Matt’s recap</a> of the address. If you didn’t make it to St. Louis, you can still <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETHl165LvLVXfB3yBZEzV-q\">watch all the sessions</a> at your leisure.</p>\n\n\n\n<h2>Five for the Future</h2>\n\n\n\n<p>During the State of the Word, Matt announced that there is now <a href=\"https://wordpress.org/five-for-the-future/\">a dedicated landing page for Five for the Future</a>, which features the people and organizations that commit at least it 5% of their resources to the WordPress open source project. There are many ways to contribute to WordPress, such as core development, marketing, translation, training, and community organizing, among many other important paths to contribution.</p>\n\n\n\n<p>Five for the Future welcomes individuals and organizations, and highlights all the incredible ways we build WordPress together. For more information, visit <a href=\"https://wordpress.org/five-for-the-future/\">the Five for the Future page</a>.<br></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>After releasing WordPress 5.3, the Core team announced <a href=\"https://make.wordpress.org/core/2019/11/21/tentative-release-calendar-2020-2021/\">a tentative release schedule</a> for 2020 and 2021.</li><li>The Core team has announced <a href=\"https://make.wordpress.org/core/2019/11/28/new-css-focus-in-core/\">a new CSS focus</a> to complement the existing ones for PHP and JavaScript — this focus comes with dedicated tags, targeted work, and a new #core-css Slack channel.</li><li>Version 2.2 of the WordPress Coding Standards <a href=\"https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/2.2.0\">has been released</a> — this new release is ready for WordPress 5.3, includes five brand new sniffs, and plenty of new command-line documentation.</li><li>The latest update to the Theme Review Coding Standards, <a href=\"https://github.com/WPTRT/WPThemeReview/releases/tag/0.2.1\">v0.2.1</a>, is compatible with v2.2 of the WordPress Coding Standards, and helps authors to build more standards-compatible themes.</li><li><a href=\"https://2019.us.wordcamp.org/2019/11/11/wordcamp-us-2020/\">The WordCamp US team has announced</a> the dates for next year’s event in St. Louis, MO — WordCamp US 2020 will be held on October 27-29. This will be the first time that the event will be held during the week and not on a weekend. The team has also announced a Call for Organizers. If you are interested in joining the team, <a href=\"https://2020.us.wordcamp.org/2019/11/21/join-the-wcus-2020-organizing-team/\">learn more</a>.&nbsp;</li><li>The WP Notify project, which is building a unified notification system for WordPress Core, <a href=\"https://make.wordpress.org/core/2019/11/29/wp-notify-hiatus-till-january-2020/\">is on hiatus</a> until January 2020.</li><li>A working group on the Community Team <a href=\"https://make.wordpress.org/community/2019/11/25/handbook-update-how-to-improve-the-diversity-of-your-wordpress-events/\">has updated their Handbook</a> to help organizers create more diverse events.</li><li>The WP-CLI team <a href=\"https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/\">released v2.4.0</a> of the WordPress command-line tool. This release includes support for WordPress 5.3 and PHP 7.4.</li><li>Gutenberg development continues rapidly with <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">the latest 7.0 release</a> including an early version of the navigation menus block, among other enhancements and fixes.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8156\";s: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:51:\"\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:22:\"WordPress 5.2.4 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:58:\"https://wordpress.org/news/2019/11/wordpress-5-2-4-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Nov 2019 04:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7787\";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:\"Late-breaking news on the 5.2.4 short-cycle security release that landed October 14. When we released the news post, I inadvertently missed giving props to Simon Scannell of RIPS Technologies for finding and disclosing an issue where path traversal can lead to remote code execution. Simon has done a great deal of work on the WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s: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:1102:\"\n<p>Late-breaking news on the<a href=\"https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/\"> 5.2.4 short-cycle security release </a>that landed October 14. When we released the news post, I inadvertently missed giving props to Simon Scannell of <a href=\"https://blog.ripstech.com/\">RIPS Technologies</a> for finding and disclosing an issue where path traversal can lead to remote code execution. </p>\n\n\n\n<p>Simon has done a <a href=\"https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/\">great</a> <a href=\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\">deal</a> of <a href=\"https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/\">work</a> on the WordPress project, and failing to mention his contributions is a huge oversight on our end.</p>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing</a> vulnerabilities, which gave us time to fix them before WordPress sites could be attacked.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7787\";s: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:50:\"\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:24:\"WordPress 5.3 “Kirk”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/news/2019/11/kirk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Nov 2019 21:38:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7684\";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:390:\"Version 5.3 of WordPress is available for download or update in your WordPress dashboard. The new editor continues to become more refined with intuitive interactions, a focus on accessibility, and a more consistent look &#38; feel. A fresh new default theme is shipping with this release too, that puts blocks to good use and lets all users have more control over how their content appears.\";s: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:46:\"https://s.w.org/images/core/5.3/navigation.mp4\";s:6:\"length\";s:7:\"3382373\";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:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:45:\"https://s.w.org/images/core/5.3/10-groups.mp4\";s:6:\"length\";s:7:\"5011319\";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:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:66082:\"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=632%2C632&#038;ssl=1\" alt=\"Album cover for WordPress 5.3 Kirk, showcasing a duotone red/cream Rahsaan Roland Kirk playing the saxophone on a red background.\" class=\"wp-image-7710\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=768%2C768&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?w=1440&amp;ssl=1 1440w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p style=\"background-color:#bd3854;color:#fefcf7\" class=\"has-text-color has-background\">Introducing our most refined user experience with the improved block editor in WordPress 5.3! Named “Kirk” in honour of jazz multi-instrumentalist Rahsaan Roland Kirk, the latest and greatest version of WordPress is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large bar-divider\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=632%2C159&#038;ssl=1\" alt=\"\" class=\"wp-image-7721\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1024%2C258&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=300%2C76&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=768%2C194&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1536%2C387&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=2048%2C516&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>5.3 expands and refines the block editor</strong> with more intuitive <strong>interactions</strong> and improved <strong>accessibility</strong>. New features in the editor increase design freedoms, provide additional layout options and style variations to allow designers more control over the look of a site.</p>\n\n\n\n<p>This release also introduces the <strong>Twenty Twenty theme</strong> giving the user more design flexibility and integration with the block editor. Creating beautiful web pages and advanced layouts has never been easier.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Block Editor Improvements</h2>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video autoplay controls loop muted src=\"https://s.w.org/images/core/5.3/navigation.mp4\"></video></figure>\n\n\n\n<p>This enhancement-focused update introduces over 150 new features and usability improvements, including improved large image support for uploading non-optimized, high-resolution pictures taken from your smartphone or other high-quality cameras. Combined with larger default image sizes, pictures always look their best.</p>\n\n\n\n<p>Accessibility improvements include the integration of block editor styles in the admin interface. These improved styles fix many accessibility issues: color contrast on form fields and buttons, consistency between editor and admin interfaces, new snackbar notices, standardizing to the default WordPress color scheme, and the introduction of Motion to make interacting with your blocks feel swift and natural. </p>\n\n\n\n<p>For people who use a keyboard to navigate the dashboard, the block editor now has a Navigation mode. This lets you jump from block to block without tabbing through every part of the block controls.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Expanded Design Flexibility</h2>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop muted src=\"https://s.w.org/images/core/5.3/10-groups.mp4\"></video></figure>\n\n\n\n<p>WordPress 5.3 adds even more robust tools for creating amazing designs.</p>\n\n\n\n<ul><li>The new Group block lets you easily divide your page into colorful sections.</li><li>The Columns block now supports fixed column widths.</li><li>The new predefined layouts make it a cinch to arrange content into advanced designs.</li><li>Heading blocks now offer controls for text and background color.</li><li>Additional style options allow you to set your preferred style for any block that supports this feature.</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Introducing Twenty Twenty</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=632%2C626&#038;ssl=1\" alt=\"A desktop preview of the Twenty Twenty theme, showing both the front-end and the editor view.\" class=\"wp-image-7686\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=1024%2C1014&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=300%2C297&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=768%2C760&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=1536%2C1521&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?w=2000&amp;ssl=1 2000w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?w=632&#038;ssl=1\" alt=\"A mobile image of the Twenty Twenty  theme, over a decorative backgorund of brown-grey bars.\" class=\"wp-image-7714\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?w=800&amp;ssl=1 800w, https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?resize=267%2C300&amp;ssl=1 267w, https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?resize=768%2C864&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p>As the block editor celebrates its first birthday, we are proud that Twenty Twenty is designed with flexibility at its core. Show off your services or products with a combination of columns, groups, and media blocks. Set your content to wide or full alignment for dynamic and engaging layouts. Or let your thoughts be the star with a centered content column!</p>\n\n\n\n<p class=\"has-normal-font-size\">As befits a theme called Twenty Twenty, clarity and readability is also a big focus. The theme includes the typeface&nbsp;<a href=\"https://rsms.me/inter/\">Inter</a>, designed by Rasmus Andersson. Inter comes in a Variable Font version, a first for default themes, which keeps load times short by containing all weights and styles of Inter in just two font files.</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Improvements for Everyone</h2>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 18%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?w=632&#038;ssl=1\" alt=\"An icon showing an arrow rotating a square.\" class=\"wp-image-7731\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?w=300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<h3>Automatic Image Rotation</h3>\n\n\n\n<p>Your images will be correctly rotated upon upload according to the embedded orientation data. This feature was first proposed nine years ago and made possible through the perseverance of many dedicated contributors.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 18%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?w=632&#038;ssl=1\" alt=\"A plus in a square, indicating health.\" class=\"wp-image-7732\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?w=300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<h3>Improved Site Health Checks</h3>\n\n\n\n<p>The improvements introduced in 5.3 make it even easier to identify issues. Expanded recommendations highlight areas that may need troubleshooting on your site from the Health Check screen.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 18%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?w=632&#038;ssl=1\" alt=\"A email icon.\" class=\"wp-image-7733\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?w=300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<h3>Admin Email Verification</h3>\n\n\n\n<p>You’ll now be periodically asked to confirm that your admin email address is up to date when you log in as an administrator. This reduces the chance of getting locked out of your site if you change your email address.</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>For Developers</h2>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Date/Time Component Fixes</h3>\n\n\n\n<p>Developers can now work with&nbsp;<a href=\"https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/\">dates and timezones</a>&nbsp;in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>PHP 7.4 Compatibility</h3>\n\n\n\n<p>WordPress 5.3 aims to fully support PHP 7.4. This release contains&nbsp;<a href=\"https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/\">multiple changes</a>&nbsp;to remove deprecated functionality and ensure compatibility. WordPress continues to encourage all users to run the latest and greatest versions of PHP.</p>\n</div>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large bar-divider\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=632%2C159&#038;ssl=1\" alt=\"\" class=\"wp-image-7721\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1024%2C258&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=300%2C76&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=768%2C194&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1536%2C387&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=2048%2C516&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"http://ma.tt/\">Matt Mullenweg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, and <a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. They were enthusiastically supported by a large release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Riad Benguella (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/youknowriad/\"><strong>@youknowriad</strong></a>)</li><li><strong>Editor Design</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Core Tech</strong>: Andrew Ozz (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/azaozz/\"><strong>@azaozz</strong></a>)</li><li><strong>Docs Coordinator</strong>:&nbsp;Justin Ahinon (<a href=\"https://profiles.wordpress.org/justinahinon/\"><strong>@justinahinon</strong></a>)</li><li><strong>Marketing/Release Comms</strong>:&nbsp;Mike Reid (<a href=\"https://profiles.wordpress.org/mikerbg/\"><strong>@mikerbg</strong></a>)</li><li><strong>Media/Uploader</strong>:&nbsp;Mike Schroder (<a href=\"https://profiles.wordpress.org/mikeschroder/\"><strong>@mikeschroder</strong></a>)</li><li><strong>Accessibility</strong>:&nbsp;JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Default Theme</strong> <strong>Wrangler</strong>: Ian Belanger (<a href=\"https://profiles.wordpress.org/ianbelanger/\"><strong>@ianbelanger</strong></a>)</li><li><strong>Default Theme Designer</strong>: Anders Norén (<a href=\"https://profiles.wordpress.org/anlino/\"><strong>@anlino</strong></a>)</li></ul>\n\n\n\n<p>The squad was joined throughout the twelve week release cycle by 645 generous volunteer contributors (our largest group of contributors to date) who collectively fixed 658 bugs.</p>\n\n\n\n<p>Put on a Rahsaan Roland Kirk playlist, click that update button (or <a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1994rstefan/\">1994rstefan</a>, <a href=\"https://profiles.wordpress.org/5hel2l2y/\">5hel2l2y</a>, <a href=\"https://profiles.wordpress.org/irsdl/\">@irsdl</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aksdvp/\">Aashish S</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acalfieri/\">acalfieri</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie/\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/adhitya03/\">Adhitya Rachman</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais/\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm/\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexclassroom/\">Alex Lion</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexsanford1/\">Alex Sanford</a>, <a href=\"https://profiles.wordpress.org/xyfi/\">Alexander Botteram</a>, <a href=\"https://profiles.wordpress.org/xel1045/\">Alexandre D\'Eschambeault</a>, <a href=\"https://profiles.wordpress.org/alexvorn2/\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexeyskr/\">alexeyskr</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/ayubi/\">Ali Ayubi</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alvarogois/\">Alvaro Gois dos Santos</a>, <a href=\"https://profiles.wordpress.org/arush/\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg/\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/agengineering/\">Andrea Grillo</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/abrain/\">Andreas Brain</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1/\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/angelagibson/\">Angela Gibson</a>, <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a>, <a href=\"https://profiles.wordpress.org/anischarolia/\">anischarolia</a>, <a href=\"https://profiles.wordpress.org/ahdeubzer/\">Anja Deubzer</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/arafat/\">Arafat Rahman</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arena/\">arena</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arunsathiya/\">Arun Sathiya</a>, <a href=\"https://profiles.wordpress.org/artisticasad/\">Asad Shahbaz</a>, <a href=\"https://profiles.wordpress.org/asadkn/\">asadkn</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/ashwinpc/\">ashwinpc</a>, <a href=\"https://profiles.wordpress.org/wpboss/\">Aslam Shekh</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/atlasmahesh/\">atlasmahesh</a>, <a href=\"https://profiles.wordpress.org/au87/\">au87</a>, <a href=\"https://profiles.wordpress.org/aubreypwd/\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/augustuswm/\">augustuswm</a>, <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a>, <a href=\"https://profiles.wordpress.org/avinapatel/\">Avina Patel</a>, <a href=\"https://profiles.wordpress.org/aksl95/\">Axel DUCORON</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backermann1978/\">backermann1978</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/toszcze/\">Bartosz Romanowski</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/bennemann/\">bennemann</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/bhaktirajdev/\">Bhaktii Rajdev</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/biranit/\">Biranit</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bitcomplex/\">bitcomplex</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/boblinthorst/\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/crazyjaco/\">Bradley Jacobs</a>, <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/bsetiawan88/\">bsetiawan88</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/cdog/\">Catalin Dogaru</a>, <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/chandrapatel/\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/caercam/\">Charlie Merland</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/blogginglife/\">Chico</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chrico/\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/aprea/\">Chris Aprea</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/needle/\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/lovememore/\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cleancoded/\">cleancoded</a>, <a href=\"https://profiles.wordpress.org/cmagrin/\">cmagrin</a>, <a href=\"https://profiles.wordpress.org/compilenix/\">CompileNix</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/courtney0burton/\">courtney0burton</a>, <a href=\"https://profiles.wordpress.org/cristianozanca/\">Cristiano Zanca</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/dswebsme/\">D.S. Webster</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/daleharrison/\">daleharrison</a>, <a href=\"https://profiles.wordpress.org/danmicamediacom/\">Dan Foley</a>, <a href=\"https://profiles.wordpress.org/goodevilgenius/\">Dan Jones</a>, <a href=\"https://profiles.wordpress.org/danbuk/\">DanBUK</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater/\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">danieliser</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dvankooten/\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/darthhexx/\">darthhexx</a>, <a href=\"https://profiles.wordpress.org/deapness/\">Dave Parker</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davetgreen/\">davetgreen</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/david.binda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/daveshine/\">David Decker</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dennis_f/\">Deni</a>, <a href=\"https://profiles.wordpress.org/dehisok/\">Denis Cherniavsky</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/wpdennis/\">Dennis</a>, <a href=\"https://profiles.wordpress.org/dionysous/\">Dennis Hipp</a>, <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">Derek Sifford</a>, <a href=\"https://profiles.wordpress.org/derweili/\">derweili</a>, <a href=\"https://profiles.wordpress.org/dfangstrom/\">dfangstrom</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhuyvetter/\">dhuyvetter</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate/\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/diego-la-monica/\">Diego La Monica</a>, <a href=\"https://profiles.wordpress.org/digitalapps/\">digitalapps</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/odminstudios/\">Dima</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/dency/\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dukex/\">Dukex</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elliotcondon/\">Elliot Condon</a>, <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/edocev/\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/emiluzelac/\">Emil Uzelac</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/evalarumbe/\">evalarumbe</a>, <a href=\"https://profiles.wordpress.org/faazshift/\">faazshift</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fblaser/\">fblaser</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04/\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/flipkeijzer/\">flipkeijzer</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foysalremon/\">Foysal Remon</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/loyaltymanufaktur/\">Gesundheit Bewegt GmbH</a>, <a href=\"https://profiles.wordpress.org/sachyya-sachet/\">ghoul</a>, <a href=\"https://profiles.wordpress.org/girlieworks/\">girlieworks</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">glauberglauber</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gravityview/\">GravityView</a>, <a href=\"https://profiles.wordpress.org/gregsullivan/\">gregsullivan</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani/\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/hareesh pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harryfear/\">harryfear</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/haszari/\">haszari</a>, <a href=\"https://profiles.wordpress.org/hesyifei/\">He Yifei</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herbmiller/\">herbmiller</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hirofumi2012/\">hirofumi2012</a>, <a href=\"https://profiles.wordpress.org/hkandulla/\">HKandulla</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hoythan/\">hoythan</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/zinigor/\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jalpa1984/\">Jalpa Panchal</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/zaantar/\">Jan</a>, <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jared_smith/\">jared_smith</a>, <a href=\"https://profiles.wordpress.org/jarocks/\">jarocks</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/javeweb/\">jave.web</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jayswadas/\">Jay Swadas</a>, <a href=\"https://profiles.wordpress.org/iamjaydip/\">Jaydip</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenblogs4u/\">Jen Miller</a>, <a href=\"https://profiles.wordpress.org/jenkoian/\">jenkoian</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/engelen/\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jffng/\">jffng</a>, <a href=\"https://profiles.wordpress.org/jikamens/\">jikamens</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991/\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/jkitchen/\">jkitchen</a>, <a href=\"https://profiles.wordpress.org/jmmathc/\">jmmathc</a>, <a href=\"https://profiles.wordpress.org/joakimsilfverberg/\">joakimsilfverberg</a>, <a href=\"https://profiles.wordpress.org/jobthomas/\">Job</a>, <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a>, <a href=\"https://profiles.wordpress.org/jojotjebaby/\">jojotjebaby</a>, <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/jond/\">Jonathan Davis</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuanoyce/\">Joshua Noyce</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juiiee8487/\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/junktrunk/\">junktrunk</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">kafleg</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kakshak/\">Kakshak Kalaria</a>, <a href=\"https://profiles.wordpress.org/kamrankhorsandi/\">Kamran Khorsandi</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a>, <a href=\"https://profiles.wordpress.org/katielgc/\">katielgc</a>, <a href=\"https://profiles.wordpress.org/kbrownkd/\">kbrownkd</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kerfred/\">Kerfred</a>, <a href=\"https://profiles.wordpress.org/kingkero/\">kero</a>, <a href=\"https://profiles.wordpress.org/ketanumretiya030/\">Ketan Umretiya</a>, <a href=\"https://profiles.wordpress.org/kevinkovadia/\">kevIN kovaDIA</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/killua99/\">killua99</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokers/\">kokers</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kuus/\">kuus</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/leonblade/\">leonblade</a>, <a href=\"https://profiles.wordpress.org/lessbloat/\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lllor/\">lllor</a>, <a href=\"https://profiles.wordpress.org/lordlod/\">lordlod</a>, <a href=\"https://profiles.wordpress.org/loreleiaurora/\">LoreleiAurora</a>, <a href=\"https://profiles.wordpress.org/luan-ramos/\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciano-croce/\">luciano-croce</a>, <a href=\"https://profiles.wordpress.org/luigipulcini/\">luigipulcini</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/wpfed/\">Luke</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/m1tk00/\">m1tk00</a>, <a href=\"https://profiles.wordpress.org/maartenleenders/\">maartenleenders</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">Maciej Palmowski</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/majemedia/\">Maje Media LLC</a>, <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">manooweb</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin/\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/trasweb/\">Manuel Canga</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcguay/\">MarcGuay</a>, <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcomartins/\">Marco Martins</a>, <a href=\"https://profiles.wordpress.org/marcosalexandre/\">MarcosAlexandre</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/maguiar/\">Mario Aguiar</a>, <a href=\"https://profiles.wordpress.org/nofearinc/\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mdwolinski/\">Mark D Wolinski</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mspatovaliyski/\">Martin Spatovaliyski</a>, <a href=\"https://profiles.wordpress.org/splitti/\">Martin Splitt</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/masummdar/\">masummdar</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/iceable/\">Mathieu Sarrasin</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu/\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/matthiasthiel/\">matthias.thiel</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, <a href=\"https://profiles.wordpress.org/maximeculea/\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/maximejobin/\">Maxime Jobin</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mchavezi/\">mchavezi</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/melinedo/\">Melin Edomwonyi</a>, <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/michelweimerskirch/\">michel.weimerskirch</a>, <a href=\"https://profiles.wordpress.org/michielatyoast/\">Michiel Heijmans</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/miguelvieira/\">miguelvieira</a>, <a href=\"https://profiles.wordpress.org/mihaiiceyro/\">mihaiiceyro</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mdgl/\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikerbg/\">Mike Reid</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikengarrett/\">MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mobeen-abdullah/\">Mobeen Abdullah</a>, <a href=\"https://profiles.wordpress.org/mohsinrasool/\">Mohsin Rasool</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/boemedia/\">Monique Dubbelman</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/msaggiorato/\">msaggiorato</a>, <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a>, <a href=\"https://profiles.wordpress.org/phpdocs/\">Muhammad Afzal</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mzorz/\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nadir/\">nadir</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a>, <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/neelpatel7295/\">Neel Patel</a>, <a href=\"https://profiles.wordpress.org/nextendweb/\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/niallkennedy/\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/nicolad/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw/\">Niels de Blaauw</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikolastoqnow/\">nikolastoqnow</a>, <a href=\"https://profiles.wordpress.org/niq1982/\">Niku Hietanen</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/nishitlangaliya/\">Nishit Langaliya</a>, <a href=\"https://profiles.wordpress.org/kailanitish90/\">Nitish Kaila</a>, <a href=\"https://profiles.wordpress.org/nmenescardi/\">nmenescardi</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/notnownikki/\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/lindstromer/\">Olaf Lindstr&#246;m</a>, <a href=\"https://profiles.wordpress.org/moonomo/\">Omaar Osmaan</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/onlanka/\">onlanka</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/ozmatflc/\">ozmatflc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/paresh07/\">Paresh Shinde</a>, <a href=\"https://profiles.wordpress.org/hardipparmar/\">Parmar Hardip</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/patilvikasj/\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/patrelentlesstechnologycom/\">Patrick Baldwin</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/bassgang/\">Paul Vincent Beigang</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phillipjohn/\">PhillipJohn</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar Olguc</a>, <a href=\"https://profiles.wordpress.org/powerbuoy/\">powerbuoy</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/pratikthink/\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankkpatel/\">Priyank Patel</a>, <a href=\"https://profiles.wordpress.org/quantumstate/\">Quantumstate</a>, <a href=\"https://profiles.wordpress.org/raajtram/\">Raaj Trambadia</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/raboodesign/\">raboodesign</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/rahulvaza/\">Rahul Vaza</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a>, <a href=\"https://profiles.wordpress.org/rclations/\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/reikodd/\">ReikoDD</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/rockfire/\">Richard Korthuis</a>, <a href=\"https://profiles.wordpress.org/riddhiehta02/\">Riddhi Mehta</a>, <a href=\"https://profiles.wordpress.org/rbrishabh/\">Rishabh Budhiraja</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/robi-bobi/\">Robert Ivanov</a>, <a href=\"https://profiles.wordpress.org/rogueresearch/\">rogueresearch</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/karthost/\">Roy Randolph</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/samgordondev/\">samgordondev</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui/\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/progremzion/\">Sanket Mehta</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a>, <a href=\"https://profiles.wordpress.org/saskak/\">saskak</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/sbardian/\">sbardian</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Seghir Nadir</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vjik/\">Sergey Predvoditelev</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/seuser/\">seuser</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/shadyvb/\">Shady Sharaf</a>, <a href=\"https://profiles.wordpress.org/shamim51/\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/sharaz/\">Sharaz Shahid</a>, <a href=\"https://profiles.wordpress.org/shashank3105/\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/shawfactor/\">shawfactor</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/simono/\">simono</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/sixes/\">Sixes</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic/\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spectacula/\">Spectacula</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/spuds10/\">spuds10</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/studyboi/\">studyboi</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudhiryadav/\">Sudhir Yadav</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/tha_sun/\">sun</a>, <a href=\"https://profiles.wordpress.org/codesue/\">Suzen Fylke</a>, <a href=\"https://profiles.wordpress.org/svanhal/\">svanhal</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv/\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/nevma/\">Takis Bouyouris</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tazotodua/\">tazotodua</a>, <a href=\"https://profiles.wordpress.org/technote0space/\">technote</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/tessak22/\">Tessa Kriesel</a>, <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a>, <a href=\"https://profiles.wordpress.org/themezly/\">Themezly</a>, <a href=\"https://profiles.wordpress.org/thulshof/\">Thijs Hulshof</a>, <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm/\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tdh/\">Thord D. Hedengren</a>, <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/n7studios/\">Tim Carr</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/toddhalfpenny/\">toddhalfpenny</a>, <a href=\"https://profiles.wordpress.org/tosho/\">Todor Gaidarov</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tferry/\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov/\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/travisseitler/\">travisseitler</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/truchot/\">truchot</a>, <a href=\"https://profiles.wordpress.org/truongwp/\">truongwp</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">Tugdual de Kerviler</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/vbaimas/\">vbaimas</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/venutius/\">Venutius</a>, <a href=\"https://profiles.wordpress.org/fesovik/\">Viktor Veljanovski</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya/\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a>, <a href=\"https://profiles.wordpress.org/vladlu/\">vladlu</a>, <a href=\"https://profiles.wordpress.org/vladwtz/\">Vladut Ilie</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/svovaf/\">Vova Feldman</a>, <a href=\"https://profiles.wordpress.org/vrimill/\">vrimill</a>, <a href=\"https://profiles.wordpress.org/w3rkjana/\">w3rkjana</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, <a href=\"https://profiles.wordpress.org/webdados/\">Webdados (Marco Almeida)</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/wpdavis/\">William P. Davis</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/withinboredom/\">withinboredom</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/yanngarcia/\">yanngarcia</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yarnboy/\">yarnboy</a>, <a href=\"https://profiles.wordpress.org/yashar_hv/\">yashar_hv</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yodiyo/\">yodiyo</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zalak151291/\">zalak151291</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a>, <a href=\"https://profiles.wordpress.org/airathalitov/\">АЙРАТ ХАЛИТОВ <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f525.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, and <a href=\"https://profiles.wordpress.org/ounziw/\">水野史土</a>.\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.3. Their efforts bring WordPress fully translated to 47 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want learn more about volunteering with WordPress, check out&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Thanks for choosing WordPress!</p>\n\n\n\n<figure class=\"wp-block-image size-large record\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?fit=632%2C414&amp;ssl=1\" alt=\"\" class=\"wp-image-7755\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?w=1441&amp;ssl=1 1441w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?resize=300%2C197&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?resize=1024%2C671&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?resize=768%2C503&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\";s: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:4:\"7684\";s: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:67:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Kim Parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/11/people-of-wordpress-kim-parsell/\";s: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:76:\"https://wordpress.org/news/2019/11/people-of-wordpress-kim-parsell/#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, 08 Nov 2019 23:58: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: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:1;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:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7662\";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:371:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Kim Parsell We’d like to introduce you to Kim Parsell. Kim was [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s: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:7628:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Kim Parsell</strong></h2>\n\n\n\n<p>We’d like to introduce you to Kim Parsell. Kim was an active and well-loved member of the WordPress community. Unfortunately, she passed away in 2015. Lovingly referred to as #wpmom, she leaves behind a legacy of service.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?fit=632%2C252&amp;ssl=1\" alt=\"\" class=\"wp-image-7664\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?w=1200&amp;ssl=1 1200w, https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?resize=300%2C120&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?resize=1024%2C408&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?resize=768%2C306&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Kim Parsell</figcaption></figure>\n\n\n\n<h2><strong>How Kim became #wpmom</strong></h2>\n\n\n\n<p>In order to understand how highly valued the WordPress community was to Kim Parsell, you have to know a bit about her environment.</p>\n\n\n\n<p>Kim was a middle-aged woman who lived off a dirt road, on top of a hill, in Southern rural Ohio. She was often by herself, taking care of the property with only a few neighbors up and down the road.</p>\n\n\n\n<p>She received internet access from towers that broadcast wireless signals, similar to cell phones but at lower speeds.</p>\n\n\n\n<h2><strong>Connecting through attending live podcast recordings</strong></h2>\n\n\n\n<p>By listening to the regular podcast, WordPress Weekly, Kim met members of the WordPress community and was able to talk to them on a weekly basis. The show and its after-hours sessions provided Kim a chance to mingle with the who’s who of WordPress at the time. It helped establish long-lasting relationships that would open up future opportunities for her.</p>\n\n\n\n<p>Since she lived in a location where few around her used or had even heard of WordPress, the community was an opportunity for her to be with like-minded people. Kim enjoyed interacting with the community, both online and at WordCamp events, and many community members became her second family, a responsibility she took very seriously.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>&#8220;Many members of the WordPress community became her second family, a responsibility she took very seriously.&#8221;</em></p><cite><em>Jeff Chandler</em></cite></blockquote>\n\n\n\n<h2><strong>One of the first women of WordPress</strong></h2>\n\n\n\n<p>Kim is regarded as one of the first “women of WordPress,” investing a lot of her time in women who wanted to break into tech. She worked hard to create a safe environment sharing herself and her knowledge and was affectionately called #wpmom.</p>\n\n\n\n<p>She contributed countless hours of volunteer time, receiving “props” for 5 major releases of WordPress, and was active on the documentation team.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>&#8220;Affectionately called #wpmom, Kim was an investor. She invested countless hours into the WordPress project and in women who wanted to break into tech.&#8221;</em></p><cite><em>Carrie Dils</em></cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?fit=632%2C468&amp;ssl=1\" alt=\"\" class=\"wp-image-7663\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?w=1280&amp;ssl=1 1280w, https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?resize=300%2C222&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?resize=1024%2C759&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?resize=768%2C569&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Kim at WordCamp San Francisco</figcaption></figure>\n\n\n\n<h2><strong>Kim Parsell Memorial Scholarship</strong></h2>\n\n\n\n<p>In 2014, she received a travel stipend offered by the WordPress Foundation that enabled her to attend the WordPress community summit, held in conjunction with WordCamp San Francisco. She shared with anyone who would listen, that this was a life-changing event for her.&nbsp;</p>\n\n\n\n<p>The WordPress Foundation now offers that scholarship in her memory. The Kim Parsell Memorial Scholarship provides funding annually for a woman who contributes to WordPress to attend WordCamp US, a flagship event for the WordPress community.</p>\n\n\n\n<p>This scholarship truly is a fitting memorial. Her contributions have been vital to the project. Moreover, the way she treated and encouraged the people around her has been an inspiration to many.&nbsp;&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Her spirit lives on in the people she knew and inspired. Here’s hoping that the Kim Parsell Memorial Scholarship will serve to further inspire those who follow in her footsteps.</em></p><cite><em>Drew Jaynes</em></cite></blockquote>\n\n\n\n<h2><strong>Kim is missed, but her spirit continues to live on</strong></h2>\n\n\n\n<p>Sadly Kim died just a few short months later. But her spirit lives on in the people she knew and inspired within her communities. The Kim Parsell Memorial Scholarship will serve to further inspire those who follow in her footsteps.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>), Jeff Chandler, Carrie Dils, Jayvee Arrellano, Jan Dembowski, Drew Jaynes</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-7025\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=300%2C225&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\">\n<p> <em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em> </p>\n</div>\n</div>\n\n\n\n<p> <em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/11/people-of-wordpress-kim-parsell/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:2:\"11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7662\";s: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:51:\"\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:17:\"WordPress 5.3 RC4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/11/wordpress-5-3-rc4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2019 23:56: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: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:34:\"https://wordpress.org/news/?p=7596\";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:388:\"The fourth release candidate for WordPress 5.3 is now available! WordPress 5.3 is currently scheduled to be released on&#160;November 12 2019, but we need&#160;your&#160;help to get there—if you haven’t tried 5.3 yet, now is the time! There are two ways to test the WordPress 5.3 release candidate: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Francesca Marano\";s: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:3674:\"\n<p>The fourth release candidate for WordPress 5.3 is now available!</p>\n\n\n\n<p>WordPress 5.3 is currently scheduled to be released on&nbsp;<strong><a href=\"https://make.wordpress.org/core/5-3/\">November 12 2019</a></strong>, but we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.3 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.3 release candidate:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.3-RC4.zip\">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.3, please see the&nbsp;<a href=\"https://wordpress.org/news/2019/10/wordpress-5-3-release-candidate/\">first</a>, &nbsp;<a href=\"https://wordpress.org/news/2019/10/wordpress-5-3-rc2/\">second</a>&nbsp;and <a href=\"https://wordpress.org/news/2019/10/wordpress-5-3-rc3/\">third</a> release candidate posts.</p>\n\n\n\n<p>Release Candidate 4 contains three bug fixes for the new default theme, Twenty Twenty (see <a href=\"https://core.trac.wordpress.org/ticket/48450\">#48450</a>), and addresses the following:</p>\n\n\n\n<ul><li>The Twemoji library has been updated from 12.1.2 to 12.1.3 (see <a href=\"https://core.trac.wordpress.org/ticket/48293\">#48293</a>).</li><li>Two regressions in the Media component (see <a href=\"https://core.trac.wordpress.org/ticket/48451\">#48451</a> and <a href=\"https://core.trac.wordpress.org/ticket/48453\">#48453</a>).</li><li>One bug in the Upload component (see <a href=\"https://core.trac.wordpress.org/ticket/48472\">#48472</a>)</li><li>Five bugs in the Block Editor component (see <a href=\"https://core.trac.wordpress.org/ticket/48502\">#48502</a>)</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.3 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.3. If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can figure those out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href=\"https://make.wordpress.org/core/2019/10/17/wordpress-5-3-field-guide/\">WordPress 5.3 Field Guide</a>&nbsp;has also been published, which details the major changes.</p>\n\n\n\n<p>A new dev note has been published since the Field Guide was released, <a href=\"https://make.wordpress.org/core/2019/11/05/use-of-the-wp_update_attachment_metadata-filter-as-upload-is-complete-hook/\">Use of the “wp_update_attachment_metadata” filter as “upload is complete” hook</a>. Plugin and theme authors are asked to please read this note and make any necessary adjustments to continue working well in WordPress 5.3 or share any difficulties encountered on&nbsp;<a href=\"https://core.trac.wordpress.org/ticket/48451\">#48451</a>.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7596\";s: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:48:\"\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:18:\"2019 Annual Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/news/2019/11/2019-annual-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2019 21:15: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: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://wordpress.org/news/?p=7460\";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:326:\"It’s time for our annual user and developer survey! If you’re a WordPress user or professional, we want your feedback. It only takes a few minutes to fill out the survey, which will provide an overview of how people use WordPress. We&#8217;re excited to announce that this year, for the first time, the survey is [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s: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:2236:\"\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image-12-1.png?fit=632%2C281&amp;ssl=1\" alt=\"\" class=\"wp-image-7472\" width=\"329\" height=\"146\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image-12-1.png?w=1070&amp;ssl=1 1070w, https://i0.wp.com/wordpress.org/news/files/2019/11/image-12-1.png?resize=300%2C133&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/image-12-1.png?resize=1024%2C456&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/image-12-1.png?resize=768%2C342&amp;ssl=1 768w\" sizes=\"(max-width: 329px) 100vw, 329px\" /></figure></div>\n\n\n\n<p>It’s time for our annual user and developer survey! If you’re a WordPress user or professional, we want your feedback.</p>\n\n\n\n<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-english\">fill out the survey</a>, which will provide an overview of how people use WordPress. We&#8217;re excited to announce that this year, for the first time, the survey is also available in 5 additional languages:  <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-french\">French</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-german\">German</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-japanese\">Japanese</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-russian\">Russian</a>, and <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-spanish\">Spanish</a>. Many thanks to the community volunteers who helped with the translation effort!</p>\n\n\n\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link has-background has-vivid-cyan-blue-background-color\" href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-english\">Take the WordPress survey!</a></div>\n\n\n\n<p>The survey will be open for 4 weeks, and results will be published on this blog. All data will be anonymized: no email addresses or IP addresses will be associated with published results. To learn more about WordPress.org’s privacy practices, check out the <a href=\"https://wordpress.org/about/privacy/\">privacy policy</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7460\";s: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:\"Mon, 30 Dec 2019 05:09:41 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:\"Wed, 18 Dec 2019 22:42:26 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20130911133210\";}','no'),(94294,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1577725782','no'),(94295,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1577682582','no'),(94296,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1577725782','no'),(94297,'_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:52:\"WPTavern: What Should an Author Bio Block Look Like?\";s:7:\"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://wptavern.com/?p=96070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/what-should-an-author-bio-block-look-like\";s: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:6173:\"<img />Two author bio block mock-ups compared.\n\n\n\n<p>Joshua Wold, co-representative for the WordPress design team, <a href=\"https://make.wordpress.org/design/2019/12/23/author-card-block-exploration/\">shared an early exploration</a> of an author card block.  Community members explored several ideas at the design table during the contributor day at WordCamp US 2019.  In the post, Wold followed up on the original sketches from that melding of design minds.</p>\n\n\n\n<p>The original idea for the author block was a <a href=\"https://github.com/WordPress/gutenberg/issues/1844\">GitHub ticket</a> created in July 2017, but it was far ahead of its time.  The Gutenberg project needed to focus on the basics and more common blocks for post content at that point.  Now is the time to shift gears and begin work on these more complex blocks that will likely be a large part of the full-site editing phase of the project.</p>\n\n\n\n<p>Currently, there are several proposed components to the author block:</p>\n\n\n\n<ul><li>Image/Avatar</li><li>Name</li><li>Description/Biography</li><li>Website Link</li><li>Social Network Links</li><li>Recommended Posts</li></ul>\n\n\n\n<p>I am on the fence about a recommended posts option as part of the block.  If they were recommended posts written by that author, it could be an interesting concept to explore.  However, version 1 of the block should focus on the most common elements, which the other components in the list cover.</p>\n\n\n\n<p>Wold asked four key questions about the future of the block.  The following are my responses to each.</p>\n\n\n\n<h2>What Is the Value of the Block and How Will It Be Used?</h2>\n\n\n\n<p>Coming from the theme world, what surprises me is that WordPress has never standardized on this feature at this point.  Author bio sections are commonplace in theme development.  Core should have standardized this feature years ago.  We have a standard search form, comment list, featured image, and more.  Many of the features that WordPress has standardized over the years were born out of theme designers carving the path forward, and author bios are no different.</p>\n\n\n\n<p>It has long made sense for an author bio template tag to exist.  However, we are living in a block world.  The concept has merely shifted.</p>\n\n\n\n<p>We do not need an author bio block today.  We will need it tomorrow.  As we shift closer and closer to full-site editing, we need to be building, iterating, and testing these types of blocks in preparation for the point of no return.  This block, along with similar blocks, should drop in core at the same time the switch is flipped on full-site editing.</p>\n\n\n\n<p>The primary use case will be for end-users to edit their theme&rsquo;s block templates to stick the author bio at the end of their single post views.  However, such a block need not be limited to that scenario.  Users could create a &ldquo;team&rdquo; or &ldquo;authors&rdquo; page on their site.  Some may want to drop these into columns or create some sort of gallery of author bios.</p>\n\n\n\n<p>I could see taking this even further and naming it a &ldquo;user bio&rdquo; block.  Use cases do not have to be centered around the concept of an author.</p>\n\n\n\n<h2>Where Should the Author Data Come From?</h2>\n\n\n\n<p>The primary, or at least initial, source of data should come from user data and metadata stored in the database.  It does not make sense to duplicate efforts by retyping content within the block if it already exists.</p>\n\n\n\n<p>One big question will be around social icons.  If these are a part of the block, there is no current source to pull the URLs from.  If automatically generating the data, WordPress will need to add social media contact methods to the user profile screen in the admin.  That can be a slippery slope when deciding which social networks to include.  However, core WordPress could stick to three or four major networks and provide a filter hook for plugin authors to utilize along with a standard for how additional fields are handled.</p>\n\n\n\n<p>There is also the possibility that this block could simply be a pre-defined pattern of existing, smaller blocks that pulled in data like a user biography, user social icons, and user avatar.  Then, the site owner could move other blocks in and out as they saw fit.</p>\n\n\n\n<h2>What Block Design Options Should Be Available?</h2>\n\n\n\n<p>The obvious design options are the standard text color, background color, and font size options.  <a href=\"https://github.com/WordPress/gutenberg/issues/16848\">Border design options</a> would be a bonus, but that goes beyond the scope of this specific block.</p>\n\n\n\n<p>The standard alignment options would be welcome, particularly center, wide, and full.  An alignment option for the avatar image to shift it left or right could also be useful.  It could work similarly to the existing Media &amp; Text core block.</p>\n\n\n\n<p>I would not go overboard with design options.  Let theme authors create custom block styles for users to choose from.  That is the theme author&rsquo;s job.</p>\n\n\n\n<h2>What Additional Features Should the Block Handle?</h2>\n\n\n\n<p>Outside of an avatar and biography, a social icon list is the most necessary feature.  It is almost ubiquitous with author bio boxes.</p>\n\n\n\n<p>What I would like to see is an author/user &ldquo;gallery&rdquo; block that builds upon this initial idea.  At the moment, I am already imagining the painful user experience of creating a team page and putting individual user bio blocks into columns.  Then, I am further imagining having to update that page and potentially move columns around.  As an end-user, there are times when I want to micro-manage certain aspects of my site.  This would not be one of them.  Just give me a simple block to list user bios in some sort of columnized format.</p>\n\n\n\n<p>Such a block could provide an avenue for many types of options.  Maybe an option to list authors of a certain post type.  Perhaps an option to list users by role.  Or, let me list the top users by post count.</p>\n\n\n\n<p>This idea may be pushing over into plugin territory.  However, in terms of what I would want to do with my sites, this would be high on the list.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Dec 2019 20:00: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: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:18:\"Joseph: 2020 Style\";s:7:\"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:37:\"https://blog.josephscott.org/?p=17917\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.josephscott.org/2019/12/27/2020-style/\";s: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:951:\"<p>With the year 2020 fast approaching, I thought it would be a good time to change up the style on <a href=\"https://blog.josephscott.org/\">blog.josephscott.org</a>.  To that end, I&#8217;m trying out the <a href=\"https://wordpress.org/themes/twentytwenty/\">Twenty Twenty WordPress theme</a>.</p>\n<a href=\"https://blog.josephscott.org/wp-content/uploads/2019/12/screenshot-blog-josephscott-org.png\"><img src=\"https://blog.josephscott.org/wp-content/uploads/2019/12/screenshot-blog-josephscott-org-450x1024.png\" alt=\"\" width=\"450\" height=\"1024\" class=\"size-large wp-image-17932\" /></a>blog.josephscott.org\n<p>One of the things I&#8217;m really happy to see in the Twenty Twenty theme is the use of <a href=\"https://github.com/WordPress/twentytwenty/pull/163\">vanilla JavaScript, without jQuery</a>.  I&#8217;m hopeful that more WordPress themes will follow that pattern ( jQuery has been great, but if you don&#8217;t need it, don&#8217;t use it ).</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Dec 2019 18:02:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"josephscott\";s: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:66:\"WPTavern: Rank Math SEO Plugin Adds WordPress Block Editor 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95921\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/rank-math-seo-plugin-adds-wordpress-block-editor-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5310:\"<p>The team behind the <a href=\"https://wordpress.org/plugins/seo-by-rank-math/\">Rank Math SEO plugin</a> released an update that includes full support for the block editor on December 18.  The update includes around two dozen features, improvements, and fixes.  The biggest feature update was the inclusion of a new plugin sidebar for the block editor.</p>\n\n\n\n<p>Some of the new features include a filter for unlimited focus keywords, an email notification each time the plugin is automatically updated, and a warning when using the review Schema type.  It also improved compatibility with the Elementor plugin&rsquo;s sitemap module and added Advanced Custom Fields integration to the sidebar.  A full list of features is available in the plugin&rsquo;s <a href=\"https://rankmath.com/changelog/\">public change log</a>.</p>\n\n\n\n<p>The team has a <a href=\"https://s.rankmath.com/demo\">public demo available</a> for end-users to test the plugin without having to install it on their sites.</p>\n\n\n\n<p>Bhanu Ahluwalia, co-founder and CMO at Rank Math, said that everyone on the team had been experimenting with the Gutenberg plugin since the first beta was released.  &ldquo;We had some experience with Gutenberg, but working on Rank Math has taught us so many things and helped us on so many levels,&rdquo; he said.</p>\n\n\n\n<p>It was not always a smooth journey.  Ahluwalia said the team wanted to keep the plugin lightweight and not sacrifice speed with new technologies.  &ldquo;We had to learn React, Webpack, ES6, etc.,&rdquo; he said.  &ldquo;In essence, we had to re-learn patterns, practices, and pitfalls of Gutenberg, and we had to do it all with little-to-no documentation available. We had to dive deep into the code and get ourselves familiar with every line of code to ensure nothing interfered with the existing functions of our plugin.&rdquo;</p>\n\n\n\n<h2>Testing the Block Editor Sidebar</h2>\n\n\n\n<img />Rank Math sidebar as seen in the block editor.\n\n\n\n<p>Immediately upon activating the update, I noted the Rank Math button at the top right of the editor.  Admittedly, I was not happy with the space the button took up or its difference in design when compared to other plugin sidebar buttons.  Instead of a simple icon, the button includes both an icon and an SEO score.  As more and more plugins and themes begin adding sidebars of their own, this space could become cluttered quickly.  I would like to see this scaled back to simply be an icon and not take up precious screen real estate.</p>\n\n\n\n<p>The plugin manages to pack a ton of options and information into a tight spot.  Once viewing the plugin sidebar, it presents four sub-tabs (General, Advanced, Schema, and Social), each with custom panels or sections.  While I am not generally a fan of complex SEO plugins and prefer solutions such as <a href=\"https://wptavern.com/slim-seo-keeps-options-simple-and-handles-the-legwork-of-seo\">Slim SEO</a>, the plugin handles the interface gracefully.</p>\n\n\n\n<p>In comparison to the old meta boxes, the interface is a huge step up.  The meta box system used in previous versions of the plugin or with the current Classic editor is cumbersome at best.  The team had to get more creative to pull off a solution for the sidebar, which forced them to tighten up the interface.</p>\n\n\n\n<p>Not all users were happy with the <a href=\"https://wordpress.org/support/topic/sidebar-really/\">narrow space</a> provided by the new sidebar.  The Rank Math team was ahead of the game and included a <a href=\"https://rankmath.com/kb/filters-hooks-api-developer/#disable-gutenberg-sidebar\">filter hook to disable</a> this feature.  Disabling will return the old-style meta box at the bottom of the post-editing area.</p>\n\n\n\n<p>&ldquo;Supporting both the Classic Editor and Gutenberg at once with a single plugin is hectic to say the least,&rdquo; said Ahluwalia. &ldquo;We would rather put our energy into a single editing experience, but seeing how WordPress is evolving after Gutenberg, we have to double our efforts to offer a consistent user experience.&rdquo;</p>\n\n\n\n<p>At the moment, the team plans to continue supporting the classic editor until at least 2022.  &ldquo;Depending on the user feedback and the acceptance of the Classic editor, we can continue to support it even further,&rdquo; said Ahluwalia.</p>\n\n\n\n<p>The Rank Math also team shared a video of block editor support on Twitter:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">&#127881; Here\'s a sneak preview of Rank Math\'s upcoming major update which adds <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a> support &ndash; now it\'s even easier for people using the latest version of <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> to use Rank Math <a href=\"https://twitter.com/hashtag/SEO?src=hash&ref_src=twsrc%5Etfw\">#SEO</a> &#128285;<br /><br />Want to take the Beta for a spin now? Join us on Facebook<a href=\"https://t.co/Ykfhj2d5Z1\">https://t.co/Ykfhj2d5Z1</a> <a href=\"https://t.co/E1ItpD0b4B\">pic.twitter.com/E1ItpD0b4B</a></p>&mdash; Rank Math SEO (@rankmathseo) <a href=\"https://twitter.com/rankmathseo/status/1198226289129189376?ref_src=twsrc%5Etfw\">November 23, 2019</a></blockquote>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Dec 2019 19:53: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: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: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:45:\"BuddyPress: BuddyPress 5.1.1 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=309527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://buddypress.org/2019/12/buddypress-5-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1122:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.5.1.1.zip\">BuddyPress 5.1.1</a> is now available. This is a security release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 5.1.1 release addresses one security issue:</p>\n\n\n\n<ul><li>A denied of service was fixed that could allow a logged in user to remove another user&#8217;s avatar and also any empty folder. Discovered by <a href=\"https://hackerone.com/nomnom\">nomnom</a>.</li></ul>\n\n\n\n<p>Thi vulnerability was reported privately to the BuddyPress team, in accordance with&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporter for practicing coordinated disclosure.</p>\n\n\n\n<p>For complete details, visit the&nbsp;<a href=\"https://codex.buddypress.org/releases/version-5-1-1/\">5.1.1 changelog</a>.</p>\n\n\n\n<p>Update to BuddyPress 5.1.1 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Dec 2019 09:45:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: Version 1 Prototype of the WordPress Admin Block Directory 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:29:\"https://wptavern.com/?p=95946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-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:7139:\"<p>Mel Choyce-Dwan shared the first version of the <a href=\"https://make.wordpress.org/design/2019/12/19/block-directory-in-wp-admin-v1/\">WordPress admin block directory prototype</a> the design team has been working on.  The goal is to bring the block directory to the admin in WordPress 5.5, which is currently <a href=\"https://wptavern.com/progress-on-wordpress-2019-projects-sets-2020-roadmap\">set for August 2020 on the roadmap</a>.  The post also outlines reusable components that can be used in other areas of the admin in the long term.</p>\n\n\n\n<p>The <a href=\"https://www.figma.com/proto/Y4jCNPkjCuSRiGYEoaAZujhm/Gutenberg-Block-Directory-wp-admin?node-id=1460%3A277&viewport=366%2C373%2C0.25&scaling=min-zoom\">Figma prototype</a> is available for those who want to give it a test run.  It is important to remember that this is an early version and many things can change by the time the block directory lands in WordPress.</p>\n\n\n\n<p>The prototype was built after feedback from the <a href=\"https://make.wordpress.org/design/2019/07/11/block-directory-in-wp-admin-concepts/\">first round of concepts shared</a> in July on the Make Design blog.</p>\n\n\n\n<p>For this admin project to be successful, WordPress plugin developers will need to start submitting blocks to the <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a> on WordPress.org.  At the moment, there are only 10 blocks listed.  Getting in early will give block authors an edge on the competition.  The block directory has a few <a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">additional guidelines</a> beyond normal plugins that authors should review.</p>\n\n\n\n<h2>About Blocks Screen</h2>\n\n\n\n<img />About Blocks admin screen.\n\n\n\n<p>The About Blocks screen is the primary blocks admin screen.  It appears to be an informational page with resources for users to learn more about using blocks on their sites.  It also has links to development resources for designing and building blocks.  </p>\n\n\n\n<p>Making this information directly available, especially to users, would be a smart decision if it makes it into the final design.  As we move toward an entirely new way to build websites with WordPress, it is important to provide learning tools to users.  This seemed to be one of the missing components when the block editor first launched in core.  If done right, it could ease the burden on new users and old users who are transitioning to the new editor.</p>\n\n\n\n<p>The above screenshot also shows the new admin screen header proposal.  The page title is followed by a short description of what the screen is about.  Followed the intro are action links on the left and meta-type links on the right.  I am a fan of the generous use of whitespace and extra information.</p>\n\n\n\n<h2>Add Blocks Screen</h2>\n\n\n\n<img />Add Blocks screen.\n\n\n\n<p>The <a href=\"https://www.figma.com/proto/Y4jCNPkjCuSRiGYEoaAZujhm/Gutenberg-Block-Directory-(wp-admin)?node-id=1460%3A2958&viewport=366%2C373%2C0.25&scaling=min-zoom\">add blocks screen</a> is similar to the current new plugin screen in the WordPress admin.  The primary &ldquo;Featured&rdquo; tab (the tab opened when first visiting the screen) is broken down into various sections, such as &ldquo;Blocks We Love&rdquo; and &ldquo;Popular Tags.&rdquo;</p>\n\n\n\n<p>One of the more interesting sections of this page is the &ldquo;Top Authors&rdquo; list.  This concept would be a great way to give recognition to block authors who are building useful blocks for the community.</p>\n\n\n\n<p>There is also a &ldquo;Recent Blocks&rdquo; section near the bottom of the page.  I would rather see a top tab for that.  It feels a bit buried in the current design.  New plugin and theme authors already struggle to break into popular lists.  Recently-added blocks should be higher up the page or have a dedicated tab/page to showcase them a bit more.</p>\n\n\n\n<h2>Installed Blocks Screen</h2>\n\n\n\n<img />Installed Blocks screen.\n\n\n\n<p>The <a href=\"https://www.figma.com/proto/Y4jCNPkjCuSRiGYEoaAZujhm/Gutenberg-Block-Directory-(wp-admin)?node-id=1460%3A2958&viewport=366%2C373%2C0.25&scaling=min-zoom\">block installation screen</a> is similar to the existing installed plugins screen in core and lists all of the blocks that are installed.  There are also active and inactive tabs.  Improvements here are primarily around list table design.  On the whole, they are minor adjustments, but the look of the tables is much nicer.  <em>Can we have this in core, across the board, now?</em></p>\n\n\n\n<p>A new element is the &ldquo;Instances&rdquo; column, which lists the number of times a block has been used on the site.  By clicking the number, you are taken to a new screen that lists the posts the block has been used in.  It also displays the instances for each post.  This would be a useful feature for deciding whether to deactivate or remove a block.</p>\n\n\n\n<p>Side note to this:  I have worked on numerous projects in the past where I was doing cleanup and attempting to figure out if a plugin, especially those with shortcodes, were in use on the site.  Showing the instances count for blocks is brilliant.</p>\n\n\n\n<h2>Manage Blocks Screen</h2>\n\n\n\n<img />Manage Blocks screen.\n\n\n\n<p>Plugins such as <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit</a> have had built-in block management for a while.  However, this feature feels like it should be in core WordPress.  There are numerous core blocks that some users will likely never use.  Having the ability to hide them from the block inserter will reduce clutter and make it easier to find the blocks they need.</p>\n\n\n\n<p>The <a href=\"https://www.figma.com/proto/Y4jCNPkjCuSRiGYEoaAZujhm/Gutenberg-Block-Directory-(wp-admin)?node-id=1460%3A14224&viewport=366%2C373%2C0.25&scaling=min-zoom\">block management screen</a> will allow users to activate or deactivate any specific block on their website.  Like the block installation screen, it also displays the number of instances a block is in use.</p>\n\n\n\n<h2>Reusable Blocks Screen</h2>\n\n\n\n<img />Reusable Blocks screen.\n\n\n\n<p>The <a href=\"https://www.figma.com/proto/Y4jCNPkjCuSRiGYEoaAZujhm/Gutenberg-Block-Directory-(wp-admin)?node-id=1460%3A15861&viewport=366%2C373%2C0.25&scaling=min-zoom\">reusable blocks screen</a> is already available in WordPress.  It does not currently have an admin menu link, so it is not easily discoverable.  You can view it by going to the <code>yoursite.com/wp-admin/edit.php?post_type=wp_block</code> URL or clicking the &ldquo;Manage All Reusable Blocks&rdquo; link under the &ldquo;Reusable&rdquo; tab in the block inserter.</p>\n\n\n\n<p>This screen allows users to manage blocks that are stored for reuse within multiple posts.  Like the installation and management screens, the prototype displays an instances column for tracking how often the block has been used.</p>\n\n\n\n<p>Users can import and export reusable blocks.  It will be interesting to see if more WordPress users start sharing their block creations with others once this screen has better exposure or if it will be something people simply use to copy blocks from site to site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Dec 2019 21:09:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:53:\"WPTavern: WordPress 5.3.2 Addresses a Handful of Bugs\";s:7:\"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://wptavern.com/?p=95927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-5-3-2-addresses-a-handful-of-bugs\";s: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:2810:\"<p>On December 18, less than a week since <a href=\"https://wptavern.com/wordpress-5-3-1-includes-security-and-bug-fixes-accessibility-enhancements-and-twenty-twenty-changes\">WordPress 5.3.1 security update</a> shipped to the masses, the core team dropped a <a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-2-maintenance-release/\">version 5.3.2 maintenance release</a>.  No security issues were named in this update.  Instead, 5.3.2 addresses a couple of high-priority bugs along with a few other issues.</p>\n\n\n\n<p>Users with automatic updates enabled should already be updated to the latest version or will receive an update soon.  Other users should update as soon as they are able, especially if their installation is affected by any of the following issues.</p>\n\n\n\n<p>The first high-priority fix addressed an issue with modified post objects that have an invalid date.  The fix ensures that the <code>get_feed_build_date()</code> function handles this scenario.  The documentation was updated to clarify the function will return <code>false</code> on failure.  This change also led to a comparison-check fix in the test tools when inserting a post with a future or published status.</p>\n\n\n\n<p>The second major bug fixed in 5.3.2 was an edge case where unique file names could clash.  On case-sensitive systems, the <code>wp_unique_filename()</code> function failed to rename some files when the uploaded file matched an existing file with an uppercase file extension.  The fix addresses a fatal error in those cases.</p>\n\n\n\n<p>Developers tackled another issue with the <code>wp_unique_filename()</code> function.  When a destination directory for an uploaded file was unreadable, WordPress was throwing PHP warnings.  The fix includes only running the final filename-collision test for files that are saved to the user&rsquo;s <code>/uploads</code> directory.</p>\n\n\n\n<p>Building off the accessibility work in the previous release, buttons with the <code>.active</code> class are now properly styled in the non-default admin color schemes.  On some screens, particularly the Permalinks admin screen, active buttons had white text on a light gray background, making them unreadable.</p>\n\n\n\n<p>Users who wish to do so, can <a href=\"https://wordpress.org/support/wordpress-version/version-5-3-2/\">view the full release documentation</a> from WordPress.</p>\n\n\n\n<p>With the widespread usage of automatic updates, it would be nice to see more of these quicker releases during the development cycle.  Maybe weekly releases are a bit much.  However, shipping a few extra minor releases between major upgrades would be a good opportunity to knock out some of the 6,500 Trac tickets on <a href=\"https://wptavern.com/progress-on-wordpress-2019-projects-sets-2020-roadmap\">WordPress&rsquo; 2020 roadmap</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Dec 2019 00:19: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: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:55:\"WordPress.org blog: WordPress 5.3.2 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/12/wordpress-5-3-2-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2828:\"<p>WordPress 5.3.2 is now available!</p>\n\n\n\n<p>This maintenance release features 5 fixes and enhancements.</p>\n\n\n\n<p>WordPress 5.3.2 is a short-cycle maintenance release. The next major release will be&nbsp;version 5.4.</p>\n\n\n\n<p>You can download WordPress 5.3.2 by clicking the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h2>Maintenance updates</h2>\n\n\n\n<p>Shortly after&nbsp;<a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\">WordPress 5.3.1 was released</a>, a couple of high severity Trac tickets were opened. The Core team scheduled this quick maintenance release to resolve these issues.</p>\n\n\n\n<p>Main issues addressed in 5.3.2:</p>\n\n\n\n<ul><li>Date/Time: Ensure that&nbsp;<code>get_feed_build_date()</code>&nbsp;correctly handles a modified post object with invalid date.</li><li>Uploads: Fix file name collision in&nbsp;<code>wp_unique_filename()</code>&nbsp;when uploading a file with upper case extension on non case-sensitive file systems.</li><li>Media: Fix PHP warnings in&nbsp;<code>wp_unique_filename()</code>&nbsp;when the destination directory is unreadable.</li><li>Administration: Fix the colors in all color schemes for buttons with the&nbsp;<code>.active</code>&nbsp;class.</li><li>Posts, Post Types: In&nbsp;<code>wp_insert_post()</code>, when checking the post date to set&nbsp;<code>future</code>&nbsp;or&nbsp;<code>publish</code>&nbsp;status, use a proper delta comparison.</li></ul>\n\n\n\n<p>For more information,&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&type=!task+(blessed)&resolution=fixed&milestone=5.3.2&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">browse the full list of changes on Trac</a>&nbsp;or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-3-2/\">version 5.3.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks!</h2>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 5.3.2:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Dec 2019 22:42: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:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: One-Time vs. Recurring Payments for WordPress Products\";s:7:\"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://wptavern.com/?p=95900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/one-time-vs-recurring-payments-for-wordpress-products\";s: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:6248:\"<p>Jeff Starr posed the question at Digging into WordPress: <a href=\"https://digwp.com/2019/12/pricing-model-better/\">Which Pricing Model Do You Prefer: One-Time or Recurring?</a></p>\n\n\n\n<p>It is not the first time the question has been asked in the WordPress community and will not be the last.  It is important that we keep coming back to it from time to time.</p>\n\n\n\n<p>In the early days of the commercial WordPress ecosystem, many shops sold products for a one-time fee.  This was particularly true during the 2007-2010 years, which were what many dub the &ldquo;WordPress themes heyday,&rdquo; a period in which theme shops raked in tons of cash due to lack of competition.</p>\n\n\n\n<p>As the market became more saturated, many businesses saw the writing on the wall.  One-time fees for commercial themes or plugins did not make for a sustainable business model.  Of course, some companies pushed forward with that model.  They were either large enough to capitalize on an influx of new customers every year or they continued to push out new products for existing customers to buy.</p>\n\n\n\n<p>Today, most theme and plugin shops utilize a recurring business model.  Many of those shops also set up automatic renewals.  From a business perspective, companies need to keep existing customers while bringing in new buyers to continue maintaining, supporting, and building new features for the current product catalog.  Companies also need growth to build new products.  A recurring fee helps ease the burden of supporting and maintaining the existing products.</p>\n\n\n\n<p>Pippin Williamson <a href=\"https://pippinsplugins.com/automatic-license-renewals-twenty-months-later/\">saw massive revenue growth</a> over 20 months after turning on automatic renewals across his company&rsquo;s various products.  Other companies have seen similar increases with the same model.</p>\n\n\n\n<p>As a former business owner, I <em>dumb-lucked</em> my way into yearly, recurring payments.  When I first launched a theme shop in 2008, that was the model I went with.  I did not know a single thing about running a business except that money exchanged hands.  I was in my early 20s and accustomed to living off minimum wage, digging change from the couch to buy a value meal, and finding creative ways &mdash; short of dumpster diving &mdash; to scrape by.  Anything better than that was a success for me.  Recurring payments just made sense, especially because I was vastly undercutting my competitors in price.  That one decision helped sustain my business for many years.  In hindsight, I would not have had the little success I had with a single-payment model because I never brought in enough new customers.</p>\n\n\n\n<p>Having worked on the business end of WordPress for over a decade and being a member of the community for even longer, it is easy for me to say most companies should use a recurring business model.</p>\n\n\n\n<p>However, as a software customer in general, I have not always maintained that mindset.  There are many pieces of software that I loathe paying for each year.  This was particularly true before running a business that dealt with software.  There is a part of me that feels some shame for disliking the recurring model with non-WordPress software.  Those businesses need to pay their employees and afford to continue making the product better.</p>\n\n\n\n<p>On the other hand, there is always that part of me that simply wants to pay for something once and always have access to it.  Perhaps I am a product of my culture.  Software is unlike other art forms where Version 1.0 is the finished product.  Customers do not always see the work that goes on to maintain, support, and continue building a product.  That is certainly true when I look at non-WordPress software.</p>\n\n\n\n<p>For WordPress products, I am always more than happy to pay a recurring fee because I have been on the other side.  I also get to talk with others every day who are trying to run their own companies.  That human variable in the equation changes how I view software in the WordPress ecosystem in a way that is much harder with other software.</p>\n\n\n\n<h2>A Middle Ground</h2>\n\n\n\n<p>Starr pointed out a middle-of-the-road option that few WordPress companies take but is often the model used for other software products.  Major releases of software carry an upgrade fee while minor and patch releases are included with the initial purchase.  Often, major software releases have years in between.  Customers may not feel like they are constantly having to pay for updates in this system.  Major upgrades also mean feature upgrades.  Features are what sell the product to the average end-user.</p>\n\n\n\n<p><a href=\"https://www.literatureandlatte.com/scrivener/overview\">Scrivener</a>, a writing program for authors, uses this model.  Instead of having to pay yearly, I can upgrade to the new, shiny version when it drops with loads of features.  As a customer, I feel like I am getting something tangible when forking over the cash for an update.</p>\n\n\n\n<p>Perhaps I am happy to continue paying for software that helps me pursue my lifelong dream of becoming a novelist.  Perhaps the company simply knows how to sell to its customer base.  Either way, it is one piece of software that I have never complained about renewing.</p>\n\n\n\n<h2>What is the Best Option?</h2>\n\n\n\n<p>To answer the question posed by Starr, I will always prefer a one-time fee as a customer simply because it is in my nature to want to pay the least amount I can for anything.  However, I would prefer most WordPress businesses to go with whatever model is most sustainable for their specific business.  We are all in this boat together, and I wish growth for the ecosystem.</p>\n\n\n\n<p>One of the missing pieces with many WordPress plugin and theme shops is that they need to find creative ways to sell the customer on coming back.  Support and maintenance can be eye-catching for agencies and freelancers, but they are not always selling points for the average consumer after that initial purchase.</p>\n\n\n\n<p>Right now, there is a sense of complacency as WordPress-related businesses have stuck with similar recurring options over the last several years.  It might be time for someone to shake things up.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Dec 2019 20:37: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: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:76:\"WPTavern: Bluehost Launches Premium WordPress Theme Marketplace to Customers\";s:7:\"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://wptavern.com/?p=95726\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/bluehost-launches-premium-wordpress-theme-marketplace-to-customers\";s: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:5675:\"<img />Screenshot of the Bluehost Marketplace from the customer dashboard.\n\n\n\n<p>In November, web hosting provider Bluehost <a href=\"https://www.bluehost.com/blog/bluehost-news/introducing-wordpress-themes-to-the-bluehost-marketplace-12981/\">launched a WordPress plugin and theme marketplace</a>.  The company integrated with <a href=\"https://www.mojomarketplace.com/\">MOJO Marketplace</a> to provide access to WordPress products via its customer dashboard.  Currently, the marketplace is open to third-party theme developers.  Plugin authors will have to wait, but they will eventually be able to sell their plugins through the Bluehost Marketplace.</p>\n\n\n\n<p>By integrating with MOJO Marketplace, much of the existing infrastructure and products are already in place.  Bluehost can simply offer the products to its customers through a custom-built interface and provide MOJO sellers with another avenue for distribution.</p>\n\n\n\n<p>The idea behind the marketplace is for Bluehost&rsquo;s customers to be able to build their websites without ever leaving their control panel.  &ldquo;Ultimately, we are trying to save customers time and energy from having to hunt for these things themselves and instead work within the dashboard to find the themes and plugins that are best fit for their site,&rdquo; said Suhaib Zaheer, general manager for Bluehost.</p>\n\n\n\n<p>&ldquo;Our native marketplace also provides our customers with the ability to automatically install the themes and plugins they have purchased, reducing the amount of time and number of steps required to get their site appearance and functionality up and running,&rdquo; he said.</p>\n\n\n\n<p>The Bluehost Marketplace currently has over 900 themes and 18 WooCommerce plugins for customers to choose from.  The themes are all viewable via the <a href=\"https://www.mojomarketplace.com/themes/wordpress\">WordPress themes page</a> on the MOJO website.  All themes uploaded by sellers go through a manual review process by the Bluehost Marketplace team before approval.  This includes basic items like design quality, functionality, installation, and documentation.</p>\n\n\n\n<p>There is also a &ldquo;Bluehost Certified&rdquo; filter available to users who want to use themes that have been further tested for quality control.  &ldquo;We conduct additional reviews to certify themes for our Bluehost Certified category on a quarterly basis,&rdquo; said Zaheer .</p>\n\n\n\n<p>There appear to be 85 themes that are Bluehost Certified based on a screenshot acquired of the marketplace.  However, that number is not verified.  The MOJO Marketplace page does not appear to have a filter to view these, but it is available to users of Bluehost&rsquo;s hosting service.</p>\n\n\n\n<h2>Selling on the Bluehost Marketplace</h2>\n\n\n\n<p>Theme developers who want to sell themes via Bluehost can apply through <a href=\"https://mojosupport.zendesk.com/hc/en-us/categories/200823136-Sellers\">MOJO Marketplace</a>.  Authors should note that they would like to be Bluehost Certified.  </p>\n\n\n\n<p>Theme sellers who want to get certification must meet the <a href=\"https://my.bluehost.com/hosting/help/certified-wordpress-themes\">Bluehost Certified guidelines</a>.  Some are fairly normal and would be expected in today&rsquo;s market such as responsiveness, browser compatibility, fast load times, and active support from the author.</p>\n\n\n\n<p>Others are a bit of a head-scratcher.  </p>\n\n\n\n<p>Certification requires that themes support page builders.  It&rsquo;s unclear which page builders need to be supported and what level of support is necessary.  Ideally, this would be the other way around.  Page builders should be built in such a way that they do not need theme-specific support.</p>\n\n\n\n<p>Demo content is required.  It is not clear if the requirements simply mean to provide an installable XML file with demo content or for the theme to output demo content in the absence of user content.  Based on the description, it seems like the latter.  If so, I would not want any part of that as a potential theme author.  I could see requiring the use of the WordPress starter content feature in this case but nothing more.</p>\n\n\n\n<p>The requirements also list &ldquo;plugins supported&rdquo; with no additional description.  <em>Good luck to theme authors figuring out exactly what that means.</em></p>\n\n\n\n<p>Bluehost needs to make its Bluehost Certified page more detailed to be attractive to potential theme authors.  There are far too many unanswered questions.</p>\n\n\n\n<p><a href=\"https://mojosupport.zendesk.com/hc/en-us/articles/115001076306-Commission-Rates\">Commission rates</a> are the same rates as other themes on the MOJO Marketplace.  Themes sold exclusively through the marketplace earn between 50% and 70% based on the number of sales.  Non-exclusive theme commissions are at a flat rate of 50%.  Both exclusive and non-exclusive authors can distribute their themes through the Bluehost Marketplace.</p>\n\n\n\n<p>&ldquo;Theme sellers are welcome to set the price of their item,&rdquo; said Zaheer.  &ldquo;However, we recommend they stay within $49-$69 range. If the review team does not feel the price is uniform with other themes in the same category, they will request a price change in order to be sold on the Marketplace.&rdquo;</p>\n\n\n\n<p>The pricing recommendation seems to be a bit on the low end, but it is consistent with the theme industry&rsquo;s race to the bottom.  Quality theme work should be at least double.</p>\n\n\n\n<p>Fortunately for theme authors, pricing is based on yearly renewals.  They are required to offer technical assistance within 24-48 hours while a user&rsquo;s yearly support license is up to date.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Dec 2019 20:40: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: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: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:62:\"WordPress.org blog: State of the Word: the story of the slides\";s:7:\"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://wordpress.org/news/?p=8233\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/12/state-of-the-word-the-story-of-the-slides/\";s: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:8021:\"<p>During the State of the Word at WordCamp US 2019, Matt Mullenweg shared that Gutenberg was used to create his slides and the presentation was powered by the Slides plugin. Using WordPress to power a slide deck isn’t an obvious choice, so we wanted to showcase the process and give some tips for making slide layouts using Gutenberg.</p>\n\n\n\n<p><em>This post is co-written by Ella and <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie</a>, who (along with <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a></em> <em>and a cast of supporters) helped create this year’s State of the Word slide deck.</em></p>\n\n\n\n<h2>How it Started</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ellatrix/\">Ella Van Durpe</a> was selected to speak at <a href=\"https://www.youtube.com/watch?v=ZNWNhUPrqB4\">JSConf</a> and ReactEurope and wanted slides for her presentation.&nbsp;</p>\n\n\n\n<p>In the past, she’d used Reveal.js to create slides and enjoyed the freedom to create anything using HTML, CSS and JavaScript. These languages were comfortable, familiar, and also can be published on the web in their native format.&nbsp;</p>\n\n\n\n<p>For these new presentations, she wanted to use Reveal.js again but didn’t feel like writing all the HTML by hand. Creating blocks of content visually, without having to actually write any code, which can be published natively to the web, is exactly what Gutenberg was built for.</p>\n\n\n\n<p>The plugin was prototyped quickly, with hardcoded styles on the slides and zero options. At the end of each presentation, Ella shared a brief demo of the Gutenberg-based slides and the audience was amazed.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/ellatrx?ref_src=twsrc%5Etfw\">@ellatrx</a> any chance you might open source this? <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/6hygMpBqUA\">https://t.co/6hygMpBqUA</a></p>&mdash; Pascal Birchler (@swissspidy) <a href=\"https://twitter.com/swissspidy/status/1131573525612048385?ref_src=twsrc%5Etfw\">May 23, 2019</a></blockquote>\n</div>\n\n\n\n<p>As WordCamp US approached, Ella suggested that her plugin be used for State of the Word. Since it was such a hit with her audience members, it seemed like this would be a great chance to share it with the WordPress community as a whole.</p>\n\n\n\n<span id=\"more-8233\"></span>\n\n\n\n<h2>How it Works</h2>\n\n\n\n<h3>Technical information</h3>\n\n\n\n<p>The plugin registers a custom post type called “presentation” and a new “slide” block. The slide block is a sort of enhanced “Group” block, which is restricted to the root of the post, but you can put any other block inside it. As a result, you have a post filled with only slides at the root and slides filled with content. This maps perfectly to the Reveal.js markup, which requires content in HTML section elements.</p>\n\n\n\n<p>Since these slides each have their own design, the theme styles are disabled and styling is set from each slide. A custom presentation template is provided by the plugin to render the custom post on the front-end.</p>\n\n\n\n<p>Then Ella added options to style the slides. For example, she added options to control the slide background and font, at both the document level and individual slide level. She also added Reveal.js options, which allow you to change the transition style and speed. Lastly, she added a custom CSS field to allow style overwrites.</p>\n\n\n\n<p>For the State of the Word, she also added speaker notes and a speaker view.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?fit=632%2C363&ssl=1\" alt=\"\" class=\"wp-image-8271\" />\n\n\n\n<h3>How it&#8217;s Designed</h3>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?fit=632%2C515&ssl=1\" alt=\"\" class=\"wp-image-8262\" />\n\n\n\n<p>The inspiration for the slide designs came from Blue Note album covers (which were also the inspiration for the <a href=\"https://www.slideshare.net/photomatt/state-of-the-word-2011/\">2011 State of the Word slides</a>). These album covers inspired the recent “About” page in WordPress core and the starter content for the new Twenty Twenty theme. This style consists of strong, geometric shapes and simple forms with clean lines. Photography and bold typography are at the heart of this look.</p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?fit=632%2C541&ssl=1\" alt=\"\" class=\"wp-image-8267\" />\n\n\n\n<p>Various color palettes and font pairings were explored before selecting the best combination for the presentation.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?fit=632%2C407&ssl=1\" alt=\"\" class=\"wp-image-8259\" />\n\n\n\n<p>A strong photographic element was needed for the slides. Past WordCamps are a great source of photos, so we dug through years of photo galleries to find just the right shots. With colors, fonts, and photos, we laid the foundation to build the deck.</p>\n\n\n\n<h2>Tips for Making Gutenberg Slides</h2>\n\n\n\n<h3>Tip One: columns are your friends</h3>\n\n\n\n<p>If you want slides with a precise layout, use columns. As you can see here, we used a 3 column layout to center content within a slide:</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?w=632&ssl=1\" alt=\"\" class=\"wp-image-8260\" />\n\n\n\n<h3>Tip Two: spacer blocks are useful</h3>\n\n\n\n<p>Want to really unlock the power of columns? Combine them with the spacer block! We used spacer blocks to position content over background images, like in this slide:</p>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?w=632&ssl=1\" alt=\"\" class=\"wp-image-8264\" />\n\n\n\n<h3>Tip Three: test on large screens</h3>\n\n\n\n<p>It’s important to preview and test your slides as you go. Make sure to design for the size and aspect ratio of the projector you’ll be using and do a visual check in presentation mode from time to time.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?fit=632%2C405&ssl=1\" alt=\"\" class=\"wp-image-8269\" />\n\n\n\n<h3>Tip Four: check your videos</h3>\n\n\n\n<p>A good demo video is integral to showcase new features. Joen Asmussen has a great post on <a href=\"https://automattic.design/2019/11/12/good-ui-demo-videos/\">creating effective demo videos</a>.</p>\n\n\n\n<h2>Lessons learned</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I’d love to make the art directed compositions easier to create. </em></p><cite><em>Mel Choyce-Dwan</em></cite></blockquote>\n\n\n\n<p>As Gutenberg evolves, one big improvement is that art direction will get easier. Even with the improvements this year, creating some layouts in Gutenberg was trickier than expected. For the more complicated compositions, we relied on SVGs. Eventually, the need for hacks will dissolve away, and a new world of exciting possibilities will open for everyone.</p>\n\n\n\n<p>Browsers offered one of our biggest learnings in this presentation, more than they would if you use Keynote or Powerpoint, for example (tools most of us have used). Often, we found that what we created in the editor varied a when viewed full-screen. We were able to mitigate this by updating the plugin to use a fixed size, instead of using the entire browser window.</p>\n\n\n\n<h2>Wrapping it up</h2>\n\n\n\n<p>If you would like to check out the State of the Word, you can watch the <a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">video</a> and read all about it in a <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">post</a>.</p>\n\n\n\n<p>The Slides plugin is not only available on the plugin repo, but you can also get the code from <a href=\"https://github.com/WordPress/slides\">GitHub</a> and <a href=\"https://translate.wordpress.org/projects/wp-plugins/slide/\">help translate</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Dec 2019 19:27:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Ella van Durpe\";s: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:36:\"Matt: Comments and Collatz Conundrum\";s:7:\"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=50619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2019/12/comments-and-collatz-conundrum/\";s: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:1480:\"<p>Over the summer <a href=\"https://terrytao.wordpress.com/\">Terence Tao</a>, a <a href=\"https://en.wikipedia.org/wiki/Fields_Medal\">Fields Medal</a>-winning mathematician considered one of the best of his generation, got an anonymous comment <a href=\"https://terrytao.wordpress.com/2011/08/25/the-collatz-conjecture-littlewood-offord-theory-and-powers-of-2-and-3/\">on his WordPress blog post from 2011 exploring the Collatz conjecture</a> — one of the most persistent problems in math — suggesting he explore the problem for &#8220;almost all&#8221; numbers. Terence has been a regular WP.com blogger since 2007 and he and his commenters make <a href=\"https://en.support.wordpress.com/latex/\">extensive use of our LaTeX feature to express and embed equations</a>. </p>\n\n\n\n<p>That anonymous comment <a href=\"https://www.quantamagazine.org/mathematician-terence-tao-and-the-collatz-conjecture-20191211/\">led him to an important breakthrough on the Collatz Conundrum, as Quanta Magazine reports</a>. If you want great comments, you as the author have to participate in them and Terence is incredibly active in engaging with the commenters on his site.</p>\n\n\n\n<p>I&#8217;ve always said that comments are the best part of blogging, but this is a particularly cool example. <a href=\"https://terrytao.wordpress.com/2019/09/10/almost-all-collatz-orbits-attain-almost-bounded-values/\">Here&#8217;s Terence&#8217;s latest post on it</a>, with an excellent comment thread following.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Dec 2019 21:46: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: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: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:70:\"WPTavern: Slim SEO Keeps Options Simple and Handles the Legwork of SEO\";s:7:\"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://wptavern.com/?p=95857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/slim-seo-keeps-options-simple-and-handles-the-legwork-of-seo\";s: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:7627:\"<p>I have been running a blog of some kind since the Spring of 2003.  In a few short months, it will be my 17th <em>blog-aversary</em>.  The most important lesson I have learned over the years is to not do more work than is necessary to publish a blog post.</p>\n\n\n\n<p>There was a time when I fiddled with custom field boxes to fine-tune every aspect of a blog post, such as meta keywords, descriptions, titles, and much more.  However, worrying over every bit of metadata about a post became more work than actually writing the blog post itself.  It was killing my creative process.</p>\n\n\n\n<p>I have tried numerous SEO plugins and even built such a plugin myself once.  Eventually, I would always come back to simply automating most of the process for whatever project I was working on.</p>\n\n\n\n<p>Some SEO purists may balk at the idea.  They might argue that everything must be fine-tuned for the best results in search engines.  I could not say.  Worrying about ranking seems to be a never-ending, uphill battle.  In my experience, no particular plugin has ever given me an edge in comparison to another.  Results were always similar regardless of whether I fixated on every detail that options-filled SEO plugins offered or let an automated system generate the bits and pieces I needed.</p>\n\n\n\n<p>I decided to give the <a href=\"https://wordpress.org/plugins/slim-seo/\">Slim SEO plugin</a> a try.  It promised to handle the dirty work and ticked most of the boxes in terms of what I was looking for in an SEO plugin.</p>\n\n\n\n<p>Slim SEO is a plugin built by eLightUp, the company behind the <a href=\"https://wordpress.org/plugins/meta-box/\">Meta Box</a> framework and <a href=\"https://wordpress.org/themes/author/gretathemes/\">GretaThemes</a>.  Given their history of building quality extensions for WordPress, their SEO plugin made sense for a test run.</p>\n\n\n\n<p>The plugin beautifully handles the basics that you would expect from an SEO plugin.  It automatically handles meta tags, including Open Graph Tags for social media.  It generates a sitemap of your public posts and pages.  It outputs structured data via JSON-LD with no work on the user&rsquo;s part.</p>\n\n\n\n<p><strong>TL;DR:</strong> For users who are looking for a simple SEO solution with little legwork, Slim SEO is a solid option.  For users who want to tinker with every aspect of their SEO, look elsewhere.</p>\n\n\n\n<h2>A Slim User Interface</h2>\n\n\n\n<p>As a user, the things I tire of quickly the most are complex options screens.  <em>Just give me the basics.</em>  That is exactly what Slim SEO does.  It has a single options screen titled &ldquo;SEO&rdquo; under the default &ldquo;Settings&rdquo; menu in the admin.  Currently, the only options are for inputting header and footer scripts from various services, such as Google Tag Manager or Google Analytics.</p>\n\n\n\n<p>On the post-editing screen, the plugin provides a simple meta box for customizing the meta title and description.  Users can also opt to hide the post from search engines and change the Facebook and Twitter images for the post.  And, that&rsquo;s it.</p>\n\n\n\n<img />Per-post SEO options meta box.\n\n\n\n<p>Each of these options can be skipped if you prefer to let the plugin handle them automatically.</p>\n\n\n\n<p>Suffice it to say, I am a fan of the slimmed-down interface.  The plugin has no SEO scores, keyword rankings, or 20 different options to worry about.  It does not show a preview of what the post might look like in a search engine.  The options available are items that I <em>may</em> want to configure from time to time, so it&rsquo;s nice to have the ability to do so when needed.</p>\n\n\n\n<h2>The Downsides of the Plugin</h2>\n\n\n\n<p>Slimmed-down does not always equate to being better.  You make sacrifices by allowing the plugin to make decisions that may not always be the best for your site.  Keep these in mind when deciding whether to use the plugin.</p>\n\n\n\n<h3>Automatic Redirects</h3>\n\n\n\n<p>One of the biggest downsides of automated systems is that I sometimes want things to be handled differently by the plugin.  The plugin&rsquo;s automatic redirect feature is a good example of that issue.  Out of the box, the plugin will redirect all attachment page views to the media file.  It also redirects visitors to author archive pages to the home page if the author has not written any posts or on single-author sites.</p>\n\n\n\n<p>These auto-redirects may be desirable for some end-users, but they are not something I want.  The problem is there is no clear way to disable this feature, even via code.</p>\n\n\n\n<h3>Header Cleanup</h3>\n\n\n\n<p>The plugin also has a &ldquo;cleanup&rdquo; feature that automatically removes the RSD link, Windows Live Writer manifest link, WordPress version number, and post shortlink from the <code>&lt;head&gt;</code> area on the front end.  It may be desirable to remove those items, but their removal would be more appropriate in a cleanup WordPress type of plugin rather than a plugin focused on SEO.</p>\n\n\n\n<h3>Automatic Image Alt Attributes</h3>\n\n\n\n<p>Slim SEO automatically adds the <code>alt</code> attribute to post thumbnails and when inserting images into the editor.  The problem is that it uses the attachment title.  This could make accessibility worse than simply leaving the alt attribute empty.  If your attachment title is something like <code>DS_IMG9453.jpg</code>, it does not accurately describe an image.</p>\n\n\n\n<h3>Breadcrumbs</h3>\n\n\n\n<p>The plugin has a shortcode for outputting breadcrumbs.  It must either be manually added to a shortcode-aware area or within a theme template.</p>\n\n\n\n<p>The breadcrumbs functionality provides a baseline experience. It doesn&rsquo;t handle every scenario or even close to every scenario.  The feature will not get you far with highly-complex setups.   However, it would work OK for the average install. </p>\n\n\n\n<p>That&rsquo;s par for the course with SEO plugins &mdash; mediocre breadcrumbs at best.  Frankly, SEO plugins should drop breadcrumbs from the feature list and let fully-fledged breadcrumb plugins do their thing.  Users should use opt for a plugin that specifically focuses on being a breadcrumb plugin.  Authors who build those tend to have more experience handling edge cases.</p>\n\n\n\n<h2>How Does the Code Stack Up?</h2>\n\n\n\n<p>From a programming perspective, the code is clean and clear.  It is 90% to the point where it should be.  The missing 10% is that there are no references to many of the objects the plugin creates.  This is not an issue limited to this plugin and is more common than it should be.</p>\n\n\n\n<p>This issue makes it next to impossible to remove actions and filters from hooks.  For end-users, this does not matter.  For developers, it is not a frustration-free exercise to manipulate how the plugin works.  This could easily be solved in numerous ways, such as using a container, service locator, static single instance, singleton, or even a global.  Whether some of those methods should be deployed is beyond the scope of this review.  Nevertheless, <em>some</em> reference to the plugin&rsquo;s objects would help.</p>\n\n\n\n<p>Addressing this issue would come in handy disabling those auto-redirects.</p>\n\n\n\n<h2>The Final Verdict</h2>\n\n\n\n<p>Aside from a handful of admittedly trivial gripes, I would use this plugin in lieu of SEO plugins with more options.  Years of running multiple sites has taught me to grab for the simplest solutions so that I can get back to doing the things I enjoy doing.</p>\n\n\n\n<p>If you prefer to micro-manage every aspect of your SEO, there are plenty of existing options out there.  Slim SEO will not fit your needs.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Dec 2019 20: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: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:60:\"WPTavern: Inserting Special Characters Into the 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:29:\"https://wptavern.com/?p=95833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/inserting-special-characters-into-the-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:3696:\"<p>For users of the Classic WordPress editor who often needed to insert special characters into their posts, life was once simple.  Click the &ldquo;&Omega;&rdquo; button in the editor to open a modal with a list of characters not found on a standard keyboard.  The user then only needed to click on the character they wanted to insert and go about the business of writing their post.</p>\n\n\n\n<p>For users who made the move to the block editor and were accustomed to inserting special characters at the click of a button, life became more complicated.  The answer to their woes was to first insert a Classic block and use its special character inserter, which kind of defeats the purpose of using the new and shiny block editor.  Another option was to use the special character app/program packaged with their computer, which assumes all users know the keyboard shortcut for it or how to run the program.</p>\n\n\n\n<p>By many accounts, this would be considered a <em>standard</em> feature for any text editor.  When WordPress is at a stage of trying to sell a new editor, it should be prepared to include features that users of the old editor consider standard.  The lack of a special-character inserter could have been written off as an oversight if people were not asking for it.</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/issues/1678\">Reimplement Character Map</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/7162\">Just a Few More Text/Paragraph Formatting Choices?</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/8782\">Add Special Character Menu</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/8817\">Where Are the Special Characters?</a></li></ul>\n\n\n\n<p>People <em>were</em> asking for it.</p>\n\n\n\n<p>Fortunately, the requests caught the attention of the 10up team.  In September this year, they <a href=\"https://10up.com/blog/2019/insert-special-characters-wordpress-plugin/\">released the first version</a> of their <a href=\"https://wordpress.org/plugins/insert-special-characters/\">Insert Special Characters</a> plugin.  It has since gone through a couple of updates and works well across browsers.</p>\n\n\n\n<p>The plugin is simple and does its job much better than the previous Classic editor inserter.  Instead of just handling the basics, the team went above and beyond what was necessary to launch the plugin.</p>\n\n\n\n<p>The plugin adds a new sub-menu item to the text toolbar titled &ldquo;&Omega; Special Characters.&rdquo;</p>\n\n\n\n<img />&ldquo;Special Characters&rdquo; rich text menu item.\n\n\n\n<p>After clicking the link to insert a special character, a modal box appears on the screen.  The box provides hundreds of special characters to choose from.  It sorts them under Miscellaneous, Math, Latin, and Arrow categories while providing a search filter to narrow down the list.  The box can also be reached by typing <code>ctrl</code>/<code>cmd</code> + <code>o</code> on the keyboard.</p>\n\n\n\n<img />Special characters insertion modal box.\n\n\n\n<p>Like many modals, the box pops up in a weird position from time to time, depending on where the insertion point is on the screen. Outside of that, I found no major problems with the plugin.</p>\n\n\n\n<p>The plugin also <a href=\"https://github.com/10up/insert-special-characters/blob/1.0.2/README.md#extending\">provides a hook</a> for other developers to manipulate the tabs and available characters in the modal.</p>\n\n\n\n<p>This does beg the question of whether the feature should be implemented in the core block editor now.  If the core team puts it in at this point, one would hope they would make it competitive with the plugin.  Anything less would be a letdown.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Dec 2019 20:46: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: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: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:112:\"WPTavern: WordPress 5.3.1 Includes Security and Bug Fixes, Accessibility Enhancements, and Twenty Twenty Changes\";s:7:\"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://wptavern.com/?p=95815\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-5-3-1-includes-security-and-bug-fixes-accessibility-enhancements-and-twenty-twenty-changes\";s: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:4204:\"<p><a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\">WordPress 5.3.1 was released today</a> with 46 bug fixes and enhancements.  Changes include several accessibility improvements and four security vulnerability fixes.  The update includes multiple changes to the default Twenty Twenty theme.</p>\n\n\n\n<p>Version 5.3.1 is a security and maintenance release.  All users are encouraged to update as soon as possible.  For those with auto-updates enabled, updates are currently rolling out.  All major branches of WordPress from version 3.7 through 5.3 received the new security fixes.</p>\n\n\n\n<p>The following security issues were addressed:</p>\n\n\n\n<ul><li>Users without the correct permission (capability) could make a post sticky via the REST API.</li><li>An issue where cross-site scripting (XSS) could be stored in links.</li><li>Hardening the <code>wp_kses_bad_protocol()</code> function so that it is aware of the named colon attribute.</li><li>A stored XSS vulnerability using block editor content.</li></ul>\n\n\n\n<p>Most of the release focused on maintenance.  Form fields and buttons now have the same height, which should result in a more consistent admin UI.  This has long been an issue, but the accessibility changes in WordPress 5.3 highlighted the problem.</p>\n\n\n\n<p>A bug with how permalinks were generated with the new Date/Time changes in WordPress 5.3 has been fixed.  This left some sites using date-based URLs with incorrect post permalinks.</p>\n\n\n\n<p>Other changes include removing support for the CollegeHumor oEmbed provider (the site is no longer available), updating the <code>sodium_compat</code> library, and making sure admin verification emails use the user&rsquo;s locale instead of the site&rsquo;s locale.  For a full overview of all changes, visit the <a href=\"https://wordpress.org/support/wordpress-version/version-5-3-1/\">WordPress 5.3.1 release page</a>.</p>\n\n\n\n<h2>Accessibility Improvements</h2>\n\n\n\n<img />&ldquo;Coffee&rdquo; color scheme with new button colors.\n\n\n\n<p>Some of the biggest accessibility changes fixed issues with the <a href=\"https://make.wordpress.org/core/2019/12/10/alternate-color-schemes-changes-in-wordpress-5-3-1/\">alternate admin color schemes</a> available in WordPress.  The accessibility improvements to buttons in WordPress 5.3 did not get carried over to most of the alternate schemes.  Or, rather, those alternate color schemes were not taken into account when the changes went into effect.  This left secondary button elements practically unreadable in some cases, which made accessibility worse.</p>\n\n\n\n<p>Version 5.3.1 creates a unified design for secondary buttons for every color scheme.  It also makes sure that the <code>:active</code> state for buttons are consistent.</p>\n\n\n\n<p>Other improvements to accessibility include adding underlines to links on the Dashboard screen that were not clearly links by context, properly disabling nav menu forms when they should not be in use, and adding hover effects for links on the &ldquo;About&rdquo; admin screens.</p>\n\n\n\n<h2>Twenty Twenty Changes</h2>\n\n\n\n<img />Author bio option in the customizer.\n\n\n\n<p>The Twenty Twenty theme launched with JavaScript-based, smooth-scroll behavior for anchor links.  This feature did not work correctly in all cases.  It also broke anchor links to individual comments when paginated comments were enabled on a site.  </p>\n\n\n\n<p>Version 1.1 of Twenty Twenty <a href=\"https://make.wordpress.org/core/2019/12/08/twenty-twenty-animated-scroll-changes-in-wordpress-5-3-1/\">includes CSS-based, smooth-scroll behavior</a>.  This greatly simplifies the code by using native behavior.  It also works based on the user&rsquo;s reduced motion setting for their browser, which enhances accessibility for the theme.</p>\n\n\n\n<p>The theme update comes packaged with a new option for showing or hiding the post author bio.  The setting is available under the &ldquo;Theme Options&rdquo; section in the customizer.  It is enabled by default and will show the author bio section at the end of every post across the site.</p>\n\n\n\n<p>The Twenty Twenty update also includes several bug fixes, most of which were trivial issues.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Dec 2019 00:58:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:68:\"WordPress.org blog: WordPress 5.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8203\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12695:\"<p>WordPress 5.3.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 46 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.</p>\n\n\n\n<p>WordPress 5.3.1 is a short-cycle maintenance release. The next major release will be version 5.4.</p>\n\n\n\n<p>You can download WordPress 5.3.1 by clicking the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h2>Security updates</h2>\n\n\n\n<p>Four security issues affect WordPress versions 5.3 and earlier; version 5.3.1 fixes them, so you’ll want to upgrade. If you haven’t yet updated to 5.3, there are also updated versions of 5.2 and earlier that fix the security issues.</p>\n\n\n\n<ul><li>Props to <a href=\"https://danielbachhuber.com/\">Daniel Bachhuber</a> for finding an issue where an unprivileged user could make a post sticky via the REST API.</li><li>Props to <a href=\"https://blog.ripstech.com/authors/simon-scannell\">Simon Scannell of RIPS Technologies</a> for finding and disclosing an issue where cross-site scripting (XSS) could be stored in well-crafted links.</li><li>Props to the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://wordpress.org/\">WordPress.org</a> Security Team for hardening <code>wp_kses_bad_protocol()</code> to ensure that it is aware of the named colon attribute.</li><li>Props to <a href=\"https://twitter.com/ducnt_\">Nguyen The Duc</a> for discovering a stored XSS vulnerability using block editor content.</li></ul>\n\n\n\n<h2>Maintenance updates</h2>\n\n\n\n<p>Here are a few of the highlights:</p>\n\n\n\n<ul><li>Administration: improvements to admin form controls height and alignment standardization (see related <a href=\"https://make.wordpress.org/core/2019/12/11/admin-form-controls-height-and-alignment-standardization-in-wordpress-5-3-1/\">dev note</a>), dashboard widget links accessibility and alternate color scheme readability issues (see related <a href=\"https://make.wordpress.org/core/2019/12/10/alternate-color-schemes-changes-in-wordpress-5-3-1/\">dev note</a>).</li><li>Block editor: fix Edge scrolling issues and intermittent JavaScript issues.</li><li>Bundled themes: add customizer option to show/hide author bio, replace JS based smooth scroll with CSS (see related <a href=\"https://make.wordpress.org/core/2019/12/08/twenty-twenty-animated-scroll-changes-in-wordpress-5-3-1/\">dev note</a>) and fix Instagram embed CSS.</li><li>Date/time: improve non-GMT dates calculation, fix date format output in specific languages and make&nbsp;<code>get_permalink()</code>&nbsp;more resilient against PHP timezone changes.</li><li>Embeds: remove CollegeHumor oEmbed provider as the service doesn&#8217;t exist anymore.</li><li>External libraries: update <code>sodium_compat</code>.</li><li>Site health: allow the remind interval for the admin email verification to be filtered.</li><li>Uploads: avoid thumbnails overwriting other uploads when filename matches, and exclude PNG images from scaling after upload.</li><li>Users: ensure administration email verification uses the user&#8217;s locale instead of the site locale.</li></ul>\n\n\n\n<p>For more information, <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.3.1&order=priority\">browse the full list of changes on Trac</a> or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-3-1/\">version 5.3.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks!</h2>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who contributed to WordPress 5.3.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">andraganescu</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">aravindajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">Maciej Mackowiak</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, and <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Dec 2019 00:07: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:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:118:\"WPTavern: Gutenberg 7.1 Includes Welcome Modal, Improves Multi-Block Selection, and Adds Drag-and-Drop Featured 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:29:\"https://wptavern.com/?p=95796\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://wptavern.com/gutenberg-7-1-includes-welcome-modal-improves-multi-block-selection-and-adds-drag-and-drop-featured-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:7146:\"<p class=\"has-drop-cap\">The past two weeks have been blazing fast for <a href=\"https://make.wordpress.org/core/2019/12/11/whats-new-in-gutenberg-11-december/\">Gutenberg plugin development</a>.  A total of 161 pull requests (patches) were merged into version 7.1 of the plugin.  Over 20 bugs were squashed while the team added several enhancements, which include better multi-block selection, a new welcome modal, and drag-and-drop featured images.</p>\n\n\n\n<p>The team refactored several areas of the codebase to prepare for future changes and make it possible to use new hooks.  API changes include a new <a href=\"https://github.com/WordPress/gutenberg/pull/17926\">custom select control</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/18609\">text highlight</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/17603\">custom gradient picker</a> components for developers to use in their plugins.</p>\n\n\n\n<p>The release also featured a toolbar button for switching between &ldquo;edit&rdquo; and &ldquo;select&rdquo; mode.  The select mode allows you to select blocks without opening the editing controls unless you click again within a block, which switches you back to editing mode.  The only noticeable difference is that the editing controls do not appear while in select mode.  <em>Wondering when I will ever use this feature&hellip;</em></p>\n\n\n\n<h2>Welcome Guide Modal</h2>\n\n\n\n<img />New welcome guide modal for first-time users.\n\n\n\n<p>The new version of the plugin includes a <a href=\"https://github.com/WordPress/gutenberg/pull/18041\">pop-up welcome modal</a> for first-time users.  There are currently three panels with short introductions to what blocks are, how to use them, and getting to know the block library.  </p>\n\n\n\n<p>Ideally, the modal will link out to more extensive documentation in a future iteration.  Right now, the information provided does not go into much detail.  It feels like a message to say, &ldquo;Hey, check out this shiny new thing.&rdquo;  However, there needs to be more substance for it to be helpful for first-timers.</p>\n\n\n\n<h2>Improved Multi-block Selection</h2>\n\n\n\n<img />Selecting multiple blocks at once.\n\n\n\n<p>The block editor now incorporates a nicer <a href=\"https://github.com/WordPress/gutenberg/pull/16835\">native multi-block selection</a> process.  The first aspect of this change is to use the native selection color, which improves accessibility.  It also uses native selection behavior when selecting multiple blocks.</p>\n\n\n\n<p>The second part is important because it paves the way toward partial block selection in a future release.  Currently, when selecting text across multiple blocks, the editor extends this out to select all text from the selected blocks.  In the future, it should be possible to select only part of the text across multiple blocks.  This would be consistent with normal text-based editors where users can select the last sentence from one paragraph and the first from the next, for example.</p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/18746\">Selecting multiple blocks and pasting</a> new content works correctly in 7.1.  In the past, the rich text component handled pasting.  This resulted in the blocks being split and the pasted content inserted between the split.  The block editor now handles the pasting process.  This allows users to completely replace multiple selected blocks with a paste.</p>\n\n\n\n<h2>Drag-and-Drop Featured Images</h2>\n\n\n\n<img />Dragging a featured image from the desktop.\n\n\n\n<p>Instead of clicking the featured image box to open the media modal, users can now save themselves a click.  Just like dragging and dropping an image into the editor, the featured image box now accepts any image file dropped into it.</p>\n\n\n\n<h2>Table Captions</h2>\n\n\n\n<img />Adding a caption to the table block.\n\n\n\n<p>For those who have long waited for a true table <code>&lt;caption&gt;</code> implementation, keep on waiting.</p>\n\n\n\n<p>A <a href=\"https://github.com/WordPress/gutenberg/issues/11589\">year-old ticket</a> that was opened for a table caption feature was closed with a solution matching that of other blocks with captions (e.g., image, gallery).  The <a href=\"https://github.com/WordPress/gutenberg/pull/15554\">pull request</a> featured a lengthy discussion over the technical limitations of how to best handle the feature.  Ultimately, the decision was to wrap tables in a <code>&lt;figure&gt;</code> element and add the caption via the <code>&lt;figcaption&gt;</code> tag.</p>\n\n\n\n<p>While this may work for some who need to add a caption or summary below a table, it is not currently helping users who need captions in their normal spot at the top of a table.</p>\n\n\n\n<p>In the long run, users who need to roll out advanced tables will likely need a table block plugin anyway.  The Gutenberg and core WordPress implementation is limiting for anything beyond the most basic table output.  Real captions would have been a nice touch though.</p>\n\n\n\n<h2>Alignment for the Navigation Block</h2>\n\n\n\n<img />Aligning navigation block items.\n\n\n\n<p>The Navigation block, which moved out of the experimental stage in version 7.0, has a <a href=\"https://github.com/WordPress/gutenberg/pull/18909\">new option for justifying</a> the list items to the left, right, or center.  This will be an important feature for full-site editing in the long term because users will want to set their nav menu perfectly.</p>\n\n\n\n<p>This block will likely be in flux for a while.  There are still major questions about how navigation will work on mobile, especially as we inch closer to full-site editing.  <em>Will core play a role in making mobile menus?  Will themes be left to their own devices?  Will themes offer multiple options based on screen size?</em></p>\n\n\n\n<h2>Moving Ahead with Templates and Full-Site Editing</h2>\n\n\n\n<p>Coming off the heels of a somewhat controversial <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">documentation proposal for block-based themes</a>, version 7.1 includes a new demo block template named <code>index.html</code>.  It is a fallback template in cases where no templates are available.  This is an early, experimental step toward making full-site editing a reality.  </p>\n\n\n\n<p>Theme developers who want to start looking at what block templates <em>could</em> look like, should <a href=\"https://github.com/WordPress/gutenberg/blob/v7.1.0/lib/demo-block-templates/index.html\">view the demo index.html template</a>.</p>\n\n\n\n<p>Unfortunately, the release ZIP file available through the official plugin repository does not include the <code>index.html</code> template.  It was excluded because of a <a href=\"https://github.com/WordPress/gutenberg/issues/19066\">bug in the build process</a>.  However, it may be packaged in a version 7.1.1 minor release.  The file is correctly included for developers who clone from the Git repository.</p>\n\n\n\n<p>The second step of this process was the addition of a Template Part block.  The idea for this block is that it would be a placeholder to add to templates, which would output a template part on the front end.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Dec 2019 21:21: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: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: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:30:\"bbPress: bbPress 2.6.3 is out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://bbpress.org/?p=206794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://bbpress.org/blog/2019/12/bbpress-2-6-3-is-out/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:967:\"<p>bbPress 2.6.3 fixes <a href=\"https://bbpress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.6.3\">9 issues</a> reported by community members:</p>\n\n\n\n<ul><li>Fixes a few typos and grammatical errors</li><li>Bumps required WordPress versions to 5.3.0 (bbPress always only officially supports the latest WordPress version)</li><li>Fixes the Forums widget displaying in the wrong order</li><li>Fixes a JavaScript error with hierarchical replies</li></ul>\n\n\n\n<p class=\"has-text-color has-background has-very-dark-gray-color has-very-light-gray-background-color\">We&#8217;re continuing to work on improving bbPress 2.6 while also deciding what exactly will make it into 2.7.</p>\n\n\n\n<p class=\"has-text-color has-background has-very-dark-gray-color\">Expect for the next minor release (bbPress 2.6.4) to be released sometime before Christmas 2019. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f41d.png\" alt=\"?\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Dec 2019 20:52: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:17:\"John James Jacoby\";s: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:69:\"WPTavern: Creator of EditorsKit Launches Community Block-Sharing 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:29:\"https://wptavern.com/?p=95775\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/creator-of-editorskit-launches-community-block-sharing-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:4340:\"<img />\n\n\n\n<p>Jeffrey Carandang, the creator behind the EditorsKit WordPress plugin, <a href=\"https://shareablock.com/introducing-shareablock-share-and-download-free-gutenberg-block-template-designs/\">launched a new community site</a> for sharing block designs and templates today.  The ShareABlock website allows visitors to download block files directly from the site and import them into the block editor.  Users can also sign up to share custom block designs and full-blown block templates.  All downloads are available for free.</p>\n\n\n\n<p>At the moment, there are 18 block designs available for download.  There are two primary types of downloads:  block patterns and block templates. </p>\n\n\n\n<p><a href=\"https://shareablock.com/blocks/category/block-patterns/\">Patterns</a> are smaller groupings of blocks to create a specific section for a page.  These include designs such as various hero sections, pricing lists, and a call-to-action section. </p>\n\n\n\n<p><a href=\"https://shareablock.com/blocks/category/templates/\">Templates</a> work the same way as patterns.  However, they are larger sets of blocks designed to create an entire page.  For example, one template allows users to import a full gallery portfolio page.  Another creates an editable resume layout.</p>\n\n\n\n<p>Other than Carandang, two other contributors have shared block designs.  This number should rise as more people sign up and decide to share their creations.  The <a href=\"https://shareablock.com/how-to-submit-design-on-share-a-block/\">registration process</a> is open to anyone who wants to join.  However, each contribution is subject to a review for quality assurance.</p>\n\n\n\n<p>&ldquo;One of my primary goals in creating [EditorsKit] is to help users get a little more comfortable with using the new WordPress Gutenberg block editor,&rdquo; described Carandang in the announcement post for ShareABlock.  &ldquo;The goal is to help users create Gutenberg blocks easily. With drag and drop import, layout and designs will be available in an instant.&rdquo;</p>\n\n\n\n<p>Carandang feels confident that pre-configured block designs will help users learn how to use the block editor to create richer content.  &ldquo;Even if it&rsquo;s just a little help to make them comfortable with Gutenberg, it means a lot,&rdquo; he wrote.</p>\n\n\n\n<p>He said the feedback from users has been positive thus far.</p>\n\n\n\n<img />Importing the Fullscreen Profile Card block pattern.\n\n\n\n<p>Block designs downloaded from ShareABlock require the <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit plugin</a>, which is available for free in the WordPress plugin directory.  This requirement is because WordPress does not currently have a native importer built into the block editor.  In the future, this may change and the requirement could be lifted.</p>\n\n\n\n<p>Version 1.7 of EditorsKit introduced the <a href=\"https://wptavern.com/editorskit-1-6-and-1-7-add-tools-for-writers-drag-and-drop-block-export-import\">ability to import blocks</a> by dragging and dropping a block <code>.json</code> file into the editor.  The blocks available via ShareABlock work using this feature.  After downloading a <code>.json</code> file from the site, users merely need to drag it into the editor.  Users can also use the &ldquo;Import&rdquo; block available from EditorsKit to do the same.</p>\n\n\n\n<h2>Block Patterns and the Future</h2>\n\n\n\n<p>&ldquo;The plan is to provide integration with Block Patterns, which is what the core devs are currently working on,&rdquo; said Carandang.  &ldquo;With this integration, the import process will be much easier.&rdquo;</p>\n\n\n\n<p>Block patterns are a planned feature that is under <a href=\"https://github.com/WordPress/gutenberg/issues/17335\">active development</a> in the Gutenberg plugin and will eventually make its way into core WordPress. Patterns are predefined sets of blocks.  They will allow users to quickly create more advanced layouts while also teaching what specific blocks do.  The idea is to have a set of patterns with common layouts that people see around the web.  </p>\n\n\n\n<p>Carandang said he is actively checking the progress of the Block Patterns feature.  He is eager to see the feature to come to fruition, which carries with it the possibility of more widespread use of the blocks available from his new community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Dec 2019 19:51:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:48:\"BuddyPress: BuddyPress 5.1.0 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=309343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://buddypress.org/2019/12/buddypress-5-1-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1258:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/buddypress.5.1.0.zip\">BuddyPress 5.1.0</a>. This maintenance release fixes 8 bugs related to the 5.0.0 release, and is a recommended upgrade for all BuddyPress installations.</p>\n\n\n\n<p>For details on the changes, please read the <a href=\"https://codex.buddypress.org/releases/version-5-1-0/\">5.1.0 release notes</a>.</p>\n\n\n\n<p>Update to BuddyPress 5.1.0 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<h2>Many thanks to 5.1.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/szepeviktor/\">szepe.viktor</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">JarretC</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a> &amp; <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Dec 2019 21:45: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:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: Progress on WordPress’ 2019 Projects Sets 2020 Roadmap\";s:7:\"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://wptavern.com/?p=95761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/progress-on-wordpress-2019-projects-sets-2020-roadmap\";s: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:8566:\"<p>Josepha Haden, Executive Director of WordPress, published an <a href=\"https://make.wordpress.org/core/2019/12/06/update-9-projects-for-2019/\">update of WordPress&rsquo; goals in 2019</a>.  The focus for WordPress over the past year has been on nine primary projects.  Of the nine projects, WordPress only managed to ship two in 2019.  This means that the focus in 2020 will be much the same as the community continues building on the progress it has made toward the existing projects.</p>\n\n\n\n<p>Currently, there are three <a href=\"https://wordpress.org/about/roadmap/\">planned major releases</a> for WordPress in 2020:</p>\n\n\n\n<ul><li>Version 5.4 &ndash; March 2020</li><li>Version 5.5 &ndash; August 2020</li><li>Version 5.6 &ndash; December 2020</li></ul>\n\n\n\n<p>Each of those dates are subject to change.  We should also get more specific dates as each release draws near.  The various projects for 2020 should land in each release.</p>\n\n\n\n<p>Matt Mullenweg, co-founder of WordPress, initially laid out the 2019 plans in his <a href=\"https://wptavern.com/state-of-the-word-2018-wordpress-embraces-the-block-editor\">2018 State of the Word</a> address and <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">listed the projects</a> on the Make Core blog.  The big takeaway is that 2019 was supposed to be the year that we got closer to full-site customization (Phase 2 of the Gutenberg project).  While developers have made huge strides in making that a reality, much of the project is still in its infancy.</p>\n\n\n\n<h2>Projects That Shipped in 2019</h2>\n\n\n\n<p>All existing core WordPress widgets now exist as blocks.  Rather than being limited to placing widgets where the theme decides, users can now put widgets in posts, pages, or any other content area via the block editor.  As the project continues to move toward full-site editing, users will eventually have the ability to place these widgets and other blocks nearly anywhere.</p>\n\n\n\n<p>The site health project was merged into core.  It features a screen that provides information about the site&rsquo;s health to site owners.  It also has a fatal-error detection script that emails site owners when plugin and theme issues are found.</p>\n\n\n\n<h2>Projects to Expect in 2020</h2>\n\n\n\n<p>Most of the remaining projects that did not quite make the cut for release in 2019 have still made progress during the year.  The following is a breakdown of what projects to expect in the coming year.</p>\n\n\n\n<h3>Navigation Menu Block</h3>\n\n\n\n<img />Navigation block in the block editor.\n\n\n\n<p>Currently, the navigation block&rsquo;s target is to ship with WordPress 5.4.  This is a likely reality because it is now out of the experimental stage and is available for beta testing in <a href=\"https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts\">Gutenberg 7.0</a>.  The development team worked on this block for several releases and now have something stable enough for user testing.</p>\n\n\n\n<p>This block is a major piece of the site-customization puzzle.  In the long term, users will need an easy-to-use block for handling navigation menus across their site.</p>\n\n\n\n<h3>Custom Block-Aware Content Areas for Themes</h3>\n\n\n\n<p>Phase 1 of the Gutenberg project brought the block editor to post content.  A large part of Phase 2 is <a href=\"https://github.com/WordPress/gutenberg/issues/13489\">breaking outside of post content</a> and allowing users to add blocks in more areas.  It is unclear exactly what that will look like in the long run.  Themes should be able to register additional block-aware areas.</p>\n\n\n\n<p>The target release for this feature is set to WordPress 5.5, but it is too early to guess whether that is a realistic target.  It is a tough issue to solve because it will need to coincide with decisions on <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">theme block templates</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/18029\">saving multiple entities</a>, and <a href=\"https://github.com/WordPress/gutenberg/issues/13113\">full-site customization</a> in general.  It is not a feature that can be rushed because it will have far-reaching consequences to how WordPress works for years into the future.</p>\n\n\n\n<h3>Widget Areas to Support Blocks</h3>\n\n\n\n<img />Experimental widget areas feature in Gutenberg.\n\n\n\n<p>The current plan is to allow widget areas (sidebars) to support blocks alongside widgets.  The Gutenberg plugin has an experimental widget areas option for enabling an early version of this feature, which has a target release of WordPress 5.5.</p>\n\n\n\n<p>There are two aspects to making this feature a reality.  The first is making it work on the <a href=\"https://github.com/WordPress/gutenberg/issues/13204\">widgets admin screen</a>.  The second is making it work in the <a href=\"https://github.com/WordPress/gutenberg/issues/13205\">customizer</a>, an area where users can also manage widgets.</p>\n\n\n\n<p>At the moment, it feels like the sidebar concept should be deprecated.  The experimental feature works by allowing users to add blocks to a sidebar, which are converted into one big &ldquo;block area&rdquo; widget on output.  If WordPress is &ldquo;all in&rdquo; on the block paradigm, energy would be better spent focusing on allowing themes to build custom block areas and letting the official Sidebar API die a slow death.  Mixing an old concept with a new one feels clunky at best.  It&rsquo;s time to move on and soft-deprecate sidebars and widgets until most themes no longer support them.</p>\n\n\n\n<h3>Block Directory Search and Install</h3>\n\n\n\n<img />Experimental block directory search in Gutenberg plugin.\n\n\n\n<p>Eventually, all WordPress users will be able to search for a block via the block inserter.  If the block exists, they can insert it into the block area.  If not, the inserter will allow users to discover new blocks from the <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a>.  The installation, activation, and insertion of the new block should be seamless.</p>\n\n\n\n<p>The target release for this feature is set for WordPress 5.5, which should be possible (if not earlier) based on how well the feature currently works in the Gutenberg plugin.  It is not perfect yet and has broken more than a few of my posts when working with installed blocks.  There are still <a href=\"https://github.com/WordPress/gutenberg/issues/17440\">several open issues</a> that need to be addressed.</p>\n\n\n\n<p>Plugin authors who are looking to get ahead of the game can submit block plugins by following the <a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">block plugin guidelines</a>.</p>\n\n\n\n<h3>Automatic Plugin, Theme, and Major Core Updates</h3>\n\n\n\n<p>After years of extensive testing and using automatic updates for minor WordPress releases, it feels like we should already have auto-updates on everything at this point.  Having to keep up with plugin and theme updates can be a pain for some site owners.  With enough plugins, it is not out of the realm of possibility to have one or more plugins to update daily.</p>\n\n\n\n<p>Some hosting solutions and Jetpack have mitigated this issue for many users by offering automatic plugin updates, but this is a long overdue core feature that should be a high priority.  No target release was given for auto-updates on themes/plugins or major core releases.  Let&rsquo;s hope the feature does not get put on the back burner for another year.</p>\n\n\n\n<h3>Tackling Over 6,500 Trac Issues</h3>\n\n\n\n<p>With the Gutenberg plugin getting much of the attention these days, it is easy to forget that there are <a href=\"https://core.trac.wordpress.org/\">thousands of tickets</a> awaiting patches, reviews, and decisions on Trac.  I have long been a champion of using one major release of WordPress to simply fix existing bugs while adding no new features.</p>\n\n\n\n<p>Jonathan Desrosiers has written an <a href=\"https://jonathandesrosiers.com/2019/06/wordpress-triage-team-3-month-reflection/\">extensive post</a> that covers much of the work the Triage Team has done earlier this year.</p>\n\n\n\n<p>Triaging is not something that ever truly reaches a conclusion.  It is an ongoing process that must continue throughout the life of a project.  People who are interested in being involved with the Triage Team can find more information on the <a href=\"https://make.wordpress.org/core/2019/03/01/introducing-the-wordpress-triage-team/\">Triage Team announcement post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Dec 2019 21:25:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:20;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:34:\"HeroPress: Video from DoSummitGood\";s:7:\"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=3027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://heropress.com/video-from-dosummitgood/#utm_source=rss&utm_medium=rss&utm_campaign=video-from-dosummitgood\";s: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:2637:\"<img width=\"960\" height=\"503\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/12/DoSummitGood-mountain_optimised-1024x536.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" />\n<p>I recently took part in DoSummitGood, an online conference for people and organizations working to Do Good in the WordPress community.</p>\n\n\n\n<p>The organizers managed to get recordings of all the talks on YouTube the very next day, which is pretty impressive.</p>\n\n\n\n<p>In this talk I tell a lot more about what was going on in my personal life while spinning up HeroPress, so I recommend checking it out even if you&#8217;ve already heard the story.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"jetpack-video-wrapper\"></div>\n</div>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Video from DoSummitGood\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Video%20from%20DoSummitGood&via=heropress&url=https%3A%2F%2Fheropress.com%2Fvideo-from-dosummitgood%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Video from DoSummitGood\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fvideo-from-dosummitgood%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fvideo-from-dosummitgood%2F&title=Video+from+DoSummitGood\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Video from DoSummitGood\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/video-from-dosummitgood/&media=https://heropress.com/wp-content/uploads/2019/12/DoSummitGood-mountain_optimised-150x150.jpg&description=Video from DoSummitGood\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Video from DoSummitGood\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/video-from-dosummitgood/\" title=\"Video from DoSummitGood\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/video-from-dosummitgood/\">Video from DoSummitGood</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Dec 2019 16:13:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:52:\"WordPress.org blog: People of WordPress: Jill Binder\";s:7:\"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://wordpress.org/news/?p=8192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/12/people-of-wordpress-jill-binder/\";s: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:10930:\"<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Jill Binder</strong></h2>\n\n\n\n<p>Jill Binder never meant to become an activist. She insists it was an accident.</p>\n\n\n\n<p>Despite that, Jill has led the Diversity Outreach Speaker Training working group in the WordPress Community team since 2017. This group is dedicated to increasing the number of women and other underrepresented groups who are stepping up to become speakers at WordPress Meetups, WordCamps, and events.&nbsp;</p>\n\n\n\n<h2><strong>Jill’s back story</strong></h2>\n\n\n\n<h3><strong>Internship</strong></h3>\n\n\n\n<p>Jill’s WordPress story begins in 2011, in Vancouver, Canada.&nbsp;Jill secured an internship for her college program, working on a higher education website that was built in WordPress.&nbsp;As a thank you, her practicum advisor bought Jill a ticket to WordCamp Vancouver 2011: Developer’s Edition. After that Jill began freelancing&nbsp; with WordPress as a Solopreneur.&nbsp;</p>\n\n\n\n<h3><strong>First steps in the WordPress community</strong></h3>\n\n\n\n<p>The following year her internship advisor, who had become a client, was creating the first ever BuddyCamp for BuddyPress. He asked Jill to be on his organizing team. At that event she also moderated a panel that had Matt Mullenweg on it. Then, Jill was invited to be on the core organizing team for WordCamp Vancouver.</p>\n\n\n\n<p>Part of this role meant reviewing and selecting speakers. From 40 speaker applications that could be a fit the team had to pick only 14 to speak.</p>\n\n\n\n<h2><strong>The diversity challenge when selecting speakers</strong></h2>\n\n\n\n<p>For anyone who has organized a conference, you know that speaker selection is hard. Of the 40 applications, 7 were from women, and the lead organizer selected 6 of those to be included in the speaker line up.</p>\n\n\n\n<p>At this point Jill wasn’t aware that very few women apply to speak at tech conferences and suggested selection should be made on the best fit for the conference. The team shared that not only did they feel the pitches were good and fit the conference, but they also needed to be accepted or the Organizers would be criticized for a lack of diversity.</p>\n\n\n\n<p>Selecting women for fear of criticism is embarrassing to admit, but that’s how people felt in 2013.</p>\n\n\n\n<p>By the time the event happened, though, the number of women speakers dropped to 4. And with an additional track being added, the number of speakers overall was up to 28. Only 1 speaker in 7 was a woman (or 14%) and attendees did ask questions and even blogged about the lack of representation.</p>\n\n\n\n<h2><strong>What keeps women from applying?</strong></h2>\n\n\n\n<p>Later that year at&nbsp; WordCamp San Francisco—the biggest WordCamp at the time (before there was a WordCamp US)—Jill took the opportunity to chat with other organizers about her experience. She found out that many organizers had trouble getting enough women to present.</p>\n\n\n\n<p>Surprisingly Vancouver had a high number of women applicants in comparison to others, and the consensus was more would be accepted&nbsp; if only more would apply.</p>\n\n\n\n<p>Jill decided that she&nbsp; needed to know why this was happening? Why weren’t there more women applying? She started researching, reading, and talking to people.</p>\n\n\n\n<p>Though this issue is complex, two things came up over and over:</p>\n\n\n\n<ul><li>“What would I talk about?”</li><li>“I’m not an expert on anything. I don’t know enough about anything to give a talk on it.”</li></ul>\n\n\n\n<h2><strong>A first workshop with encouraging results</strong></h2>\n\n\n\n<p>Then Jill had an idea. She brought up the issue at an event and someone suggested that they should get women together in a room and brainstorm speaker topics.</p>\n\n\n\n<p>So Jill became the lead of a small group creating a workshop in Vancouver: the talented Vanessa Chu, Kate Moore Hermes, and Mandi Wise. In one of the exercises that they created, participants were invited to brainstorm ideas—this proved that they had literally a hundred topic ideas and the biggest problem then became picking just one!</p>\n\n\n\n<p>In the first workshop, they focussed on:</p>\n\n\n\n<ul><li>Why it matters that women (<em>added later: diverse groups</em>) are in the front of the room</li><li>The myths of what it takes to be the speaker at the front of the room (aka beating impostor syndrome)</li><li>Different presentation formats, especially story-telling</li><li>Finding and refining a topic</li><li>Tips to become a better speaker</li><li>Leveling up by speaking in front of the group throughout the afternoon</li></ul>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?w=632&ssl=1\" alt=\"women gathering to discussion presentation topics\" class=\"wp-image-8195\" />Vancouver Workshop 2014\n\n\n\n<h2><strong>Leading to workshops across North America and then the world</strong></h2>\n\n\n\n<p>Other cities across North America heard about the workshop and started hosting them, adding their own material.</p>\n\n\n\n<p>Many women who initially joined her workshop wanted help getting even better at public speaking. So Jill&#8217;s Vancouver team added in some material created from the other cities and a bit more of their own. Such as:</p>\n\n\n\n<ul><li>Coming up with a great title</li><li>Writing a pitch that is more likely to get accepted</li><li>Writing a bio</li><li>Creating an outline</li></ul>\n\n\n\n<p>At WordCamp Vancouver 2014—only one year since Jill started—there were 50% women speakers and 3 times the number of women applicants! Not only that, but this WordCamp was a Developer’s Edition, where it’s more challenging to find women developers in general, let alone those who will step up to speak.</p>\n\n\n\n<h3><strong>More work is needed!</strong></h3>\n\n\n\n<p>Impressive as those results were, the reason Jill is so passionate about this work is because of what happened next:</p>\n\n\n\n<ul><li>Some of the women who attended the workshop stepped up to be leaders in the community and created new content for other women.</li><li>A handful of others became WordCamp organizers. One year Vancouver had an almost all-female organizing team – 5 out of 6!</li><li>It also influenced local businesses. One local business owner loved what one of the women speakers said so much that he hired her immediately. She was the first woman developer on the team, and soon after she became the Senior Developer.</li></ul>\n\n\n\n<h2><strong>Diversity touches on many levels</strong></h2>\n\n\n\n<p>Jill has seen time and again what happens when different people speak at the front of the room. More people feel welcome in the community. The speakers and the new community members bring new ideas and new passions that help to make the technology we are creating more inclusive. And together we generate new ideas that benefit everyone.</p>\n\n\n\n<p>This workshop was so successful, with typical results of going from 10% to 40-60% women speakers at WordCamps, that the WordPress Global Community Team asked Jill to promote it and train it for women and all diverse groups around the world. In late 2017, Jill started leading the Diverse Speaker Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#wpdiversity</a>).</p>\n\n\n\n<p>Dozens of community members across the world have now been trained to lead the workshop. With now dozens of workshops worldwide, for WordPress and other open source software projects as well, there is an increase in speaker diversity.&nbsp;</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?fit=632%2C474&ssl=1\" alt=\"Diverse Speaker Training group \" class=\"wp-image-8196\" />WordCamp US 2019\n\n\n\n<p>As a result of the success, Jill is now sponsored to continue the program. The first sponsor is Automattic. She’s proud of how the diversity represented on the stage adds value not only to the brand but also in the long-term will lead to the creation of a better product. She’s inspired by seeing the communities change as a result of the new voices and new ideas at the WordPress events.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Jill’s leadership in the development and growth of the Diversity Outreach Speaker Training initiative has had a positive, measurable impact on WordPress community events worldwide. When WordPress events are more diverse, the WordPress project gets more diverse — which makes WordPress better for more people.”</em></p><cite><em> Andrea Middleton, Community organizer on the WordPress open source project</em></cite></blockquote>\n\n\n\n<h3><strong>Resources:</strong></h3>\n\n\n\n<ul><li>The Workshop: <a href=\"http://diversespeakers.info/\">http://diversespeakers.info/</a></li><li>More information: <a href=\"https://tiny.cc/wpdiversity\">https://tiny.cc/wpdiversity</a></li><li><a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/speakers/building-a-diverse-speaker-roster/\">How to build a diverse speaker roster</a></li><li><a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">Diversity Outreach Speaker Training Team</a></li></ul>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://lh6.googleusercontent.com/fq6qus5qmviDZaznrQnW-4wcbSs6NSrqeqEEGnPjgi2WJrVevNm4Em4KsP-VVH_0kMgWuNtW7mm_V9-hKtrrJFohRi6KrUXAoLHjrymChCltMr9fuh4dBIu_0SqNPts0MZgcvh_W\" alt=\"\" width=\"153\" height=\"115\" /></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n\n\n\n<p><em><strong>Correction: December 7, 2019</strong><br />The original article mentioned the team Jill lead, but did not mention the team members who joined her. Those have been added. Apologies to Vanessa, Kate, and Mandi. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> </em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Dec 2019 23:27: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: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: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:94:\"WPTavern: Zero BS CRM 3.0 Improves UI, Changes Database Structure, and Becomes More Extendable\";s:7:\"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://wptavern.com/?p=95739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/zero-bs-crm-3-0-improves-ui-changes-database-structure-and-becomes-more-extendable\";s: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:6294:\"<img />\n\n\n\n<p>The team behind Zero BS CRM <a href=\"https://zerobscrm.com/road-to-v3/\">launched version 3.0</a> of their WordPress plugin today.  This is the first major release since the plugin was <a href=\"https://wptavern.com/automattic-acquires-zero-bs-crm-considers-rebranding-it-as-jetpack-crm\">acquired by Automattic in August</a>.  The updated plugin uses custom database tables, opens the plugin for more extensions, and has a more consistent UI than previous versions.</p>\n\n\n\n<p>CRM is an acronym for &ldquo;customer relationship management.&rdquo;  CRM systems allow businesses to manage their customer relationships through an interface.  How CRM systems work can vary greatly, depending on the software used.  In general, the goal is to help manage contacts, sales, and productivity.</p>\n\n\n\n<p>Zero BS CRM was co-created by Mike Stott and Woody Hayday.  Despite a low number of plugin users (around 1,000 at acquisition), Automattic acquired the plugin based on the strength of the product.  Currently, Stott and Hayday are the primary developers on the plugin and maintain more than 30 commercial extensions for it.</p>\n\n\n\n<p>Many CRM solutions are SaaS products, such as Salesforce CRM and HubSpot CRM.  &ldquo;The main benefit of ZBS CRM over online SaaS type solutions is it sits in your WP admin dashboard, and you own your own data,&rdquo; said Stott.</p>\n\n\n\n<p>Version 3.0 of the plugin improves in several key areas.  One major change is the switch to custom database tables rather than pigeon-holing everything into a custom post type.  This change should speed up accessing data such as contacts and transactions in large databases.</p>\n\n\n\n<p>Users should benefit from a much improved and consistent UI from previous versions.  Zero BS CRM does not strictly follow the core WordPress admin UI.  &ldquo;When looking at ZBS CRM and how to tie in all our menu items into the WordPress UI &ndash; it wasn&rsquo;t easy,&rdquo; said Stott.  &ldquo;We settled on using a UI framework with our own top menu, and a natural follow-on for that was to draw our list views using that same UI and button systems. Whether we move this back or not depends on feedback from our users &mdash; we get a lot of positive feedback on how easy it is to navigate around and wouldn&rsquo;t want to change something that&rsquo;s been getting good feedback.&rdquo;</p>\n\n\n\n<img />Contact management screen in the Zero BS CRM plugin.\n\n\n\n<p>Moving to custom tables over custom post types has also helped improve elements of the UI.  Stott said a huge advantage is not having third-party plugins accidentally adding themselves to the plugin&rsquo;s admin pages, such as having unnecessary SEO options on contact records.</p>\n\n\n\n<p>Another big change in 3.0 was building out a more extendable foundation for the plugin.  This will open up custom CRM objects in the future.  For example, plugin users could manage resources such as &ldquo;properties&rdquo; or &ldquo;campuses&rdquo; along with customer contact data.  This update creates more potential for industry-specific extensions.</p>\n\n\n\n<p>&ldquo;It really opens the door for more extendibility in the future,&rdquo; said Stott, &ldquo;and through an improved API in 2020 will allow for us to do more work across platforms and open up our CRM tools to more people.&rdquo;</p>\n\n\n\n<p>The Zero BS CRM plugin remains free and is <a href=\"https://wordpress.org/plugins/zero-bs-crm/\">available in the WordPress plugin repository</a>.  The primary source of income comes from its extension bundles, which are priced monthly and billed yearly.  The website currently offers freelancer ($11/month), entrepreneur ($17/month), and elite ($30/month) pricing options.  It also has a reseller plan available.</p>\n\n\n\n<h2>The Move to Automattic</h2>\n\n\n\n<p>When the plugin was first acquired, there was an initial idea to rebrand as &ldquo;Jetpack CRM.&rdquo;  However, they have maintained the Zero BS CRM branding with an acronym instead of the direct expletive for &ldquo;BS.&rdquo;  A rebrand may still be on the table in 2020 or beyond.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve been gathering user feedback and sentiment following the minor changes to ZBS CRM and the initial reactions if we were to rename as Jetpack CRM,&rdquo; said Stott.  &ldquo;Since the shorter name, there&rsquo;s been less objection or negative feelings, which puts less pressure on a big rebrand project, but it&rsquo;s certainly something we&rsquo;ll be coming back to.&rdquo;</p>\n\n\n\n<p>Stott said the primary focus since the acquisition has been less on branding and more on delivering 3.0 to the existing customer base.</p>\n\n\n\n<p>The acquisition by Automattic has helped with how their two-person team works.  &ldquo;The main thing is being able to lean on the amazing team and people throughout Automattic,&rdquo; said Stott.  &ldquo;In the past, we&rsquo;d only have Woody and my input, now we can reach out to experts in design, marketing, plus much more, and bounce our ideas around a vast pool of experience.&rdquo;</p>\n\n\n\n<p>He explained that the additional support resources of Automattic&rsquo;s Happiness Engineers means that he and his partner can focus more on engineering and growing the product and team.</p>\n\n\n\n<p>The acquisition of Zero BS CRM came during a busy year for Automattic.  With major moves such as <a href=\"https://wptavern.com/automattic-acquires-tumblr-plans-to-rebuild-the-backend-powered-by-wordpress\">acquiring Tumblr</a> and the <a href=\"https://wptavern.com/automattic-raises-300m-in-series-d-investment-round-valuation-jumps-to-3-billion\">Salesforce investment</a>, this small plugin has mostly flown under the radar in comparison.  Stott and Hayday have big plans for 2020.  They would like to grow the engineering team and explore bringing their tools to more WordPress.com users.</p>\n\n\n\n<p>The plugin&rsquo;s growth has remained stable since the acquisition, according to Stott.  &ldquo;The announcement brought us some additional customers who saw the backing from Automattic as strong advocacy for the plugin over other solutions in the WordPress space, so they made the decision to join us,&rdquo; he said.  The plugin has doubled its active install count and now serves over 2,000 users.  The team expects to continue growing in the coming months.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Dec 2019 20:43:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:35:\"WPTavern: Gutenberg: One Year Later\";s:7:\"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://wptavern.com/?p=95698\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com/gutenberg-one-year-later\";s: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:9610:\"<p>As we quickly head into the final weeks of 2019, we also pass the first anniversary of WordPress 5.0 and, subsequently, Gutenberg coming headlong into our lives. </p>\n\n\n\n<p>Love it or hate it, Gutenberg is here to stay.  If you had asked my thoughts on it last December, I would have probably sided with a large portion of other WordPress users.</p>\n\n\n\n<p><em>What are you doing?</em></p>\n\n\n\n<p><em>WordPress is fine, leave it alone!</em></p>\n\n\n\n<p><em>Stop forcing me to use this!</em></p>\n\n\n\n<p>Here we are, twelve months later, and you know what? I LOVE IT.  And, I am not alone.</p>\n\n\n\n<p>When it comes to writing content, I cannot <em>imagine</em> using the Classic Editor anymore. Sure, for a few paragraphs, the Classic Editor is fine.  However, when you need to make a 4,000+ word post, Gutenberg and the new block system make things a lot easier.</p>\n\n\n\n<p>Yes, the UI is a struggle for someone brand new to WordPress.  We have all heard the &ldquo;<em>Wait, I thought you said this was like Word?</em>&rdquo; line.  A good onboarding process would tackle that going forward.  For the rest of us, if you have not adopted Gutenberg yet, you should take another look at it.</p>\n\n\n\n<h2>The Need for a New Editor</h2>\n\n\n\n<p>Let&rsquo;s be honest.  The Classic Editor was great for short posts, a couple of headlines and paragraphs, job done.  But, how often were you going into the Text tab to remove an extra line break, fix a shortcode, or cut and paste a section to somewhere else in the post?&nbsp; At best, it was a struggle.  Often, it was excruciating to get your post <em>just right</em> before publishing.</p>\n\n\n\n<p>Not only will I <em>not</em> miss this, but I am pleased that new users will not be exposed to it anymore either.</p>\n\n\n\n<img />Classic Editor &ndash; Text tab in action\n\n\n\n<p>When I first heard of Gutenberg &mdash; before it was released in WordPress 5.0 &mdash; I installed the plugin and was immediately confused and slightly bewildered at the options. I wondered how I would edit in the future. </p>\n\n\n\n<p>I, among many others, probably gave out the same noises as when Facebook and Twitter reveal a huge overhaul of their UI, agreeing with everyone that things would never be the same again. <em>This was a mistake. </em>Of course, I was both right and wrong at the same time.  I just didn&rsquo;t know it.  Editing would not be the same again.  Instead, it would be a lot better (with some adjustment).</p>\n\n\n\n<p>I also know that many people will not agree with me and do not like the way Gutenberg looks or behaves to this day. But, if you give it some time and understand how it can make your life easier, it will do just that.</p>\n\n\n\n<p>First, take the time to work out the difference between Blocks and Document. On the left you have all the blocks for your post or page, inserting them in merrily as you go. On the right, the Document panel controls everything else, handily changing when you need to fine-tune a block.</p>\n\n\n\n<img />Gutenberg block editor in action\n\n\n\n<p>One of the most common complaints I have read is people struggling with the toolbar that appears as you hover over each block. There is a simple solution to this, and when it is enabled, the majority of people suddenly start to love it! Make sure you set the view to &ldquo;Top Toolbar&rdquo; in the Gutenberg options. Now you have a distraction and clutter-free editing environment to work with.</p>\n\n\n\n<h2>Gutenberg vs. Page Builders</h2>\n\n\n\n<p>Gutenberg is not a page builder, and it is a common argument thrown out by people on why they refuse to use it. They are right, it is not a replacement for the likes of Elementor or Beaver Builder.  If you remove the comparison to page builders from your mind, you will find adapting to it is much easier.</p>\n\n\n\n<p>My peers and I regularly chat about Gutenberg and agree it is already great for writing.  The post creation process is a breath of fresh air.  Others have great stories from their clients about being able to produce content and edit it with ease, and the number of editor-related support requests is down, which can only be a good thing.</p>\n\n\n\n<p>However, many of us would not use it for designing pages. Instead, we still prefer to use one of the many page builders for that complete control.</p>\n\n\n\n<p>Gutenberg Phase 2 will allow editing of the site to areas outside of the main content (e.g., headers, footers, sidebars) and will creep further into the page builder category, which means we will have a strange blend of Gutenberg and page builders living side by side on many sites soon.</p>\n\n\n\n<p>Will it remove the complete need for themes? Who knows? I suspect we will have people further divided into opposing camps going forward, but what a great opportunity for us to collectively work on for a better overall experience in the end.</p>\n\n\n\n<h2>By the Numbers</h2>\n\n\n\n<p>Let us take a quick look at Gutenberg and its penetration to date.</p>\n\n\n\n<p>Currently, 63.8% of all WordPress installs are running 5.x onward according to WordPress.org, which means Gutenberg is available natively on nearly two-thirds of all WordPress installs.</p>\n\n\n\n<p>But, it is not all red roses when it comes to adoption. </p>\n\n\n\n<p>The Classic Editor plugin has over 5 million active installs (and a rather biased 723 five-star reviews, such as &ldquo;Keep this forever&rdquo; and &ldquo;Never going to give it up!&rdquo;). It is also currently in the top five of the most popular plugins. </p>\n\n\n\n<p>Is this the backlash against Gutenberg or incompatibility with older themes forcing users to use the Classic Editor for now? At a guess, a good majority is probably the latter combined with some diehards. </p>\n\n\n\n<p>But, look at the graph below from the <a rel=\"noreferrer noopener\" class=\"ek-link\" href=\"https://wordpress.org/plugins/classic-editor/\" target=\"_blank\">Classic Editor plugin page</a>.</p>\n\n\n\n<img />\n\n\n\n<p>Growth is declining. That is not a movement of people who continue to install Classic Editor on new installs and refuse to adapt.</p>\n\n\n\n<p>Classic Editor adoption will likely continue falling, and perhaps the original date of it being supported until 2022 isn&rsquo;t that far-fetched after all (note: they have said they will continue to support it longer if needed).</p>\n\n\n\n<p>On the flip-side, the Gutenberg plugin has 200,000 active installs and a whopping two-thirds of reviews (2,003) are a paltry one star. However, many are merely unhelpful complaints (e.g., &ldquo;This is junk&rdquo; and &ldquo;Destroy it&rdquo;).  They do not tell the true story to novices.</p>\n\n\n\n<p>As you can see from the graph below for the Gutenberg plugin, active install growth is up and continues to climb.  It is not at the same pace as the decline with the Classic Editor, but that is probably because it is bundled with WordPress now.</p>\n\n\n\n<img />\n\n\n\n<p>One thing people seem to forget is Gutenberg is a plugin in and of itself.  It is updated frequently, whereas the majority of users only see changes to it when there is a WordPress core update.</p>\n\n\n\n<p>If you can see past the fields of one-star reviews and install the plugin, you will be rewarded with more frequent updates to the experience. </p>\n\n\n\n<p>For example, version 7.0 recently added in the Navigation block as stable, allowing users to quickly create a menu of links. Don&rsquo;t get me wrong; this does require theme integration for it to work, but you can get a better idea of where it is heading on a more frequent basis this way (7.0 is expected to ship with WordPress 5.4 in March/April 2020).</p>\n\n\n\n<h2>Block Party</h2>\n\n\n\n<p>Compatibility with Gutenberg continues at a quick pace.  With over 21 pages of block-enabled plugins available on WordPress.org, pretty much all the popular plugins have solutions in place.  A fair amount of plugin updates these days are also adding new and enhanced blocks as standard.</p>\n\n\n\n<p>If those are not enough for you, we also now have a new breed of block-specific plugins. There is a growing trend of plugins devoted to purely enhancing the style and number of blocks you can add to your site.</p>\n\n\n\n<p>Popular Gutenberg-focused plugins such as <a class=\"ek-link\" href=\"https://wpstackable.com\">Stackable</a> and <a class=\"ek-link\" href=\"https://editorskit.com\">EditorsKit</a> add further styling and editing abilities, bringing you another step closer to full-page design and enhancing your content.</p>\n\n\n\n<img />EditorsKit &ndash; a purely Gutenberg plugin.\n\n\n\n<p>Because no one knows how far Gutenberg will go and which toes it will step on, block plugins may have a fight on their hands in the future.  At the pace they are being released and updated, it is a good sign of a committed global collective who not only believe in the future of blocks but is excited about it too.</p>\n\n\n\n<h2>What Does the Future Hold?</h2>\n\n\n\n<p>Gutenberg is here to stay, and I don&rsquo;t think any of us have ever denied that. It is probably not an issue for anyone who started using WordPress for the first time this year.</p>\n\n\n\n<p>Thankfully, for those already deeply embedded in WordPress, things are getting easier (and I would say more enjoyable) with the growth of the new Gutenberg-specific plugins.</p>\n\n\n\n<p>With the advent of platforms such as Wix and Squarespace, it was obvious that WordPress needed <em>something</em> to make it more user-friendly and Gutenberg is a solid attempt at that. It is still a bit rough around the edges, but the days we look back nostalgically at the Classic Editor are likely numbered.</p>\n\n\n\n<p>How will it look at the end of 2020? Will you still be using the Classic Editor?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Dec 2019 17:49: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:12:\"Chris Hughes\";s: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:73:\"WPTavern: Initial Documentation for Block-Based WordPress Themes Proposed\";s:7:\"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://wptavern.com/?p=95687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\";s: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:7198:\"<p class=\"has-drop-cap\">In a pull request on the Gutenberg repository yesterday, Riad Benguella <a href=\"https://github.com/WordPress/gutenberg/pull/18890\">created an initial document</a> that outlines how block-based WordPress themes might work.  While the document is merely a starting point for the conversation, it is a set of ideas that will likely forever reshape the WordPress landscape.  It is paradigm-shifting.</p>\n\n\n\n<p>For the first time, theme authors can glimpse what their future holds.  Since the inception of Gutenberg, many have asked for more technical details.  Particularly, they wanted to know whether themes would be reduced to a stylesheet or a stylesheet and a few PHP files.  <em>What would themes look like architecturally?  Would themes exist at all?</em></p>\n\n\n\n<p>The document, while open for changes, makes a strong case about the structure of themes going forward.  It is clear that much forethought has gone into the proposal.  It matches the direction of the experimental site-editing feature in Gutenberg that has already been set in motion.  Even though it is subject to change, there seems to be a finality to the overarching idea.  The writing has long been on the wall.  Now everyone can see the wall.  The missing piece is figuring out how to bring the idea to fruition.</p>\n\n\n\n<h2>What is Full Site Editing?</h2>\n\n\n\n<p>Before understanding how themes of the future might work, you must first understand the direction that Gutenberg is headed.  The end goal for Gutenberg, and eventually WordPress, is for users to have the ability to customize every aspect of their site via the block system.  Currently, the block system primarily handles editing post content.</p>\n\n\n\n<p>To move to full-site editing, every piece of dynamic data about a site must be a block.  For example, a site title block must exist as a placeholder for the site title.  Users should be able to place it anywhere they desire to output the title, such as in the header.</p>\n\n\n\n<p>This has left theme authors with a reasonable question:  If users can move these blocks anywhere, where do themes fit into the picture?</p>\n\n\n\n<p>It is easy to see how themes would become little more than a stylesheet that styles every WordPress block while also handling other necessary styles like typography and vertical rhythm.  Even then, it makes one wonder if themes, at least in how we have come to know them, are necessary at all.</p>\n\n\n\n<h2>The Proposed Theme Structure</h2>\n\n\n\n<p>The proposed structure does not look much different from current WordPress themes.  The big difference is that theme templates would become &ldquo;block templates&rdquo; and &ldquo;block template parts.&rdquo;  These templates would be HTML files rather than PHP files.</p>\n\n\n\n<p>The following is where the structure currently stands.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>theme\n|__ style.css\n|__ functions.php\n|__ block-templates\n    |__ index.html\n    |__ single.html\n    |__ archive.html\n    |__ ...\n|__ block-template-parts\n    |__ header.html\n    |__ footer.html\n    |__ sidebar.html\n    |__ ...</code></pre>\n\n\n\n<p>From a templating perspective, it appears relatively <em>normal</em> for a WordPress theme.  The files simply have a different type and are organized in specific folders.</p>\n\n\n\n<p>However, the difference is how the HTML templates would work.  They would essentially become placeholders for blocks.  Users would also have the ability to edit or completely overwrite individual templates via the WordPress admin.  Because templates are made up of blocks, no code would be necessary on the user&rsquo;s part.  They could simply point and click to insert or remove blocks with their mouse.  </p>\n\n\n\n<p>In other words, block templates within themes would be unique starting points for users to build their sites.</p>\n\n\n\n<p>There are two noteworthy items about the proposed system:  themes are still themes and end-users can become theme builders.</p>\n\n\n\n<h3>The Essence of a Theme Remains the Same</h3>\n\n\n\n<p>When you cut through everything else, WordPress themes have always been HTML and CSS.  The PHP aspect of theming basically mixes PHP function calls (i.e., template tags) within some structured HTML markup.  If you look at most themes going through the official WordPress theme directory, you will find that the underlying markup is mostly the same.</p>\n\n\n\n<p>In the block template system, this idea doesn&rsquo;t change.  If anything, it could simplify the role of theme author by creating a set of standard elements (blocks) that themes output.  If done right, it also creates a standard for class names so that styles can easily be shared across themes and all sorts of similar goodies.</p>\n\n\n\n<h3>Anyone Can Build a Theme</h3>\n\n\n\n<p>The initial outline explains the potential of exporting themes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Ultimately, any WordPress user with the correct capabilities (example: administrator WordPress role) will be able to access these templates in the WordPress admin, edit them in dedicated views and potentially export the templates as a theme.</p></blockquote>\n\n\n\n<p>This is where the proposed system could revolutionize website building.  Those without the coding skills to create a WordPress theme today could have the tools to contribute something back tomorrow.</p>\n\n\n\n<p>The idea aligns perfectly with the open-source ethos of WordPress.  By giving everyone the ability to export their customizations, it provides an avenue for contributing that we have never had before for non-coders.  <em>A free directory of customized themes created by and for the community, anyone?</em></p>\n\n\n\n<h2>The Design Side of the Equation</h2>\n\n\n\n<p>Block templates are merely the HTML.  Themes will need to stand apart with their CSS.  However, there must be standardization to pull this off.</p>\n\n\n\n<p>Designers will need to shift to a block-based approach when it comes to design.  Some may already be familiar with various &ldquo;component-based&rdquo; systems, which would work much the same way.  Rather than designing from the top-down, theme authors would approach design on a more atomic level by designing each block.</p>\n\n\n\n<p>There are also many unanswered questions about how styles will eventually work.  Currently, there is an open ticket for <a href=\"https://github.com/WordPress/gutenberg/issues/9534\">discussing a style system for blocks</a>.  Much of the discussion is around how to integrate a design system with themes.</p>\n\n\n\n<h2>Join the Discussion</h2>\n\n\n\n<p>It is important to point out that nothing about this proposal is set in stone.  It is a high-level outline of what the future of themes could hold.  However, now is time for input from the community, especially theme authors who may have felt a bit out of the loop in the past.  Now is the time to make your voice heard and to contribute ideas to the discussion.</p>\n\n\n\n<p>The WordPress theme review team also has an <a href=\"https://make.wordpress.org/themes/2019/12/04/questions-about-the-future-of-themes/\">open discussion on the future of themes</a> that goes along with this proposal and whether themes should start taking advantage of experimental Gutenberg features.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Dec 2019 20:56:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:69:\"WPTavern: Black Friday Banner Gone Wrong: Advertising in Free Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/black-friday-banner-gone-wrong-advertising-in-free-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6514:\"<img />Screenshot of the Yoast Black Friday Ad\n\n\n\n<p>On November 28, millions of people awoke to a Black Friday ad on nearly every page of their WordPress admin, courtesy of the <a href=\"https://wordpress.org/plugins/wordpress-seo/\">Yoast SEO plugin</a>.  That day also coincided with the U.S. Thanksgiving holiday, so it left freelancers and agencies scrambling to address a banner on their clients&rsquo; sites on a day they likely planned to spend with family.  The ad was not limited to users with administrative permissions either, so some site owners were troubled to find users with low-level permissions could see the ad in the WordPress admin.</p>\n\n\n\n<p>The initial code for the banner was <a href=\"https://github.com/Yoast/wordpress-seo/commit/bf13569fa7a25aacac72e8b92c577adcafa9ccc6#diff-9ac66dbc3ac65e9898209f08c006799c\">added on October 25</a>, which made its way into version 12.4 of the Yoast SEO plugin.  The code for the banner ad limited its output between November 28 and December 3 (Cyber Monday).</p>\n\n\n\n<p>After blowback from users, the Yoast team published an updated version of the plugin without the banner.  However, the initial damage was done.  Users began immediately <a href=\"https://wordpress.org/support/plugin/wordpress-seo/reviews/?filter=1\">leaving poor reviews</a> for the plugin.  The 1-star reviews are still coming in, putting the number over 100 in the span of five days.</p>\n\n\n\n<p>&ldquo;That BlackFridayBanner was not the best idea,&rdquo; wrote Marieke van de Rakt, CEO of Yoast, <a href=\"https://twitter.com/MariekeRakt/status/1200077958700044290\">on Twitter</a>. &ldquo;We&rsquo;re truly sorry for the annoyance and difficulties it may have caused. We did not think this through properly. If you want, you can update to a new version of our plugin without that banner.&rdquo;</p>\n\n\n\n<p>The initial decision to place the ad was about growth for Yoast&rsquo;s premium products.  The company has not grown as fast as expected over the past year explained van de Rakt.  They had also seen other plugins use those types of ads, which was a part of the decision to run it.</p>\n\n\n\n<p>&ldquo;Let&rsquo;s be clear,&rdquo; said van de Rakt.  &ldquo;This was a mistake. We just didn&rsquo;t think this one through. It was incredibly stupid. So I can talk about why we made a decision, but I don&rsquo;t want that to be the explanation. The explanation is that we made a mistake.&rdquo;</p>\n\n\n\n<p>The ad was an animated banner, and some users complained that it was difficult to dismiss.  All notices in plugins available through the WordPress plugin directory must be dismissible.  &ldquo;That was a technical mistake,&rdquo; said van de Rakt of the issues with clicking the &ldquo;x&rdquo; icon for dismissal.</p>\n\n\n\n<p>While the team had seen other plugins run similar ads in the past, van de Rakt explained that they didn&rsquo;t take into account how large of a user base Yoast SEO has in comparison to those plugins.  &ldquo;For so many users, we were the first plugin that done this,&rdquo; she said.  &ldquo;They never saw this before in their backend. And they freak out. This was a complete error of judgment.&rdquo;</p>\n\n\n\n<p>Yoast plans to talk more with its plugin&rsquo;s users.  Currently, the team is looking into creating a user-testing panel to prevent similar situations in the future.</p>\n\n\n\n<p>&ldquo;In hindsight, and that&rsquo;s what I feel most bad about, the banner did not fit our values,&rdquo; said van de Rakt.  &ldquo;These kinds of banners are not &lsquo;Yoast.&rsquo; Perhaps, if we state more explicitly what we as Yoast find important and what fits Yoast and what doesn&rsquo;t, a mistake like this will be made less quickly.&rdquo;</p>\n\n\n\n<h2>Making Money with Freemium Products</h2>\n\n\n\n<p>Yoast is a large company within the WordPress space.  It employs 90 people in its primary office in Wijchen, the Netherlands.  It also has an additional 20 employees around the world.  Running a successful business means paying everyone, contributing back to WordPress with its five-for-the-future work, and running charitable programs such as the Yoast Diversity Fund.</p>\n\n\n\n<p>Currently, the Yoast SEO plugin has over 5 million active installs.  According to van de Rakt, only around 2% of the plugin&rsquo;s users also use the company&rsquo;s premium products.  Such a large plugin needs continuous funding to support and maintain.</p>\n\n\n\n<p>Advertising a product or service in an internet culture that is seemingly averse to ads is not always easy.  &ldquo;It&rsquo;s rather hard to find ways to reach our audience, and we also have some principles on how (not) to do that,&rdquo; said van de Rakt.  &ldquo;We like to advertise in a straight-forward way. Tell people what they&rsquo;re buying. Ads are very annoying, but at least they are clear in what they&rsquo;re doing.&rdquo;</p>\n\n\n\n<p>One issue that plugin companies run into is the lack of an official premium marketplace for WordPress.  Currently, companies have to resort to in-admin advertising or similar tactics to push users on an upsell.  Most of Yoast&rsquo;s premium products are sold through banners on the plugin&rsquo;s pages in the WordPress admin.  Such practices do not always go over well with users, particularly when they are using a free product.  One wrong step and it could spell disaster for future growth.  Yoast is large enough to bounce back, but smaller companies may struggle more.</p>\n\n\n\n<p>It is a tough balancing act between providing a valuable free product and making enough of a return to run a successful company.  The Yoast team does not want to lock their popular SEO plugin completely behind a paywall.  &ldquo;Our mission is SEO for everyone,&rdquo; said van de Rakt.  &ldquo;We believe that every idea should have a fair chance in the search results. That means that also without any funds, people should be able to have a good working SEO plugin. Our free plugin is really important to us.&rdquo;</p>\n\n\n\n<p>&ldquo;I had a really bad weekend,&rdquo; said van de Rakt.  &ldquo;I am a people pleaser and I was terribly sad by what happened. But, the discussion about how to handle this is a good one.&rdquo;</p>\n\n\n\n<p>Perhaps some good will come of this incident if there is an open dialogue.  &ldquo;These kinds of things sometimes lead to different &lsquo;rule-sets&rsquo; or policies within WordPress,&rdquo; said van de Rakt.  &ldquo;Might even mean that there will be different and better ways for premium plugins to market their products.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Dec 2019 20:53: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: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:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"BuddyPress: ​​Contributing to BuddyPress just got easier :)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=309282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://buddypress.org/2019/12/bp-beta-tester-1-0-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1940:\"<p>Yesterday morning we’ve deployed the first stable version of the BP Beta Tester plugin on the WordPress.org plugins directory.​​</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a></blockquote>\n</div>\n\n\n\n<p>This plugin’s goal is to make it easier to beta test our pre-releases. You just need to install and activate the plugin to be ready to try our beta and release candidate versions once we’ve announced them on this blog.​​<br />​<br />Beta testing BuddyPress is very important to make sure it behaves the right way for you and for the community. Although we, the BuddyPress Development Team, are regularly testing it, it’s very challenging to test every possible configuration of WordPress and BuddyPress. That’s why we absolutely need your help during these pre-release stages.​​</p>\n\n\n\n<p>Making this plugin available was one of the means we thought about during our post 5.0.0 release development meeting to have more BuddyPress contributors.​​<br />​<br />Beta testing is actually a good way to start contributing, to anticipate and fix potential issues before you have the bad surprise to meet them once you&#8217;re upgrading to a new stable version of the plugin.​​</p>\n\n\n\n<p><strong>NB:</strong> to beta test BuddyPress, we strongly advise you to have a local copy of your live site or a staging site : it’s always safer than doing it on a production site.​​</p>\n\n\n\n<p>During our next pre-release stages, when you will find something is going wrong during your beta tests, please think of warning us about it submitting a ticket on our <a href=\"https://buddypress.trac.wordpress.org/newticket\">Development Tracker</a> or posting a new topic in our <a href=\"https://buddypress.org/support/\">support forums</a>.​​</p>\n\n\n\n<p>Thanks in advance for your time and help &lt;3</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Dec 2019 12:27: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:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:89:\"WPTavern: Gutenberg 7.0 Launches Stable Navigation Block, Post Blocks, and Template Parts\";s:7:\"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://wptavern.com/?p=95640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts\";s: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:7072:\"<p>On November 27, <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">Gutenberg 7.0 landed</a> with several features, enhancements, and bug fixes.  Most notably, the navigation block is now a stable feature.  Theme authors can also start using block template parts and testing the post title and content blocks.</p>\n\n\n\n<p>The update addressed several bugs with the block editor.  It also introduced new developer features such as the <a href=\"https://github.com/WordPress/gutenberg/pull/17963\">card component</a> and the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/17376\">internationalize strings with safe HTML</a>.</p>\n\n\n\n<p>Gradient classes are now <a href=\"https://github.com/WordPress/gutenberg/pull/18590\">used for the cover block</a>.  Classes are a nicer solution than the inline styles used in earlier iterations.  Note that gradients are still an experimental feature.</p>\n\n\n\n<p>For developers, there is a new <a href=\"https://github.com/WordPress/gutenberg/tree/master/docs/designers-developers/developers/backward-compatibility\">backward-compatibility document</a> that outlines how the project preserves compatibility in its public APIs. This should be useful for all developers working on the project in the future.</p>\n\n\n\n<h2>Navigation Block Now Stable</h2>\n\n\n\n<img />Creating a nav menu with the navigation block.\n\n\n\n<p>The navigation block is now a stable feature and no longer considered experimental.  The interface is much improved over earlier implementations.  For quickly building a menu of links, it does the job.  Users can manually type a link or search for an existing link for the site.</p>\n\n\n\n<p>A user interface for nav menus in the block editor is no easy beast to tame.  The Gutenberg team managed to fit in the most common features without making it feel confusing.  For users, theme integration may be limited until their themes are updated with full support.  The default Gutenberg design may not be ideal or work at all in the context of the active theme.</p>\n\n\n\n<p>The navigation block also comes with both light and dark block styles.  Theme authors can design these how they prefer, add additional styles, or remove the styles altogether.  More than likely, theme authors will begin adding several variations to their themes as a selling point in the long run.</p>\n\n\n\n<p>The Gutenberg team dropped the background color option from the navigation block. Instead, users are encouraged to place it within a group block and add a background to the group. It is possible to change the link text color directly within the navigation block.</p>\n\n\n\n<p>Currently, there is no parity between normal nav menu HTML classes and navigation block classes.  This could result in bulkier theme CSS, at least in the transition between how themes currently work and  the full site-editing era.  Inconsistent classes is an issue that should be handled with a <a href=\"https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme\">design framework</a>.</p>\n\n\n\n<h2>Post Title and Content Blocks Added</h2>\n\n\n\n<img />Customized post title block output.\n\n\n\n<p>As part of the experimental site-editing feature, Gutenberg has introduced the <a href=\"https://github.com/WordPress/gutenberg/pull/18461\">post title and post content blocks</a>.  These blocks act as placeholders and will output either the title or content.  Both blocks are foundational elements for true full-site editing.  Eventually, users will no longer be as limited to how their posts are output on the screen.</p>\n\n\n\n<p>Currently, the post title block simply outputs the post title inside of <code>&lt;h1&gt;</code> tags. There are no classes for customizing the design. The other missing element at this point is the post byline or meta area that often accompanies the title.  In the long run, Gutenberg needs to have a method of handling post header and footer areas.</p>\n\n\n\n<p>The custom post header feature has plagued theme authors for years, long before Gutenberg was around.  There are dozens or more implementations in the wild.  Some of them work with the block editor.  Others use custom post meta or the featured image.  However, users are often left with sub-par implementations that don&rsquo;t always work in the context of a specific post.</p>\n\n\n\n<p>One of the features I have wanted to implement within Gutenberg is the &ldquo;hero&rdquo; image with text set over the top.  By using the built-in cover block and the post title block, I was able to accomplish this.  However, it was still missing the post byline.  Therefore, I put together a quick filter to output the post byline when the post title block is in use.</p>\n\n\n\n<p><em>Any theme author who wants to test it out can modify the following code. I would not recommend this in production since this is an experimental feature, but it is good to start thinking ahead about possibilities.</em></p>\n\n\n<pre class=\"brush: php; auto-links: false; gutter: false; title: ; wrap-lines: false; notranslate\">\nadd_filter( \'pre_render_block\', function( $block_content, $block ) {\n\n    if ( \'core/post-title\' === $block[\'blockName\'] ) {\n\n        $post = gutenberg_get_post_from_context();\n\n        if ( ! $post ) {\n            return $block_content;\n        }\n\n        if ( \'post\' === $post-&gt;post_type ) {\n\n            $block_content = \'&lt;h1 class=\"entry__title\"&gt;\' . get_the_title( $post ) . \'&lt;/h1&gt;\';\n\n            $block_content .= sprintf(\n                \'&lt;div class=\"entry__byline\"&gt;%s &amp;middot; %s &amp;middot; %s&lt;/div&gt;\',\n                get_the_author(),\n                get_the_date(),\n                get_the_term_list( $post-&gt;ID, \'category\' )\n            );\n        }\n      }\n\n    return $block_content;\n\n}, 10, 2 );\n</pre>\n\n\n<h2>Block Template Parts for Themes</h2>\n\n\n\n<p>Gutenberg 6.9 <a href=\"https://wptavern.com/gutenberg-6-9-introduces-image-titles-block-patterns-and-new-theme-features\">introduced block templates</a> that resolve from a theme&rsquo;s <code>/block-templates</code> folder as part of the site-building experiment.  Version 7.0 takes that a step farther and introduces a <a href=\"https://github.com/WordPress/gutenberg/pull/18339\">block template parts system</a>, which resolves from a theme&rsquo;s <code>/block-template-parts</code> directory.</p>\n\n\n\n<p>This new system allows top-level templates to house smaller, reusable template parts.  This is a rather standard method of template-part handling that has become a part of the normal theme-building experience.</p>\n\n\n\n<p>It will be interesting to see how this works in the long run.  WordPress&rsquo; current template part system for theme authors (i.e., <code>get_template_part()</code>) is a bare-bones implementation with little flexibility for handling features like hierarchy and passing data.  Thus far, the new feature seems to be a melding of blocks and old templating ideas, but it is too early in the process to see where it goes or whether theme authors will have to make customizations to bend the system to their will.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Dec 2019 19:22:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:57:\"WordPress.org blog: The Month in WordPress: November 2019\";s:7:\"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://wordpress.org/news/?p=8156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/12/the-month-in-wordpress-november-2019/\";s: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:8071:\"<p>November has been a big month in the WordPress community. New releases, big events, and a push for more contributors have characterized the work being done across the project — read on to find out more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The release of WordPress 5.3 “Kirk”</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/11/kirk/\">WordPress 5.3 was released</a> on November 12, and is <a href=\"https://wordpress.org/download/\">available for download</a> or update in your dashboard! Named “Kirk,” after jazz multi-instrumentalist Rahsaan Roland Kirk, 5.3 enhances the block editor with <a href=\"https://make.wordpress.org/core/2019/09/24/new-block-apis-in-wordpress-5-3/\">new APIs</a> and <a href=\"https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/\">theme-related features</a>, adds more intuitive interactions, and improves accessibility in a number of areas — including <a href=\"https://make.wordpress.org/core/2019/10/18/noteworthy-admin-css-changes-in-wordpress-5-3/\">CSS in the dashboard</a>, the <a href=\"https://make.wordpress.org/core/2019/10/14/improvements-in-media-component-accessibility-in-wordpress-5-3/\">media manager</a>, <a href=\"https://make.wordpress.org/core/2019/09/23/core-widgets-new-aria-current-attribute-in-wordpress-5-3/\">core widgets</a>, and <a href=\"https://core.trac.wordpress.org/query?focuses=~accessibility&milestone=5.3&group=component&max=500&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=id\">dozens of other areas</a>.</p>\n\n\n\n<p>You can read the full details of all the included enhancements in the <a href=\"https://make.wordpress.org/core/2019/10/17/wordpress-5-3-field-guide/\">5.3 Field Guide</a>.</p>\n\n\n\n<p>Along with 5.3 came <a href=\"https://wordpress.org/themes/twentytwenty/\">the new Twenty Twenty theme</a>, which gives users more design flexibility and integrates with the block editor. For more information about the improvements to the block editor, expanded design flexibility, the Twenty Twenty theme, and to see the huge list of amazing contributors who made this release possible, read <a href=\"https://wordpress.org/news/2019/11/kirk/\">the full announcement</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can also <a href=\"https://make.wordpress.org/core/2019/11/15/5-3-retrospective-call-for-feedback/\">provide feedback</a> on the 5.3 release process.</p>\n\n\n\n<h2>At Last! bbPress 2.6!</h2>\n\n\n\n<p><a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6/\">bbPress 2.6 was released</a> on November 12 after a little over six years in development. This new release includes per-forum moderation, new platforms to import from, and an extensible engagements API. You can read more about all of this in <a href=\"https://codex.bbpress.org/\">the bbPress codex</a>.</p>\n\n\n\n<p><a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6-1-is-out/\">Version 2.6.1</a> and <a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6-2-is-out/\">2.6.2</a> quickly followed, both of which fixed a number of bugs that required immediate attention.</p>\n\n\n\n<p>Want to get involved in building bbPress? Follow <a href=\"https://bbpress.org/blog/\">the bbPress blog</a> and join the #bbpress channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>State of the Word</h2>\n\n\n\n<p><a href=\"https://2019.us.wordcamp.org/\">WordCamp US 2019</a> was held in St. Louis, MO this year on November 1-3. At the event, <a href=\"https://profiles.wordpress.org/matt/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matt</a> gave his annual State of the Word address, during which he shared what had been accomplished in the past year, announced what is coming next, and shared several ways to get involved.</p>\n\n\n\n<p>You can watch <a href=\"https://www.youtube.com/watch?v=LezbkeV059Q&t=21s\">the State of the Word</a> as well as <a href=\"https://www.youtube.com/watch?v=fFsVbAo8HwI\">the Q&amp;A session at the end</a>, and <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">read Matt’s recap</a> of the address. If you didn’t make it to St. Louis, you can still <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETHl165LvLVXfB3yBZEzV-q\">watch all the sessions</a> at your leisure.</p>\n\n\n\n<h2>Five for the Future</h2>\n\n\n\n<p>During the State of the Word, Matt announced that there is now <a href=\"https://wordpress.org/five-for-the-future/\">a dedicated landing page for Five for the Future</a>, which features the people and organizations that commit at least it 5% of their resources to the WordPress open source project. There are many ways to contribute to WordPress, such as core development, marketing, translation, training, and community organizing, among many other important paths to contribution.</p>\n\n\n\n<p>Five for the Future welcomes individuals and organizations, and highlights all the incredible ways we build WordPress together. For more information, visit <a href=\"https://wordpress.org/five-for-the-future/\">the Five for the Future page</a>.<br /></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>After releasing WordPress 5.3, the Core team announced <a href=\"https://make.wordpress.org/core/2019/11/21/tentative-release-calendar-2020-2021/\">a tentative release schedule</a> for 2020 and 2021.</li><li>The Core team has announced <a href=\"https://make.wordpress.org/core/2019/11/28/new-css-focus-in-core/\">a new CSS focus</a> to complement the existing ones for PHP and JavaScript — this focus comes with dedicated tags, targeted work, and a new #core-css Slack channel.</li><li>Version 2.2 of the WordPress Coding Standards <a href=\"https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/2.2.0\">has been released</a> — this new release is ready for WordPress 5.3, includes five brand new sniffs, and plenty of new command-line documentation.</li><li>The latest update to the Theme Review Coding Standards, <a href=\"https://github.com/WPTRT/WPThemeReview/releases/tag/0.2.1\">v0.2.1</a>, is compatible with v2.2 of the WordPress Coding Standards, and helps authors to build more standards-compatible themes.</li><li><a href=\"https://2019.us.wordcamp.org/2019/11/11/wordcamp-us-2020/\">The WordCamp US team has announced</a> the dates for next year’s event in St. Louis, MO — WordCamp US 2020 will be held on October 27-29. This will be the first time that the event will be held during the week and not on a weekend. The team has also announced a Call for Organizers. If you are interested in joining the team, <a href=\"https://2020.us.wordcamp.org/2019/11/21/join-the-wcus-2020-organizing-team/\">learn more</a>.&nbsp;</li><li>The WP Notify project, which is building a unified notification system for WordPress Core, <a href=\"https://make.wordpress.org/core/2019/11/29/wp-notify-hiatus-till-january-2020/\">is on hiatus</a> until January 2020.</li><li>A working group on the Community Team <a href=\"https://make.wordpress.org/community/2019/11/25/handbook-update-how-to-improve-the-diversity-of-your-wordpress-events/\">has updated their Handbook</a> to help organizers create more diverse events.</li><li>The WP-CLI team <a href=\"https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/\">released v2.4.0</a> of the WordPress command-line tool. This release includes support for WordPress 5.3 and PHP 7.4.</li><li>Gutenberg development continues rapidly with <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">the latest 7.0 release</a> including an early version of the navigation menus block, among other enhancements and fixes.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Dec 2019 08:38:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:25:\"Matt: Powering Your House\";s:7:\"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=50550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2019/11/powering-your-house/\";s: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:263:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>I enjoyed this fun video from xkcd&#8217;s Randall Munroe on different ways you could power your home, illustrated. <a href=\"https://xkcd.com/how-to/\">Check out his book How To for more in the same vein</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Nov 2019 22:33: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: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: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:73:\"WPTavern: WP&amp;UP to Hold #DoSummitGood Online Event for Giving Tuesday\";s:7:\"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://wptavern.com/?p=95585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpup-to-hold-dosummitgood-online-event-for-giving-tuesday\";s: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:4922:\"<img />\n\n\n\n<p>On Giving Tuesday, December 3, WP&amp;UP is holding an online event called <a href=\"https://wpandup.org/go/dosummitgood\">#DoSummitGood</a> that features speakers from various &ldquo;for good&rdquo; WordPress organizations.  The event will have nine sessions from 13 speakers.  It begins at <a href=\"http://www.timebie.com/std/utc.php?q=13\">13:00 UTC</a>.</p>\n\n\n\n<p>Giving Tuesday is a global movement meant to inspire generosity.  The celebration has run each year since 2012 on the Tuesday following the U.S. Thanksgiving holiday.  The idea is to inspire people to do good, not for just one day of the year, but each day of their lives.</p>\n\n\n\n<p>A WordPress-focused event on Giving Tuesday sounds like a perfect match.  Given the nature of open source and the charitable work of many of the people and companies in the space, it makes sense to hold a specific event for the holiday.   &ldquo;This is the first #DoSummitGood and there has already been a discussion about making this an annual event for Giving Tuesday,&rdquo; said Dan Maby, CEO and a Trustee of WP&amp;UP.</p>\n\n\n\n<p>WP&amp;UP is a registered charity organization with a mission to support and promote positive mental health within the WordPress community.  Its <a href=\"https://wpandup.org/health-hubs/\">Health Hubs</a> cover topics like business, skills, physical, and mental health.  The organization also provides support and counseling services.</p>\n\n\n\n<p>The idea for the #DoSummitGood event was born from a WP&amp;UP <a href=\"https://wpandup.org/2019/10/join-our-open-discussion-town-hall-ama-on-wednesday-9th-october/\">Town Hall</a> in October.  &ldquo;Our focus is on collaboration and our Town Halls are an opportunity for members of the public to get involved and help brainstorm ideas for the community, as well as get to know more about what WP&amp;UP does,&rdquo; said Maby.</p>\n\n\n\n<p>The primary event will run via <a href=\"https://www.crowdcast.io/e/dosummitgood/register\">Crowdcast</a>.  By registering for the event, attendees will gain access to the Hallway Track to meet with other attendees online.  They will also have the ability to ask questions directly to the speakers.  Registration is free but will close once it reaches a specific number of signups.  &ldquo;WP&amp;UP is paying for the technical solution to deliver the event,&rdquo; said Maby.  &ldquo;As a registered charity we have to be responsible for expenditure, and so limiting the number of seats for this first event is one way we can do that.&rdquo;</p>\n\n\n\n<p>For those who do not register and attend via Crowdcast, they can still watch and participate in the event through various social platforms:</p>\n\n\n\n<ul><li><a href=\"https://twitter.com/WPandUP\">Twitter</a></li><li><a href=\"https://www.facebook.com/WPandUP/\">Facebook</a></li><li><a href=\"https://www.youtube.com/wpandup\">YouTube</a></li><li><a href=\"https://www.twitch.tv/wpandup\">Twitch</a></li></ul>\n\n\n\n<p>Each of the sessions will feature various international speakers who will give a talk on their area of expertise.  The sessions will follow a specific format and run for one hour.  For the first 10 minutes of each session, the individual speaker or group will talk about the &ldquo;for good&rdquo; entity they represent.  They will follow up with a 35-minute talk on their subject.  Afterward, the speaker and attendees will participate in an open Q&amp;A session.</p>\n\n\n\n<p>The #DoSummitGood event is designed to give back.  &ldquo;Throughout the event, a donation form will be shared,&rdquo; said Maby.  &ldquo;All money raised through this form will be distributed between the various non-profits that feature in the event.&rdquo;</p>\n\n\n\n<p>Cory Miller, a Trustee at WP&amp;UP, will kick off the event with a session titled &ldquo;The Iceberg of Life: How I Manage the Ups and Downs.&rdquo;  Miller has been open about mental health within the WordPress community and his struggles for several years.  He has previously written on the topic of <a href=\"https://corymiller.com/the-iceberg-of-life/\">The Iceberg of Life</a>, which is worth reading if you are looking to get an early look into what his session may be about.</p>\n\n\n\n<p>Marieke van de Rakt will follow up with a talk about improving a site&rsquo;s SEO.  She is representing Yoast and its <a href=\"https://wptavern.com/yoast-launches-fund-to-increase-speaker-diversity-at-tech-conferences\">diversity fund program</a>, which helps to remove the financial burdens that cause minorities or underrepresented groups to speak at conferences.</p>\n\n\n\n<p>The nine sessions have a diverse group of speakers from various organizations that are currently providing support for charities, minorities, and other groups that need help.  The topics include turning passion into a profession,  bringing more diversity to speaking roles at conferences, and more.  Two of the sessions will be round-table events with multiple speakers.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Nov 2019 19:26: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: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:98:\"Matt: Distributed Podcast: Clark Valberg, Lydia X. Z. Brown, Stephen Wolfram, and the Grand Meetup\";s:7:\"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=50496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://ma.tt/2019/11/distributed-podcast-updates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9149:\"<p>If y&#8217;all haven&#8217;t caught up recently with my podcast <a href=\"https://distributed.blog/\">Distributed</a>, this is a perfect moment to do so—the past several weeks have been full of insights from folks like InVision CEO Clark Valberg, attorney and advocate Lydia X. Z. Brown, Stephen Wolfram, and some of my own Automattic colleagues in-person at our Grand Meetup. </p>\n\n\n\n<p>You can subscribe at <a href=\"https://podcasts.apple.com/us/podcast/distributed-with-matt-mullenweg/id1463243282\">Apple Podcasts</a>, <a href=\"https://podcasts.google.com/?feed=aHR0cHM6Ly9kaXN0cmlidXRlZC5ibG9nL2NhdGVnb3J5L3BvZGNhc3QvZmVlZC8%3D\">Google</a>, <a href=\"https://overcast.fm/itunes1463243282/distributed-with-matt-mullenweg\">Overcast</a>, <a href=\"https://open.spotify.com/show/59bljZU7v9cJTXKvlfnFN8?si=Iv4hgJMFRCCx4SpmXlLArg\">Spotify</a>, or wherever you like to listen.&nbsp;</p>\n\n\n\n<span id=\"more-50496\"></span>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/11/26/the-importance-of-irl-in-a-world-of-screens/\">The Importance of IRL in a World of Screens (Automattic Grand Meetup)</a></h2>\n\n\n\n<p>&#8220;When you work in a distributed company, every time that you interact with your colleagues via text… you are taking out of your social bank account with them. So when you get people together, that’s when you have the opportunity to see each other face-to-face, and remind everybody that you’re all human beings. And fill that social capital back up because it’s so hard to communicate via text.&#8221;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/11/14/clark-valberg-invision/\">Building the Tools That Bring the Screen to Life (Clark Valberg, InVision)&nbsp;</a></h2>\n\n\n\n<p>&#8220;We needed it as a talent hack, as a talent arbitrage. Hire the best people wherever they happen to be, figure everything out later, hire them quickly, get them in the ship as early as possible and start seeing results. How can I just hire the best people no matter where they are?&#8221;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/10/31/making-work-accessible-wherever-it-happens/\">Making Work Accessible, Wherever It Happens (Lydia X. Z. Brown)</a></h2>\n\n\n\n<p>&#8220;I have believed from a very young age that every single one of us has a moral obligation to use whatever resources we have — time, money, knowledge, skills, emotional energy, access to physical resources — however that might be defined — that we each have a moral obligation to use those resources in service of justice, and fighting against injustice and oppression and violence in all of its forms, structural and individual, subtle and overt.&#8221;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/10/17/inside-toptals-distributed-screening-process/\">Inside Toptal&#8217;s Distributed Screening Process (Taso Du Val)&nbsp;</a></h2>\n\n\n\n<p>&#8220;I was going into an office but not seeing anyone or interacting with anyone except myself. So it almost was this zombie-like walk to the office every morning where I’m going to the office because I go to work, but I don’t see anyone who I work with. [laughs] And so I actually started waking up and just working on my computer at home. And then I said to myself, &#8216;Well, why am I even working from home?\'&#8221;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/10/03/turning-ideas-into-real-things/\">The Machine That Turns Ideas Into Real Things (Stephen Wolfram)&nbsp;</a></h2>\n\n\n\n<p>“You can do things that are very commercial, but a little bit intellectually boring. And it tends to be the case that you’re doing a lot of rinse-and-repeat stuff if you want to grow purely commercially, so to speak. Or, you can do things that are wonderful intellectually, but the world doesn’t happen to value them and you can’t make commercial sense that way. And I’ve tried to navigate something in between those two where it’s where I’m really intellectually interested and where it’s commercially successful enough to sustain the process for a long time.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/09/19/welcome-to-the-chaos/\">Welcome to the Chaos (Sonal Gupta, Automattic)</a></h2>\n\n\n\n<p>“I like to trust people and give them autonomy. But I keep in touch with them very regularly and I think it becomes clear pretty quickly if somebody is not doing work. We look at performance, and we look at communication at a distributed company. Communication is oxygen.”&nbsp;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/09/05/managing-distributed-teams/\">Observe, Don’t Surveil: Managing Distributed Teams with Respect (Scott Berkun)</a></h2>\n\n\n\n<p>“To work at a remote company demanded great communication skills, and everyone had them. It was one of the great initial delights. Every corporation has the same platitudes for the importance of clear communication, yet utterly fails to practice it. There was little jargon at Automattic. No ‘deprioritized action items’ or ‘catalyzing of crossfunctional objectives.’ People wrote plainly, without pretense and with great charm.”&nbsp;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/08/22/build-distributed-engineering-teams/\">How to Build and Strengthen Distributed Engineering Teams (Cate Huston, Automattic)</a></h2>\n\n\n\n<p>“A senior engineer makes the whole team better, but we don’t want to be prescriptive about how people made the team better. That was up to them. There were options, but that was the expectation for everyone on the team. You come in, you’re an experienced engineer, we expect you to be making the whole team better in some way, and what that looks like is up to you.”&nbsp;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/08/08/stay-connected-in-a-distributed-world/\">How to Stay Connected in a Distributed World (Leo Widrich)</a>&nbsp;</h2>\n\n\n\n<p>“I started to feel like I was hitting a wall. This thing that I always dreamt of, to have a profitable company, to be financially secure, to have a team… I felt that having that success, having some of that financial security — it left me unfulfilled in a lot of other areas. — in the sense of deep lasting connection and also a lack of emotional resilience to deal with the ups and downs that startup life comes with.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/07/25/helping-creativity-happen-from-a-distance/\">Helping Creativity Happen from a Distance (John Maeda)&nbsp;</a></h2>\n\n\n\n<p>“My point is blogging is good for you. It’s mental health, it’s expression, it’s sharing your process with the world. And when you relate to the world, your standard of quality floats to that value of the world. It’s a market economy of ideas and by putting ourselves out there, you become relevant.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/07/11/engineering-with-empathy/\">Engineering with Empathy (Han Yuan, Upwork)&nbsp;</a></h2>\n\n\n\n<p>“We really want to encourage empathy in general. And so a key part of empathy is being able to try to see the other person’s point of view. And in an organization as distributed as ours where people come from all around the world, we view it as an essential ingredient to developing deep and meaningful collaboration.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/07/11/how-to-do-hr-in-a-blended-company/\">How to Do HR in a Blended Company (Zoe Harte, Upwork)&nbsp;</a></h2>\n\n\n\n<p>“That means saying, ‘Okay, our entire organization will connect this many times a year in this many ways. There will be an all-department meeting once a month, once a quarter — whatever is appropriate — and that we will cover these three priorities and in broad progress and how it’s impacting the business overall.’ And then the expectation would be that the smaller subsets of teams are meeting in this way.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/07/02/on-building-automattic/\">On Building Automattic (Me)</a></h2>\n\n\n\n<p>“Our distributed roots did not come from some grand vision, but instead emerged from cold realities. Colocation (being in the same place, at the same time) is expensive!”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/06/13/is-remote-work-bs/\">Is Remote Work Bulls&#8212;t? (Arianna Simpson)</a></h2>\n\n\n\n<p>“I think having people come and interrupt you every 25 seconds, as is often the case in open floor plans, is definitely not the most productive situation. So the model I’ve seen work well, or the model I lean towards, is having an office where people are working from, but having private offices or spaces where people can plug in their headphones and just do work alone while still being in the same place as, hopefully, all of their colleagues.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/05/30/could-vr-replace-the-office/\">For Years, VR Promised to Replace the Office. Could It Really Happen Now? (John Vechey, Pluto VR)</a></h2>\n\n\n\n<p>“The technology forces you to be present — in a way flatscreens do not — so that you gain authentic experiences, as authentic as in real life. People remember VR experiences not as a memory of something they saw but as something that happened to them.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Nov 2019 03:53: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: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: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:46:\"WPTavern: WordPress Black Friday Sales Roundup\";s:7:\"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://wptavern.com/?p=95552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/wordpress-black-friday-sales-roundup\";s: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:11633:\"<div class=\"wp-block-cover alignfull has-background-dim-80 has-gray-900-background-color has-background-dim has-parallax bg-gray-900\"><div class=\"wp-block-cover__inner-container\">\n<h1 class=\"text-white\">WordPress Black Friday Sales Roundup</h1>\n\n\n\n<p class=\"has-medium-font-size font-secondary text-base\"><a href=\"https://wptavern.com/author/justintadlock\">Justin Tadlock</a>&nbsp;<span class=\"sep mx-2\">&middot;</span>&nbsp;November 26, 2019&nbsp;<span class=\"sep mx-2\">&middot;</span>&nbsp;<a href=\"https://wptavern.com/category/news\">News</a></p>\n</div></div>\n\n\n\n<p>&lsquo;Tis the largest shopping season of the year.  While you are gearing up for a big weekend of finding that perfect gift for your family and friends, you might take a moment to consider giving your website a little something for the holiday.</p>\n\n\n\n<p>The following is our roundup of WordPress hosting, services, and plugins that are on sale this week and next.</p>\n\n\n\n<h2>Hosting and Domain Deals</h2>\n\n\n\n<p>If you are in the market for a new host or have been sitting on a new domain name to purchase, now might be the time to start looking around to see if you can snag a good price.</p>\n\n\n\n<h3>BlueHost</h3>\n\n\n\n<p>BlueHost is running a weeklong event, which began on November 25.  The web host is offering 60% off WordPress, 50% off VPS, and 40% off WordPress Pro hosting. The offer includes a free domain for the first year.</p>\n\n\n\n<p><a href=\"https://www.bluehost.com/\">Visit BlueHost&rsquo;s site &rarr;</a></p>\n\n\n\n<h3>DreamHost</h3>\n\n\n\n<p>DreamHost is cutting their prices on new domain registrations from November 25 through December 3, which ranges from a low $0.79 for <code>.xyz</code> to $6.99 for <code>.com</code> registrations. Beginning on Friday, November 29, they are offering deals on their Shared Unlimited hosting for 1-year ($5.95/month) and 3-year ($4.95/month) paid plans.</p>\n\n\n\n<p><a href=\"http://dreamhost.com/\">Visit DreamHost&rsquo;s site &rarr;</a></p>\n\n\n\n<h2>WordPress Services</h2>\n\n\n\n<p>A couple of WordPress companies are offering markdowns on their services rather than products this shopping season.</p>\n\n\n\n<h3>WPScan</h3>\n\n\n\n<p>WPScan, an online WordPress vulnerability scanner, is giving a 20% discount for the first three months on any of their paid plans.  Use the coupon code <code>BLACKFRIDAY20</code> at checkout.</p>\n\n\n\n<p><a href=\"http://wpscan.io\">Visit WPScan&rsquo;s site &rarr;</a></p>\n\n\n\n<h3>WPDandy</h3>\n\n\n\n<p>WPDandy offers WordPress maintenance, management, and support, which includes backup and security services.  The team is currently running 50% off each plan available.  The Black Friday deal is currently open, but there is no mention of when it ends.</p>\n\n\n\n<p><a href=\"https://wpdandy.com/black-friday-2019\">See WPDandy&rsquo;s sale &rarr;</a></p>\n\n\n\n<h2>Plugins</h2>\n\n\n\n<p>If you have had your eye on a particular plugin but have yet to pull the trigger, now may be a good chance to grab it.  The following is a roundup of several plugins and plugin bundles.  Some are currently on sale.  Others will begin on Black Friday.  Most sales will last several days.</p>\n\n\n\n<h3>Saturday Drive</h3>\n\n\n\n<p>Saturday Drive, the company behind <a href=\"https://ninjaforms.com/\">Ninja Forms</a> and <a href=\"https://calderaforms.com/\">Caldera Forms</a>, has the most interesting Black Friday deal.  Users have a chance of getting between 40% and 100% off either plugin by using the spinner at checkout.  The company is also donating 10% of all sales to Operation Smile.  The promotion runs between November 29 and December 3.</p>\n\n\n\n<p>Read more about Saturday Drive&rsquo;s <a href=\"https://saturdaydrive.com/save-it-forward/\">Save it Forward event &rarr;</a></p>\n\n\n\n<h3>iThemes</h3>\n\n\n\n<p>iThemes has a large selection of products, including its popular BackupBuddy and iThemes Security Pro plugins.  The site is cutting prices 50% off any new plugin, combo pack, hosting, theme, Stash, or annual Sync plan from November 23 &ndash; December 2.</p>\n\n\n\n<p><a href=\"https://ithemes.com/coupon/black-friday-cyber-monday-sale/\">See iTheme&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>GiveWP</h3>\n\n\n\n<p>GiveWP is a donations plugin that allows visitors to contribute to your cause directly from your website. They are running a 50%-off special for the next week.  However, the sale is limited to the first 500 customers.  This would be a good time to snag the plugin if you plan on collecting donations for Giving Tuesday next week.</p>\n\n\n\n<p><a href=\"https://givewp.com/lps/black-friday/\">See GiveWP&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>Pootlepress</h3>\n\n\n\n<p>Pootlepress, a WordPress plugin and theme shop, is slashing 40% off their WooBuilder Blocks and Storefront Blocks plugins, which integrate WooCommerce and Gutenberg.  The sale begins on November 29 and ends on December 4.</p>\n\n\n\n<p><a href=\"https://www.pootlepress.com/\">Visit Pootlepress&rsquo; site &rarr;</a></p>\n\n\n\n<h3>Starfish Reviews</h3>\n\n\n\n<p>Starfish Reviews, a plugin designed to help businesses get more reviews on Google, Facebook, and other platforms, is currently on sale for 83% off. The lifetime deal ends on November 30.</p>\n\n\n\n<p><a href=\"https://starfish.reviews/2019-bfcm-ltd/\">See Starfish Review&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>ProjectHuddle</h3>\n\n\n\n<p>ProjectHuddle is a WordPress feedback plugin for use by agencies and freelancers to communicate with their clients. It allows clients to provide comments on mockups and more.  Each pricing plan has been cut by 40%.  The sale began on November 25 and runs through December 2.</p>\n\n\n\n<p><a href=\"https://projecthuddle.com/friday\">See ProjectHuddle&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>Paid Memberships Pro</h3>\n\n\n\n<p>Paid Memberships Pro is a WordPress community and memberships plugin that works with several payment gateways and integrates with community plugins such as bbPress and BuddyPress.  The website is cutting $100 from its Plus plan and $200 from its Unlimited plan, both of which locks in a lifetime renewal rate.  The offer runs from November 29 through December 2.  Use the <code>blackfriday</code> discount code at checkout.</p>\n\n\n\n<p><a href=\"https://www.paidmembershipspro.com/press/resources/\">See Paid Memberships Pro&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>Dev4Press</h3>\n\n\n\n<p>Dev4Press is a plugin shop that has a range of plugins, including bbPress tools, security, ratings, and more.  Customers can grab 25% off using the <code>BLACKCYBER</code> coupon code at checkout.  The discount can be applied to all plugins, add-ons, and club memberships.  The sale runs from November 27 through December 3.  </p>\n\n\n\n<p><a href=\"https://www.dev4press.com/promotion/2019/black-friday-cyber-monday-2019/\">See Dev4Press&rsquo; sale &rarr;</a></p>\n\n\n\n<h3>SiteOrigin</h3>\n\n\n\n<p>SiteOrigin is slashing 50% off their premium product bundle on Black Friday, November 29, which includes over 20 add-ons for their theme and plugin products.  Use the <code>NOVEMBER30</code> coupon code at checkout for the discount.  On Giving Tuesday, November 3, the team will provide email support to all users, which is typically only available on paid plans.</p>\n\n\n\n<p><a href=\"https://siteorigin.com/downloads/premium/\">Visit SiteOrigin&rsquo;s Premium page &rarr;</a></p>\n\n\n\n<h3>Stackable</h3>\n\n\n\n<p>Stackable, a premium blocks collection plugin, kicked off its version 2 launch on November 25.  The site is currently holding a flash sale that ends on November 27.  Use the discount code <code>LTD30</code> to grab 30% off.  After the flash sale, they will continue with a 20% discount for all annual plans when using the <code>LAUNCH20</code> discount code. This deal ends on December 9.  The website is also offering limited-time lifetime purchases during the event.</p>\n\n\n\n<p><a href=\"https://wpstackable.com/\">Visit Stackable&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>Hookturn</h3>\n\n\n\n<p>Hookturn, a company that specializes in add-on plugins for Advanced Custom Fields, is currently offering 40% off their ACF Theme Code Pro, ACF Custom Database Tables, and Advanced Forms Pro plugins.  The sale runs until December 3.</p>\n\n\n\n<p><a href=\"https://hookturn.io\">Visit Hookturn&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>SearchWP</h3>\n\n\n\n<p>SearchWP is an advanced search form plugin that offers a more robust search of content for WordPress.  The company&rsquo;s sale this year begins on Friday, November 29, and lasts until Tuesday, December 3.  The site is offering a 30%-50% discount on new plugin licenses and 40% off upgrades for existing customers at checkout.</p>\n\n\n\n<p><a href=\"https://searchwp.com/\">Visit SearchWP&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>OrganizeWP</h3>\n\n\n\n<p>OrganizeWP, a drag-and-drop plugin that allows users to manage their WordPress admin, will be on sale for 50% off support and update licenses.  The runs November 29 through December 3.  Discounts are automatically applied at checkout.</p>\n\n\n\n<p><a href=\"https://organizewp.com/\">Visit OrganizeWP&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>Gravity PDF</h3>\n\n\n\n<p>Gravity PDF, a plugin for automatically creating PDF documents for Gravity Forms, is currently holding a sale for 40% off their access passes.  The sale will end on Monday, December 2.</p>\n\n\n\n<p><a href=\"https://gravitypdf.com/l/2019-black-friday-and-cyber-monday-sale/\">See Gravity PDF&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>Meta Box</h3>\n\n\n\n<p>Meta Box, a custom fields plugin for developers, is offering 60% off their lifetime bundle, which brings the price from $499 down to $199.  The sales event lasts from November 26 through December 6.</p>\n\n\n\n<p><a href=\"https://metabox.io/black-friday/\">See Meta Box&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>WisdmLabs</h3>\n\n\n\n<p>WisdmLabs, a shop with various WooCommerce and LearnDash add-ons, will begin offering 30% discount on all products and bundles available through their site on November 28 and last through December 2.  Use the <code>BFCM30</code> coupon code at checkout.</p>\n\n\n\n<p><a href=\"https://wisdmlabs.com/premium-wordpress-plugins/\">See WisdmLabs&rsquo; sale &rarr;</a></p>\n\n\n\n<h3>MailOptin</h3>\n\n\n\n<p>MailOptin is an email opt-in form plugin that allows website visitors to sign up for an email subscription.  The site is offering a 25% discount for customers who use the <code>BCFM2019</code> coupon code from November 29 through December 3.</p>\n\n\n\n<p><a href=\"https://mailoptin.io\">Visit MailOptin&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>Social Rocket</h3>\n\n\n\n<p>Social Rocket, a social sharing plugin for WordPress that works with all the major social networks, is currently on sale for 33% off using the <code>BFCM2019</code> coupon code.  The discount is available through December 2.</p>\n\n\n\n<p><a href=\"https://wpsocialrocket.com/\">Visit Social Rocket&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>Charitable</h3>\n\n\n\n<p>Charitable is a fundraising plugin for WordPress that allows visitors to donate directly on users&rsquo; sites.  The website is offering 30% off its pro and agency payment options from November 29 through December 3.  Use the <code>PRO30BF19</code> code at checkout for the discount.</p>\n\n\n\n<p><a href=\"https://www.wpcharitable.com/\">Visit Charitable&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>Sandhills Development</h3>\n\n\n\n<p>Sandhills Development is offering 25% off with the <code>BFCM2019</code> coupon code on all its products, which includes Easy Digital Downloads, AffiliateWP, Restrict Content Pro, Sugar Calendar, and WP Simple Pay.  The sale runs from November 29 through December 6.  They are also offering lifetime bundle deals and over $3,000 in prizes.</p>\n\n\n\n<p><a href=\"https://sandhillsdev.com/2019/11/sandhills-sale-event-2019/\">See Sandhills Development&rsquo;s sale &rarr;</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Nov 2019 21:29: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: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:54:\"WPTavern: WP Tavern’s New Design: No More Wood Grain\";s:7:\"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://wptavern.com/?p=95513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wptavern.com/wp-taverns-new-design-no-more-wood-grain\";s: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:4871:\"<img />Screenshot of the new homepage design.\n\n\n\n<p>If you are viewing WP Tavern from your browser today, you might be a bit shocked.  Things are different &mdash; much different.  If you are reading this post via email or a feed reader, hop on over to the live site to take a look.</p>\n\n\n\n<p>Welcome to the new design!</p>\n\n\n\n<p>When I accepted the job to write for WP Tavern, some of you asked if I would be handling anything with the design and development aspects of the site.  Today, you have your answer.  I was tasked with overhauling our dated design and getting something fresh up.</p>\n\n\n\n<p>From the moment I logged in and started peeking behind the curtain, the task seemed almost insurmountable.  WP Tavern has had nearly 5,000 posts over 12 years.  It has content mixed and matched with plugins that have not been used in years.  Being perfectly honest, I was unsure what some plugins did for a long while.  However, I have gotten to know the site and its inner-workings over the past couple of months, and the new design has taken shape around some of that.</p>\n\n\n\n<p>Rather than taking the time to do a complete overhaul of everything, which is sorely needed, our team decided the best course of action was to get a new theme up and iterate.</p>\n\n\n\n<p>The first step of the design process was to remove the wood-grain background.  There is likely some nostalgia attached to that for some of our readers (some of you may have grown accustomed to it over the last 12 years), but it is the one thing we universally agreed to drop.</p>\n\n\n\n<p>The second step was to move to a sidebar-less design.  Our team at the Tavern decided that nearly everything in the previous design&rsquo;s sidebar offered few benefits to our readers.  It was a distraction that took away from the content.</p>\n\n\n\n<p>The next step of the design process was to add complete compatibility with the block editor (Gutenberg).  With no sidebar, this will open the door for us to do more interesting things with media and other elements over the long term.</p>\n\n\n\n<p>Overall, the goal was to make the reading process nicer for all of you who visit the site.  I hope that we have accomplished that.</p>\n\n\n\n<h2>The Future Design of the Site</h2>\n\n\n\n<p>This is version 1.0 of the new design.  A large part of the process was laying the groundwork in a way that it would be easy to make changes going forward.</p>\n\n\n\n<p>There are still some missing elements that will be re-added soon.  Primarily, the site needs a search form in the header/navigation area.  Redesigning the email subscription form and moving it to a different location is high on the list.</p>\n\n\n\n<p>The site should load faster than before. However, there is still a lot of cleanup to do with plugins over the long haul. Page loads should be even snappier as we continue to iterate.</p>\n\n\n\n<p>I also hope we can add a custom logo and other Tavern-<em>esque</em> elements that bring more personality to the site as we move along in this ongoing process.</p>\n\n\n\n<p>However, this is the point where you, the WP Tavern audience, get to join the conversation.  Before pushing too far with additional changes, it is important to get your feedback about what you want to see in the coming days, weeks, and months.  Ultimately, the goal is to serve you WordPress news and information in the best way possible.</p>\n\n\n\n<p>Feedback is certainly welcome.  If there is a missing element you want to see return, post it in the comments.  If there is something you would like to see added, don&rsquo;t be shy about letting us know.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/contact-me\">contact form</a> is also always open for private feedback or for letting us know about a problem with the site.</p>\n\n\n\n<h2>What Is Under the Hood?</h2>\n\n\n\n<p>To get the theme up and running, I reused a ton of code from my previous theme-related work before joining WP Tavern. It made sense to use a build system I already knew from top to bottom and not reinvent the wheel.</p>\n\n\n\n<p>The CSS system is a customized and stripped-down version of <a href=\"https://tailwindcss.com/\">Tailwind CSS</a>.  Tailwind is a utility-first CSS framework.  For most of my professional career, I have shied away from utility-based frameworks.  However, Tailwind is a well-designed framework with a smart naming scheme that strikes a balance between readability and practicality.  It is one of the few that has clicked with me.  WordPress also uses several utility classes, especially with the block editor.  The two systems made sense together.</p>\n\n\n\n<p>WordPress front-end output and some plugins (I&rsquo;m looking at you, Jetpack) do not make it easy to take a full utility-class approach.  Everything else was addressed on a case-by-case basis.</p>\n\n\n\n<p>If any WordPress developers want to know more about the technical aspects, I am happy to answer questions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Nov 2019 20:32: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:\"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: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:30:\"bbPress: bbPress 2.6.2 is out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://bbpress.org/?p=206111\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://bbpress.org/blog/2019/11/bbpress-2-6-2-is-out/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1342:\"<p>bbPress 2.6.2 fixes <a href=\"https://bbpress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.6.2\">5 more small bugs</a> that were reported by community members in our support forums:</p>\n\n\n\n<ul><li>Hierarchical replies in threaded discussion topics were broken for sites that were enabling the visual editor, so we unbroke it.</li><li>Sites with custom <code>bbpress.css</code> files were not having their custom styling applied in some cases. We fixed at least one case that we could find. Let us know if this is still not working correctly for you.</li><li>BuddyPress Notifications stopped working completely, but that wasn&#8217;t on purpose so we made them work completely again.</li><li>The &#8220;Edit&#8221; part of a URL pattern was not customizable inside of Forum Settings. Now it is!</li><li>One of the repair tools had a typo in it, so we untypo&#8217;ed it.</li></ul>\n\n\n\n<p>Thanks to everyone in the forums for being persistent and helping us identify all these annoyances. </p>\n\n\n\n<p>We&#8217;re going to continue minor releases as bugs get reported and fixed. The team is committed to making sure your forums are running as smoothly as can be, so don&#8217;t be surprised if you see 2.6.3 soon too! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f41d.png\" alt=\"?\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Nov 2019 18:24:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s: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:68:\"WPTavern: Optimizing Code in a World That Doesn’t Want to Optimize\";s:7:\"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://wptavern.com/?p=95433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/optimizing-code-in-a-world-that-doesnt-want-to-optimize\";s: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:6757:\"<p><em>Premature optimization is the root of all evil.</em></p>\n\n\n\n<p>It is a common saying among developers.  It makes sense.  Optimizing prematurely can mean redoing work down the line, and time is the developer&rsquo;s most finite resource.  It can mean spending that precious time optimizing for scenarios that do not yet exist for a product&rsquo;s users.  It can mean writing code that is harder to understand with unclear performance gains.</p>\n\n\n\n<p>While participating with the WordPress theme review team about a year ago, I came across that nugget of advice once again.  <em>Premature optimization is the root of all evil.</em>  The reply was to a theme author who was looking to decrease the number and weight of scripts their theme needed to load.  On one hand, the theme author could load a 1.29 kb script with no dependencies to get the job done.  The other option was to use the jQuery-dependent script included in core WordPress for a total of 105 kb because &ldquo;most&rdquo; WordPress sites are loading jQuery anyway.</p>\n\n\n\n<p>For me, the answer was simple.  Use the smaller script unless the core script was already loaded on the front end.  I did not think of it in terms of <em>premature optimization</em>.  I thought of it as plain old, run-of-the-mill, everyday optimization.</p>\n\n\n\n<p>Developers should not confuse <em>premature optimization</em> with the concept of making smart design decisions early in the process.  Nor should they wait until the final stage of development to start optimizing, a time when the focus is on getting a product out to end-users.  That is a sign of a poor product design process.</p>\n\n\n\n<p>Over the past year, that conversation stuck with me.  It helped me become more cognizant of a terrifying trend, not just in the WordPress developer community, but with web development in general.  Far too often, developers are so far removed from normal users and the technology those users rely on that optimization is little more than an afterthought.  Instead, it should always be at the forefront of any developer&rsquo;s mind.</p>\n\n\n\n<p>The overreliance on this misused quote has helped push the trend of measuring page weight in megabytes instead of kilobytes.  It is too often used as a catchall justification for not doing any optimization in the development phase while making up for it with file compression and caching in production.</p>\n\n\n\n<p>Part of writing quality code is optimizing that code during every stage of the development process.  It is about making hard decisions to cut unnecessary things as the software comes together.  Caching should be a last resort after everything else has been cleaned up.</p>\n\n\n\n<p>Premature optimization is more about attempting to optimize when there are no clear gains or working on micro-optimizations that alter the software&rsquo;s design for little-to-no benefit.  It does not mean overlooking obvious performance boosts during development.</p>\n\n\n\n<h2>Not Everyone is on Gigabit Internet</h2>\n\n\n\n<p>Most developers I know are on super-fast internet connections, often with 1 Gbps download speeds and unlimited data.  In that situation, it is easy to forget that large chunks of the world are still on slow connections with data caps.</p>\n\n\n\n<p>Some may even associate slow connections with third-world countries where millions of people are on 2G cell phone technology.  However, there are large swaths of the United States and other developed countries that have no direct cable or DSL lines, which are commonly available in cities and suburbs.</p>\n\n\n\n<p>This disconnect is directly evident when other developers have initiated chats with me.  In the past couple of years, it has been increasingly common for them to ask for a video chat.  It is not even questioned whether such a thing is possible (video chats are unreliable at best for me).  The ability to video chat at any time is taken for granted.</p>\n\n\n\n<p>There are two internet service options in the area that I live in:  satellite or dial-up.  Even the local telephone company refuses to offer DSL in this area because of infrastructural costs with decades-old phone lines.  Because of the prohibitive costs of satellite internet access, which typically comes with data limits, many are stuck with dial-up.  Cell phone companies are changing the game to a degree, assuming service is reliable, but there are downfalls with going that route, which can include data or hotspot limitations.</p>\n\n\n\n<p>For such a technologically-advanced country, many of its people are barely catching up to where others were a decade ago.</p>\n\n\n\n<p>While I am fortunate enough to choose where I live and have nothing holding me back from moving, most do not have that option.  They are stuck with the best they can afford.  Even in rural areas, the internet is an inescapable part of daily life, and developers are not making it easy for these people.</p>\n\n\n\n<p>While this is anecdotal, it is the stark reality of rural life in pockets of the US.</p>\n\n\n\n<p>The upside of living in the backwoods of Alabama is that it has changed my perspective as a developer.  It has meant that I needed to question every code decision for every plugin and theme I built.  With data caps, I needed to make sure that I was not using too many resources.  </p>\n\n\n\n<p>More than anything, having a data cap changed how I used the internet.  I now run an ad-blocker.  I have an extension to kill videos from auto-loading.  I disable JavaScript on heavy sites that I need to use.  Some sites seem interesting, but I never return to them because they are resource hogs.</p>\n\n\n\n<p>When you live in a place where every byte matters, you tend to avoid wasting them.</p>\n\n\n\n<p>While not always successful, since my transition to small-town life, I have attempted to build applications in a way that served people who are not privileged enough to have blazing-fast internet access.</p>\n\n\n\n<p>Pointing this out is about making sure developers are aware that optimization matters.  It matters at every stage of the development process.  It matters because these people with slow connections and data caps also need to buy products, use services, read content, and do all the other things that people do on the web.</p>\n\n\n\n<p>If you are a developer who is thinking about adding that slider, swiping mechanism for mobile, or some other slick gadget, think about those of who must wait for that feature to load.  Check that its dependencies are not loading too many extra resources.  Do some research to see if you can locate a lighter-weight implementation.  But, first, ask yourself if it is necessary.</p>\n\n\n\n<p>The themes and plugins that WordPress developers build should never be the bottleneck for a website.  We can do better.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Nov 2019 21:31: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: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:36;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:43:\"HeroPress: Five Years Since The Dream Began\";s:7:\"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=3019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"https://heropress.com/five-years-since-the-dream-began/#utm_source=rss&utm_medium=rss&utm_campaign=five-years-since-the-dream-began\";s: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:3140:\"<p>Exactly five years ago today I woke up to an email from Dave Rosen telling me my life was about to change.  He didn&#8217;t know yet what we&#8217;d build, but he offered me the chance to build something.</p>\n\n\n\n<p>From that seed we crafted HeroPress. It was a battle, filled with uncertainty, and at times tears, but I can say without hesitation that HeroPress has changed my life, and the life of my family, for the better.</p>\n\n\n\n<p>Never, ever did I expect to become friends with so many people from so many places. HeroPress has changed the way I look at the world, and the people in it. It&#8217;s influenced my job opportunities. It&#8217;s opened doors for me to places that I didn&#8217;t know existed.</p>\n\n\n\n<p>As always, I want to say thank you.  Thank you to Dave for planting the seed.  Thank you to all the contributors over the years, building something great.  Thank you to people willing to retweet for me every week. Thank you to all the people who&#8217;ve trusted me with their stories.</p>\n\n\n\n<p>Here&#8217;s hoping for another five years!</p>\n\n\n\n<img />Dave Rosen and I doing the X-Team X.\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Five Years Since The Dream Began\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Five%20Years%20Since%20The%20Dream%20Began&via=heropress&url=https%3A%2F%2Fheropress.com%2Ffive-years-since-the-dream-began%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Five Years Since The Dream Began\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Ffive-years-since-the-dream-began%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Ffive-years-since-the-dream-began%2F&title=Five+Years+Since+The+Dream+Began\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Five Years Since The Dream Began\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/five-years-since-the-dream-began/&media=https://heropress.com/wp-content/plugins/rtsocial/images/default-pinterest.png&description=Five Years Since The Dream Began\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Five Years Since The Dream Began\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/five-years-since-the-dream-began/\" title=\"Five Years Since The Dream Began\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/five-years-since-the-dream-began/\">Five Years Since The Dream Began</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Nov 2019 15:21:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:47:\"WPTavern: WP Agency Summit Kicks Off December 6\";s:7:\"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://wptavern.com/?p=95420\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wp-agency-summit-kicks-off-december-6\";s: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:4819:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://wpagencysummit.com/\">WP Agency Summit</a>, a virtual event for WordPress agencies, will kick off December 6, 2019, and last through December 16.  The event will feature daily sessions by over 30 WordPress professionals that are designed to help agencies grow their business.  Each session will be free to view, but there will be a price tag attached after the event closes.</p>\n\n\n\n<p>Jan Koch, owner WP Mastery, is running the event.  WP Agency Summit is for profit, but Koch expressed a desire to give something back to the community that has helped him over the years.  &ldquo;I want this event to deliver value to the WP community, because I myself have received free support countless times from Facebook groups, forums, etc.,&rdquo; he said.  &ldquo;That&rsquo;s why the event is free to watch online while it&rsquo;s running.&rdquo;</p>\n\n\n\n<p>The event is primarily aimed at WordPress agencies, but others may find value in it.  &ldquo;This event is also interesting for WordPress freelancers and digital agencies who occasionally use WordPress,&rdquo; said Koch.  &ldquo;However, being a WordPress agency owner myself, I wanted to ensure that business owners like myself and those in similar situations get the most value from the event.&rdquo;</p>\n\n\n\n<p>Video sessions will be available to view for 48 hours at no cost.  For those who sign up for a free pass, they can upgrade to lifetime access for $127. That lifetime access will go up to $197 during the event and $497 afterward.</p>\n\n\n\n<p>Potential buyers may want to opt for the free option before deciding whether future access to the sessions and bonus materials are worth plunking down the cash.  For an agency, the cost is minimal either way.  However, for a solo freelancer, the $497 price is high enough to warrant caution.  Most will want to check out the material first.</p>\n\n\n\n<p>Each of the video sessions is prerecorded and edited rather than shot live.  Koch is using Vimeo Pro to host the videos.  There will be a live hangout to begin the event.  Attendees and speakers will also get a Facebook group invite for asking questions and engaging with each other.</p>\n\n\n\n<p>Cloudways, Siteground, and MainWP are sponsoring the event, which helps cover some of the up-front costs.  Outside of that, Koch is handling the remainder of those costs out of his pocket but is hopeful for a positive return through the sale of lifetime access to the materials.</p>\n\n\n\n<p>Koch first ran a virtual summit called &ldquo;The WP Summit&rdquo; in 2015, which was a more broad event based on various WordPress topics.  That event had over 2,000 registrations.  &ldquo;As you can imagine, just talking about topics related to WP resulted in a very wide-spread speaker lineup, so there weren&rsquo;t any clear takeaways,&rdquo; said Koch.</p>\n\n\n\n<p>The idea for WP Agency Summit has been in Koch&rsquo;s mind since 2018.  It wasn&rsquo;t until some conversations with others at WordCamp Europe (WCEU) in 2019 that it started coming together.  &ldquo;After WCEU, I invested in a virtual training for summits and hired a mentor to properly set up the WP Agency Summit,&rdquo; he said.  &ldquo;My goal is to run 4 events like this in 2020, so this summit is serving as &lsquo;crash test dummy&rsquo; and foundation at the same time.&rdquo;</p>\n\n\n\n<h2>The Speaker Lineup</h2>\n\n\n\n<p>There are over 30 speakers signed on for the event.  Kim Doyal, a content marketer formerly known as &ldquo;The WordPress Chick,&rdquo; will teach agencies how to write copy that attracts higher-paying clients.  Ahmad Awais, core WordPress contributor, will teach how to save time writing code in the VS Code editor.</p>\n\n\n\n<p>Most sessions will focus on how agencies can grow their business with topics related to recurring revenue, marketing, and working with clients.  Each day of the event will feature three or four sessions.</p>\n\n\n\n<p>WP Agency Summit is hosting a diverse male lineup of over 20 speakers from Europe, Asia, Australia, Africa, and the US.  However, there are only four sessions lead by women within the industry.  &ldquo;I recognize this as a problem with my event,&rdquo; said Koch.  &ldquo;The reason I have so much more male than female speakers is quite simple, the current speaker line-up is purely based on connections I had when I started planning for the event. It was a relatively short amount of time for me, so I wasn&rsquo;t able to build relationships with more female WP experts beforehand.&rdquo;</p>\n\n\n\n<p>Koch assures that he will have a more balanced ratio for upcoming summits in 2020 and beyond.  &ldquo;Even in this prelaunch phase, I already got in touch with many outstanding women in the WP community which would make perfect speakers for the next events,&rdquo; he said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Nov 2019 19:50: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: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: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:110:\"HeroPress: Building A WordPress Business In Iran – ساختن یک زندگی وردپرسی در ایران\";s:7:\"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=3012\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"https://heropress.com/essays/building-a-wordpress-business-in-iran/#utm_source=rss&utm_medium=rss&utm_campaign=building-a-wordpress-business-in-iran\";s: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:19728:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/11/112019-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: Over the years, WordPress transformed my personal and profesional life. In Persian: در طی این سالها، وردپرس زندگی شخصی و حرفه‌ای من را تغییر داد.\" /><div class=\"c-message__content c-message__content--feature_sonic_inputs\">\n<div class=\"c-message__message_blocks c-message__message_blocks--rich_text\">\n<div class=\"p-block_kit_renderer p-block_kit_renderer--absorb_margin\">\n<div class=\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\">\n<div class=\"p-rich_text_block\" dir=\"auto\">\n<div class=\"p-rich_text_section\"><a href=\"https://heropress.com/feed/#fas\">این مقاله به زبان فارسی نیز در دسترس است.</a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<p>I purchased my first computer set when I was 19 years old, but several years before that, at the age of 15, I took a computer and MS-DOS training course and without having a computer, by merely practicing on paper, I managed to get the perfect score on the final exam.</p>\n<p>It was during those years that internet gradually entered our town. Well, don’t be shocked. Internet was introduced to our small town pretty late and we got acquainted with this technological phenomenon very late. However, internet instantly found its place in my daily routine and I was fascinated by it.  After surfing the internet for a year, I was little by little encouraged to find out what a website is and how it works. Thus, I familiarized myself with the first programming language, that is, HTML and began learning it and given my enthusiasm, I mastered it in less than 10 days.</p>\n<p>I was increasingly attracted to the internet and the issues pertinent to it, and soon enough I was drawn to various internet technologies. In less than a year, I was able to learn PHP, CSS, and HTML and relying on my limited knowledge, I began testing different systems and scripts.</p>\n<h3>Introduction to Blogging</h3>\n<p>During those same years, I worked with various blog systems, one of which was B2 system. A little while later, while conducting tests, doing installations, and having fun, I encountered a system which was quite similar to B2. I installed it. Then, I entered its various parts.  I found its management system, templates and codes quite appealing and easy to work with. Thus, I began translating it into Persian for my personal purposes, and in less than a week, I turned most of its various parts into Persian and they were ready to be used. Yet, due to certain reasons, I failed to install this system on my host or test it online. But I kept the system on my computer and I worked with it and enjoyed it. Yes, that system was one of the first versions of WordPress.</p>\n<p>Prior to working with WordPress, I had worked with various systems and scripts, and I was primarily accustomed to Joomla. However, simplicity, convenience, and interesting environment of WordPress drew me towards this system and I kept working with it.</p>\n<p>I was by nature shy and reticent; therefore, I was not that active in any groups or forums –this was the case in my personal life as well as on the web. Consequently, during the first few years of my activity in the field of WordPress, I hardly ever participated in WordPress forums or local groups.</p>\n<h3>Getting Involved</h3>\n<p>However, one of my friends who was active in the field of Persian WordPress, invited me to collaborate with one of the Persian WordPress support forums and this was a new beginning for me in the area of localization of WordPress.</p>\n<p>My keen interest in working with WordPress as well as helping others work and become more familiar with it made me spend a lot of time daily in the Persian WordPress forum. Nevertheless, due to the shortcomings and needs of the Persian WordPress community, we also created another support website. Following the creation of this new website, many users were attracted to it and gradually we got a lot of feedback from the Persian WordPress community. So, we became further involved with the Persian WordPress community and the scope of our activities expanded.</p>\n<p>It was during these years that I got my first formal job offer in the field of WordPress and I launched the first WordPress website for a client and received money in return for my services.  This experience highly motivated me and helped me envision my future as a WordPress developer. Meanwhile, with the help of some of my friends, I started a small web design and development company which was supposed to focus on coding and programming electronic components, but my keen enthusiasm for web development drew the entire team to focus on web design and development. Due to my numerous activities in the field of WordPress and my growing recognition as a WordPress activist, over the course of a few years, virtually all of our company activities centered on WordPress as the main basis of our work, and now we are one of the active supporters of WordPress in Iran.</p>\n<h3>Transformations</h3>\n<p>Over the years, WordPress transformed my personal and professional life. My personal life was changed in the respect that from a shy, quiet and inactive guy, I turned into an energetic, active person interested in discussions and participation in social events. Along the way, I also met great and influential people, including my future spouse.</p>\n<p>We organized various gatherings and meetups in the field of WordPress. We held WordPress seminars. We set up various public forums and groups to enhance the impact of WordPress and educate newcomers, and thus, many changes occurred in my overall mood and personality.</p>\n<p>Besides, prior to the general change of direction in our company towards web and especially WordPress, our revenues were low and the company had a very slow growth; yet following our change of direction and basing the structure of the company on WordPress, our annual growth rate increased dramatically and there was a considerable increase in the size of the company, number of the personnel, and payments.</p>\n<p>I should also mention that I am a graduate of textile engineering. However, my field of study has nothing to do with my career interests. Since from a very young age I dreamt of working in the field of computer science, even studying an irrelevant major did not stop me from pursuing my old dream and while studying textile engineering, I worked in the field of computer science and in my own company.</p>\n<p>Now, 16 years after my first encounter with WordPress, it has pervaded every aspect of my life and has changed me personally, mentally, and professionally and has influenced my choice of career and business. And I am really glad that on that day I became familiar with WordPress and started working with it and am still involved with it up to this day, because not only my life changed as a result, but also I managed to educate so many people and help them transform their lives in a way that WordPress played a major role in their lives and contributed to their further success.</p>\n<h1 id=\"fas\">ساختن یک زندگی وردپرسی در ایران</h1>\n<p>من اولین کامپیوتر خود را وقتی ۱۹ ساله بودم خریدم ولی چندین سال قبل از آن  در سن 15 سالگی به کلاس آموزش کامپیوتر و دوره آموزشی کار با DOS رفتم  و بدون داشتن کامپیوتر و با تمرین روی کاغذ توانستم نمره کامل رو در آزمون نهایی کسب کنم.</p>\n<p>در همان سالها بود که اینترنت کم کم وارد شهر ما شد، بله تعجب نکنید درشهرکوچک ما اینترنت خیلی دیر وارد شد و ما خیلی دیر با این پدیده آشنا شدیم اما اینترنت به سرعت جای خود را در کارهای روزمره من باز کرد و من شیفته آن شدم بعد از یک سال کار کردن با اینترنت من کم کم ترغیب شدم که بفهمم سایت چیست و چگونه کار میکند و با اولین زبان یعنی HTML آشنا شدم و شروع به یادگیری آن کردم و با اشتیاق فراوانی که داشتم آن را در کمتر از ۱۰ روز یاد گرفتم.</p>\n<p>من هر روز بیشتر جذب اینترنت و موضوعات مرتبط با آن می شدم و به سرعت به سوی تکنولوژی های مختلف اینترنتی کشیده شدم. یک سال هم طول نکشید که توانستم HTML / CSS / PHP را یاد بگیرم و با همون دانش اندک، شروع به تست سیستم و اسکریپتهای مختلف کردم.</p>\n<h3>مقدمه‌ای برای شروع</h3>\n<p>در همان سال‌ها من با سیستم‌های وبلاگی مختلفی کار کردم که یکی از آن‌ها سیستم b2 بود. کمی بعدتر در همین تستها و نصب‌ها و بازیگوشی ها  با سیستمی مواجه شدم که بسیار شبیه b2 بود. آن را نصب کردم سپس وارد بخش‌های مختلف آن شدم، سیستم مدیریت، بخش قالب و کدهای آن و بسیار برایم ساده و جالب و جذاب به نظر رسید و به همین دلیل شروع به فارسی کردن آن برای کارهای شخصی خود کردم و کمتر از یک هفته بخش‌های مختلف آن را تا حدود زیادی فارسی و آماده استفاده کرده بودم. اما به دلایل خاصی موفق نشدم که آن را بر روی هاست خود نصب و به صورت آنلاین تست کنم. ولی آن سیستم را بر روی کامپیوتر خود نگه داشتم و با آن کار می کردم و لذت می بردم. بله آن سیستم یکی از اولین نسخه های وردپرس بود.</p>\n<p>من قبل از کار با وردپرس با سیستم ها و اسکریپت های مختلفی کار کرده بودم و بیشترین اسکریپتی که با آن انس گرفته بودم جوملا بود اما سادگی و روانی و محیط جذاب مدیریت وردپرس باعث شد که من به سمت وردپرس کشیده شوم و کار با آن را ادامه دهم.</p>\n<p>من ذاتا آدم کم حرف و خجالتی بودم و به همین دلیل خیلی در گروه ها و انجمن های خاصی فعالیت نمی‌کردم و این هم شامل وب و هم شامل زندگی عادی من میشد به همین دلیل تا چند سال اولیه فعالیت من در وردپرس، خیلی در انجمنهای تخصصی و یا گروه های محلی آن  فعالیتی نداشتم.</p>\n<h3>شروع مشارکت</h3>\n<p>تا اینکه یکی از دوستان من که از فعالان وردپرس در زبان فارسی بود من را دعوت به همکاری در یکی از انجمن های پشتیبانی وردپرس به زبان فارسی کرد و این شروعی دوباره برای من در زمینه محلی سازی وردپرس بود.</p>\n<p>علاقه زیاد من به کار با وردپرس و همچنین کمک به دیگران برای کار و آشنایی بیشتر با وردپرس باعث شد که من روزانه زمان زیادی را در انجمن وردپرس فارسی صرف کنم. اما با توجه به کمبود ها و نیازهایی که جامعه فارسی داشت ما یک سایت پشتیبانی دیگر را نیز ایجاد کردیم با ایجاد سایت جدید کاربران زیادی جذب ما شدند و کم کم ما بازخوردهای زیادی را از جامعه فارسی گرفتیم به همین دلیل بیشتر درگیر جامعه فارسی وردپرس شدیم و دامنه فعالیت های ما نیز گسترش پیدا کرد.</p>\n<h3>دگرگونی</h3>\n<p>در همین سال‌ها اولین پیشنهاد کاری رسمی من در زمینه وردپرس رسید و من اولین سایت خود را برای یک مشتری با وردپرس برپا کردم و در قبال آن مبلغی را دریافت کردم که این موضوع باعث شد انگیزه زیادی در من شکل بگیرد و مسیر حرکتی آینده خود را در وردپرس ببینم. همزمان، با کمک چند نفر از دوستان خود یک شرکت طراحی و برنامه نویسی کوچک را تاسیس کردیم که روند آن قرار بود بر کدنویسی و برنامه نویسی برای قطعات الکترونیکی باشد اما اشتیاق فراوان من به طراحی وب باعث شد که نظر کلیه جمع نیز به سمت کدنویسی و طراحی وب کشیده شود. با توجه به فعالیت‌های زیاد من در وردپرس و بیشتر شناخته شدن من به عنوان یک فعال وردپرسی، در طی یک بازه زمانی چند ساله، کلیه فعالیت های شرکت ما نیز به سمت وردپرس کشیده شد و مبنای اصلی کارهای ما وردپرس شد و هم اکنون ما یکی از حامیان فعال وردپرس در ایران هستیم.</p>\n<p>طی سالیان مختلف وردپرس زندگی شخصی و کاری من را تغییر داد. زندگی شخصی من را از این جهت تغییر داد که از یک آدم خجالتی و کم حرف و کم فعالیت به یک آدم فعال، پر انرژی و علاقمند به بحث و گفتگو و حضور در اجتماعات تبدیل شوم. در این مسیر با افراد بزرگ و تاثیرگذار منجمله با همسر آینده خود نیز آشنا شدم.</p>\n<p>اجتماعات و میتاپهای مختلفی را در زمینه وردپرس راه اندازی نمودیم. سمینار های وردپرسی برگزار کردیم. انجمن ها و گروه‌های مردمی مختلفی را در جهت افزایش نفوذ وردپرس و آموزش آن به افراد تازه کار راه اندازی کردیم و به همین دلیل تغییرات زیادی در روحیه و خلقیات و شخصیت کلی من ایجاد شد.</p>\n<p>همچنین تا قبل از تغییر روند کلی شرکت ما به سمت وب و علی‌الخصوص وردپرس، شرکت درآمد خاصی نداشت و بسیار کند رشد می کرد اما پس از تغییر رویه و راه اندازی بستر اصلی شرکت بر روی وردپرس روند سالانه ما به شدت رشد کرد و هم از نظر اندازه و هم تعداد کارکنان و هم از نظر سطح دستمزد و حقوق پیشرفت چشمگیری در شرکت ایجاد شد.</p>\n<p>این را هم اضافه کنم که من فارغ التحصیل در رشته مهندی نساجی هستم. اما رشته تحصیلی من با رشته و علاقمندی کا ی من کاملا از هم جدا و نامرتبط هستند. چون من از جوانی آرزو و شوق کار کردن در زمینه کامپیوتر را داشتم و حتی تحصیل در رشته ای نامرتبط هم سبب نشد که دست از آرزوی قدیمی خود بردارم  و حتی همزمان با تحصیل در رشته نساجی، در زمینه کامپیوتر و در شرکت خود مشغول به کار بودم.</p>\n<p>حالا ۱۶ سال از اولین برخورد و کار من با وردپرس می‌گذرد و وردپرس تقریباً در همه زمینه های مختلف زندگی من نفوذ کرده و باعث تغییر من در زمینه شخصی، روحی و کاری و کسب و کار  من شده است و از این بابت بسیار خوشحال هستم که آن روز توانستم با وردپرس آشنا شده و شروع به کار کنم و تا به امروز نیز درگیر آن باشم.</p>\n<p>زیرا علاوه بر اینکه زندگی من تغییر کرد، توانستم افراد زیادی را نیز آموزش داده و به آنها کمک کنم تا زندگی‌ آنها نیز تغییر کند و وردپرس شاکله زندگی آنها را تشکیل داده و باعث موفقیت بیشتر آنها شود.</p>\n<p>&nbsp;</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\">\n<div class=\"rtsocial-twitter-horizontal\">\n<div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Building%20A%20WordPress%20Business%20In%20Iran%20%2D%20%D8%B3%D8%A7%D8%AE%D8%AA%D9%86%20%DB%8C%DA%A9%20%D8%B2%D9%86%D8%AF%DA%AF%DB%8C%20%D9%88%D8%B1%D8%AF%D9%BE%D8%B1%D8%B3%DB%8C%20%D8%AF%D8%B1%20%D8%A7%DB%8C%D8%B1%D8%A7%D9%86&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-a-wordpress-business-in-iran%2F\" rel=\"nofollow\" target=\"_blank\"></a></div>\n</div>\n<div class=\"rtsocial-fb-horizontal fb-light\">\n<div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-a-wordpress-business-in-iran%2F\" rel=\"nofollow\" target=\"_blank\"></a></div>\n</div>\n<div class=\"rtsocial-linkedin-horizontal\">\n<div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-a-wordpress-business-in-iran%2F&title=Building+A+WordPress+Business+In+Iran+%26%238211%3B+%D8%B3%D8%A7%D8%AE%D8%AA%D9%86+%DB%8C%DA%A9+%D8%B2%D9%86%D8%AF%DA%AF%DB%8C+%D9%88%D8%B1%D8%AF%D9%BE%D8%B1%D8%B3%DB%8C+%D8%AF%D8%B1+%D8%A7%DB%8C%D8%B1%D8%A7%D9%86\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران\"></a></div>\n</div>\n<div class=\"rtsocial-pinterest-horizontal\">\n<div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/building-a-wordpress-business-in-iran/&media=https://heropress.com/wp-content/uploads/2019/11/112019-min-150x150.jpg&description=Building A WordPress Business In Iran - ساختن یک زندگی وردپرسی در ایران\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران\"></a></div>\n</div>\n<p><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/building-a-wordpress-business-in-iran/\" title=\"Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران\"></a></div>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/building-a-wordpress-business-in-iran/\">Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Nov 2019 04:30:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Morteza Geransayeh\";s: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:82:\"WPTavern: 10up Releases GitHub Actions for Simplifying WordPress Plugin Deployment\";s:7:\"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://wptavern.com/?p=95388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/10up-releases-github-actions-for-simplifying-wordpress-plugin-deployment\";s: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:6671:\"<p>10up announced the <a href=\"https://10up.com/blog/2019/wordpress-github-actions-streamline-plugin-deployment/\">public availability of two GitHub Actions</a> geared toward WordPress plugin developers yesterday.  The first Action allows developers to deploy plugin updates directly to the WordPress.org plugin directory by tagging a release on GitHub.  The second Action handles readme file and asset updates. </p>\n\n\n\n<p>On November 14, GitHub <a href=\"https://github.blog/2019-11-14-powering-community-led-innovation-with-github-actions/\">announced the public launch</a> of their GitHub Actions feature.  GitHub Actions are a way for developers to automate workflows from their Git repositories.  Actions can also be shared with others, reused across projects, and forked like any other public repository.</p>\n\n\n\n<p>Currently, there are over 1,300 GitHub Actions with more being added every day.  At least <a href=\"https://github.com/marketplace?utf8=%E2%9C%93&type=actions&query=wordpress\">nine of the current Actions</a> are related to WordPress, including an Action to <a href=\"https://wptavern.com/rtcamp-releases-github-actions-for-automated-code-review-deploying-wordpress-and-slack-notifications\">deploy WordPress by rtCamp</a>, but there will certainly be more to come in the future.</p>\n\n\n\n<p>With GitHub Actions out of beta, it opens the door for companies like 10up to share their custom workflows and for others to build upon them.  It will also be interesting to see what Actions other developers within the WordPress ecosystem release.</p>\n\n\n\n<p>The 10up team initially <a href=\"https://10up.com/blog/2019/introducing-github-actions-for-wordpress-plugins/\">launched their custom Actions</a> for WordPress in March 2019, which was during GitHub Actions beta period.  &ldquo;Everybody has been very positive,&rdquo; said Helen Hou-Sand&iacute;, director of open source initiatives at 10up and WordPress lead developer.  &ldquo;We&rsquo;ve had a number of people report bugs, request enhancements, and contribute code and documentation. That&rsquo;s been a really great measure of adoption and attention for me &mdash; having people give thoughtful critical feedback and help us improve this tool for everybody.&rdquo;</p>\n\n\n\n<p>Hou-Sand&iacute; is interested in seeing other ideas for adding workflows or potentially new Actions from the community.  &ldquo;An example of something we&rsquo;ve just started doing without writing a whole new Action is generating hook documentation and deploying that to GitHub Pages, which eliminates the need to generate locally, commit manually, and decide on where to host things,&rdquo; she said.</p>\n\n\n\n<p>&ldquo;Development was actually smoother than I anticipated,&rdquo; said Hou-Sand&iacute; of creating and testing the team&rsquo;s GitHub Actions.  &ldquo;Maybe because I spent a fairly long time planning and obsessing over potential issues and chose to use Bash.&rdquo;  For testing, she was able to use an inactive plugin repo on WordPress.org.  &ldquo;I&rsquo;m sure I could have come up with a method to test completely locally, but being able to use actual environments without repercussions was helpful.&rdquo;</p>\n\n\n\n<p>The 10up team has already been deploying plugin updates with the Actions.  Hou-Sand&iacute; said that she does not think about this in terms of saving time, even though the team is already tagging releases via GitHub.  </p>\n\n\n\n<p>&ldquo;What it&rsquo;s really done for us is, along with well-documented release processes, made it so that anybody can jump in and get a plugin updated or released without worrying about modifying commit permissions or their personal knowledge of SVN,&rdquo; she said.  &ldquo;This makes it much easier to get releases out especially when it&rsquo;s an urgent bugfix.&rdquo;</p>\n\n\n\n<h2>Deploying and Updating WordPress Plugins</h2>\n\n\n\n<p>Both of the GitHub Actions created by 10up help ease the pain of deploying plugin updates to the official WordPress plugin directory.  They are designed to streamline plugin release management and simplify the process of getting code out to end-users.</p>\n\n\n\n<p>WordPress plugin authors must use Subversion (SVN) to commit and tag plugin releases in the directory.  Often, this is an issue because Git is the most-used version control system.  Some developers have no experience with SVN, and the number of developers unfamiliar with it will likely only grow as Git continues to gain popularity.  Even with those who do understand SVN, switching between version control systems can hinder workflows, particularly with larger teams.</p>\n\n\n\n<p>With so many WordPress plugin developers using Git, it makes sense to use tools that are a part of their daily workflow rather than jumping into a system only used during releases.  That is where both of these GitHub Actions developed by 10up can help.  </p>\n\n\n\n<p>Adding Actions to a repository is a fairly straightforward process.  All repositories have a new &ldquo;Actions&rdquo; tab.  Developers can create new workflows directly from the Actions page for their repository.  When adding a new workflow, it is simply a matter of copying and pasting a particular Action&rsquo;s code snippet.</p>\n\n\n\n<div class=\"wp-block-image\"><img />Adding a custom GitHub workflow.</div>\n\n\n\n<p>The <a href=\"https://github.com/marketplace/actions/wordpress-plugin-deploy\">WordPress Plugin Deploy</a> Action is for deploying plugin updates directly to the WordPress plugin directory.  When developers tag a release on GitHub, it will automatically commit the update to the WordPress.org SVN repository.  The Action respects <code>.distignore</code> and <code>.gitattributes</code> for ignoring files that should not be distributed to users.  It also allows developers to add their plugin assets to a <code>.wordpress-org</code> folder, which will be committed to the top-level <code>assets</code> directory.</p>\n\n\n\n<p><a href=\"https://github.com/marketplace/actions/wordpress-plugin-readme-assets-update\">WordPress.org Plugin Readme/Assets Update</a> is a separate Action that allows developers to commit changes to their plugin&rsquo;s readme or assets.  It is useful when plugin authors need to update their plugin&rsquo;s <code>Tested up to</code> version number or update screenshots, banners, and icons.  This Action watches for changes on a specified branch.</p>\n\n\n\n<p>Both Actions require developers to set up secret values for their WordPress SVN username and password.  Secrets are encrypted data that can be set via a repository&rsquo;s &ldquo;Settings &gt; Secrets&rdquo; screen.  The SVN username and password are required so that GitHub can deploy commits to WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Nov 2019 23:00: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: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:42:\"WordPress.org blog: WordPress 5.2.4 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:34:\"https://wordpress.org/news/?p=7787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2019/11/wordpress-5-2-4-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:1100:\"<p>Late-breaking news on the<a href=\"https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/\"> 5.2.4 short-cycle security release </a>that landed October 14. When we released the news post, I inadvertently missed giving props to Simon Scannell of <a href=\"https://blog.ripstech.com/\">RIPS Technologies</a> for finding and disclosing an issue where path traversal can lead to remote code execution. </p>\n\n\n\n<p>Simon has done a <a href=\"https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/\">great</a> <a href=\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\">deal</a> of <a href=\"https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/\">work</a> on the WordPress project, and failing to mention his contributions is a huge oversight on our end.</p>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing</a> vulnerabilities, which gave us time to fix them before WordPress sites could be attacked.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Nov 2019 04:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s: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:87:\"WPTavern: Gutenberg 6.9 Introduces Image Titles, Block Patterns, and New Theme 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/gutenberg-6-9-introduces-image-titles-block-patterns-and-new-theme-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5671:\"<p>On November 13, the Gutenberg team <a href=\"https://make.wordpress.org/core/2019/11/13/whats-new-in-gutenberg-13-november/\">launched version 6.9</a> with several features, most of which were aimed at developers.  Users can now add custom image title attributes.  Plugin developers can start diving into the new Block Patterns API.  Plus, theme authors can begin tinkering with the experimental gradient presets and block templates features.</p>\n\n\n\n<p>Gutenberg 6.9 fixed numerous bugs, including an annoying <a href=\"https://github.com/WordPress/gutenberg/issues/16429\">invalid content error</a> when selecting a color for the pullquote block.  The update included several enhancements and changes to the underlying codebase.</p>\n\n\n\n<p>Much of the work in version 6.9 went toward experimental features, including the navigation block.  At this point, the nav block still needs a ton of work for practical use.  The interface is still a bit clunky.  Undoubtedly, this is one of the toughest user experience challenges to solve and will take time before it is ready for widespread usage.  Right now, it is about continually iterating upon the work from previous versions.</p>\n\n\n\n<h2>Image Title Attribute Field</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Editing the image title field in Gutenberg.</div>\n\n\n\n<p>The ability to add image titles is perhaps the biggest user-facing feature added in Gutenberg 6.9.  The <a href=\"https://github.com/WordPress/gutenberg/issues/11054\">original ticket</a> for adding the feature has been simmering for over a year.</p>\n\n\n\n<p>The Gutenberg team added the title field under the &ldquo;Advanced&rdquo; tab when editing an image block. This was a smart decision because image titles are often used incorrectly to describe an image, which is the job of the &ldquo;Alt Text&rdquo; field located under the &ldquo;Image Settings&rdquo; tab.  Image titles are also generally unnecessary.  When used, they should describe the role of the image on the page.</p>\n\n\n\n<h2>Initial Block Patterns API Merged</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Choosing a column layout in the block editor.</div>\n\n\n\n<p>The Block Patterns API is a developer feature primarily for creating initial setup states for complex blocks.  For example, the columns block has several common patterns that users may want to choose. By providing those patterns when first inserting a block, the user does not have to go through the routine of configuring all of the settings for it.</p>\n\n\n\n<p>The idea is to cut back on the complexities of configuring some blocks so that users can more quickly get to the point of adding their custom content and getting their desired results.</p>\n\n\n\n<p>The first step toward the Block Patterns API was <a href=\"https://github.com/WordPress/gutenberg/pull/18270\">merged into Gutenberg 6.9</a>, but it is still in the experimental stage at this point.</p>\n\n\n\n<h2>Block Gradient Presets</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Adding a gradient background to a button in Gutenberg.</div>\n\n\n\n<p>Gutenberg introduced gradient backgrounds in <a href=\"https://wptavern.com/gutenberg-6-7-introduces-storybook-and-gradient-backgrounds\">version 6.7</a> for the button block. The feature launched with a set of gradients that did not match users&rsquo; themes, which meant the feature was little more than a fun experiment.</p>\n\n\n\n<p>In version 6.9, developers can register custom gradients that are less of an eyesore by using colors that fit into the theme&rsquo;s color palette.</p>\n\n\n\n<p>Currently, <a href=\"https://developer.wordpress.org/block-editor/developers/themes/theme-support/#block-gradient-presets\">block gradient presets</a> are marked as an experimental feature and use the <code>__experimental-editor-gradient-presets</code> theme support flag.  Now is a good time for theme authors to begin exploring this feature so they can be ready when the experimental flag is removed.</p>\n\n\n\n<h2>Block Templates for Themes</h2>\n\n\n\n<p>For theme authors, block templates were the most exciting aspect of Gutenberg&rsquo;s potential when it first launched.  Throughout all of WordPress&rsquo; history, creating custom page templates, particularly front page templates, has been an exercise in frustration.  Theme authors have always had great ideas about what their themes&rsquo; front pages should look like.  In a way, it is an author&rsquo;s signature on a theme project.  It is often what sets one theme apart from another.</p>\n\n\n\n<p>However, creating an interface that allows users to change what is traditionally a blog post list to something more ornate and complex is not an easy thing to do.  Hundreds, perhaps thousands, of varying implementations are currently in the wild, each with their take on how to create a custom front page.</p>\n\n\n\n<p>Enter Gutenberg.  Theme authors, regardless of whether they love or hate it, usually see the potential of a block-based editor in terms of laying out a front page.  The idea of having complete control over where specific blocks sit and how they appear on the front end is an alluring one, especially if there is a standardized experience for users to figure out how to plug their content into the blocks.</p>\n\n\n\n<p>Gutenberg 6.9 <a href=\"https://github.com/WordPress/gutenberg/pull/18247\">laid the groundwork</a> toward this reality by resolving block templates from a theme&rsquo;s <code>/block-templates</code> folder.</p>\n\n\n\n<p>At this point, theme block templates are still in the experimental stage as part of the <a href=\"https://github.com/WordPress/gutenberg/issues/17512\">full site editing feature</a>.  From a theme development perspective, this could be revolutionary.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Nov 2019 19:03: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: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: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:95:\"Post Status: Scott Bolinger on WordPress, JAMstack, and the future of the independent developer\";s:7:\"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:31:\"https://poststatus.com/?p=71326\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://poststatus.com/wordpress-jamstack/\";s: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:1790:\"<p>In this episode, Scott and I dig into his experience as an indie developer within the WordPress landscape.</p>\n\n\n\n<p>Scott has long used JavaScript as a core technology with AppPresser. I think he\'s on the forefront of thinking about and using technologies that are new to WordPress but out in full force in other ecosystems. </p>\n\n\n\n<p>Scott is really into <a href=\"https://jamstack.org/\">JAMstack</a> (JavaScript, APIs, Markup). He\'s working on <a href=\"https://staticfuse.com/\">Static Fuse</a> now, which helps connect WordPress to <a href=\"https://www.gatsbyjs.org/\">Gatsby</a>. Gatsby has a <em>lot</em> of attention in web tech right now.</p>\n\n\n\n<p>We also dig pretty deeply into the challenges and opportunities facing independent developers, and the interest levels in WordPress from the indie dev crowd. It\'s an interesting episode, and I learned a lot from Scott. I hope you do too. Enjoy our conversation!</p>\n\n\n\n\n\n\n\n<h3>Other links from the show</h3>\n\n\n\n<ul><li><a href=\"https://graphql.org/\">GraphQL</a> and <a href=\"https://www.wpgraphql.com/\">WPGraphQL</a></li><li><a href=\"https://scottbolinger.com/\">Scott\'s website</a></li><li><a href=\"https://theproductbusiness.com/podcast/\">The Product Business podcast</a></li><li>Zac Gordon\'s <a href=\"https://javascriptforwp.com/product-category/courses/\">JavascriptforWP</a> courses</li></ul>\n\n\n\n<h3>Sponsor: Sandhills Development</h3>\n\n\n\n<p><a href=\"http://sandhillsdev.com/\">Sandhills Development</a>&nbsp;makes a suite of excellent plugins to power your WordPress website. Whether you need to sell digital downloads, restrict content, create an affiliate program, or manage an events calendar, they’ve got you covered. Thanks to&nbsp;<a href=\"http://sandhillsdev.com/\">Sandhills</a>&nbsp;for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Nov 2019 16:36:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: 24 WordPress Snippets ’til Christmas, Submissions Open for 2019\";s:7:\"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://wptavern.com/?p=95346\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/24-wordpress-snippets-til-christmas-submissions-open-for-2019\";s: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:5943:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>After a multi-year hiatus, Elliott Richmond has relaunched his WordPress advent calendar and is looking for volunteers.  The <a href=\"https://advent.elliottrichmond.co.uk/\">WP Snippets &rsquo;til Christmas</a> site will host 24 days of WordPress code snippets starting on December 1 and lasting until December 24.  With each passing day, a new code snippet will be revealed.</p>\n\n\n\n<p>Advent calendars are special types of calendars used to count down the days until Christmas.  They are often a part of religious celebrations but can be used for other purposes such as family traditions and games.  For Richmond&rsquo;s advent calendar, it is a way to contribute something back to the WordPress community.</p>\n\n\n\n<p>Richmond opened the site for developers to make contributions to the 24-day event.  &ldquo;I&rsquo;ve been in touch with the original contributors in the hope that they&rsquo;ll submit again and registration is also open to anyone else who wishes to contribute,&rdquo; he said.  &ldquo;Otherwise, it will just be the Elliott Richmond show.&rdquo;  </p>\n\n\n\n<p>He would rather have community submissions than attempting to write all 24 code snippets alone.  Jeff Starr, Zac Gordon, and Tom McFarlin, all prominent developers in the WordPress community, have already signed on to submit code.  <em>Author&rsquo;s note: I am also considering joining because it sounds like fun.</em></p>\n\n\n\n<p>Anyone who wants to receive updates each day of the event can register for free on the <a href=\"https://advent.elliottrichmond.co.uk/\">WP Snippets &rsquo;til Christmas</a> website.  The same signup form is available for contributors.</p>\n\n\n\n<p>There are no limitations on the types of code snippets that contributors can submit, only that they should be related to WordPress.  Richmond says he has some ideas such as a WP-CLI script and a deployment tool for use on the command line.  However, code snippets can be something as simple as sticking a basic function into a theme to more complex scripts.</p>\n\n\n\n<p>&ldquo;I come from a frontend world and I&rsquo;m a self-taught PHP developer,&rdquo; said Richmond.  &ldquo;I&rsquo;m evolving constantly and always eager to learn new things. I think WordPress is similar, it&rsquo;s always evolving and inspiring innovation. If you put any limitations on things they rapidly become stagnated.&rdquo;</p>\n\n\n\n<p>The code snippets are not aimed at any type of WordPress user in particular.  &ldquo;I think it&rsquo;s really useful to see bite-size code snippets to help those in the community who are taking that next step into development,&rdquo; said Richmond.  &ldquo;To those more seasoned developers, I think it&rsquo;s always useful to see how other developers approach things.&rdquo;</p>\n\n\n\n<p>Each code snippet will have an open comments section similar to a traditional blog.  This will allow others to say thanks for sharing or to jump-start a conversation.</p>\n\n\n\n<h2>The Road Back to the Advent Calendar</h2>\n\n\n\n<p>Richmond has been a WordPress user and developer since the launch of the platform.  He is the director of <a href=\"https://squareone.software/\">Square One Software</a>, a software development company that specializes in WordPress development.</p>\n\n\n\n<p>He <a href=\"https://wptavern.com/wordpress-snippets-til-christmas-submissions-opened-for-2013\">last ran the advent calendar</a> in 2013.  After the success of the first year in 2012, he decided to put it together for a second round.  He wanted to keep it going beyond the first two years, but work and other commitments took priority.</p>\n\n\n\n<p>In the years since, Richmond met other local WordPress enthusiasts at WordCamp London.  He now helps host the local meetup in Cheltenham, UK.  With the help of the community, he organized four teams of local project managers, designers, developers, and content writers for a <a href=\"https://doaction.org/event/cheltenham-2019/\">local do_action event</a>.  &ldquo;I&rsquo;m still an enthusiastic proponent of giving back to the community and actively encourage others in our local community to share their experience and knowledge,&rdquo; said Richmond.</p>\n\n\n\n<p><a href=\"https://doaction.org/\">do_action</a> events are charity hackathons that use WordPress to help provide local charity organizations an online presence.</p>\n\n\n\n<p>&ldquo;Every single team and team member did an amazing job on the day for four local non-profit charities, putting together a functional WordPress website for each charity while I personally gave a charity representative some hands-on training,&rdquo; said Richmond.  &ldquo;Taking away some of the overhead of creating a website for the charities allows them to concentrate on what they do best, which is raising money for their own community.&rdquo;</p>\n\n\n\n<p>Richmond described needing to find something to do next while still riding the buzz from the event.  That is when he decided to relaunch the WP Snippets &rsquo;til Christmas event.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>Because it is the season, Richmond crowned &ldquo;It&rsquo;s a Wonderful Life&rdquo; as the greatest Christmas movie.</p>\n\n\n\n<p>&ldquo;I love classics and this one is a true classic, pretty apt in the current move to make people aware of mental health,&rdquo; said Richmond.  &ldquo;The movie starts with depression and pending suicide when a guardian angel is bestowed to the main character George Bailey. George is shown how many lives he&rsquo;s impacted on in his own local community and how things would have been if he didn&rsquo;t exist, a real heartwarming feel-good reflection on the things that we take for granted in our own existence.&rdquo;</p>\n\n\n\n<p>With this upcoming holiday season, considering taking the time to give back to both your local community and the WordPress community.  One great way to do that is to contribute a code snippet to WP Snippets &rsquo;til Christmas.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Nov 2019 21:10:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:30:\"bbPress: bbPress 2.6.1 is out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://bbpress.org/?p=205662\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://bbpress.org/blog/2019/11/bbpress-2-6-1-is-out/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2442:\"<p>It seems like only <a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6/\">yesterday that 2.6.0</a> was released, and depending on where you live that might actually be true! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f5d3.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p>bbPress 2.6.1 fixes a few small (but very annoying bugs) that warranted some immediate attention:</p>\n\n\n\n<ul><li><a href=\"https://bbpress.trac.wordpress.org/ticket/3232\">One</a> was causing subforums not to be listed underneath their parents anymore.</li><li><a href=\"https://bbpress.trac.wordpress.org/ticket/3281\">Another</a> was causing styling issues for a few of the themes that come bundled with WordPress itself.</li><li><a href=\"https://bbpress.trac.wordpress.org/ticket/3280\">The last one</a> was causing issues with posting content within WordPress Admin, because of incompatibility with a few plugins that were interacting with the REST API in admin area pages in fun ways that we hadn&#8217;t anticipated yet.</li></ul>\n\n\n\n<p>Thanks to the quick reporting of <a href=\"https://bbpress.org/forums/profile/stevehammatt/\">stevehammatt</a> and <a href=\"https://bbpress.org/forums/profile/pdvwp/\">pdvwp</a>, we were able to identify all of these problems and get them into bbPress 2.6.1 right away. You both rock! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f44f.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p class=\"has-text-color has-background has-very-dark-gray-color has-very-light-gray-background-color\">One bug still remains that we could use your help with, that is affecting sites that have a custom <code>bbpress.css</code> file in their theme. If you need to fix this ASAP, you can rename it to <code>bbpress.min.css</code> temporarily. If you&#8217;re able to chime into <a href=\"https://bbpress.org/forums/topic/child-css/\">this topic in the forums</a>, that would be super helpful!</p>\n\n\n\n<p>If you have a few moments, the great Justin Tadlock from WPTavern <a href=\"https://wptavern.com/bbpress-2-6-released-after-6-years-includes-per-forum-moderation-and-engagements-api\">asked me a few questions about bbPress 2.6</a>, so consider giving it a read.</p>\n\n\n\n<p>Lastly, thank you everyone for the positive comments and responses to seeing bbPress 2.6 finally happen. It made my day, and I really appreciate it. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f49a.png\" alt=\"?\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Nov 2019 23:48: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:17:\"John James Jacoby\";s: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:95:\"WPTavern: bbPress 2.6 Released After 6 Years, Includes Per-Forum Moderation and Engagements API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/bbpress-2-6-released-after-6-years-includes-per-forum-moderation-and-engagements-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7007:\"<p>On Tuesday, John James Jacoby announced that bbPress 2.6 was available to the public after a six-year wait in a post titled <a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6/\">bbPress 2.6 &mdash; Better Great Than Never</a>.  The announcement landed with a whimper as it was overshadowed by the release of WordPress 5.3 on the same day.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/bbpress/\">bbPress</a> is an official WordPress project for powering forums.  It was <a href=\"https://bbpress.org/blog/2004/12/soft-launch/\">initially launched</a> on December 28, 2004, by Matt Mullenweg as a standalone project.  During the first iteration&rsquo;s heyday, it was popular within the WordPress community as a simple forum solution.  In 2011, <a href=\"https://bbpress.org/blog/2011/09/bbpress-2-0-now-available/\">bbPress 2.0 relaunched</a> as a WordPress plugin with Jacoby as the lead developer.</p>\n\n\n\n<p>The bbPress team is primarily comprised of four part-time contributors with nearly no volunteers available for user testing.  Stephen Edgar, Brandon Allen, and Sergey Biryukov were the primary developers other than Jacoby behind version 2.6.</p>\n\n\n\n<p>&ldquo;Jennifer M. Dodd deserves a mention for her contributions to 2.6 early on; she&rsquo;s largely moved on but is wonderful,&rdquo; said Jacoby.  &ldquo;Behind the scenes in the meta and forums teams are Samuel &lsquo;Otto&rsquo; Wood, Dion Hulse, Mika Epstein, Marius Jensen, and countless others who provide feedback and feature requests upstream based on how WordPress.org uses bbPress.&rdquo;</p>\n\n\n\n<p>Contributors resolved 420 open tickets with 1,737 code commits over the multi-year span it took for version 2.6 to drop.  The new version ships with hundreds of bug fixes and improvements.  Its features include per-forum moderation, new platforms to import forum content from, and an Engagements API.</p>\n\n\n\n<p>The new Engagements API connects user IDs to the various types of content in bbPress, such as forums, topics, replies, and topic tags.  This works as a sort of relationship system between users and any content they interact with on the forums.  In previous versions of bbPress, all of this data was saved in the user metadata table.</p>\n\n\n\n<p>Per-forum moderation is a key feature for forums, but it has been one of the missing elements in bbPress.  The new feature takes advantage of the Engagements API to connect user IDs to forum IDs.  In turn, this allows site owners to create moderators for individual forums.  This feature works in contrast to the existing &ldquo;moderator&rdquo; role in bbPress, which provides users global moderation powers.</p>\n\n\n\n<h2>Why the 6-Year Wait?</h2>\n\n\n\n<p>You could be forgiven for wondering if bbPress was all but dead.  The last minor release happened in 2017 when the team dropped version 2.5.14.  The same year, bbPress 2.6 was <a href=\"https://wptavern.com/bbpress-2-6-beta-3-likely-as-team-focuses-on-solid-data-migration-path\">headed toward a third beta</a> and even had a <a href=\"https://bbpress.org/forums/topic/bbpress-2-6-beta/\">few release candidates</a>.</p>\n\n\n\n<p>&ldquo;There was not very much feedback on the 2.6 beta or RC, and I had just transitioned into my role at Sandhills Development,&rdquo; said Jacoby. &ldquo;I decided it was better to concentrate on doing a good job where I could make a direct impact on people&rsquo;s lives, rather than have no idea if I was doing a good job at all with bbPress.&rdquo;</p>\n\n\n\n<p>Jacoby did not want to release a potentially buggy version 2.6 and take on the support burden at the time.  Doing so would have interfered with his responsibilities at his new job.  &ldquo;Younger me would have tried to do both, and failed at both,&rdquo; said Jacoby.</p>\n\n\n\n<p><em>Why such a long wait between releases?</em>  Most likely, it was for the same reason the <a href=\"https://twitter.com/bbPress/status/1194327563407122432\">Twitter announcement</a> got fewer than a couple of dozen likes and even fewer retweets.  There is not much community engagement with the project.  On the flip side, the bbPress team has not been active on social media or the project&rsquo;s official blog in the past two years.  </p>\n\n\n\n<p>Despite the lack of community engagement, bbPress is currently installed on over 300,000 sites.  It runs the forums at WordPress.org, WordPress.com, CSS-Tricks, and other large communities.  However, there is not much help sent back to the bbPress project from most places.</p>\n\n\n\n<p>&ldquo;On WordPress.org, bbPress is just one piece of a very complex puzzle, and everything is mostly in maintenance mode all the time,&rdquo; said Jacoby.  &ldquo;The forums team focuses on the needs of the forums and the meta team helps maintain the code itself, but WordPress has made it easier and more rewarding to contribute to; so contributors graduate up to WordPress core and rarely look back.&rdquo;</p>\n\n\n\n<p>The idea behind switching bbPress 2.x to a WordPress plugin from its standalone roots was that it would be simpler for the larger WordPress community to pitch in.  Jacoby said that contributions have improved since the pre-plugin era, but it has not helped enough.  &ldquo;There&rsquo;s more attention and accolades with WordPress and Gutenberg than there are with the bb&rsquo;s or GlotPress,&rdquo; he said.</p>\n\n\n\n<p>One of bbPress&rsquo; biggest problems is the lack of resources.  There is no commercial element to the plugin and no major companies are funding anyone to work on the project full time.</p>\n\n\n\n<p>&ldquo;For an open-source project to be sustainable long-term, it needs to have an economy behind it,&rdquo; said Jacoby.  &ldquo;Without an economy, what&rsquo;s the real goal? Market share? Building better forum software? Those are not enough by itself when people need to make a living, and when less work with WooCommerce can help you earn a better living.&rdquo;</p>\n\n\n\n<h2>The Future of Forums</h2>\n\n\n\n<p>Six years between major releases is a lifetime in technological years, plenty enough time for another company to claim the WordPress forum market share.  However, bbPress managed to keep its crown as the most-used WordPress forum plugin during the wait.  It does beg the question of whether companies or developers see a future for forums.</p>\n\n\n\n<p>With so many alternative options for user engagement, are forums a dying breed of software?</p>\n\n\n\n<p>&ldquo;If forums are dying, it&rsquo;s a slow death, according to the numbers anyway,&rdquo; said Jacoby.  &ldquo;Chat apps like Slack and Discord (or Twitch and YouTube) are where people do forum-type stuff these days. Moderating your own community takes dedication and work, and if you&rsquo;re going to do work, why not build an audience someplace else instead?&rdquo;</p>\n\n\n\n<p>Jacoby has hope for the future, however.  &ldquo;I can imagine a bunch of reasons why forums seem unattractive,&rdquo; he said, &ldquo;but to me they are still what everyone circles back around to, just like having their own blogs!&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Nov 2019 20:17:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:76:\"WPTavern: WordCamp US 2020 Date and Location Announced, New Weekday Schedule\";s:7:\"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://wptavern.com/?p=95327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/wordcamp-us-2020-date-and-location-announced-new-weekday-schedule\";s: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:3394:\"<p>Mark your calendars, folks.  WordCamp US 2020 will start on a&hellip;<em>Tuesday</em>.</p>\n\n\n\n<p>On November 11, the WordCamp US team announced that next year&rsquo;s event will happen during the middle of the week, from October 27 through October 29.  This is a change from the usual three-day weekend event.  The time frame puts the event&rsquo;s days on Tuesday, Wednesday, and Thursday.  The yearly conference will remain in St. Louis, Missouri, in 2020.</p>\n\n\n\n<p>Those planning ahead can sign up for updates via the new <a href=\"https://2020.us.wordcamp.org/\">WordCamp US 2020 site</a>.</p>\n\n\n\n<p>Thus far, the switch away from a weekend has been met with generally positive <a href=\"https://twitter.com/WordCampUS/status/1193910076244996096\">responses via Twitter</a> and Slack. However, some people fear the schedule will not allow them to attend.  </p>\n\n\n\n<p>The WordCamp US Twitter account cited date availability, Halloween, and giving the weekend back to attendees as the reason behind the change.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Number of reasons from date availability, letting folks get home for Halloween, and letting folks have a their weekend back on an out-of-town event</p>&mdash; WordCamp US (@WordCampUS) <a href=\"https://twitter.com/WordCampUS/status/1193912839725101056?ref_src=twsrc%5Etfw\">November 11, 2019</a></blockquote>\n</div>\n\n\n\n<p>For professionals in the WordPress space, this move will likely be a welcome change.  They are often able to get extra time off from work, sometimes paid leave, to attend the event.  The company they work for may even be funding their travel.  For them, attending a WordCamp is a part of their work.  </p>\n\n\n\n<p>The unfortunate side effect of attending a WordCamp over the weekend is that some attendees usually have to wake up for work on Monday morning after traveling back home on Sunday.  Many are essentially working two weeks straight without any downtime.  This helps pile on the problem of developer burnout.  Rest days, time with friends and family, and getting away from code-related things is a part of a healthy work-life balance.</p>\n\n\n\n<p>Moving the event to the middle of the week should allow professionals to better maintain that balance.</p>\n\n\n\n<p>On the other hand, some attendees may find it harder to attend during the week.  This is particularly true for WordCamp-goers who do not work with WordPress professionally.  They may not be able to get the time off work.</p>\n\n\n\n<p>As a general rule, Americans tend to have little paid leave they can take advantage of throughout the year.  The average worker in the private sector only gets <a href=\"https://www.cnbc.com/2018/07/05/heres-how-many-paid-vacation-days-the-typical-american-worker-gets-.html\">10 paid vacation days</a> per year after one year of employment.  Those numbers rise the longer an employee sticks with a single company.  The US does not guarantee paid leave for workers.</p>\n\n\n\n<p>Without support from their employer, some people may have to choose between using their paid time off to attend and keeping those days in reserve for family vacation or holidays.</p>\n\n\n\n<p>Unlike local WordCamps, the US conference is more of an industry event that sees professionals from across the US and the world.  The move to a weekday schedule should be a nice change for many.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Nov 2019 21:27:59 +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: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:105:\"WPTavern: WordPress 5.3 “Kirk” Released, Brings New Default Theme, Editor Improvements, and UI Tweaks\";s:7:\"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://wptavern.com/?p=95290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/wordpress-5-3-kirk-released-brings-new-default-theme-editor-improvements-and-ui-tweaks\";s: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:7770:\"<div class=\"wp-block-image\"><img />Rahsaan Roland Kirk<br />Credit:  <a href=\"https://www.flickr.com/photos/heiner1947/4485444348/in/photostream/\">Heinrich Klaffs</a> CC BY-SA 2.0</div>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/11/kirk/\">WordPress 5.3 &ldquo;Kirk,&rdquo;</a> named in honor American jazz musician Rahsaan Roland Kirk, is now available for download.  The update includes a new default theme named Twenty Twenty, user interface improvements aimed at accessibility, and new block editor features.</p>\n\n\n\n<p>This release saw contributions from 645 volunteers, which is the largest contributor group ever for a WordPress release.</p>\n\n\n\n<p>The release was led by <a href=\"https://ma.tt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, and <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>.  They were joined by the following contributors in supporting roles in getting version 5.3 released.</p>\n\n\n\n<ul><li>Editor Tech Lead &ndash; <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a></li><li>Editor Design Lead &ndash; <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a></li><li>Core Tech Lead &ndash; <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a></li><li>Default Theme Design Lead &ndash; <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&eacute;n</a></li><li>Default Theme Wrangler &ndash; <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a></li><li>Docs Coordinator &ndash; <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a></li><li>Accessibility Lead &ndash; <a href=\"https://profiles.wordpress.org/audrasjb/\">JB Audras</a></li><li>Marketing Lead &ndash; <a href=\"https://profiles.wordpress.org/mikerbg/\">Mike Reid</a></li><li>Media Focus Lead &ndash; <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a></li></ul>\n\n\n\n<p>WordPress 5.2 had 84 million downloads before WordPress 5.3&rsquo;s release.</p>\n\n\n\n<p>The PHP native JSON extension is now required for any site running WordPress 5.3 or later.  This should not be an issue for the majority of users because the extension has been bundled with PHP by default since 2006.  WordPress will output an error and cancel the update procedure if it detects the extension is missing.  Users who are unable to update will need to contact their web hosts to have the extension enabled.</p>\n\n\n\n<h2>Twenty Twenty: New Default Theme</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Screenshot of the Twenty Twenty WordPress theme.</div>\n\n\n\n<p>WordPress is getting a fresh coat of paint.  Anders Nor&eacute;n led the design team for the new <a href=\"https://wptavern.com/twenty-twenty-bundled-in-core-beta-features-overview\">Twenty Twenty</a> theme, which was a <a href=\"https://wptavern.com/first-look-at-twenty-twenty-new-wordpress-default-theme-based-on-chaplain\">fork of his original Chaplin theme</a>.</p>\n\n\n\n<p>The Twenty Twenty theme is completely geared toward creating content with the block editor with its bold and opinionated styling.  It comes with a cover page template and has a custom color system designed to keep the site&rsquo;s color contrast accessible.</p>\n\n\n\n<h2>Block Editor Features and Improvements</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Nesting any block inside the Cover block.</div>\n\n\n\n<p>WordPress 5.3 includes features from the versions 5.4 &ndash; 6.5 of the Gutenberg plugin along with bug fixes and performance improvements from versions 6.6 and 6.7.  For users who have not been running the plugin, they should see faster loading times and quicker responses from keystrokes.</p>\n\n\n\n<p>WP Tavern has covered every major release of the Gutenberg plugin that will be bundled in WordPress 5.3, except Gutenberg 5.6.  Catch up on any features you missed with the following articles.</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/gutenberg-5-5-adds-new-group-block-for-nesting-child-blocks\">Gutenberg 5.5 Adds New Group Block for Nesting Child Blocks</a></li><li><a href=\"https://wptavern.com/gutenberg-5-7-adds-new-block-appender-for-group-and-columns-blocks\">Gutenberg 5.7 Adds New Block Appender for Group and Columns Blocks</a></li><li><a href=\"https://wptavern.com/gutenberg-5-8-released-with-prototype-of-new-block-based-widgets-screen\">Gutenberg 5.8 Released with Prototype of New Block-based Widgets Screen</a></li><li><a href=\"https://wptavern.com/gutenberg-5-9-brings-major-improvements-to-block-grouping-introduces-snackbar-notices\">Gutenberg 5.9 Brings Major Improvements to Block Grouping, Introduces Snackbar Notices</a></li><li><a href=\"https://wptavern.com/gutenberg-6-0-adds-layout-picker-to-columns-block\">Gutenberg 6.0 Adds Layout Picker to Columns Block </a></li><li><a href=\"https://wptavern.com/gutenberg-6-1-introduces-animation-to-block-moving-actions-adds-block-based-widgets-screen-experiments\">Gutenberg 6.1 Introduces Animation to Block Moving Actions, Adds Block-Based Widgets Screen Experiments</a></li><li><a href=\"https://wptavern.com/gutenberg-6-2-adds-nesting-capabilities-to-cover-media-text-blocks\">Gutenberg 6.2 Adds Nesting Capabilities to Cover, Media &amp; Text Blocks</a></li><li><a href=\"https://wptavern.com/gutenberg-6-3-improves-accessibility-with-new-navigation-and-edit-modes\">Gutenberg 6.3 Improves Accessibility with New Navigation and Edit Modes</a></li><li><a href=\"https://wptavern.com/gutenberg-6-4-adds-new-typewriter-experience-cover-block-resizing-and-block-inserter-help-panel\">Gutenberg 6.4 Adds New Typewriter Experience, Cover Block Resizing, and Block Inserter Help Panel</a></li><li><a href=\"https://wptavern.com/gutenberg-6-5-adds-experimental-block-directory-search-to-inserter-and-new-social-links-block\">Gutenberg 6.5 Adds Experimental Block Directory Search to Inserter and New Social Links Block</a></li></ul>\n\n\n\n<h2>Other Core Features</h2>\n\n\n\n<p>Work toward <a href=\"https://wptavern.com/wordpress-5-3-improves-large-image-handling\">large image handling</a> went into the update.  Instead of checking file sizes, images larger than 2,560 pixels are scaled down and used as the &ldquo;full&rdquo; image size.  This change makes large images web ready and will significantly decrease file sizes for many users who upload images without optimizing them beforehand.  This is common with mobile phone uploads.  </p>\n\n\n\n<p>For those who prefer to maintain the original sizes of image uploads, which is sometimes the case with photography sites, grab the <a href=\"https://wordpress.org/plugins/disable-big-image-threshold/\">Disable &ldquo;BIG Image&rdquo; Threshold</a> plugin.</p>\n\n\n\n<p>The site health screen introduced in WordPress 5.2 has some user experience improvements, such as tweaking how the grading indicator works for clarity.  WordPress site owners will also need to <a href=\"https://wptavern.com/wordpress-5-3-to-introduce-new-admin-email-verification-screen\">verify their admin email</a> every six months.  This feature is to help make sure site recovery emails are being sent to the right place when an error occurs.  It also lays the groundwork for future features that may build upon it.</p>\n\n\n\n<h2>Developer Changes</h2>\n\n\n\n<p>Developers should read the full <a href=\"https://make.wordpress.org/core/2019/10/17/wordpress-5-3-field-guide/\">WordPress 5.3 field guide</a> to make sure none of the changes affect their plugins or themes. Some of the changes include the following.</p>\n\n\n\n<ul><li>Full support for PHP 7.4.</li><li>Improved date/time handling.</li><li>Robots meta tag now used for discouraging search engines from listing a site.</li><li>New meta key comparison operators added.</li><li>Integers are no longer allowed for nav menu slugs.</li><li><code>wp_die()</code> now allows custom HTML.</li></ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Nov 2019 22:12:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:44:\"WordPress.org blog: WordPress 5.3 “Kirk”\";s:7:\"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://wordpress.org/news/?p=7684\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/news/2019/11/kirk/\";s: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:60337:\"<div class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=632%2C632&ssl=1\" alt=\"Album cover for WordPress 5.3 Kirk, showcasing a duotone red/cream Rahsaan Roland Kirk playing the saxophone on a red background.\" class=\"wp-image-7710\" /></div>\n\n\n\n<p class=\"has-text-color has-background\">Introducing our most refined user experience with the improved block editor in WordPress 5.3! Named “Kirk” in honour of jazz multi-instrumentalist Rahsaan Roland Kirk, the latest and greatest version of WordPress is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your dashboard.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=632%2C159&ssl=1\" alt=\"\" class=\"wp-image-7721\" />\n\n\n\n<p><strong>5.3 expands and refines the block editor</strong> with more intuitive <strong>interactions</strong> and improved <strong>accessibility</strong>. New features in the editor increase design freedoms, provide additional layout options and style variations to allow designers more control over the look of a site.</p>\n\n\n\n<p>This release also introduces the <strong>Twenty Twenty theme</strong> giving the user more design flexibility and integration with the block editor. Creating beautiful web pages and advanced layouts has never been easier.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Block Editor Improvements</h2>\n\n\n\n\n\n\n\n<p>This enhancement-focused update introduces over 150 new features and usability improvements, including improved large image support for uploading non-optimized, high-resolution pictures taken from your smartphone or other high-quality cameras. Combined with larger default image sizes, pictures always look their best.</p>\n\n\n\n<p>Accessibility improvements include the integration of block editor styles in the admin interface. These improved styles fix many accessibility issues: color contrast on form fields and buttons, consistency between editor and admin interfaces, new snackbar notices, standardizing to the default WordPress color scheme, and the introduction of Motion to make interacting with your blocks feel swift and natural. </p>\n\n\n\n<p>For people who use a keyboard to navigate the dashboard, the block editor now has a Navigation mode. This lets you jump from block to block without tabbing through every part of the block controls.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Expanded Design Flexibility</h2>\n\n\n\n\n\n\n\n<p>WordPress 5.3 adds even more robust tools for creating amazing designs.</p>\n\n\n\n<ul><li>The new Group block lets you easily divide your page into colorful sections.</li><li>The Columns block now supports fixed column widths.</li><li>The new predefined layouts make it a cinch to arrange content into advanced designs.</li><li>Heading blocks now offer controls for text and background color.</li><li>Additional style options allow you to set your preferred style for any block that supports this feature.</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Introducing Twenty Twenty</h2>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=632%2C626&ssl=1\" alt=\"A desktop preview of the Twenty Twenty theme, showing both the front-end and the editor view.\" class=\"wp-image-7686\" /></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?w=632&ssl=1\" alt=\"A mobile image of the Twenty Twenty  theme, over a decorative backgorund of brown-grey bars.\" class=\"wp-image-7714\" /><div class=\"wp-block-media-text__content\">\n<p>As the block editor celebrates its first birthday, we are proud that Twenty Twenty is designed with flexibility at its core. Show off your services or products with a combination of columns, groups, and media blocks. Set your content to wide or full alignment for dynamic and engaging layouts. Or let your thoughts be the star with a centered content column!</p>\n\n\n\n<p class=\"has-normal-font-size\">As befits a theme called Twenty Twenty, clarity and readability is also a big focus. The theme includes the typeface&nbsp;<a href=\"https://rsms.me/inter/\">Inter</a>, designed by Rasmus Andersson. Inter comes in a Variable Font version, a first for default themes, which keeps load times short by containing all weights and styles of Inter in just two font files.</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Improvements for Everyone</h2>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?w=632&ssl=1\" alt=\"An icon showing an arrow rotating a square.\" class=\"wp-image-7731\" /><div class=\"wp-block-media-text__content\">\n<h3>Automatic Image Rotation</h3>\n\n\n\n<p>Your images will be correctly rotated upon upload according to the embedded orientation data. This feature was first proposed nine years ago and made possible through the perseverance of many dedicated contributors.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?w=632&ssl=1\" alt=\"A plus in a square, indicating health.\" class=\"wp-image-7732\" /><div class=\"wp-block-media-text__content\">\n<h3>Improved Site Health Checks</h3>\n\n\n\n<p>The improvements introduced in 5.3 make it even easier to identify issues. Expanded recommendations highlight areas that may need troubleshooting on your site from the Health Check screen.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?w=632&ssl=1\" alt=\"A email icon.\" class=\"wp-image-7733\" /><div class=\"wp-block-media-text__content\">\n<h3>Admin Email Verification</h3>\n\n\n\n<p>You’ll now be periodically asked to confirm that your admin email address is up to date when you log in as an administrator. This reduces the chance of getting locked out of your site if you change your email address.</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>For Developers</h2>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Date/Time Component Fixes</h3>\n\n\n\n<p>Developers can now work with&nbsp;<a href=\"https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/\">dates and timezones</a>&nbsp;in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>PHP 7.4 Compatibility</h3>\n\n\n\n<p>WordPress 5.3 aims to fully support PHP 7.4. This release contains&nbsp;<a href=\"https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/\">multiple changes</a>&nbsp;to remove deprecated functionality and ensure compatibility. WordPress continues to encourage all users to run the latest and greatest versions of PHP.</p>\n</div>\n</div>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=632%2C159&ssl=1\" alt=\"\" class=\"wp-image-7721\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"http://ma.tt/\">Matt Mullenweg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, and <a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. They were enthusiastically supported by a large release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Riad Benguella (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/youknowriad/\"><strong>@youknowriad</strong></a>)</li><li><strong>Editor Design</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Core Tech</strong>: Andrew Ozz (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/azaozz/\"><strong>@azaozz</strong></a>)</li><li><strong>Docs Coordinator</strong>:&nbsp;Justin Ahinon (<a href=\"https://profiles.wordpress.org/justinahinon/\"><strong>@justinahinon</strong></a>)</li><li><strong>Marketing/Release Comms</strong>:&nbsp;Mike Reid (<a href=\"https://profiles.wordpress.org/mikerbg/\"><strong>@mikerbg</strong></a>)</li><li><strong>Media/Uploader</strong>:&nbsp;Mike Schroder (<a href=\"https://profiles.wordpress.org/mikeschroder/\"><strong>@mikeschroder</strong></a>)</li><li><strong>Accessibility</strong>:&nbsp;JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Default Theme</strong> <strong>Wrangler</strong>: Ian Belanger (<a href=\"https://profiles.wordpress.org/ianbelanger/\"><strong>@ianbelanger</strong></a>)</li><li><strong>Default Theme Designer</strong>: Anders Norén (<a href=\"https://profiles.wordpress.org/anlino/\"><strong>@anlino</strong></a>)</li></ul>\n\n\n\n<p>The squad was joined throughout the twelve week release cycle by 645 generous volunteer contributors (our largest group of contributors to date) who collectively fixed 658 bugs.</p>\n\n\n\n<p>Put on a Rahsaan Roland Kirk playlist, click that update button (or <a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1994rstefan/\">1994rstefan</a>, <a href=\"https://profiles.wordpress.org/5hel2l2y/\">5hel2l2y</a>, <a href=\"https://profiles.wordpress.org/irsdl/\">@irsdl</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aksdvp/\">Aashish S</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acalfieri/\">acalfieri</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie/\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/adhitya03/\">Adhitya Rachman</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais/\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm/\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexclassroom/\">Alex Lion</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexsanford1/\">Alex Sanford</a>, <a href=\"https://profiles.wordpress.org/xyfi/\">Alexander Botteram</a>, <a href=\"https://profiles.wordpress.org/xel1045/\">Alexandre D\'Eschambeault</a>, <a href=\"https://profiles.wordpress.org/alexvorn2/\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexeyskr/\">alexeyskr</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/ayubi/\">Ali Ayubi</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alvarogois/\">Alvaro Gois dos Santos</a>, <a href=\"https://profiles.wordpress.org/arush/\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg/\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/agengineering/\">Andrea Grillo</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/abrain/\">Andreas Brain</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1/\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/angelagibson/\">Angela Gibson</a>, <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a>, <a href=\"https://profiles.wordpress.org/anischarolia/\">anischarolia</a>, <a href=\"https://profiles.wordpress.org/ahdeubzer/\">Anja Deubzer</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/arafat/\">Arafat Rahman</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arena/\">arena</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arunsathiya/\">Arun Sathiya</a>, <a href=\"https://profiles.wordpress.org/artisticasad/\">Asad Shahbaz</a>, <a href=\"https://profiles.wordpress.org/asadkn/\">asadkn</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/ashwinpc/\">ashwinpc</a>, <a href=\"https://profiles.wordpress.org/wpboss/\">Aslam Shekh</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/atlasmahesh/\">atlasmahesh</a>, <a href=\"https://profiles.wordpress.org/au87/\">au87</a>, <a href=\"https://profiles.wordpress.org/aubreypwd/\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/augustuswm/\">augustuswm</a>, <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a>, <a href=\"https://profiles.wordpress.org/avinapatel/\">Avina Patel</a>, <a href=\"https://profiles.wordpress.org/aksl95/\">Axel DUCORON</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backermann1978/\">backermann1978</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/toszcze/\">Bartosz Romanowski</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/bennemann/\">bennemann</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/bhaktirajdev/\">Bhaktii Rajdev</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/biranit/\">Biranit</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bitcomplex/\">bitcomplex</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/boblinthorst/\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/crazyjaco/\">Bradley Jacobs</a>, <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/bsetiawan88/\">bsetiawan88</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/cdog/\">Catalin Dogaru</a>, <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/chandrapatel/\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/caercam/\">Charlie Merland</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/blogginglife/\">Chico</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chrico/\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/aprea/\">Chris Aprea</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/needle/\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/lovememore/\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cleancoded/\">cleancoded</a>, <a href=\"https://profiles.wordpress.org/cmagrin/\">cmagrin</a>, <a href=\"https://profiles.wordpress.org/compilenix/\">CompileNix</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/courtney0burton/\">courtney0burton</a>, <a href=\"https://profiles.wordpress.org/cristianozanca/\">Cristiano Zanca</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/dswebsme/\">D.S. Webster</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/daleharrison/\">daleharrison</a>, <a href=\"https://profiles.wordpress.org/danmicamediacom/\">Dan Foley</a>, <a href=\"https://profiles.wordpress.org/goodevilgenius/\">Dan Jones</a>, <a href=\"https://profiles.wordpress.org/danbuk/\">DanBUK</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater/\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">danieliser</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dvankooten/\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/darthhexx/\">darthhexx</a>, <a href=\"https://profiles.wordpress.org/deapness/\">Dave Parker</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davetgreen/\">davetgreen</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/david.binda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/daveshine/\">David Decker</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dennis_f/\">Deni</a>, <a href=\"https://profiles.wordpress.org/dehisok/\">Denis Cherniavsky</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/wpdennis/\">Dennis</a>, <a href=\"https://profiles.wordpress.org/dionysous/\">Dennis Hipp</a>, <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">Derek Sifford</a>, <a href=\"https://profiles.wordpress.org/derweili/\">derweili</a>, <a href=\"https://profiles.wordpress.org/dfangstrom/\">dfangstrom</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhuyvetter/\">dhuyvetter</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate/\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/diego-la-monica/\">Diego La Monica</a>, <a href=\"https://profiles.wordpress.org/digitalapps/\">digitalapps</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/odminstudios/\">Dima</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/dency/\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dukex/\">Dukex</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elliotcondon/\">Elliot Condon</a>, <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/edocev/\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/emiluzelac/\">Emil Uzelac</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">estelaris</a>, <a href=\"https://profiles.wordpress.org/evalarumbe/\">evalarumbe</a>, <a href=\"https://profiles.wordpress.org/faazshift/\">faazshift</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fblaser/\">fblaser</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04/\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/flipkeijzer/\">flipkeijzer</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foysalremon/\">Foysal Remon</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/loyaltymanufaktur/\">Gesundheit Bewegt GmbH</a>, <a href=\"https://profiles.wordpress.org/sachyya-sachet/\">ghoul</a>, <a href=\"https://profiles.wordpress.org/girlieworks/\">girlieworks</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">glauberglauber</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gravityview/\">GravityView</a>, <a href=\"https://profiles.wordpress.org/gregsullivan/\">gregsullivan</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani/\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/hareesh pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harryfear/\">harryfear</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/haszari/\">haszari</a>, <a href=\"https://profiles.wordpress.org/hesyifei/\">He Yifei</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herbmiller/\">herbmiller</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">herregroen</a>, <a href=\"https://profiles.wordpress.org/hirofumi2012/\">hirofumi2012</a>, <a href=\"https://profiles.wordpress.org/hkandulla/\">HKandulla</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hoythan/\">hoythan</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/zinigor/\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jalpa1984/\">Jalpa Panchal</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jared_smith/\">jared_smith</a>, <a href=\"https://profiles.wordpress.org/jarocks/\">jarocks</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/javeweb/\">jave.web</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jayswadas/\">Jay Swadas</a>, <a href=\"https://profiles.wordpress.org/iamjaydip/\">Jaydip</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenblogs4u/\">Jen Miller</a>, <a href=\"https://profiles.wordpress.org/jenkoian/\">jenkoian</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/engelen/\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jffng/\">jffng</a>, <a href=\"https://profiles.wordpress.org/jikamens/\">jikamens</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991/\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/jkitchen/\">jkitchen</a>, <a href=\"https://profiles.wordpress.org/jmmathc/\">jmmathc</a>, <a href=\"https://profiles.wordpress.org/joakimsilfverberg/\">joakimsilfverberg</a>, <a href=\"https://profiles.wordpress.org/jobthomas/\">Job</a>, <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a>, <a href=\"https://profiles.wordpress.org/jojotjebaby/\">jojotjebaby</a>, <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/jond/\">Jonathan Davis</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuanoyce/\">Joshua Noyce</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juiiee8487/\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/junktrunk/\">junktrunk</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">kafleg</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kakshak/\">Kakshak Kalaria</a>, <a href=\"https://profiles.wordpress.org/kamrankhorsandi/\">Kamran Khorsandi</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a>, <a href=\"https://profiles.wordpress.org/katielgc/\">katielgc</a>, <a href=\"https://profiles.wordpress.org/kbrownkd/\">kbrownkd</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kerfred/\">Kerfred</a>, <a href=\"https://profiles.wordpress.org/kingkero/\">kero</a>, <a href=\"https://profiles.wordpress.org/ketanumretiya030/\">Ketan Umretiya</a>, <a href=\"https://profiles.wordpress.org/kevinkovadia/\">kevIN kovaDIA</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/killua99/\">killua99</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokers/\">kokers</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kuus/\">kuus</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/leonblade/\">leonblade</a>, <a href=\"https://profiles.wordpress.org/lessbloat/\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lllor/\">lllor</a>, <a href=\"https://profiles.wordpress.org/lordlod/\">lordlod</a>, <a href=\"https://profiles.wordpress.org/loreleiaurora/\">LoreleiAurora</a>, <a href=\"https://profiles.wordpress.org/luan-ramos/\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciano-croce/\">luciano-croce</a>, <a href=\"https://profiles.wordpress.org/luigipulcini/\">luigipulcini</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/wpfed/\">Luke</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/m1tk00/\">m1tk00</a>, <a href=\"https://profiles.wordpress.org/maartenleenders/\">maartenleenders</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">Maciej Palmowski</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/majemedia/\">Maje Media LLC</a>, <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">manooweb</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin/\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcguay/\">MarcGuay</a>, <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcomartins/\">Marco Martins</a>, <a href=\"https://profiles.wordpress.org/marcosalexandre/\">MarcosAlexandre</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/maguiar/\">Mario Aguiar</a>, <a href=\"https://profiles.wordpress.org/nofearinc/\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mdwolinski/\">Mark D Wolinski</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mspatovaliyski/\">Martin Spatovaliyski</a>, <a href=\"https://profiles.wordpress.org/splitti/\">Martin Splitt</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/masummdar/\">masummdar</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/iceable/\">Mathieu Sarrasin</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu/\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/matthiasthiel/\">matthias.thiel</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, <a href=\"https://profiles.wordpress.org/maximeculea/\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/maximejobin/\">Maxime Jobin</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mchavezi/\">mchavezi</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/melinedo/\">Melin Edomwonyi</a>, <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/michelweimerskirch/\">michel.weimerskirch</a>, <a href=\"https://profiles.wordpress.org/michielatyoast/\">Michiel Heijmans</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/miguelvieira/\">miguelvieira</a>, <a href=\"https://profiles.wordpress.org/mihaiiceyro/\">mihaiiceyro</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mdgl/\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikerbg/\">Mike Reid</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikengarrett/\">MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mobeen-abdullah/\">Mobeen Abdullah</a>, <a href=\"https://profiles.wordpress.org/mohsinrasool/\">Mohsin Rasool</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/boemedia/\">Monique Dubbelman</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/msaggiorato/\">msaggiorato</a>, <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a>, <a href=\"https://profiles.wordpress.org/phpdocs/\">Muhammad Afzal</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mzorz/\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nadir/\">nadir</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a>, <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/neelpatel7295/\">Neel Patel</a>, <a href=\"https://profiles.wordpress.org/nextendweb/\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/niallkennedy/\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/nicolad/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw/\">Niels de Blaauw</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikolastoqnow/\">nikolastoqnow</a>, <a href=\"https://profiles.wordpress.org/niq1982/\">Niku Hietanen</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/nishitlangaliya/\">Nishit Langaliya</a>, <a href=\"https://profiles.wordpress.org/kailanitish90/\">Nitish Kaila</a>, <a href=\"https://profiles.wordpress.org/nmenescardi/\">nmenescardi</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/notnownikki/\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/lindstromer/\">Olaf Lindstr&#246;m</a>, <a href=\"https://profiles.wordpress.org/moonomo/\">Omaar Osmaan</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/onlanka/\">onlanka</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/ozmatflc/\">ozmatflc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/paresh07/\">Paresh Shinde</a>, <a href=\"https://profiles.wordpress.org/hardipparmar/\">Parmar Hardip</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/patilvikasj/\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/patrelentlesstechnologycom/\">Patrick Baldwin</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/bassgang/\">Paul Vincent Beigang</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phillipjohn/\">PhillipJohn</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar Olguc</a>, <a href=\"https://profiles.wordpress.org/powerbuoy/\">powerbuoy</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/pratikthink/\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankkpatel/\">Priyank Patel</a>, <a href=\"https://profiles.wordpress.org/quantumstate/\">Quantumstate</a>, <a href=\"https://profiles.wordpress.org/raajtram/\">Raaj Trambadia</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/raboodesign/\">raboodesign</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/rahulvaza/\">Rahul Vaza</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a>, <a href=\"https://profiles.wordpress.org/rclations/\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/reikodd/\">ReikoDD</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/rockfire/\">Richard Korthuis</a>, <a href=\"https://profiles.wordpress.org/riddhiehta02/\">Riddhi Mehta</a>, <a href=\"https://profiles.wordpress.org/rbrishabh/\">Rishabh Budhiraja</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/robi-bobi/\">Robert Ivanov</a>, <a href=\"https://profiles.wordpress.org/rogueresearch/\">rogueresearch</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/karthost/\">Roy Randolph</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/samgordondev/\">samgordondev</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui/\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/progremzion/\">Sanket Mehta</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a>, <a href=\"https://profiles.wordpress.org/saskak/\">saskak</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/sbardian/\">sbardian</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Seghir Nadir</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vjik/\">Sergey Predvoditelev</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/seuser/\">seuser</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/shadyvb/\">Shady Sharaf</a>, <a href=\"https://profiles.wordpress.org/shamim51/\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/sharaz/\">Sharaz Shahid</a>, <a href=\"https://profiles.wordpress.org/shashank3105/\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/shawfactor/\">shawfactor</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/simono/\">simono</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/sixes/\">Sixes</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic/\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spectacula/\">Spectacula</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/spuds10/\">spuds10</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/studyboi/\">studyboi</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudhiryadav/\">Sudhir Yadav</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/tha_sun/\">sun</a>, <a href=\"https://profiles.wordpress.org/codesue/\">Suzen Fylke</a>, <a href=\"https://profiles.wordpress.org/svanhal/\">svanhal</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv/\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/nevma/\">Takis Bouyouris</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tazotodua/\">tazotodua</a>, <a href=\"https://profiles.wordpress.org/technote0space/\">technote</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/tessak22/\">Tessa Kriesel</a>, <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a>, <a href=\"https://profiles.wordpress.org/themezly/\">Themezly</a>, <a href=\"https://profiles.wordpress.org/thulshof/\">Thijs Hulshof</a>, <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm/\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tdh/\">Thord D. Hedengren</a>, <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/n7studios/\">Tim Carr</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/toddhalfpenny/\">toddhalfpenny</a>, <a href=\"https://profiles.wordpress.org/tosho/\">Todor Gaidarov</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tferry/\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov/\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/trasweb/\">trasweb</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/travisseitler/\">travisseitler</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/truchot/\">truchot</a>, <a href=\"https://profiles.wordpress.org/truongwp/\">truongwp</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">Tugdual de Kerviler</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/vbaimas/\">vbaimas</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/venutius/\">Venutius</a>, <a href=\"https://profiles.wordpress.org/fesovik/\">Viktor Veljanovski</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya/\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a>, <a href=\"https://profiles.wordpress.org/vladlu/\">vladlu</a>, <a href=\"https://profiles.wordpress.org/vladwtz/\">Vladut Ilie</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/svovaf/\">Vova Feldman</a>, <a href=\"https://profiles.wordpress.org/vrimill/\">vrimill</a>, <a href=\"https://profiles.wordpress.org/w3rkjana/\">w3rkjana</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, <a href=\"https://profiles.wordpress.org/webdados/\">Webdados (Marco Almeida)</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/wpdavis/\">William P. Davis</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/withinboredom/\">withinboredom</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/yanngarcia/\">yanngarcia</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yarnboy/\">yarnboy</a>, <a href=\"https://profiles.wordpress.org/yashar_hv/\">yashar_hv</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yodiyo/\">yodiyo</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/zaantar/\">zaantar</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zalak151291/\">zalak151291</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a>, <a href=\"https://profiles.wordpress.org/airathalitov/\">АЙРАТ ХАЛИТОВ <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f525.png\" alt=\"?\" class=\"wp-smiley\" /></a>, and <a href=\"https://profiles.wordpress.org/ounziw/\">水野史土</a>.\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.3. Their efforts bring WordPress fully translated to 47 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want learn more about volunteering with WordPress, check out&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Thanks for choosing WordPress!</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?fit=632%2C414&ssl=1\" alt=\"\" class=\"wp-image-7755\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Nov 2019 21:38:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:81:\"WPTavern: Recurring Payments Feature Launches for WordPress.com and Jetpack Users\";s:7:\"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://wptavern.com/?p=95300\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/recurring-payments-feature-launches-for-wordpress-com-and-jetpack-users\";s: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:3978:\"<p>WordPress.com <a href=\"https://en.blog.wordpress.com/2019/11/12/recurring-payments/\">launched a new recurring payments feature</a> its users today.  The payments system will allow bloggers to earn money for their content directly from any page on their site.  The feature is also available for self-hosted WordPress users who have the Jetpack plugin installed.</p>\n\n\n\n<p>The recurring payments system works alongside <a href=\"https://stripe.com\">Stripe</a>, so users must have a connected account to receive payments.  Stripe currently serves over 30 countries around the world.  WordPress.com&rsquo;s documentation maintains an up-to-date <a href=\"https://en.support.wordpress.com/recurring-payments-button/#stripe-supported-countries\">list of countries</a> currently allowed to use the payment gateway.</p>\n\n\n\n<p>The new feature doesn&rsquo;t come for free.  Recurring payments access is only available to users on a premium WordPress.com plan.  Plus, on top of the 2.9% + $0.30 for each payment that Stripe collects, WordPress.com has a <a href=\"https://en.support.wordpress.com/recurring-payments-button/#related-fees\">tiered fee table</a> based on the user&rsquo;s plan.</p>\n\n\n\n<ul><li>WordPress.com eCommerce &ndash; No fee</li><li>WordPress.com Business &ndash; 2% per sale</li><li>WordPress.com Premium &ndash; 4% per sale</li><li>WordPress.com Personal &ndash; 8% per sale</li></ul>\n\n\n\n<p>At the lowest tier, users will see nearly 11% of sales go toward WordPress.com and Stripe fees.  If accepting large volumes of payments, it will make sense for most users to upgrade to a higher plan to offset the fees.  The tiers seem reasonably priced because the infrastructure is completely handled by WordPress.com.  </p>\n\n\n\n<p>Self-hosted users can bypass the WordPress.com fees with a multitude of existing payment plugins.  They will have to decide whether the tools and support provided by WordPress.com is enough of a value-add to go for their service.</p>\n\n\n\n<p>The Jetpack team first <a href=\"https://wptavern.com/jetpack-opens-signup-for-membership-block-beta\">opened a limited beta test</a> for this new feature on May 18, 2019.  At the time, the feature was referred to as a &ldquo;membership block.&rdquo;  The announcement post says that users can &ldquo;offer ongoing subscriptions, site memberships, monthly donations, and more.&rdquo;</p>\n\n\n\n<p>However, members-based content seems to be limited in comparison to other fully-featured membership plugins and would require extra manual work to limit access to a site&rsquo;s premium content.  The WordPress.com recommendation is to <a href=\"https://en.support.wordpress.com/recurring-payments-button/#limit-access-to-content\">password-protect posts</a> and email out the password to subscribers or set up a newsletter.</p>\n\n\n\n<p>This is far from a true membership system, but it could be enough for the average blogger who wants to make a few dollars on the side.  The groundwork is there for a more powerful membership system in the future if the WordPress.com and Jetpack teams want to pursue it.  The market is still ripe for innovation in the membership space.</p>\n\n\n\n<h2>Recurring Payments Block</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Jetpack recurring payments editor block</div>\n\n\n\n<p>The new recurring payments feature requires at least Jetpack version 7.4.  The feature comes in the form of a block for the block editor (Gutenberg) and is located under the &ldquo;Jetpack&rdquo; tab when inserting a new block.</p>\n\n\n\n<p>The block has four fields that can be customized:</p>\n\n\n\n<ul><li>Currency</li><li>Price</li><li>Description</li><li>Renewal Interval &ndash; limited to monthly and yearly renewals</li></ul>\n\n\n\n<p>There is no limit on the number of different payment blocks users can add.  Users can create a new payment plan by adding a new block.  Previous options are backed up and will appear when inserting the block for users who need to output an existing plan on a new post or page.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Nov 2019 19:45: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:\"\";}}}}}}}}}}}}}}}}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:\"Mon, 30 Dec 2019 05:09:42 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 30 Dec 2019 05:00:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911133210\";}','no');
INSERT INTO `wppk_options` VALUES (94298,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1577725782','no'),(94299,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1577682582','no'),(94300,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1577725782','no'),(94301,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/12/wordpress-5-3-2-maintenance-release/\'>WordPress 5.3.2 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/what-should-an-author-bio-block-look-like\'>WPTavern: What Should an Author Bio Block Look Like?</a></li><li><a class=\'rsswidget\' href=\'https://blog.josephscott.org/2019/12/27/2020-style/\'>Joseph: 2020 Style</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/rank-math-seo-plugin-adds-wordpress-block-editor-support\'>WPTavern: Rank Math SEO Plugin Adds WordPress Block Editor Support</a></li></ul></div>','no'),(94334,'_transient_timeout_jetpack_file_data_7.7.3','1580188775','no'),(94335,'_transient_jetpack_file_data_7.7.3','a:62:{s:32:\"212a162108f1dc20cc6c768d5b47d4f2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d0c5aa8400d364117d5fc89859781eca\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3576702faeb399eb47ad20f586c3804\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"55409a5f8388b8d33e2350ef80de3ea3\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e914e6d31cb61f5a9ef86e1b9573430e\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1b8c61705fb18eb8c8584c9f9cdffd9\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4fca6eb23a793155d69fdb119a094926\";a:14:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfdac01e3c3c529f93a8f49edef1f5db\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4b9137ecf507290743735fb1f94535df\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b28c140d857cf838a23dd055eb44fa47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"95d75b38d76d2ee1b5b537026eadb8ff\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1bb571a95c5de1e6adaf9db8567c039\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"822f9ef1281dace3fb7cc420c77d24e0\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"84131cc3f213c209a84ea74ad5f80be0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c167275f926ef0eefaec9a679bd88d34\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"318a54c3d6c0c90d5c5d70a8f1170698\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"58cbd4585a74829a1c88aa9c295f3993\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d4a35eabc948caefad71a0d3303b95c8\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7b0c670bc3f8209dc83abb8610e23a89\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b00e4e6c109ce6f77b5c83fbaaaead4c\";a:14:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8e46c72906c928eca634ac2c8b1bc84f\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1b1d9883a5ebead0f8b12ceb1a3aff7f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2df2264a07aff77e0556121e33349dce\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0337eacae47d30c946cb9fc4e5ece649\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cb5d81445061b89d19cb9c7754697a39\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ea0fbbd64080c81a90a784924603588c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5c53fdb3633ba3232f60180116900273\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"40b97d9ce396339d3e8e46b833a045b5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0739df64747f2d02c140f23ce6c19cd8\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c54bb0a65b39f1316da8632197a88a4e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cc013f4c5480c7bdc1e7edb2f410bf3c\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9522c4148373f4903c321099a2891839\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b3b34928b1e549bb52f866accc0450c5\";a:14:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"714284944f56d6936a40f3309900bc8e\";a:14:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"348754bc914ee02c72d9af445627784c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"041704e207c4c59eea93e0499c908bff\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"26e6cb3e08a6cfd0811c17e7c633c72c\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"915a504082f797395713fd01e0e2e713\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a7b21cc562ee9ffa357bba19701fe45b\";a:14:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"607adfb844c0ca0f7c679ed6d9cfa278\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9243c1a718566213f4eaf3b44cf14b07\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"583e4cda5596ee1b28a19cde33f438be\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"15346c1f7f2a5f29d34378774ecfa830\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"72a0ff4cfae86074a7cdd2dcd432ef11\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bb8c6c190aaec212a7ab6e940165af4d\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1abd31fe07ae4fb0f8bb57dc24592219\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"61981be774a79986799847ba38b0d463\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cae5f097f8d658e0b0ae50733d7c6476\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4cfce310c2d451bb714d19be6459a2fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e9b8318133b2f95e7906cedb3557a87d\";a:14:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"17e66a12031ccf11d8d45ceee0955f05\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"346cf9756e7c1252acecb9a8ca81a21c\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4f84d218792a6efa06ed6feae09c4dd5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ca086af79d0d9dccacc934ccff5b4fd7\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e33f82a249aa61ec8b19bfb7117d6051\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"43c24feb7c541c376af93e0251c1a261\";a:14:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:27:\"personal, business, premium\";}s:32:\"b9396d8038fc29140b499098d2294d79\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"afe184082e106c1bdfe1ee844f98aef3\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"44637d43460370af9a1b31ce3ccec0cd\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"694c105a5c3b659acfcddad220048d08\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ae15da72c5802d72f320640bad669561\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"54c9dfaf31902718726127746701d2be\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(94337,'_transient_timeout_essgrid_7d8aa74c89cbd53aa5b04b2ec65b433c&count=12','1577769622','no'),(94338,'_transient_essgrid_7d8aa74c89cbd53aa5b04b2ec65b433c&count=12','','no'),(94349,'_transient_timeout_jetpack_idc_allowed','1577689319','no'),(94350,'_transient_jetpack_idc_allowed','1','no'),(94364,'_site_transient_timeout_theme_roots','1577688736','no'),(94365,'_site_transient_theme_roots','a:4:{s:6:\"sonaar\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(94368,'_site_transient_timeout_available_translations','1577697762','no'),(94369,'_site_transient_available_translations','a:119:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-06 08:13:24\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-22 22:33:28\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.13\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.13/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-09 13:59:01\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"4.8.12\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.8.12/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-12 07:38:44\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-25 20:23:36\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-12-15 19:05:55\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-28 19:06:07\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-22 10:34:50\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-06 07:19:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Forts&#230;t\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-19 15:09:43\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-19 15:10:06\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.2.5/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-05 22:26:10\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"5.2.4\";s:7:\"updated\";s:19:\"2019-10-15 07:07:34\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.4/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"5.2.4\";s:7:\"updated\";s:19:\"2019-10-15 07:08:52\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/5.2.4/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-13 12:22:13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-20 00:26:02\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-19 14:36:29\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-20 22:33:08\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-20 22:32:55\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.1.4\";s:7:\"updated\";s:19:\"2019-06-06 15:48:01\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.4/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-20 20:46:03\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-17 18:21:18\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-19 23:07:29\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-06 21:26:01\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.9.12\";s:7:\"updated\";s:19:\"2019-05-23 02:23:28\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.12/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-12-06 15:26:29\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-12-07 04:01:34\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-23 13:47:59\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:9:\"5.0-beta3\";s:7:\"updated\";s:19:\"2018-11-28 16:04:33\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0-beta3/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-26 11:08:21\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-22 14:09:21\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-12 15:46:57\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-13 10:59:12\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-19 22:06:57\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-05 14:00:58\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-28 08:31:37\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-09 22:16:56\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.5/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-19 14:36:40\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"5.0.8\";s:7:\"updated\";s:19:\"2019-09-24 03:05:30\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-12-20 17:12:58\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-12 03:38:48\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nutugne\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"5.1.4\";s:7:\"updated\";s:19:\"2019-11-04 08:57:25\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.4/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-21 14:15:57\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 07:34:10\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:6:\"4.9.13\";s:7:\"updated\";s:19:\"2019-12-04 12:22:34\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.13/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರೆಸಿ\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-05 01:54:57\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-18 14:32:44\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.9/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ຕໍ່\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-19 19:23:46\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:6:\"4.7.15\";s:7:\"updated\";s:19:\"2019-05-10 10:24:08\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.15/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-08 12:57:25\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.8.11\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.11/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-30 20:27:25\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-12-12 16:55:35\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"जारीराख्नु \";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-27 08:50:23\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-25 09:24:54\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-25 09:26:04\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.2.5/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-24 08:39:27\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-29 19:02:29\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-12-17 12:03:44\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-19 15:13:04\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-02 07:58:03\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.2.3/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-20 09:41:26\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-22 09:34:18\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-19 14:39:35\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-15 09:18:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-26 11:40:37\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.3/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-20 12:34:38\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.2.4\";s:7:\"updated\";s:19:\"2019-10-15 10:03:57\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.4/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-19 13:41:32\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-22 00:19:41\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.2.4\";s:7:\"updated\";s:19:\"2019-10-19 08:19:37\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.4/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-12-19 13:39:53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-12-29 20:01:52\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.1.4\";s:7:\"updated\";s:19:\"2019-03-31 10:39:40\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.4/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-23 12:32:40\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-23 07:14:52\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-12-25 18:21:03\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"5.2.4\";s:7:\"updated\";s:19:\"2019-10-01 15:59:49\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.4/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-14 00:33:57\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(94389,'pa_review_notice','1','yes'),(94393,'elementor_addon_widgets_review_flag','no','yes'),(94396,'_transient_timeout_tbex-plugin-rating','1579155828','no'),(94397,'_transient_tbex-plugin-rating','1','no');
/*!40000 ALTER TABLE `wppk_options` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_options` with 599 row(s)
--

--
-- Table structure for table `wppk_pmxi_files`
--

DROP TABLE IF EXISTS `wppk_pmxi_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_pmxi_files` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `import_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `registered_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_pmxi_files`
--

LOCK TABLES `wppk_pmxi_files` WRITE;
/*!40000 ALTER TABLE `wppk_pmxi_files` DISABLE KEYS */;
INSERT INTO `wppk_pmxi_files` VALUES (2,1,'Artists.zip','/wpallimport/uploads/178b2f70e0b7848782213aa19be2c6f0/Artists-1.xml','2017-10-19 21:28:47'),(3,2,'Playlist.zip','/wpallimport/uploads/75e23d084435786acb14e253da851ab0/Playlist.xml','2017-10-19 21:37:42');
/*!40000 ALTER TABLE `wppk_pmxi_files` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wppk_pmxi_history`
--

DROP TABLE IF EXISTS `wppk_pmxi_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_pmxi_history` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `import_id` bigint(20) unsigned NOT NULL,
  `type` enum('manual','processing','trigger','continue','') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `time_run` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `summary` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_pmxi_history`
--

LOCK TABLES `wppk_pmxi_history` WRITE;
/*!40000 ALTER TABLE `wppk_pmxi_history` DISABLE KEYS */;
INSERT INTO `wppk_pmxi_history` VALUES (1,1,'manual','29','2017-10-19 21:23:57','16 Artists created 0 updated 0 deleted 0 skipped'),(2,1,'manual','29','2017-10-19 21:28:47','16 Artists created 0 updated 0 deleted 0 skipped'),(3,2,'manual','7','2017-10-19 21:37:42','8 Playlists created 0 updated 0 deleted 0 skipped');
/*!40000 ALTER TABLE `wppk_pmxi_history` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_pmxi_history` with 3 row(s)
--

--
-- Table structure for table `wppk_pmxi_imports`
--

DROP TABLE IF EXISTS `wppk_pmxi_imports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_pmxi_imports` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `parent_import_id` bigint(20) NOT NULL DEFAULT 0,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `friendly_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `feed_type` enum('xml','csv','zip','gz','') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `xpath` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `registered_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `root_element` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `processing` tinyint(1) NOT NULL DEFAULT 0,
  `executing` tinyint(1) NOT NULL DEFAULT 0,
  `triggered` tinyint(1) NOT NULL DEFAULT 0,
  `queue_chunk_number` bigint(20) NOT NULL DEFAULT 0,
  `first_import` timestamp NOT NULL DEFAULT current_timestamp(),
  `count` bigint(20) NOT NULL DEFAULT 0,
  `imported` bigint(20) NOT NULL DEFAULT 0,
  `created` bigint(20) NOT NULL DEFAULT 0,
  `updated` bigint(20) NOT NULL DEFAULT 0,
  `skipped` bigint(20) NOT NULL DEFAULT 0,
  `deleted` bigint(20) NOT NULL DEFAULT 0,
  `canceled` tinyint(1) NOT NULL DEFAULT 0,
  `canceled_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `failed` tinyint(1) NOT NULL DEFAULT 0,
  `failed_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `settings_update_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_activity` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `iteration` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_pmxi_imports`
--

LOCK TABLES `wppk_pmxi_imports` WRITE;
/*!40000 ALTER TABLE `wppk_pmxi_imports` DISABLE KEYS */;
INSERT INTO `wppk_pmxi_imports` VALUES (1,0,'Artists.zip','','upload','','/wpallimport/uploads/178b2f70e0b7848782213aa19be2c6f0/Artists.zip','/node','a:186:{s:4:\"type\";s:4:\"post\";s:21:\"is_override_post_type\";s:1:\"0\";s:15:\"post_type_xpath\";s:0:\"\";s:8:\"deligate\";s:11:\"wpallexport\";s:11:\"wizard_type\";s:3:\"new\";s:11:\"custom_type\";s:6:\"artist\";s:14:\"featured_delim\";s:1:\",\";s:10:\"atch_delim\";s:1:\"|\";s:25:\"is_search_existing_attach\";s:1:\"0\";s:15:\"post_taxonomies\";a:1:{s:15:\"artist-category\";s:154:\"[{\"item_id\":\"1\",\"left\":2,\"right\":5,\"parent_id\":null,\"xpath\":\"\",\"assign\":true},{\"item_id\":\"2\",\"left\":3,\"right\":4,\"parent_id\":\"1\",\"xpath\":\"\",\"assign\":true}]\";}s:6:\"parent\";i:0;s:23:\"is_multiple_page_parent\";s:2:\"no\";s:18:\"single_page_parent\";s:0:\"\";s:5:\"order\";s:1:\"0\";s:6:\"status\";s:5:\"xpath\";s:13:\"page_template\";s:7:\"default\";s:25:\"is_multiple_page_template\";s:3:\"yes\";s:20:\"single_page_template\";s:0:\"\";s:15:\"page_taxonomies\";a:0:{}s:9:\"date_type\";s:8:\"specific\";s:4:\"date\";s:9:\"{date[1]}\";s:10:\"date_start\";s:3:\"now\";s:8:\"date_end\";s:3:\"now\";s:11:\"custom_name\";a:0:{}s:12:\"custom_value\";a:0:{}s:13:\"custom_format\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"0\";}s:14:\"custom_mapping\";a:0:{}s:17:\"serialized_values\";a:2:{i:0;s:7:\"[\"\",\"\"]\";i:1;s:7:\"[\"\",\"\"]\";}s:20:\"custom_mapping_rules\";a:2:{i:0;s:2:\"[]\";i:1;s:2:\"[]\";}s:14:\"comment_status\";s:4:\"open\";s:20:\"comment_status_xpath\";s:0:\"\";s:11:\"ping_status\";s:4:\"open\";s:17:\"ping_status_xpath\";s:0:\"\";s:12:\"create_draft\";s:2:\"no\";s:6:\"author\";s:0:\"\";s:12:\"post_excerpt\";s:0:\"\";s:9:\"post_slug\";s:9:\"{slug[1]}\";s:11:\"attachments\";s:18:\"{attachmenturl[1]}\";s:19:\"is_import_specified\";s:1:\"0\";s:16:\"import_specified\";s:0:\"\";s:16:\"is_delete_source\";i:0;s:8:\"is_cloak\";i:0;s:10:\"unique_key\";s:7:\"{id[1]}\";s:14:\"tmp_unique_key\";s:7:\"{id[1]}\";s:9:\"feed_type\";s:4:\"auto\";s:22:\"search_existing_images\";s:1:\"1\";s:18:\"create_new_records\";s:1:\"1\";s:17:\"is_delete_missing\";s:1:\"0\";s:20:\"set_missing_to_draft\";s:1:\"0\";s:20:\"is_update_missing_cf\";s:1:\"0\";s:22:\"update_missing_cf_name\";s:0:\"\";s:23:\"update_missing_cf_value\";s:0:\"\";s:20:\"is_keep_former_posts\";s:2:\"no\";s:16:\"is_update_status\";s:1:\"1\";s:17:\"is_update_content\";s:1:\"1\";s:15:\"is_update_title\";s:1:\"1\";s:14:\"is_update_slug\";s:1:\"1\";s:17:\"is_update_excerpt\";s:1:\"1\";s:20:\"is_update_categories\";s:1:\"1\";s:16:\"is_update_author\";s:1:\"1\";s:24:\"is_update_comment_status\";s:1:\"0\";s:19:\"is_update_post_type\";s:1:\"1\";s:23:\"update_categories_logic\";s:11:\"full_update\";s:15:\"taxonomies_list\";s:1:\"0\";s:20:\"taxonomies_only_list\";s:0:\"\";s:22:\"taxonomies_except_list\";s:0:\"\";s:21:\"is_update_attachments\";s:1:\"1\";s:16:\"is_update_images\";s:1:\"1\";s:19:\"update_images_logic\";s:7:\"add_new\";s:15:\"is_update_dates\";s:1:\"1\";s:20:\"is_update_menu_order\";s:1:\"1\";s:16:\"is_update_parent\";s:1:\"1\";s:19:\"is_keep_attachments\";s:1:\"0\";s:12:\"is_keep_imgs\";s:1:\"0\";s:20:\"do_not_remove_images\";s:1:\"1\";s:23:\"is_update_custom_fields\";s:1:\"1\";s:26:\"update_custom_fields_logic\";s:11:\"full_update\";s:18:\"custom_fields_list\";s:1:\"0\";s:23:\"custom_fields_only_list\";s:0:\"\";s:25:\"custom_fields_except_list\";s:0:\"\";s:18:\"duplicate_matching\";s:4:\"auto\";s:19:\"duplicate_indicator\";s:5:\"title\";s:21:\"custom_duplicate_name\";s:0:\"\";s:22:\"custom_duplicate_value\";s:0:\"\";s:18:\"is_update_previous\";i:0;s:12:\"is_scheduled\";s:0:\"\";s:16:\"scheduled_period\";s:0:\"\";s:13:\"friendly_name\";s:0:\"\";s:19:\"records_per_request\";s:2:\"20\";s:24:\"auto_records_per_request\";i:1;s:18:\"auto_rename_images\";s:1:\"0\";s:25:\"auto_rename_images_suffix\";s:0:\"\";s:11:\"images_name\";s:8:\"filename\";s:11:\"post_format\";s:8:\"standard\";s:17:\"post_format_xpath\";s:0:\"\";s:8:\"encoding\";s:5:\"UTF-8\";s:9:\"delimiter\";s:1:\",\";s:16:\"image_meta_title\";s:15:\"{imagetitle[1]}\";s:22:\"image_meta_title_delim\";s:1:\"|\";s:18:\"image_meta_caption\";s:17:\"{imagecaption[1]}\";s:24:\"image_meta_caption_delim\";s:1:\"|\";s:14:\"image_meta_alt\";s:17:\"{imagealttext[1]}\";s:20:\"image_meta_alt_delim\";s:1:\"|\";s:22:\"image_meta_description\";s:21:\"{imagedescription[1]}\";s:28:\"image_meta_description_delim\";s:1:\"|\";s:34:\"image_meta_description_delim_logic\";s:8:\"separate\";s:12:\"status_xpath\";s:0:\"\";s:15:\"download_images\";s:3:\"yes\";s:17:\"converted_options\";s:1:\"1\";s:15:\"update_all_data\";s:3:\"yes\";s:12:\"is_fast_mode\";s:1:\"0\";s:9:\"chuncking\";s:1:\"1\";s:17:\"import_processing\";s:4:\"ajax\";s:26:\"processing_iteration_logic\";s:4:\"auto\";s:28:\"records_per_request_detected\";i:0;s:16:\"save_template_as\";s:1:\"0\";s:5:\"title\";s:10:\"{title[1]}\";s:7:\"content\";s:12:\"{content[1]}\";s:4:\"name\";s:0:\"\";s:18:\"is_keep_linebreaks\";s:1:\"1\";s:13:\"is_leave_html\";s:1:\"0\";s:14:\"fix_characters\";i:0;s:9:\"pid_xpath\";s:0:\"\";s:10:\"slug_xpath\";s:0:\"\";s:11:\"title_xpath\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:23:\"download_featured_image\";s:13:\"{imageurl[1]}\";s:23:\"download_featured_delim\";s:1:\"|\";s:22:\"gallery_featured_image\";s:0:\"\";s:22:\"gallery_featured_delim\";s:1:\",\";s:11:\"is_featured\";s:1:\"1\";s:20:\"set_image_meta_title\";s:1:\"1\";s:22:\"set_image_meta_caption\";s:1:\"1\";s:18:\"set_image_meta_alt\";s:1:\"1\";s:26:\"set_image_meta_description\";s:1:\"1\";s:18:\"auto_set_extension\";s:1:\"0\";s:13:\"new_extension\";s:0:\"\";s:9:\"tax_logic\";a:1:{s:15:\"artist-category\";s:12:\"hierarchical\";}s:10:\"tax_assing\";a:1:{s:15:\"artist-category\";s:1:\"1\";}s:11:\"term_assing\";a:1:{s:15:\"artist-category\";s:1:\"1\";}s:20:\"multiple_term_assing\";a:1:{s:15:\"artist-category\";s:1:\"1\";}s:23:\"tax_hierarchical_assing\";a:1:{s:15:\"artist-category\";a:2:{i:0;s:1:\"1\";s:6:\"NUMBER\";s:1:\"1\";}}s:34:\"tax_hierarchical_last_level_assign\";a:1:{s:15:\"artist-category\";s:1:\"0\";}s:16:\"tax_single_xpath\";a:1:{s:15:\"artist-category\";s:0:\"\";}s:18:\"tax_multiple_xpath\";a:1:{s:15:\"artist-category\";s:0:\"\";}s:22:\"tax_hierarchical_xpath\";a:1:{s:15:\"artist-category\";a:2:{i:0;s:22:\"{artistscategories[1]}\";i:1;s:0:\"\";}}s:18:\"tax_multiple_delim\";a:1:{s:15:\"artist-category\";s:1:\",\";}s:22:\"tax_hierarchical_delim\";a:1:{s:15:\"artist-category\";s:1:\">\";}s:25:\"tax_manualhierarchy_delim\";a:1:{s:15:\"artist-category\";s:1:\",\";}s:29:\"tax_hierarchical_logic_entire\";a:1:{s:15:\"artist-category\";s:1:\"1\";}s:29:\"tax_hierarchical_logic_manual\";a:1:{s:15:\"artist-category\";s:1:\"0\";}s:18:\"tax_enable_mapping\";a:1:{s:15:\"artist-category\";s:1:\"0\";}s:25:\"tax_is_full_search_single\";a:1:{s:15:\"artist-category\";s:1:\"0\";}s:27:\"tax_is_full_search_multiple\";a:1:{s:15:\"artist-category\";s:1:\"0\";}s:29:\"tax_assign_to_one_term_single\";a:1:{s:15:\"artist-category\";s:1:\"0\";}s:31:\"tax_assign_to_one_term_multiple\";a:1:{s:15:\"artist-category\";s:1:\"0\";}s:11:\"tax_mapping\";a:1:{s:15:\"artist-category\";s:2:\"[]\";}s:17:\"tax_logic_mapping\";a:1:{s:15:\"artist-category\";s:1:\"0\";}s:31:\"is_tax_hierarchical_group_delim\";a:1:{s:15:\"artist-category\";s:1:\"1\";}s:28:\"tax_hierarchical_group_delim\";a:1:{s:15:\"artist-category\";s:1:\"|\";}s:12:\"nested_files\";a:0:{}s:17:\"xml_reader_engine\";s:1:\"0\";s:13:\"taxonomy_type\";s:0:\"\";s:15:\"taxonomy_parent\";s:0:\"\";s:13:\"taxonomy_slug\";s:4:\"auto\";s:19:\"taxonomy_slug_xpath\";s:0:\"\";s:15:\"import_img_tags\";i:1;s:3:\"acf\";a:16:{s:16:\"acf_albums_query\";s:1:\"0\";s:15:\"acf_event-infos\";s:1:\"0\";s:23:\"acf_page-event-template\";s:1:\"0\";s:9:\"acf_logos\";s:1:\"0\";s:17:\"acf_page-settings\";s:1:\"1\";s:19:\"acf_sidebar-options\";s:1:\"1\";s:28:\"acf_single-portfolio-options\";s:1:\"0\";s:19:\"single-post-options\";s:1:\"0\";s:26:\"acf_news-template-settings\";s:1:\"0\";s:28:\"acf_videos-template-settings\";s:1:\"0\";s:18:\"acf_video-embedder\";s:1:\"0\";s:16:\"acf_videos_query\";s:1:\"0\";s:22:\"acf_albums_page_header\";s:1:\"0\";s:15:\"acf_page-banner\";s:1:\"1\";s:15:\"acf_album-infos\";s:1:\"0\";s:10:\"cf_artists\";s:1:\"1\";}s:6:\"fields\";a:35:{s:19:\"field_54ce55f555a01\";s:43:\"[str_replace(\"|\", \",\",{backgroundtype[1]})]\";s:19:\"field_54ce55f555a02\";s:30:\"{pagebannerbackgroundcolor[1]}\";s:19:\"field_54ce55f555a03\";s:19:\"{parallaxeffect[1]}\";s:19:\"field_54ce55f555a04\";a:2:{s:3:\"url\";s:20:\"{pagebannerimage[1]}\";s:15:\"search_in_media\";s:1:\"0\";}s:19:\"field_54ce55f555a05\";s:21:\"{fullscreenheight[1]}\";s:19:\"field_54ce55f555a06\";s:21:\"{pagebannerheight[1]}\";s:19:\"field_54ce55f555a13\";s:40:\"[str_replace(\"|\", \",\",{contenttype[1]})]\";s:19:\"field_54ce55f555a14\";s:16:\"{htmlcontent[1]}\";s:19:\"field_54ce55f555a07\";s:20:\"{pagebannertitle[1]}\";s:19:\"field_54ce55f555a08\";s:23:\"{pagebannersubtitle[1]}\";s:19:\"field_54ce55f555a09\";s:37:\"{bannerhorizontalcontentalignment[1]}\";s:19:\"field_54ce55f555a11\";s:49:\"[str_replace(\"|\", \",\",{backgroundalignement[1]})]\";s:19:\"field_54ce55f555a12\";s:24:\"{pagebannerfontcolor[1]}\";s:20:\"artist_hero_playlist\";s:21:\"{featuredplaylist[1]}\";s:11:\"artist_desc\";s:16:\"{description[1]}\";s:13:\"artist_social\";a:5:{s:11:\"is_variable\";s:2:\"no\";s:17:\"is_ignore_empties\";s:1:\"0\";s:7:\"foreach\";s:0:\"\";s:9:\"separator\";s:1:\"|\";s:4:\"rows\";a:1:{s:9:\"ROWNUMBER\";a:3:{s:18:\"artist_social_icon\";s:0:\"\";s:19:\"artist_social_label\";s:0:\"\";s:18:\"artist_social_link\";s:0:\"\";}}}s:11:\"artist_link\";a:5:{s:17:\"is_ignore_empties\";s:1:\"0\";s:11:\"is_variable\";s:3:\"csv\";s:7:\"foreach\";s:0:\"\";s:9:\"separator\";s:1:\"|\";s:4:\"rows\";a:2:{s:9:\"ROWNUMBER\";a:2:{s:17:\"artist_link_label\";s:0:\"\";s:16:\"artist_link_link\";s:0:\"\";}i:1;a:2:{s:17:\"artist_link_label\";s:0:\"\";s:16:\"artist_link_link\";s:0:\"\";}}}s:14:\"artist_contact\";s:22:\"{contactandbooking[1]}\";s:15:\"artist_download\";a:5:{s:17:\"is_ignore_empties\";s:1:\"0\";s:11:\"is_variable\";s:3:\"csv\";s:7:\"foreach\";s:0:\"\";s:9:\"separator\";s:1:\"|\";s:4:\"rows\";a:2:{s:9:\"ROWNUMBER\";a:2:{s:21:\"artist_download_label\";s:0:\"\";s:20:\"artist_download_link\";a:2:{s:3:\"url\";s:0:\"\";s:15:\"search_in_media\";s:1:\"0\";}}i:1;a:2:{s:21:\"artist_download_label\";s:0:\"\";s:20:\"artist_download_link\";a:2:{s:3:\"url\";s:0:\"\";s:15:\"search_in_media\";s:1:\"0\";}}}}s:19:\"field_526d6ec715ee9\";s:20:\"{sidebarposition[1]}\";s:19:\"field_523384ce55a99\";s:46:\"[str_replace(\"|\", \",\",{selectlogoversion[1]})]\";s:19:\"field_523382c955a73\";s:18:\"{hidepagetitle[1]}\";s:19:\"field_523384ce55a85\";s:24:\"{showmenuovercontent[1]}\";s:19:\"field_523384ce55a87\";s:33:\"{classicmenumainitemtextcolor[1]}\";s:19:\"field_523384ce55a84\";s:24:\"{menubackgroundcolor[1]}\";s:19:\"field_523384ce55a86\";s:31:\"{menubackgroundtransparency[1]}\";s:19:\"field_523384ce55a23\";s:23:\"{hamburgericoncolor[1]}\";s:19:\"field_523382c955a74\";a:2:{s:3:\"url\";s:19:\"{pagebackground[1]}\";s:15:\"search_in_media\";s:1:\"0\";}s:19:\"field_523382f555a75\";s:45:\"[str_replace(\"|\", \",\",{backgroundrepeat[1]})]\";s:19:\"field_5233837455a76\";s:43:\"[str_replace(\"|\", \",\",{backgroundsize[1]})]\";s:19:\"field_5233842d55a78\";s:47:\"[str_replace(\"|\", \",\",{backgroundposition[1]})]\";s:19:\"field_523384ce55a80\";s:20:\"{backgroundcolor[1]}\";s:19:\"field_523384ce55a81\";s:27:\"{backgroundtransparency[1]}\";s:19:\"field_523384ce55a79\";s:30:\"{3dpushmenubackgroundcolor[1]}\";s:12:\"block_footer\";s:0:\"\";}s:23:\"is_multiple_field_value\";a:14:{s:19:\"field_54ce55f555a01\";s:2:\"no\";s:19:\"field_54ce55f555a03\";s:2:\"no\";s:19:\"field_54ce55f555a05\";s:2:\"no\";s:19:\"field_54ce55f555a13\";s:2:\"no\";s:19:\"field_54ce55f555a09\";s:2:\"no\";s:19:\"field_54ce55f555a11\";s:2:\"no\";s:13:\"artist_social\";a:1:{s:4:\"rows\";a:1:{s:9:\"ROWNUMBER\";a:1:{s:18:\"artist_social_icon\";s:3:\"yes\";}}}s:19:\"field_526d6ec715ee9\";s:2:\"no\";s:19:\"field_523384ce55a99\";s:2:\"no\";s:19:\"field_523382c955a73\";s:2:\"no\";s:19:\"field_523384ce55a85\";s:2:\"no\";s:19:\"field_523382f555a75\";s:2:\"no\";s:19:\"field_5233837455a76\";s:2:\"no\";s:19:\"field_5233842d55a78\";s:2:\"no\";}s:14:\"multiple_value\";a:14:{s:19:\"field_54ce55f555a01\";s:4:\"null\";s:19:\"field_54ce55f555a03\";s:1:\"0\";s:19:\"field_54ce55f555a05\";s:1:\"0\";s:19:\"field_54ce55f555a13\";s:15:\"default-content\";s:19:\"field_54ce55f555a09\";s:4:\"left\";s:19:\"field_54ce55f555a11\";s:3:\"top\";s:13:\"artist_social\";a:1:{s:4:\"rows\";a:1:{s:9:\"ROWNUMBER\";a:1:{s:18:\"artist_social_icon\";s:0:\"\";}}}s:19:\"field_526d6ec715ee9\";s:8:\"disabled\";s:19:\"field_523384ce55a99\";s:4:\"null\";s:19:\"field_523382c955a73\";s:1:\"0\";s:19:\"field_523384ce55a85\";s:1:\"0\";s:19:\"field_523382f555a75\";s:4:\"null\";s:19:\"field_5233837455a76\";s:4:\"null\";s:19:\"field_5233842d55a78\";s:4:\"null\";}s:16:\"fields_delimiter\";a:0:{}s:13:\"is_update_acf\";s:1:\"1\";s:16:\"update_acf_logic\";s:11:\"full_update\";s:8:\"acf_list\";s:1:\"0\";s:13:\"acf_only_list\";s:0:\"\";s:15:\"acf_except_list\";s:0:\"\";s:22:\"is_update_product_type\";i:1;s:20:\"is_update_attributes\";i:1;s:23:\"update_attributes_logic\";s:11:\"full_update\";s:15:\"attributes_list\";s:0:\"\";s:9:\"export_id\";s:1:\"2\";s:17:\"single_product_id\";s:7:\"{id[1]}\";s:36:\"single_product_id_first_is_variation\";s:10:\"{title[1]}\";s:16:\"required_add_ons\";a:1:{s:11:\"PMAI_Plugin\";a:3:{s:4:\"name\";s:14:\"ACF Add-On Pro\";s:4:\"paid\";b:1;s:3:\"url\";s:146:\"http://www.wpallimport.com/advanced-custom-fields/?utm_source=wordpress.org&utm_medium=wpai-import-template&utm_campaign=free+wp+all+export+plugin\";}}s:12:\"root_element\";s:4:\"node\";}','2017-10-19 21:29:16','node',0,0,0,0,'2017-10-20 01:23:33',16,16,16,0,0,0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-19 21:29:15',2),(2,0,'Playlist.zip','','upload','','/wpallimport/uploads/75e23d084435786acb14e253da851ab0/Playlist.zip','/node','a:186:{s:4:\"type\";s:4:\"post\";s:21:\"is_override_post_type\";s:1:\"0\";s:15:\"post_type_xpath\";s:0:\"\";s:8:\"deligate\";s:11:\"wpallexport\";s:11:\"wizard_type\";s:3:\"new\";s:11:\"custom_type\";s:5:\"album\";s:14:\"featured_delim\";s:1:\",\";s:10:\"atch_delim\";s:1:\",\";s:25:\"is_search_existing_attach\";s:1:\"0\";s:15:\"post_taxonomies\";a:1:{s:17:\"playlist-category\";s:154:\"[{\"item_id\":\"1\",\"left\":2,\"right\":5,\"parent_id\":null,\"xpath\":\"\",\"assign\":true},{\"item_id\":\"2\",\"left\":3,\"right\":4,\"parent_id\":\"1\",\"xpath\":\"\",\"assign\":true}]\";}s:6:\"parent\";i:0;s:23:\"is_multiple_page_parent\";s:2:\"no\";s:18:\"single_page_parent\";s:0:\"\";s:5:\"order\";s:1:\"0\";s:6:\"status\";s:5:\"xpath\";s:13:\"page_template\";s:7:\"default\";s:25:\"is_multiple_page_template\";s:3:\"yes\";s:20:\"single_page_template\";s:0:\"\";s:15:\"page_taxonomies\";a:0:{}s:9:\"date_type\";s:8:\"specific\";s:4:\"date\";s:9:\"{date[1]}\";s:10:\"date_start\";s:3:\"now\";s:8:\"date_end\";s:3:\"now\";s:11:\"custom_name\";a:1:{i:0;s:22:\"artist_of_album_string\";}s:12:\"custom_value\";a:1:{i:0;s:27:\"{artist_of_album_string[1]}\";}s:13:\"custom_format\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"0\";}s:14:\"custom_mapping\";a:0:{}s:17:\"serialized_values\";a:2:{i:0;s:7:\"[\"\",\"\"]\";i:1;s:7:\"[\"\",\"\"]\";}s:20:\"custom_mapping_rules\";a:2:{i:0;s:2:\"[]\";i:1;s:2:\"[]\";}s:14:\"comment_status\";s:4:\"open\";s:20:\"comment_status_xpath\";s:0:\"\";s:11:\"ping_status\";s:4:\"open\";s:17:\"ping_status_xpath\";s:0:\"\";s:12:\"create_draft\";s:2:\"no\";s:6:\"author\";s:0:\"\";s:12:\"post_excerpt\";s:0:\"\";s:9:\"post_slug\";s:9:\"{slug[1]}\";s:11:\"attachments\";s:0:\"\";s:19:\"is_import_specified\";s:1:\"0\";s:16:\"import_specified\";s:0:\"\";s:16:\"is_delete_source\";i:0;s:8:\"is_cloak\";i:0;s:10:\"unique_key\";s:7:\"{id[1]}\";s:14:\"tmp_unique_key\";s:7:\"{id[1]}\";s:9:\"feed_type\";s:4:\"auto\";s:22:\"search_existing_images\";s:1:\"1\";s:18:\"create_new_records\";s:1:\"1\";s:17:\"is_delete_missing\";s:1:\"0\";s:20:\"set_missing_to_draft\";s:1:\"0\";s:20:\"is_update_missing_cf\";s:1:\"0\";s:22:\"update_missing_cf_name\";s:0:\"\";s:23:\"update_missing_cf_value\";s:0:\"\";s:20:\"is_keep_former_posts\";s:2:\"no\";s:16:\"is_update_status\";s:1:\"1\";s:17:\"is_update_content\";s:1:\"1\";s:15:\"is_update_title\";s:1:\"1\";s:14:\"is_update_slug\";s:1:\"1\";s:17:\"is_update_excerpt\";s:1:\"1\";s:20:\"is_update_categories\";s:1:\"1\";s:16:\"is_update_author\";s:1:\"1\";s:24:\"is_update_comment_status\";s:1:\"0\";s:19:\"is_update_post_type\";s:1:\"1\";s:23:\"update_categories_logic\";s:11:\"full_update\";s:15:\"taxonomies_list\";s:1:\"0\";s:20:\"taxonomies_only_list\";s:0:\"\";s:22:\"taxonomies_except_list\";s:0:\"\";s:21:\"is_update_attachments\";s:1:\"1\";s:16:\"is_update_images\";s:1:\"1\";s:19:\"update_images_logic\";s:7:\"add_new\";s:15:\"is_update_dates\";s:1:\"1\";s:20:\"is_update_menu_order\";s:1:\"1\";s:16:\"is_update_parent\";s:1:\"1\";s:19:\"is_keep_attachments\";s:1:\"0\";s:12:\"is_keep_imgs\";s:1:\"0\";s:20:\"do_not_remove_images\";s:1:\"1\";s:23:\"is_update_custom_fields\";s:1:\"1\";s:26:\"update_custom_fields_logic\";s:11:\"full_update\";s:18:\"custom_fields_list\";s:1:\"0\";s:23:\"custom_fields_only_list\";s:0:\"\";s:25:\"custom_fields_except_list\";s:0:\"\";s:18:\"duplicate_matching\";s:4:\"auto\";s:19:\"duplicate_indicator\";s:5:\"title\";s:21:\"custom_duplicate_name\";s:0:\"\";s:22:\"custom_duplicate_value\";s:0:\"\";s:18:\"is_update_previous\";i:0;s:12:\"is_scheduled\";s:0:\"\";s:16:\"scheduled_period\";s:0:\"\";s:13:\"friendly_name\";s:0:\"\";s:19:\"records_per_request\";s:2:\"20\";s:24:\"auto_records_per_request\";i:1;s:18:\"auto_rename_images\";s:1:\"0\";s:25:\"auto_rename_images_suffix\";s:0:\"\";s:11:\"images_name\";s:8:\"filename\";s:11:\"post_format\";s:8:\"standard\";s:17:\"post_format_xpath\";s:0:\"\";s:8:\"encoding\";s:5:\"UTF-8\";s:9:\"delimiter\";s:1:\",\";s:16:\"image_meta_title\";s:15:\"{imagetitle[1]}\";s:22:\"image_meta_title_delim\";s:1:\"|\";s:18:\"image_meta_caption\";s:17:\"{imagecaption[1]}\";s:24:\"image_meta_caption_delim\";s:1:\"|\";s:14:\"image_meta_alt\";s:17:\"{imagealttext[1]}\";s:20:\"image_meta_alt_delim\";s:1:\"|\";s:22:\"image_meta_description\";s:21:\"{imagedescription[1]}\";s:28:\"image_meta_description_delim\";s:1:\"|\";s:34:\"image_meta_description_delim_logic\";s:8:\"separate\";s:12:\"status_xpath\";s:0:\"\";s:15:\"download_images\";s:3:\"yes\";s:17:\"converted_options\";s:1:\"1\";s:15:\"update_all_data\";s:3:\"yes\";s:12:\"is_fast_mode\";s:1:\"0\";s:9:\"chuncking\";s:1:\"1\";s:17:\"import_processing\";s:4:\"ajax\";s:26:\"processing_iteration_logic\";s:4:\"auto\";s:28:\"records_per_request_detected\";i:0;s:16:\"save_template_as\";s:1:\"0\";s:5:\"title\";s:10:\"{title[1]}\";s:7:\"content\";s:12:\"{content[1]}\";s:4:\"name\";s:0:\"\";s:18:\"is_keep_linebreaks\";s:1:\"1\";s:13:\"is_leave_html\";s:1:\"0\";s:14:\"fix_characters\";i:0;s:9:\"pid_xpath\";s:0:\"\";s:10:\"slug_xpath\";s:0:\"\";s:11:\"title_xpath\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:23:\"download_featured_image\";s:13:\"{imageurl[1]}\";s:23:\"download_featured_delim\";s:1:\"|\";s:22:\"gallery_featured_image\";s:0:\"\";s:22:\"gallery_featured_delim\";s:1:\",\";s:11:\"is_featured\";s:1:\"1\";s:20:\"set_image_meta_title\";s:1:\"1\";s:22:\"set_image_meta_caption\";s:1:\"1\";s:18:\"set_image_meta_alt\";s:1:\"1\";s:26:\"set_image_meta_description\";s:1:\"1\";s:18:\"auto_set_extension\";s:1:\"0\";s:13:\"new_extension\";s:0:\"\";s:9:\"tax_logic\";a:1:{s:17:\"playlist-category\";s:12:\"hierarchical\";}s:10:\"tax_assing\";a:1:{s:17:\"playlist-category\";s:1:\"1\";}s:11:\"term_assing\";a:1:{s:17:\"playlist-category\";s:1:\"1\";}s:20:\"multiple_term_assing\";a:1:{s:17:\"playlist-category\";s:1:\"1\";}s:23:\"tax_hierarchical_assing\";a:1:{s:17:\"playlist-category\";a:2:{i:0;s:1:\"1\";s:6:\"NUMBER\";s:1:\"1\";}}s:34:\"tax_hierarchical_last_level_assign\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:16:\"tax_single_xpath\";a:1:{s:17:\"playlist-category\";s:0:\"\";}s:18:\"tax_multiple_xpath\";a:1:{s:17:\"playlist-category\";s:0:\"\";}s:22:\"tax_hierarchical_xpath\";a:1:{s:17:\"playlist-category\";a:2:{i:0;s:23:\"{playlistcategories[1]}\";i:1;s:0:\"\";}}s:18:\"tax_multiple_delim\";a:1:{s:17:\"playlist-category\";s:1:\",\";}s:22:\"tax_hierarchical_delim\";a:1:{s:17:\"playlist-category\";s:1:\">\";}s:25:\"tax_manualhierarchy_delim\";a:1:{s:17:\"playlist-category\";s:1:\",\";}s:29:\"tax_hierarchical_logic_entire\";a:1:{s:17:\"playlist-category\";s:1:\"1\";}s:29:\"tax_hierarchical_logic_manual\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:18:\"tax_enable_mapping\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:25:\"tax_is_full_search_single\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:27:\"tax_is_full_search_multiple\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:29:\"tax_assign_to_one_term_single\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:31:\"tax_assign_to_one_term_multiple\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:11:\"tax_mapping\";a:1:{s:17:\"playlist-category\";s:2:\"[]\";}s:17:\"tax_logic_mapping\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:31:\"is_tax_hierarchical_group_delim\";a:1:{s:17:\"playlist-category\";s:1:\"1\";}s:28:\"tax_hierarchical_group_delim\";a:1:{s:17:\"playlist-category\";s:1:\"|\";}s:12:\"nested_files\";a:0:{}s:17:\"xml_reader_engine\";s:1:\"0\";s:13:\"taxonomy_type\";s:0:\"\";s:15:\"taxonomy_parent\";s:0:\"\";s:13:\"taxonomy_slug\";s:4:\"auto\";s:19:\"taxonomy_slug_xpath\";s:0:\"\";s:15:\"import_img_tags\";i:1;s:3:\"acf\";a:16:{s:16:\"acf_albums_query\";s:1:\"0\";s:15:\"acf_event-infos\";s:1:\"0\";s:23:\"acf_page-event-template\";s:1:\"0\";s:9:\"acf_logos\";s:1:\"0\";s:17:\"acf_page-settings\";s:1:\"1\";s:19:\"acf_sidebar-options\";s:1:\"1\";s:28:\"acf_single-portfolio-options\";s:1:\"0\";s:19:\"single-post-options\";s:1:\"0\";s:26:\"acf_news-template-settings\";s:1:\"0\";s:28:\"acf_videos-template-settings\";s:1:\"0\";s:18:\"acf_video-embedder\";s:1:\"0\";s:16:\"acf_videos_query\";s:1:\"0\";s:22:\"acf_albums_page_header\";s:1:\"1\";s:15:\"acf_page-banner\";s:1:\"1\";s:15:\"acf_album-infos\";s:1:\"1\";s:10:\"cf_artists\";s:1:\"0\";}s:6:\"fields\";a:40:{s:19:\"field_51b8db2cd11c5\";s:42:\"{hidealbumwithinthealbumspoststemplate[1]}\";s:19:\"field_51b8db2cd11c4\";s:16:\"{releasedate[1]}\";s:19:\"field_548d3d6715e41\";a:2:{s:5:\"value\";s:0:\"\";s:5:\"delim\";s:1:\",\";}s:19:\"field_523b66d6f2382\";s:17:\"{externallink[1]}\";s:19:\"field_51b8c4facc846\";a:5:{s:17:\"is_ignore_empties\";s:1:\"0\";s:11:\"is_variable\";s:3:\"csv\";s:7:\"foreach\";s:0:\"\";s:9:\"separator\";s:1:\"|\";s:4:\"rows\";a:2:{s:9:\"ROWNUMBER\";a:5:{s:19:\"field_51b8c51ecc847\";s:0:\"\";s:19:\"field_51b8c5e3cc850\";s:0:\"\";s:19:\"field_51b8c5e3cc848\";s:0:\"\";s:19:\"field_51b8c637cc849\";a:2:{s:3:\"url\";s:0:\"\";s:15:\"search_in_media\";s:1:\"0\";}s:11:\"stream_link\";s:0:\"\";}i:1;a:5:{s:19:\"field_51b8c51ecc847\";s:0:\"\";s:19:\"field_51b8c5e3cc850\";s:0:\"\";s:19:\"field_51b8c5e3cc848\";s:0:\"\";s:19:\"field_51b8c637cc849\";a:2:{s:3:\"url\";s:0:\"\";s:15:\"search_in_media\";s:1:\"0\";}s:11:\"stream_link\";s:0:\"\";}}}s:19:\"field_51b8c6d6cc84a\";a:5:{s:11:\"is_variable\";s:2:\"no\";s:17:\"is_ignore_empties\";s:1:\"0\";s:7:\"foreach\";s:0:\"\";s:9:\"separator\";s:1:\"|\";s:4:\"rows\";a:1:{s:9:\"ROWNUMBER\";a:3:{s:16:\"album_store_icon\";s:0:\"\";s:19:\"field_51b8c6fdcc84b\";s:0:\"\";s:19:\"field_51b8c718cc84c\";s:0:\"\";}}}s:19:\"field_51b8c792cc84d\";s:11:\"{review[1]}\";s:19:\"field_51b8c88fcc84e\";s:17:\"{reviewauthor[1]}\";s:19:\"field_54ce55f555a01\";s:43:\"[str_replace(\"|\", \",\",{backgroundtype[1]})]\";s:19:\"field_54ce55f555a02\";s:30:\"{pagebannerbackgroundcolor[1]}\";s:19:\"field_54ce55f555a03\";s:19:\"{parallaxeffect[1]}\";s:19:\"field_54ce55f555a04\";a:2:{s:3:\"url\";s:20:\"{pagebannerimage[1]}\";s:15:\"search_in_media\";s:1:\"0\";}s:19:\"field_54ce55f555a05\";s:21:\"{fullscreenheight[1]}\";s:19:\"field_54ce55f555a06\";s:21:\"{pagebannerheight[1]}\";s:19:\"field_54ce55f555a13\";s:40:\"[str_replace(\"|\", \",\",{contenttype[1]})]\";s:19:\"field_54ce55f555a14\";s:16:\"{htmlcontent[1]}\";s:19:\"field_54ce55f555a07\";s:20:\"{pagebannertitle[1]}\";s:19:\"field_54ce55f555a08\";s:23:\"{pagebannersubtitle[1]}\";s:19:\"field_54ce55f555a09\";s:37:\"{bannerhorizontalcontentalignment[1]}\";s:19:\"field_54ce55f555a11\";s:49:\"[str_replace(\"|\", \",\",{backgroundalignement[1]})]\";s:19:\"field_54ce55f555a12\";s:24:\"{pagebannerfontcolor[1]}\";s:19:\"field_523384ce55a99\";s:46:\"[str_replace(\"|\", \",\",{selectlogoversion[1]})]\";s:19:\"field_523382c955a73\";s:18:\"{hidepagetitle[1]}\";s:19:\"field_523384ce55a85\";s:24:\"{showmenuovercontent[1]}\";s:19:\"field_523384ce55a87\";s:0:\"\";s:19:\"field_523384ce55a84\";s:0:\"\";s:19:\"field_523384ce55a86\";s:0:\"\";s:19:\"field_523384ce55a23\";s:0:\"\";s:19:\"field_523382c955a74\";a:2:{s:3:\"url\";s:19:\"{pagebackground[1]}\";s:15:\"search_in_media\";s:1:\"0\";}s:19:\"field_523382f555a75\";s:45:\"[str_replace(\"|\", \",\",{backgroundrepeat[1]})]\";s:19:\"field_5233837455a76\";s:43:\"[str_replace(\"|\", \",\",{backgroundsize[1]})]\";s:19:\"field_5233842d55a78\";s:47:\"[str_replace(\"|\", \",\",{backgroundposition[1]})]\";s:19:\"field_523384ce55a80\";s:20:\"{backgroundcolor[1]}\";s:19:\"field_523384ce55a81\";s:27:\"{backgroundtransparency[1]}\";s:19:\"field_523384ce55a79\";s:0:\"\";s:12:\"block_footer\";s:0:\"\";s:21:\"album_background_type\";s:34:\"{albumpageheaderbackgroundtype[1]}\";s:22:\"album_background_image\";a:2:{s:3:\"url\";s:26:\"{backgroundimageupload[1]}\";s:15:\"search_in_media\";s:1:\"0\";}s:22:\"album_background_color\";s:20:\"{backgroundcolor[1]}\";s:19:\"field_526d6ec715ee9\";s:20:\"{sidebarposition[1]}\";}s:23:\"is_multiple_field_value\";a:16:{s:19:\"field_51b8db2cd11c5\";s:2:\"no\";s:19:\"field_51b8c6d6cc84a\";a:1:{s:4:\"rows\";a:1:{s:9:\"ROWNUMBER\";a:1:{s:16:\"album_store_icon\";s:3:\"yes\";}}}s:19:\"field_54ce55f555a01\";s:2:\"no\";s:19:\"field_54ce55f555a03\";s:2:\"no\";s:19:\"field_54ce55f555a05\";s:2:\"no\";s:19:\"field_54ce55f555a13\";s:2:\"no\";s:19:\"field_54ce55f555a09\";s:2:\"no\";s:19:\"field_54ce55f555a11\";s:2:\"no\";s:19:\"field_523384ce55a99\";s:2:\"no\";s:19:\"field_523382c955a73\";s:2:\"no\";s:19:\"field_523384ce55a85\";s:2:\"no\";s:19:\"field_523382f555a75\";s:2:\"no\";s:19:\"field_5233837455a76\";s:2:\"no\";s:19:\"field_5233842d55a78\";s:2:\"no\";s:21:\"album_background_type\";s:2:\"no\";s:19:\"field_526d6ec715ee9\";s:2:\"no\";}s:14:\"multiple_value\";a:16:{s:19:\"field_51b8db2cd11c5\";s:1:\"0\";s:19:\"field_51b8c6d6cc84a\";a:1:{s:4:\"rows\";a:1:{s:9:\"ROWNUMBER\";a:1:{s:16:\"album_store_icon\";s:0:\"\";}}}s:19:\"field_54ce55f555a01\";s:4:\"null\";s:19:\"field_54ce55f555a03\";s:1:\"0\";s:19:\"field_54ce55f555a05\";s:1:\"0\";s:19:\"field_54ce55f555a13\";s:15:\"default-content\";s:19:\"field_54ce55f555a09\";s:4:\"left\";s:19:\"field_54ce55f555a11\";s:3:\"top\";s:19:\"field_523384ce55a99\";s:4:\"null\";s:19:\"field_523382c955a73\";s:1:\"0\";s:19:\"field_523384ce55a85\";s:1:\"0\";s:19:\"field_523382f555a75\";s:4:\"null\";s:19:\"field_5233837455a76\";s:4:\"null\";s:19:\"field_5233842d55a78\";s:4:\"null\";s:21:\"album_background_type\";s:7:\"default\";s:19:\"field_526d6ec715ee9\";s:8:\"disabled\";}s:16:\"fields_delimiter\";a:0:{}s:13:\"is_update_acf\";s:1:\"1\";s:16:\"update_acf_logic\";s:11:\"full_update\";s:8:\"acf_list\";s:1:\"0\";s:13:\"acf_only_list\";s:0:\"\";s:15:\"acf_except_list\";s:0:\"\";s:22:\"is_update_product_type\";i:1;s:20:\"is_update_attributes\";i:1;s:23:\"update_attributes_logic\";s:11:\"full_update\";s:15:\"attributes_list\";s:0:\"\";s:9:\"export_id\";s:1:\"1\";s:17:\"single_product_id\";s:7:\"{id[1]}\";s:36:\"single_product_id_first_is_variation\";s:10:\"{title[1]}\";s:16:\"required_add_ons\";a:1:{s:11:\"PMAI_Plugin\";a:3:{s:4:\"name\";s:14:\"ACF Add-On Pro\";s:4:\"paid\";b:1;s:3:\"url\";s:146:\"http://www.wpallimport.com/advanced-custom-fields/?utm_source=wordpress.org&utm_medium=wpai-import-template&utm_campaign=free+wp+all+export+plugin\";}}s:12:\"root_element\";s:4:\"node\";}','2017-10-19 21:37:49','node',0,0,0,0,'2017-10-20 01:37:31',8,8,8,0,0,0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-19 21:37:49',1);
/*!40000 ALTER TABLE `wppk_pmxi_imports` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wppk_pmxi_posts`
--

DROP TABLE IF EXISTS `wppk_pmxi_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_pmxi_posts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `import_id` bigint(20) unsigned NOT NULL,
  `unique_key` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `product_key` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `iteration` bigint(20) NOT NULL DEFAULT 0,
  `specified` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_pmxi_posts`
--

LOCK TABLES `wppk_pmxi_posts` WRITE;
/*!40000 ALTER TABLE `wppk_pmxi_posts` DISABLE KEYS */;
INSERT INTO `wppk_pmxi_posts` VALUES (17,1143,1,'855','',1,0),(18,1146,1,'915','',1,0),(19,1148,1,'923','',1,0),(20,1175,1,'931','',1,0),(21,1177,1,'1189','',1,0),(22,1179,1,'1199','',1,0),(23,1181,1,'1202','',1,0),(26,1188,1,'1212','',1,0),(27,1190,1,'1214','',1,0),(28,1192,1,'1217','',1,0),(29,1194,1,'1219','',1,0),(30,1196,1,'1221','',1,0),(37,1218,2,'1348','',0,0);
/*!40000 ALTER TABLE `wppk_pmxi_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wppk_pmxi_templates`
--

DROP TABLE IF EXISTS `wppk_pmxi_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_pmxi_templates` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `scheduled` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_keep_linebreaks` tinyint(1) NOT NULL DEFAULT 0,
  `is_leave_html` tinyint(1) NOT NULL DEFAULT 0,
  `fix_characters` tinyint(1) NOT NULL DEFAULT 0,
  `meta` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_pmxi_templates`
--

LOCK TABLES `wppk_pmxi_templates` WRITE;
/*!40000 ALTER TABLE `wppk_pmxi_templates` DISABLE KEYS */;
INSERT INTO `wppk_pmxi_templates` VALUES (3,'a:174:{s:4:\"type\";s:4:\"post\";s:11:\"wizard_type\";s:3:\"new\";s:8:\"deligate\";s:11:\"wpallexport\";s:11:\"custom_type\";s:5:\"album\";s:6:\"status\";s:5:\"xpath\";s:23:\"is_multiple_page_parent\";s:2:\"no\";s:10:\"unique_key\";s:7:\"{id[1]}\";s:3:\"acf\";a:16:{s:16:\"acf_albums_query\";s:1:\"0\";s:15:\"acf_event-infos\";s:1:\"0\";s:23:\"acf_page-event-template\";s:1:\"0\";s:9:\"acf_logos\";s:1:\"0\";s:17:\"acf_page-settings\";s:1:\"1\";s:19:\"acf_sidebar-options\";s:1:\"1\";s:28:\"acf_single-portfolio-options\";s:1:\"0\";s:19:\"single-post-options\";s:1:\"0\";s:26:\"acf_news-template-settings\";s:1:\"0\";s:28:\"acf_videos-template-settings\";s:1:\"0\";s:18:\"acf_video-embedder\";s:1:\"0\";s:16:\"acf_videos_query\";s:1:\"0\";s:22:\"acf_albums_page_header\";s:1:\"1\";s:15:\"acf_page-banner\";s:1:\"1\";s:15:\"acf_album-infos\";s:1:\"1\";s:10:\"cf_artists\";s:1:\"0\";}s:6:\"fields\";a:40:{s:21:\"album_background_type\";s:34:\"{albumpageheaderbackgroundtype[1]}\";s:22:\"album_background_image\";a:2:{s:3:\"url\";s:26:\"{backgroundimageupload[1]}\";s:15:\"search_in_media\";s:1:\"0\";}s:22:\"album_background_color\";s:20:\"{backgroundcolor[1]}\";s:19:\"field_523384ce55a99\";s:46:\"[str_replace(\"|\", \",\",{selectlogoversion[1]})]\";s:19:\"field_523382c955a73\";s:18:\"{hidepagetitle[1]}\";s:19:\"field_523384ce55a85\";s:24:\"{showmenuovercontent[1]}\";s:19:\"field_523384ce55a87\";s:0:\"\";s:19:\"field_523384ce55a84\";s:0:\"\";s:19:\"field_523384ce55a86\";s:0:\"\";s:19:\"field_523384ce55a23\";s:0:\"\";s:19:\"field_523382c955a74\";a:2:{s:3:\"url\";s:19:\"{pagebackground[1]}\";s:15:\"search_in_media\";s:1:\"0\";}s:19:\"field_523382f555a75\";s:45:\"[str_replace(\"|\", \",\",{backgroundrepeat[1]})]\";s:19:\"field_5233837455a76\";s:43:\"[str_replace(\"|\", \",\",{backgroundsize[1]})]\";s:19:\"field_5233842d55a78\";s:47:\"[str_replace(\"|\", \",\",{backgroundposition[1]})]\";s:19:\"field_523384ce55a80\";s:20:\"{backgroundcolor[1]}\";s:19:\"field_523384ce55a81\";s:27:\"{backgroundtransparency[1]}\";s:19:\"field_523384ce55a79\";s:0:\"\";s:12:\"block_footer\";s:0:\"\";s:19:\"field_51b8db2cd11c5\";s:42:\"{hidealbumwithinthealbumspoststemplate[1]}\";s:19:\"field_51b8db2cd11c4\";s:16:\"{releasedate[1]}\";s:19:\"field_548d3d6715e41\";s:27:\"{artist_of_album_string[1]}\";s:19:\"field_523b66d6f2382\";s:17:\"{externallink[1]}\";s:19:\"field_51b8c4facc846\";a:5:{s:17:\"is_ignore_empties\";s:1:\"0\";s:11:\"is_variable\";s:3:\"csv\";s:7:\"foreach\";s:0:\"\";s:9:\"separator\";s:1:\"|\";s:4:\"rows\";a:2:{i:1;a:5:{s:19:\"field_51b8c51ecc847\";s:26:\"{tracklist_track_title[1]}\";s:19:\"field_51b8c5e3cc850\";s:30:\"{tracklist_track_buy_label[1]}\";s:19:\"field_51b8c5e3cc848\";s:26:\"{tracklist_track_store[1]}\";s:19:\"field_51b8c637cc849\";a:2:{s:3:\"url\";s:24:\"{tracklist_track_mp3[1]}\";s:15:\"search_in_media\";s:1:\"1\";}s:11:\"stream_link\";s:26:\"{tracklist_stream_link[1]}\";}s:9:\"ROWNUMBER\";a:5:{s:19:\"field_51b8c51ecc847\";s:0:\"\";s:19:\"field_51b8c5e3cc850\";s:0:\"\";s:19:\"field_51b8c5e3cc848\";s:0:\"\";s:19:\"field_51b8c637cc849\";a:2:{s:3:\"url\";s:0:\"\";s:15:\"search_in_media\";s:1:\"0\";}s:11:\"stream_link\";s:0:\"\";}}}s:19:\"field_51b8c6d6cc84a\";a:5:{s:11:\"is_variable\";s:2:\"no\";s:17:\"is_ignore_empties\";s:1:\"0\";s:7:\"foreach\";s:0:\"\";s:9:\"separator\";s:1:\"|\";s:4:\"rows\";a:2:{i:1;a:3:{s:16:\"album_store_icon\";s:14:\"{storelist[1]}\";s:19:\"field_51b8c6fdcc84b\";s:0:\"\";s:19:\"field_51b8c718cc84c\";s:0:\"\";}s:9:\"ROWNUMBER\";a:3:{s:16:\"album_store_icon\";s:0:\"\";s:19:\"field_51b8c6fdcc84b\";s:0:\"\";s:19:\"field_51b8c718cc84c\";s:0:\"\";}}}s:19:\"field_51b8c792cc84d\";s:11:\"{review[1]}\";s:19:\"field_51b8c88fcc84e\";s:17:\"{reviewauthor[1]}\";s:19:\"field_54ce55f555a01\";s:43:\"[str_replace(\"|\", \",\",{backgroundtype[1]})]\";s:19:\"field_54ce55f555a02\";s:30:\"{pagebannerbackgroundcolor[1]}\";s:19:\"field_54ce55f555a03\";s:19:\"{parallaxeffect[1]}\";s:19:\"field_54ce55f555a04\";a:2:{s:3:\"url\";s:20:\"{pagebannerimage[1]}\";s:15:\"search_in_media\";s:1:\"0\";}s:19:\"field_54ce55f555a05\";s:21:\"{fullscreenheight[1]}\";s:19:\"field_54ce55f555a06\";s:21:\"{pagebannerheight[1]}\";s:19:\"field_54ce55f555a13\";s:40:\"[str_replace(\"|\", \",\",{contenttype[1]})]\";s:19:\"field_54ce55f555a14\";s:16:\"{htmlcontent[1]}\";s:19:\"field_54ce55f555a07\";s:20:\"{pagebannertitle[1]}\";s:19:\"field_54ce55f555a08\";s:23:\"{pagebannersubtitle[1]}\";s:19:\"field_54ce55f555a09\";s:37:\"{bannerhorizontalcontentalignment[1]}\";s:19:\"field_54ce55f555a11\";s:49:\"[str_replace(\"|\", \",\",{backgroundalignement[1]})]\";s:19:\"field_54ce55f555a12\";s:24:\"{pagebannerfontcolor[1]}\";s:19:\"field_526d6ec715ee9\";s:20:\"{sidebarposition[1]}\";}s:23:\"is_multiple_field_value\";a:16:{s:21:\"album_background_type\";s:2:\"no\";s:19:\"field_523384ce55a99\";s:2:\"no\";s:19:\"field_523382c955a73\";s:2:\"no\";s:19:\"field_523384ce55a85\";s:2:\"no\";s:19:\"field_523382f555a75\";s:2:\"no\";s:19:\"field_5233837455a76\";s:2:\"no\";s:19:\"field_5233842d55a78\";s:2:\"no\";s:19:\"field_51b8db2cd11c5\";s:2:\"no\";s:19:\"field_51b8c6d6cc84a\";a:1:{s:4:\"rows\";a:2:{i:1;a:1:{s:16:\"album_store_icon\";s:2:\"no\";}s:9:\"ROWNUMBER\";a:1:{s:16:\"album_store_icon\";s:3:\"yes\";}}}s:19:\"field_54ce55f555a01\";s:2:\"no\";s:19:\"field_54ce55f555a03\";s:2:\"no\";s:19:\"field_54ce55f555a05\";s:2:\"no\";s:19:\"field_54ce55f555a13\";s:2:\"no\";s:19:\"field_54ce55f555a09\";s:2:\"no\";s:19:\"field_54ce55f555a11\";s:2:\"no\";s:19:\"field_526d6ec715ee9\";s:2:\"no\";}s:14:\"multiple_value\";a:16:{s:21:\"album_background_type\";s:7:\"default\";s:19:\"field_523384ce55a99\";s:4:\"null\";s:19:\"field_523382c955a73\";s:1:\"0\";s:19:\"field_523384ce55a85\";s:1:\"0\";s:19:\"field_523382f555a75\";s:4:\"null\";s:19:\"field_5233837455a76\";s:4:\"null\";s:19:\"field_5233842d55a78\";s:4:\"null\";s:19:\"field_51b8db2cd11c5\";s:1:\"0\";s:19:\"field_51b8c6d6cc84a\";a:1:{s:4:\"rows\";a:2:{i:1;a:1:{s:16:\"album_store_icon\";s:0:\"\";}s:9:\"ROWNUMBER\";a:1:{s:16:\"album_store_icon\";s:0:\"\";}}}s:19:\"field_54ce55f555a01\";s:4:\"null\";s:19:\"field_54ce55f555a03\";s:1:\"0\";s:19:\"field_54ce55f555a05\";s:1:\"0\";s:19:\"field_54ce55f555a13\";s:15:\"default-content\";s:19:\"field_54ce55f555a09\";s:4:\"left\";s:19:\"field_54ce55f555a11\";s:3:\"top\";s:19:\"field_526d6ec715ee9\";s:8:\"disabled\";}s:16:\"fields_delimiter\";a:0:{}s:15:\"update_all_data\";s:3:\"yes\";s:16:\"is_update_status\";s:1:\"1\";s:15:\"is_update_title\";s:1:\"1\";s:16:\"is_update_author\";s:1:\"1\";s:14:\"is_update_slug\";s:1:\"1\";s:17:\"is_update_content\";s:1:\"1\";s:17:\"is_update_excerpt\";s:1:\"1\";s:15:\"is_update_dates\";s:1:\"1\";s:20:\"is_update_menu_order\";s:1:\"1\";s:16:\"is_update_parent\";s:1:\"1\";s:21:\"is_update_attachments\";s:1:\"1\";s:13:\"is_update_acf\";s:1:\"1\";s:16:\"update_acf_logic\";s:11:\"full_update\";s:8:\"acf_list\";s:1:\"0\";s:22:\"is_update_product_type\";i:1;s:20:\"is_update_attributes\";i:1;s:23:\"update_attributes_logic\";s:11:\"full_update\";s:15:\"attributes_list\";s:0:\"\";s:16:\"is_update_images\";s:1:\"1\";s:23:\"is_update_custom_fields\";s:1:\"1\";s:26:\"update_custom_fields_logic\";s:11:\"full_update\";s:18:\"custom_fields_list\";s:1:\"0\";s:20:\"is_update_categories\";s:1:\"1\";s:23:\"update_categories_logic\";s:11:\"full_update\";s:15:\"taxonomies_list\";s:1:\"0\";s:9:\"export_id\";s:1:\"1\";s:14:\"tmp_unique_key\";s:7:\"{id[1]}\";s:17:\"single_product_id\";s:7:\"{id[1]}\";s:5:\"title\";s:10:\"{title[1]}\";s:36:\"single_product_id_first_is_variation\";s:10:\"{title[1]}\";s:7:\"content\";s:12:\"{content[1]}\";s:19:\"update_images_logic\";s:7:\"add_new\";s:23:\"download_featured_delim\";s:1:\"|\";s:23:\"download_featured_image\";s:13:\"{imageurl[1]}\";s:20:\"set_image_meta_title\";s:1:\"1\";s:22:\"image_meta_title_delim\";s:1:\"|\";s:16:\"image_meta_title\";s:15:\"{imagetitle[1]}\";s:22:\"set_image_meta_caption\";s:1:\"1\";s:24:\"image_meta_caption_delim\";s:1:\"|\";s:18:\"image_meta_caption\";s:17:\"{imagecaption[1]}\";s:26:\"set_image_meta_description\";s:1:\"1\";s:28:\"image_meta_description_delim\";s:1:\"|\";s:22:\"image_meta_description\";s:21:\"{imagedescription[1]}\";s:18:\"set_image_meta_alt\";s:1:\"1\";s:20:\"image_meta_alt_delim\";s:1:\"|\";s:14:\"image_meta_alt\";s:17:\"{imagealttext[1]}\";s:10:\"tax_assing\";a:1:{s:17:\"playlist-category\";s:1:\"1\";}s:9:\"tax_logic\";a:1:{s:17:\"playlist-category\";s:12:\"hierarchical\";}s:29:\"tax_hierarchical_logic_entire\";a:1:{s:17:\"playlist-category\";s:1:\"1\";}s:20:\"multiple_term_assing\";a:1:{s:17:\"playlist-category\";s:1:\"1\";}s:22:\"tax_hierarchical_delim\";a:1:{s:17:\"playlist-category\";s:1:\">\";}s:31:\"is_tax_hierarchical_group_delim\";a:1:{s:17:\"playlist-category\";s:1:\"1\";}s:28:\"tax_hierarchical_group_delim\";a:1:{s:17:\"playlist-category\";s:1:\"|\";}s:22:\"tax_hierarchical_xpath\";a:1:{s:17:\"playlist-category\";a:2:{i:0;s:23:\"{playlistcategories[1]}\";i:1;s:0:\"\";}}s:11:\"custom_name\";a:0:{}s:12:\"custom_value\";a:0:{}s:13:\"custom_format\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"0\";}s:16:\"required_add_ons\";a:1:{s:11:\"PMAI_Plugin\";a:3:{s:4:\"name\";s:14:\"ACF Add-On Pro\";s:4:\"paid\";b:1;s:3:\"url\";s:146:\"http://www.wpallimport.com/advanced-custom-fields/?utm_source=wordpress.org&utm_medium=wpai-import-template&utm_campaign=free+wp+all+export+plugin\";}}s:9:\"delimiter\";s:1:\",\";s:12:\"root_element\";s:4:\"node\";s:18:\"create_new_records\";s:1:\"1\";s:21:\"is_override_post_type\";s:1:\"0\";s:15:\"post_type_xpath\";s:0:\"\";s:14:\"featured_delim\";s:1:\",\";s:10:\"atch_delim\";s:1:\",\";s:25:\"is_search_existing_attach\";s:1:\"1\";s:15:\"post_taxonomies\";a:1:{s:17:\"playlist-category\";s:154:\"[{\"item_id\":\"1\",\"left\":2,\"right\":5,\"parent_id\":null,\"xpath\":\"\",\"assign\":true},{\"item_id\":\"2\",\"left\":3,\"right\":4,\"parent_id\":\"1\",\"xpath\":\"\",\"assign\":true}]\";}s:6:\"parent\";i:0;s:18:\"single_page_parent\";s:0:\"\";s:5:\"order\";s:1:\"0\";s:13:\"page_template\";s:7:\"default\";s:25:\"is_multiple_page_template\";s:3:\"yes\";s:20:\"single_page_template\";s:0:\"\";s:15:\"page_taxonomies\";a:0:{}s:9:\"date_type\";s:8:\"specific\";s:4:\"date\";s:9:\"{date[1]}\";s:10:\"date_start\";s:3:\"now\";s:8:\"date_end\";s:3:\"now\";s:14:\"custom_mapping\";a:0:{}s:17:\"serialized_values\";a:2:{i:0;s:7:\"[\"\",\"\"]\";i:1;s:7:\"[\"\",\"\"]\";}s:20:\"custom_mapping_rules\";a:2:{i:0;s:2:\"[]\";i:1;s:2:\"[]\";}s:14:\"comment_status\";s:5:\"xpath\";s:20:\"comment_status_xpath\";s:18:\"{commentstatus[1]}\";s:11:\"ping_status\";s:4:\"open\";s:17:\"ping_status_xpath\";s:0:\"\";s:12:\"create_draft\";s:2:\"no\";s:6:\"author\";s:0:\"\";s:12:\"post_excerpt\";s:0:\"\";s:9:\"post_slug\";s:9:\"{slug[1]}\";s:11:\"attachments\";s:0:\"\";s:19:\"is_import_specified\";s:1:\"0\";s:16:\"import_specified\";s:0:\"\";s:16:\"is_delete_source\";i:0;s:8:\"is_cloak\";i:0;s:9:\"feed_type\";s:4:\"auto\";s:22:\"search_existing_images\";s:1:\"1\";s:17:\"is_delete_missing\";s:1:\"1\";s:20:\"set_missing_to_draft\";s:1:\"1\";s:20:\"is_update_missing_cf\";s:1:\"0\";s:22:\"update_missing_cf_name\";s:0:\"\";s:23:\"update_missing_cf_value\";s:0:\"\";s:20:\"is_keep_former_posts\";s:2:\"no\";s:24:\"is_update_comment_status\";s:1:\"1\";s:20:\"taxonomies_only_list\";s:0:\"\";s:22:\"taxonomies_except_list\";s:0:\"\";s:19:\"is_keep_attachments\";s:1:\"1\";s:12:\"is_keep_imgs\";s:1:\"1\";s:20:\"do_not_remove_images\";s:1:\"1\";s:23:\"custom_fields_only_list\";s:0:\"\";s:25:\"custom_fields_except_list\";s:0:\"\";s:18:\"duplicate_matching\";s:4:\"auto\";s:19:\"duplicate_indicator\";s:5:\"title\";s:21:\"custom_duplicate_name\";s:0:\"\";s:22:\"custom_duplicate_value\";s:0:\"\";s:18:\"is_update_previous\";i:0;s:12:\"is_scheduled\";s:0:\"\";s:16:\"scheduled_period\";s:0:\"\";s:13:\"friendly_name\";s:9:\"Playlists\";s:19:\"records_per_request\";s:2:\"20\";s:18:\"auto_rename_images\";s:1:\"0\";s:25:\"auto_rename_images_suffix\";s:0:\"\";s:11:\"images_name\";s:8:\"filename\";s:11:\"post_format\";s:8:\"standard\";s:17:\"post_format_xpath\";s:0:\"\";s:8:\"encoding\";s:5:\"UTF-8\";s:34:\"image_meta_description_delim_logic\";s:8:\"separate\";s:12:\"status_xpath\";s:0:\"\";s:15:\"download_images\";s:3:\"yes\";s:17:\"converted_options\";s:1:\"1\";s:12:\"is_fast_mode\";s:1:\"0\";s:9:\"chuncking\";s:1:\"1\";s:17:\"import_processing\";s:4:\"ajax\";s:16:\"save_template_as\";s:1:\"1\";s:4:\"name\";s:8:\"Playlist\";s:18:\"is_keep_linebreaks\";s:1:\"0\";s:13:\"is_leave_html\";s:1:\"0\";s:14:\"fix_characters\";i:0;s:9:\"pid_xpath\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:22:\"gallery_featured_image\";s:0:\"\";s:22:\"gallery_featured_delim\";s:1:\",\";s:11:\"is_featured\";s:1:\"1\";s:18:\"auto_set_extension\";s:1:\"0\";s:13:\"new_extension\";s:0:\"\";s:11:\"term_assing\";a:1:{s:17:\"playlist-category\";s:1:\"1\";}s:23:\"tax_hierarchical_assing\";a:1:{s:17:\"playlist-category\";a:2:{i:0;s:1:\"1\";s:6:\"NUMBER\";s:1:\"1\";}}s:34:\"tax_hierarchical_last_level_assign\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:16:\"tax_single_xpath\";a:1:{s:17:\"playlist-category\";s:0:\"\";}s:18:\"tax_multiple_xpath\";a:1:{s:17:\"playlist-category\";s:0:\"\";}s:18:\"tax_multiple_delim\";a:1:{s:17:\"playlist-category\";s:1:\",\";}s:25:\"tax_manualhierarchy_delim\";a:1:{s:17:\"playlist-category\";s:1:\",\";}s:29:\"tax_hierarchical_logic_manual\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:18:\"tax_enable_mapping\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:25:\"tax_is_full_search_single\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:27:\"tax_is_full_search_multiple\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:29:\"tax_assign_to_one_term_single\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:31:\"tax_assign_to_one_term_multiple\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:11:\"tax_mapping\";a:1:{s:17:\"playlist-category\";s:2:\"[]\";}s:17:\"tax_logic_mapping\";a:1:{s:17:\"playlist-category\";s:1:\"0\";}s:12:\"nested_files\";a:0:{}s:13:\"acf_only_list\";s:0:\"\";s:15:\"acf_except_list\";s:0:\"\";}','','Playlist','N;','N;',0,0,0,'N;');
/*!40000 ALTER TABLE `wppk_pmxi_templates` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wppk_postmeta`
--

DROP TABLE IF EXISTS `wppk_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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=143298 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_postmeta`
--

LOCK TABLES `wppk_postmeta` WRITE;
/*!40000 ALTER TABLE `wppk_postmeta` DISABLE KEYS */;
INSERT INTO `wppk_postmeta` VALUES (136,13,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137,13,'_edit_lock','1545241855:2'),(138,13,'_edit_last','2'),(139,13,'_wp_page_template','default'),(172,13,'slide_template',''),(173,13,'eg_sources_html5_mp4',''),(174,13,'eg_sources_html5_ogv',''),(175,13,'eg_sources_html5_webm',''),(176,13,'eg_sources_youtube',''),(177,13,'eg_sources_vimeo',''),(178,13,'eg_sources_wistia',''),(179,13,'eg_sources_image',''),(180,13,'eg_sources_iframe',''),(181,13,'eg_sources_soundcloud',''),(182,13,'eg_vimeo_ratio','0'),(183,13,'eg_youtube_ratio','0'),(184,13,'eg_wistia_ratio','0'),(185,13,'eg_html5_ratio','0'),(186,13,'eg_soundcloud_ratio','0'),(187,13,'eg_settings_custom_meta_skin',''),(188,13,'eg_settings_custom_meta_element',''),(189,13,'eg_settings_custom_meta_setting',''),(190,13,'eg_settings_custom_meta_style',''),(191,13,'_wpb_vc_js_status','false'),(193,13,'events_filter','upcoming'),(194,13,'_events_filter','field_51b8bff2193fc'),(195,13,'artists_filter',''),(196,13,'_artists_filter','field_51b8bff2193fe'),(197,13,'sidebar-position','disabled'),(198,13,'_sidebar-position','field_526d6ec715ee9'),(199,13,'classic_menu_background',''),(200,13,'_classic_menu_background','field_523384ce55a84'),(201,13,'classic_menu_background_alpha','1'),(202,13,'_classic_menu_background_alpha','field_523384ce55a86'),(203,13,'classic_menu_over_content','0'),(204,13,'_classic_menu_over_content','field_523384ce55a85'),(205,13,'hamburger_icon_color',''),(206,13,'_hamburger_icon_color','field_523384ce55a23'),(207,13,'alternative_logo','0'),(208,13,'_alternative_logo','field_523384ce55a99'),(209,13,'hide_page_title','0'),(210,13,'_hide_page_title','field_523382c955a73'),(211,13,'background',''),(212,13,'_background','field_523382c955a74'),(213,13,'background_repeat','no-repeat'),(214,13,'_background_repeat','field_523382f555a75'),(215,13,'background_size','cover'),(216,13,'_background_size','field_5233837455a76'),(217,13,'background_position','center bottom'),(218,13,'_background_position','field_5233842d55a78'),(219,13,'content_background_color',''),(220,13,'_content_background_color','field_523384ce55a80'),(221,13,'content_background_transparency','0'),(222,13,'_content_background_transparency','field_523384ce55a81'),(223,13,'background_color',''),(224,13,'_background_color','field_523384ce55a79'),(225,13,'_trash_the_other_posts','0'),(308,17,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(309,17,'_edit_lock','1543341058:2'),(310,17,'_edit_last','3'),(311,17,'_wp_page_template','archive-posts-list.php'),(342,17,'slide_template','default'),(343,17,'eg_sources_html5_mp4',''),(344,17,'eg_sources_html5_ogv',''),(345,17,'eg_sources_html5_webm',''),(346,17,'eg_sources_youtube',''),(347,17,'eg_sources_vimeo',''),(348,17,'eg_sources_wistia',''),(349,17,'eg_sources_image',''),(350,17,'eg_sources_iframe',''),(351,17,'eg_sources_soundcloud',''),(352,17,'eg_vimeo_ratio','0'),(353,17,'eg_youtube_ratio','0'),(354,17,'eg_wistia_ratio','0'),(355,17,'eg_html5_ratio','0'),(356,17,'eg_soundcloud_ratio','0'),(357,17,'eg_settings_custom_meta_skin',''),(358,17,'eg_settings_custom_meta_element',''),(359,17,'eg_settings_custom_meta_setting',''),(360,17,'eg_settings_custom_meta_style',''),(361,17,'_wpb_vc_js_status','false'),(363,17,'sidebar-position','disabled'),(364,17,'_sidebar-position','field_526d6ec715ee9'),(365,17,'enable_excerpts','0'),(366,17,'_enable_excerpts','field_523382c925a72'),(367,17,'classic_menu_background',''),(368,17,'_classic_menu_background','field_523384ce55a84'),(369,17,'classic_menu_background_alpha','1'),(370,17,'_classic_menu_background_alpha','field_523384ce55a86'),(371,17,'classic_menu_over_content','0'),(372,17,'_classic_menu_over_content','field_523384ce55a85'),(373,17,'hamburger_icon_color',''),(374,17,'_hamburger_icon_color','field_523384ce55a23'),(375,17,'alternative_logo','0'),(376,17,'_alternative_logo','field_523384ce55a99'),(377,17,'hide_page_title','0'),(378,17,'_hide_page_title','field_523382c955a73'),(379,17,'background',''),(380,17,'_background','field_523382c955a74'),(381,17,'background_repeat','null'),(382,17,'_background_repeat','field_523382f555a75'),(383,17,'background_size','null'),(384,17,'_background_size','field_5233837455a76'),(385,17,'background_position','null'),(386,17,'_background_position','field_5233842d55a78'),(387,17,'content_background_color',''),(388,17,'_content_background_color','field_523384ce55a80'),(389,17,'content_background_transparency','1'),(390,17,'_content_background_transparency','field_523384ce55a81'),(391,17,'background_color',''),(392,17,'_background_color','field_523384ce55a79'),(393,17,'_trash_the_other_posts','0'),(394,19,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(395,19,'_edit_lock','1543603572:2'),(396,19,'_edit_last','2'),(397,19,'_wp_page_template','archive-posts-classic.php'),(426,19,'slide_template',''),(427,19,'eg_sources_html5_mp4',''),(428,19,'eg_sources_html5_ogv',''),(429,19,'eg_sources_html5_webm',''),(430,19,'eg_sources_youtube',''),(431,19,'eg_sources_vimeo',''),(432,19,'eg_sources_wistia',''),(433,19,'eg_sources_image',''),(434,19,'eg_sources_iframe',''),(435,19,'eg_sources_soundcloud',''),(436,19,'eg_vimeo_ratio','0'),(437,19,'eg_youtube_ratio','0'),(438,19,'eg_wistia_ratio','0'),(439,19,'eg_html5_ratio','0'),(440,19,'eg_soundcloud_ratio','0'),(441,19,'eg_settings_custom_meta_skin',''),(442,19,'eg_settings_custom_meta_element',''),(443,19,'eg_settings_custom_meta_setting',''),(444,19,'eg_settings_custom_meta_style',''),(445,19,'_wpb_vc_js_status','false'),(447,19,'sidebar-position','right'),(448,19,'_sidebar-position','field_526d6ec715ee9'),(449,19,'classic_menu_background',''),(450,19,'_classic_menu_background','field_523384ce55a84'),(451,19,'classic_menu_background_alpha','1'),(452,19,'_classic_menu_background_alpha','field_523384ce55a86'),(453,19,'classic_menu_over_content','0'),(454,19,'_classic_menu_over_content','field_523384ce55a85'),(455,19,'hamburger_icon_color',''),(456,19,'_hamburger_icon_color','field_523384ce55a23'),(457,19,'alternative_logo','0'),(458,19,'_alternative_logo','field_523384ce55a99'),(459,19,'hide_page_title','0'),(460,19,'_hide_page_title','field_523382c955a73'),(461,19,'background',''),(462,19,'_background','field_523382c955a74'),(463,19,'background_repeat','null'),(464,19,'_background_repeat','field_523382f555a75'),(465,19,'background_size','null'),(466,19,'_background_size','field_5233837455a76'),(467,19,'background_position','null'),(468,19,'_background_position','field_5233842d55a78'),(469,19,'content_background_color',''),(470,19,'_content_background_color','field_523384ce55a80'),(471,19,'content_background_transparency','1'),(472,19,'_content_background_transparency','field_523384ce55a81'),(473,19,'background_color',''),(474,19,'_background_color','field_523384ce55a79'),(475,19,'_trash_the_other_posts','0'),(476,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(477,21,'_edit_lock','1544051241:2'),(478,21,'_edit_last','2'),(479,21,'_wp_page_template','default'),(508,21,'slide_template','default'),(509,21,'eg_sources_html5_mp4',''),(510,21,'eg_sources_html5_ogv',''),(511,21,'eg_sources_html5_webm',''),(512,21,'eg_sources_youtube',''),(513,21,'eg_sources_vimeo',''),(514,21,'eg_sources_wistia',''),(515,21,'eg_sources_image',''),(516,21,'eg_sources_iframe',''),(517,21,'eg_sources_soundcloud',''),(518,21,'eg_vimeo_ratio','0'),(519,21,'eg_youtube_ratio','0'),(520,21,'eg_wistia_ratio','0'),(521,21,'eg_html5_ratio','0'),(522,21,'eg_soundcloud_ratio','0'),(523,21,'eg_settings_custom_meta_skin',''),(524,21,'eg_settings_custom_meta_element',''),(525,21,'eg_settings_custom_meta_setting',''),(526,21,'eg_settings_custom_meta_style',''),(527,21,'_wpb_vc_js_status','true'),(529,21,'sidebar-position','disabled'),(530,21,'_sidebar-position','field_526d6ec715ee9'),(531,21,'classic_menu_background',''),(532,21,'_classic_menu_background','field_523384ce55a84'),(533,21,'classic_menu_background_alpha','1'),(534,21,'_classic_menu_background_alpha','field_523384ce55a86'),(535,21,'classic_menu_over_content','0'),(536,21,'_classic_menu_over_content','field_523384ce55a85'),(537,21,'hamburger_icon_color',''),(538,21,'_hamburger_icon_color','field_523384ce55a23'),(539,21,'alternative_logo','0'),(540,21,'_alternative_logo','field_523384ce55a99'),(541,21,'hide_page_title','0'),(542,21,'_hide_page_title','field_523382c955a73'),(543,21,'background',''),(544,21,'_background','field_523382c955a74'),(545,21,'background_repeat','null'),(546,21,'_background_repeat','field_523382f555a75'),(547,21,'background_size','null'),(548,21,'_background_size','field_5233837455a76'),(549,21,'background_position','null'),(550,21,'_background_position','field_5233842d55a78'),(551,21,'content_background_color',''),(552,21,'_content_background_color','field_523384ce55a80'),(553,21,'content_background_transparency','1'),(554,21,'_content_background_transparency','field_523384ce55a81'),(555,21,'background_color',''),(556,21,'_background_color','field_523384ce55a79'),(557,21,'_trash_the_other_posts','0'),(722,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(723,27,'_edit_lock','1545241894:2'),(724,27,'_edit_last','2'),(725,27,'_wp_page_template','default'),(754,27,'slide_template',''),(755,27,'eg_sources_html5_mp4',''),(756,27,'eg_sources_html5_ogv',''),(757,27,'eg_sources_html5_webm',''),(758,27,'eg_sources_youtube',''),(759,27,'eg_sources_vimeo',''),(760,27,'eg_sources_wistia',''),(761,27,'eg_sources_image',''),(762,27,'eg_sources_iframe',''),(763,27,'eg_sources_soundcloud',''),(764,27,'eg_vimeo_ratio','0'),(765,27,'eg_youtube_ratio','0'),(766,27,'eg_wistia_ratio','0'),(767,27,'eg_html5_ratio','0'),(768,27,'eg_soundcloud_ratio','0'),(769,27,'eg_settings_custom_meta_skin',''),(770,27,'eg_settings_custom_meta_element',''),(771,27,'eg_settings_custom_meta_setting',''),(772,27,'eg_settings_custom_meta_style',''),(773,27,'_wpb_vc_js_status','true'),(775,27,'sidebar-position','disabled'),(776,27,'_sidebar-position','field_526d6ec715ee9'),(777,27,'classic_menu_background',''),(778,27,'_classic_menu_background','field_523384ce55a84'),(779,27,'classic_menu_background_alpha','1'),(780,27,'_classic_menu_background_alpha','field_523384ce55a86'),(781,27,'classic_menu_over_content','1'),(782,27,'_classic_menu_over_content','field_523384ce55a85'),(783,27,'hamburger_icon_color',''),(784,27,'_hamburger_icon_color','field_523384ce55a23'),(785,27,'alternative_logo','0'),(786,27,'_alternative_logo','field_523384ce55a99'),(787,27,'hide_page_title','1'),(788,27,'_hide_page_title','field_523382c955a73'),(789,27,'background',''),(790,27,'_background','field_523382c955a74'),(791,27,'background_repeat','no-repeat'),(792,27,'_background_repeat','field_523382f555a75'),(793,27,'background_size','cover'),(794,27,'_background_size','field_5233837455a76'),(795,27,'background_position','null'),(796,27,'_background_position','field_5233842d55a78'),(797,27,'content_background_color',''),(798,27,'_content_background_color','field_523384ce55a80'),(799,27,'content_background_transparency','1'),(800,27,'_content_background_transparency','field_523384ce55a81'),(801,27,'background_color',''),(802,27,'_background_color','field_523384ce55a79'),(803,27,'_trash_the_other_posts','0'),(804,29,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(805,29,'_edit_lock','1545240859:2'),(806,29,'_edit_last','2'),(807,29,'_wp_page_template','default'),(836,29,'slide_template',''),(837,29,'eg_sources_html5_mp4',''),(838,29,'eg_sources_html5_ogv',''),(839,29,'eg_sources_html5_webm',''),(840,29,'eg_sources_youtube',''),(841,29,'eg_sources_vimeo',''),(842,29,'eg_sources_wistia',''),(843,29,'eg_sources_image',''),(844,29,'eg_sources_iframe',''),(845,29,'eg_sources_soundcloud',''),(846,29,'eg_vimeo_ratio','0'),(847,29,'eg_youtube_ratio','0'),(848,29,'eg_wistia_ratio','0'),(849,29,'eg_html5_ratio','0'),(850,29,'eg_soundcloud_ratio','0'),(851,29,'eg_settings_custom_meta_skin',''),(852,29,'eg_settings_custom_meta_element',''),(853,29,'eg_settings_custom_meta_setting',''),(854,29,'eg_settings_custom_meta_style',''),(855,29,'_wpb_vc_js_status','true'),(857,29,'sidebar-position','disabled'),(858,29,'_sidebar-position','field_526d6ec715ee9'),(859,29,'classic_menu_background',''),(860,29,'_classic_menu_background','field_523384ce55a84'),(861,29,'classic_menu_background_alpha','1'),(862,29,'_classic_menu_background_alpha','field_523384ce55a86'),(863,29,'classic_menu_over_content','0'),(864,29,'_classic_menu_over_content','field_523384ce55a85'),(865,29,'hamburger_icon_color',''),(866,29,'_hamburger_icon_color','field_523384ce55a23'),(867,29,'alternative_logo','0'),(868,29,'_alternative_logo','field_523384ce55a99'),(869,29,'hide_page_title','1'),(870,29,'_hide_page_title','field_523382c955a73'),(871,29,'background',''),(872,29,'_background','field_523382c955a74'),(873,29,'background_repeat','no-repeat'),(874,29,'_background_repeat','field_523382f555a75'),(875,29,'background_size','cover'),(876,29,'_background_size','field_5233837455a76'),(877,29,'background_position','center center'),(878,29,'_background_position','field_5233842d55a78'),(879,29,'content_background_color',''),(880,29,'_content_background_color','field_523384ce55a80'),(881,29,'content_background_transparency','1'),(882,29,'_content_background_transparency','field_523384ce55a81'),(883,29,'background_color',''),(884,29,'_background_color','field_523384ce55a79'),(885,29,'_trash_the_other_posts','0'),(1001,34,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1002,34,'_edit_lock','1543344068:2'),(1003,34,'_edit_last','2'),(1004,34,'_wp_page_template','archive-video.php'),(1033,34,'slide_template',''),(1034,34,'eg_sources_html5_mp4',''),(1035,34,'eg_sources_html5_ogv',''),(1036,34,'eg_sources_html5_webm',''),(1037,34,'eg_sources_youtube',''),(1038,34,'eg_sources_vimeo',''),(1039,34,'eg_sources_wistia',''),(1040,34,'eg_sources_image',''),(1041,34,'eg_sources_iframe',''),(1042,34,'eg_sources_soundcloud',''),(1043,34,'eg_vimeo_ratio','0'),(1044,34,'eg_youtube_ratio','0'),(1045,34,'eg_wistia_ratio','0'),(1046,34,'eg_html5_ratio','0'),(1047,34,'eg_soundcloud_ratio','0'),(1048,34,'eg_settings_custom_meta_skin',''),(1049,34,'eg_settings_custom_meta_element',''),(1050,34,'eg_settings_custom_meta_setting',''),(1051,34,'eg_settings_custom_meta_style',''),(1052,34,'_wpb_vc_js_status','false'),(1054,34,'sidebar-position','disabled'),(1055,34,'_sidebar-position','field_526d6ec715ee9'),(1056,34,'classic_menu_background',''),(1057,34,'_classic_menu_background','field_523384ce55a84'),(1058,34,'classic_menu_background_alpha','1'),(1059,34,'_classic_menu_background_alpha','field_523384ce55a86'),(1060,34,'classic_menu_over_content','0'),(1061,34,'_classic_menu_over_content','field_523384ce55a85'),(1062,34,'hamburger_icon_color',''),(1063,34,'_hamburger_icon_color','field_523384ce55a23'),(1064,34,'alternative_logo','0'),(1065,34,'_alternative_logo','field_523384ce55a99'),(1066,34,'hide_page_title','0'),(1067,34,'_hide_page_title','field_523382c955a73'),(1068,34,'background',''),(1069,34,'_background','field_523382c955a74'),(1070,34,'background_repeat','null'),(1071,34,'_background_repeat','field_523382f555a75'),(1072,34,'background_size','null'),(1073,34,'_background_size','field_5233837455a76'),(1074,34,'background_position','null'),(1075,34,'_background_position','field_5233842d55a78'),(1076,34,'content_background_color',''),(1077,34,'_content_background_color','field_523384ce55a80'),(1078,34,'content_background_transparency','1'),(1079,34,'_content_background_transparency','field_523384ce55a81'),(1080,34,'background_color',''),(1081,34,'_background_color','field_523384ce55a79'),(1082,34,'_trash_the_other_posts','0'),(1083,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1084,36,'_edit_lock','1544051341:2'),(1085,36,'_edit_last','2'),(1086,36,'_wp_page_template','default'),(1115,36,'slide_template','default'),(1116,36,'eg_sources_html5_mp4',''),(1117,36,'eg_sources_html5_ogv',''),(1118,36,'eg_sources_html5_webm',''),(1119,36,'eg_sources_youtube',''),(1120,36,'eg_sources_vimeo',''),(1121,36,'eg_sources_wistia',''),(1122,36,'eg_sources_image',''),(1123,36,'eg_sources_iframe',''),(1124,36,'eg_sources_soundcloud',''),(1125,36,'eg_vimeo_ratio','0'),(1126,36,'eg_youtube_ratio','0'),(1127,36,'eg_wistia_ratio','0'),(1128,36,'eg_html5_ratio','0'),(1129,36,'eg_soundcloud_ratio','0'),(1130,36,'eg_settings_custom_meta_skin',''),(1131,36,'eg_settings_custom_meta_element',''),(1132,36,'eg_settings_custom_meta_setting',''),(1133,36,'eg_settings_custom_meta_style',''),(1134,36,'_wpb_vc_js_status','true'),(1136,36,'sidebar-position','disabled'),(1137,36,'_sidebar-position','field_526d6ec715ee9'),(1138,36,'classic_menu_background',''),(1139,36,'_classic_menu_background','field_523384ce55a84'),(1140,36,'classic_menu_background_alpha','1'),(1141,36,'_classic_menu_background_alpha','field_523384ce55a86'),(1142,36,'classic_menu_over_content','0'),(1143,36,'_classic_menu_over_content','field_523384ce55a85'),(1144,36,'hamburger_icon_color',''),(1145,36,'_hamburger_icon_color','field_523384ce55a23'),(1146,36,'alternative_logo','0'),(1147,36,'_alternative_logo','field_523384ce55a99'),(1148,36,'hide_page_title','0'),(1149,36,'_hide_page_title','field_523382c955a73'),(1150,36,'background',''),(1151,36,'_background','field_523382c955a74'),(1152,36,'background_repeat','null'),(1153,36,'_background_repeat','field_523382f555a75'),(1154,36,'background_size','null'),(1155,36,'_background_size','field_5233837455a76'),(1156,36,'background_position','null'),(1157,36,'_background_position','field_5233842d55a78'),(1158,36,'content_background_color',''),(1159,36,'_content_background_color','field_523384ce55a80'),(1160,36,'content_background_transparency','1'),(1161,36,'_content_background_transparency','field_523384ce55a81'),(1162,36,'background_color',''),(1163,36,'_background_color','field_523384ce55a79'),(1164,36,'_trash_the_other_posts','0'),(1165,38,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1166,38,'_edit_lock','1544051388:2'),(1167,38,'_edit_last','2'),(1168,38,'_wp_page_template','default'),(1197,38,'slide_template',''),(1198,38,'eg_sources_html5_mp4',''),(1199,38,'eg_sources_html5_ogv',''),(1200,38,'eg_sources_html5_webm',''),(1201,38,'eg_sources_youtube',''),(1202,38,'eg_sources_vimeo',''),(1203,38,'eg_sources_wistia',''),(1204,38,'eg_sources_image',''),(1205,38,'eg_sources_iframe',''),(1206,38,'eg_sources_soundcloud',''),(1207,38,'eg_vimeo_ratio','0'),(1208,38,'eg_youtube_ratio','0'),(1209,38,'eg_wistia_ratio','0'),(1210,38,'eg_html5_ratio','0'),(1211,38,'eg_soundcloud_ratio','0'),(1212,38,'eg_settings_custom_meta_skin',''),(1213,38,'eg_settings_custom_meta_element',''),(1214,38,'eg_settings_custom_meta_setting',''),(1215,38,'eg_settings_custom_meta_style',''),(1216,38,'_wpb_vc_js_status','true'),(1218,38,'sidebar-position','disabled'),(1219,38,'_sidebar-position','field_526d6ec715ee9'),(1220,38,'classic_menu_background',''),(1221,38,'_classic_menu_background','field_523384ce55a84'),(1222,38,'classic_menu_background_alpha','1'),(1223,38,'_classic_menu_background_alpha','field_523384ce55a86'),(1224,38,'classic_menu_over_content','0'),(1225,38,'_classic_menu_over_content','field_523384ce55a85'),(1226,38,'hamburger_icon_color',''),(1227,38,'_hamburger_icon_color','field_523384ce55a23'),(1228,38,'alternative_logo','0'),(1229,38,'_alternative_logo','field_523384ce55a99'),(1230,38,'hide_page_title','1'),(1231,38,'_hide_page_title','field_523382c955a73'),(1232,38,'background',''),(1233,38,'_background','field_523382c955a74'),(1234,38,'background_repeat','null'),(1235,38,'_background_repeat','field_523382f555a75'),(1236,38,'background_size','null'),(1237,38,'_background_size','field_5233837455a76'),(1238,38,'background_position','null'),(1239,38,'_background_position','field_5233842d55a78'),(1240,38,'content_background_color',''),(1241,38,'_content_background_color','field_523384ce55a80'),(1242,38,'content_background_transparency','1'),(1243,38,'_content_background_transparency','field_523384ce55a81'),(1244,38,'background_color',''),(1245,38,'_background_color','field_523384ce55a79'),(1246,38,'_trash_the_other_posts','0'),(1247,40,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1248,40,'_edit_lock','1545242633:2'),(1249,40,'_edit_last','2'),(1250,40,'_wp_page_template','default'),(1279,40,'slide_template',''),(1280,40,'eg_sources_html5_mp4',''),(1281,40,'eg_sources_html5_ogv',''),(1282,40,'eg_sources_html5_webm',''),(1283,40,'eg_sources_youtube',''),(1284,40,'eg_sources_vimeo',''),(1285,40,'eg_sources_wistia',''),(1286,40,'eg_sources_image',''),(1287,40,'eg_sources_iframe',''),(1288,40,'eg_sources_soundcloud',''),(1289,40,'eg_vimeo_ratio','0'),(1290,40,'eg_youtube_ratio','0'),(1291,40,'eg_wistia_ratio','0'),(1292,40,'eg_html5_ratio','0'),(1293,40,'eg_soundcloud_ratio','0'),(1294,40,'eg_settings_custom_meta_skin',''),(1295,40,'eg_settings_custom_meta_element',''),(1296,40,'eg_settings_custom_meta_setting',''),(1297,40,'eg_settings_custom_meta_style',''),(1298,40,'_wpb_vc_js_status','true'),(1300,40,'sidebar-position','disabled'),(1301,40,'_sidebar-position','field_526d6ec715ee9'),(1302,40,'classic_menu_background',''),(1303,40,'_classic_menu_background','field_523384ce55a84'),(1304,40,'classic_menu_background_alpha','1'),(1305,40,'_classic_menu_background_alpha','field_523384ce55a86'),(1306,40,'classic_menu_over_content','1'),(1307,40,'_classic_menu_over_content','field_523384ce55a85'),(1308,40,'hamburger_icon_color',''),(1309,40,'_hamburger_icon_color','field_523384ce55a23'),(1310,40,'alternative_logo','0'),(1311,40,'_alternative_logo','field_523384ce55a99'),(1312,40,'hide_page_title','1'),(1313,40,'_hide_page_title','field_523382c955a73'),(1314,40,'background',''),(1315,40,'_background','field_523382c955a74'),(1316,40,'background_repeat','null'),(1317,40,'_background_repeat','field_523382f555a75'),(1318,40,'background_size','null'),(1319,40,'_background_size','field_5233837455a76'),(1320,40,'background_position','null'),(1321,40,'_background_position','field_5233842d55a78'),(1322,40,'content_background_color',''),(1323,40,'_content_background_color','field_523384ce55a80'),(1324,40,'content_background_transparency','1'),(1325,40,'_content_background_transparency','field_523384ce55a81'),(1326,40,'background_color',''),(1327,40,'_background_color','field_523384ce55a79'),(1328,40,'_trash_the_other_posts','0'),(1797,82,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1798,82,'_edit_lock','1509059722:2'),(1808,82,'_edit_last','2'),(1843,82,'slide_template',''),(1844,82,'eg_sources_html5_mp4',''),(1845,82,'eg_sources_html5_ogv',''),(1846,82,'eg_sources_html5_webm',''),(1847,82,'eg_sources_youtube',''),(1848,82,'eg_sources_vimeo',''),(1849,82,'eg_sources_wistia',''),(1850,82,'eg_sources_image',''),(1851,82,'eg_sources_iframe',''),(1852,82,'eg_sources_soundcloud',''),(1853,82,'eg_vimeo_ratio','0'),(1854,82,'eg_youtube_ratio','0'),(1855,82,'eg_wistia_ratio','0'),(1856,82,'eg_html5_ratio','0'),(1857,82,'eg_soundcloud_ratio','0'),(1858,82,'eg_settings_custom_meta_skin',''),(1859,82,'eg_settings_custom_meta_element',''),(1860,82,'eg_settings_custom_meta_setting',''),(1861,82,'eg_settings_custom_meta_style',''),(1862,82,'_wpb_vc_js_status','false'),(1864,82,'_wp_old_slug','-2'),(1865,82,'classic_menu_background',''),(1866,82,'_classic_menu_background','field_523384ce55a84'),(1867,82,'classic_menu_background_alpha','1'),(1868,82,'_classic_menu_background_alpha','field_523384ce55a86'),(1869,82,'classic_menu_over_content','0'),(1870,82,'_classic_menu_over_content','field_523384ce55a85'),(1871,82,'hamburger_icon_color',''),(1872,82,'_hamburger_icon_color','field_523384ce55a23'),(1873,82,'alternative_logo','0'),(1874,82,'_alternative_logo','field_523384ce55a99'),(1875,82,'hide_page_title','0'),(1876,82,'_hide_page_title','field_523382c955a73'),(1877,82,'background',''),(1878,82,'_background','field_523382c955a74'),(1879,82,'background_repeat','null'),(1880,82,'_background_repeat','field_523382f555a75'),(1881,82,'background_size','null'),(1882,82,'_background_size','field_5233837455a76'),(1883,82,'background_position','null'),(1884,82,'_background_position','field_5233842d55a78'),(1885,82,'content_background_color',''),(1886,82,'_content_background_color','field_523384ce55a80'),(1887,82,'content_background_transparency','1'),(1888,82,'_content_background_transparency','field_523384ce55a81'),(1889,82,'background_color',''),(1890,82,'_background_color','field_523384ce55a79'),(1891,82,'sidebar-position','right'),(1892,82,'_sidebar-position','field_526d6ec715ee9'),(1893,82,'sidebar-area_id','croma_sidebar_0'),(1894,82,'_sidebar-area_id','field_526d6c0da8219'),(1895,82,'single_post_featured_image','fullwidth'),(1896,82,'_single_post_featured_image','field_526d6ec715ef9'),(1897,82,'_trash_the_other_posts','0'),(1931,19,'sidebar-area_id','croma_sidebar_0'),(1932,19,'_sidebar-area_id','field_526d6c0da8219'),(1933,19,'enable_excerpts','0'),(1934,19,'_enable_excerpts','field_523382c925a72'),(1935,82,'_thumbnail_id','1463'),(1938,89,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1939,89,'_edit_lock','1509059711:2'),(1942,89,'_thumbnail_id','1461'),(1943,89,'_edit_last','2'),(1978,89,'slide_template',''),(1979,89,'eg_sources_html5_mp4',''),(1980,89,'eg_sources_html5_ogv',''),(1981,89,'eg_sources_html5_webm',''),(1982,89,'eg_sources_youtube',''),(1983,89,'eg_sources_vimeo',''),(1984,89,'eg_sources_wistia',''),(1985,89,'eg_sources_image',''),(1986,89,'eg_sources_iframe',''),(1987,89,'eg_sources_soundcloud',''),(1988,89,'eg_vimeo_ratio','0'),(1989,89,'eg_youtube_ratio','0'),(1990,89,'eg_wistia_ratio','0'),(1991,89,'eg_html5_ratio','0'),(1992,89,'eg_soundcloud_ratio','0'),(1993,89,'eg_settings_custom_meta_skin',''),(1994,89,'eg_settings_custom_meta_element',''),(1995,89,'eg_settings_custom_meta_setting',''),(1996,89,'eg_settings_custom_meta_style',''),(1997,89,'_wpb_vc_js_status','false'),(1999,89,'_wp_old_slug','-2'),(2000,89,'classic_menu_background',''),(2001,89,'_classic_menu_background','field_523384ce55a84'),(2002,89,'classic_menu_background_alpha','1'),(2003,89,'_classic_menu_background_alpha','field_523384ce55a86'),(2004,89,'classic_menu_over_content','0'),(2005,89,'_classic_menu_over_content','field_523384ce55a85'),(2006,89,'hamburger_icon_color',''),(2007,89,'_hamburger_icon_color','field_523384ce55a23'),(2008,89,'alternative_logo','0'),(2009,89,'_alternative_logo','field_523384ce55a99'),(2010,89,'hide_page_title','0'),(2011,89,'_hide_page_title','field_523382c955a73'),(2012,89,'background',''),(2013,89,'_background','field_523382c955a74'),(2014,89,'background_repeat','null'),(2015,89,'_background_repeat','field_523382f555a75'),(2016,89,'background_size','null'),(2017,89,'_background_size','field_5233837455a76'),(2018,89,'background_position','null'),(2019,89,'_background_position','field_5233842d55a78'),(2020,89,'content_background_color',''),(2021,89,'_content_background_color','field_523384ce55a80'),(2022,89,'content_background_transparency','1'),(2023,89,'_content_background_transparency','field_523384ce55a81'),(2024,89,'background_color',''),(2025,89,'_background_color','field_523384ce55a79'),(2026,89,'sidebar-position','right'),(2027,89,'_sidebar-position','field_526d6ec715ee9'),(2028,89,'sidebar-area_id','croma_sidebar_0'),(2029,89,'_sidebar-area_id','field_526d6c0da8219'),(2030,89,'single_post_featured_image','fullwidth'),(2031,89,'_single_post_featured_image','field_526d6ec715ef9'),(2032,89,'_trash_the_other_posts','0'),(2041,93,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2042,93,'_edit_lock','1509059686:2'),(2048,93,'_edit_last','2'),(2082,93,'slide_template',''),(2083,93,'eg_sources_html5_mp4',''),(2084,93,'eg_sources_html5_ogv',''),(2085,93,'eg_sources_html5_webm',''),(2086,93,'eg_sources_youtube',''),(2087,93,'eg_sources_vimeo',''),(2088,93,'eg_sources_wistia',''),(2089,93,'eg_sources_image',''),(2090,93,'eg_sources_iframe',''),(2091,93,'eg_sources_soundcloud',''),(2092,93,'eg_vimeo_ratio','0'),(2093,93,'eg_youtube_ratio','0'),(2094,93,'eg_wistia_ratio','0'),(2095,93,'eg_html5_ratio','0'),(2096,93,'eg_soundcloud_ratio','0'),(2097,93,'eg_settings_custom_meta_skin',''),(2098,93,'eg_settings_custom_meta_element',''),(2099,93,'eg_settings_custom_meta_setting',''),(2100,93,'eg_settings_custom_meta_style',''),(2101,93,'_wpb_vc_js_status','false'),(2103,93,'_wp_old_slug','-2'),(2104,93,'classic_menu_background',''),(2105,93,'_classic_menu_background','field_523384ce55a84'),(2106,93,'classic_menu_background_alpha','1'),(2107,93,'_classic_menu_background_alpha','field_523384ce55a86'),(2108,93,'classic_menu_over_content','0'),(2109,93,'_classic_menu_over_content','field_523384ce55a85'),(2110,93,'hamburger_icon_color',''),(2111,93,'_hamburger_icon_color','field_523384ce55a23'),(2112,93,'alternative_logo','0'),(2113,93,'_alternative_logo','field_523384ce55a99'),(2114,93,'hide_page_title','0'),(2115,93,'_hide_page_title','field_523382c955a73'),(2116,93,'background',''),(2117,93,'_background','field_523382c955a74'),(2118,93,'background_repeat','null'),(2119,93,'_background_repeat','field_523382f555a75'),(2120,93,'background_size','null'),(2121,93,'_background_size','field_5233837455a76'),(2122,93,'background_position','null'),(2123,93,'_background_position','field_5233842d55a78'),(2124,93,'content_background_color',''),(2125,93,'_content_background_color','field_523384ce55a80'),(2126,93,'content_background_transparency','1'),(2127,93,'_content_background_transparency','field_523384ce55a81'),(2128,93,'background_color',''),(2129,93,'_background_color','field_523384ce55a79'),(2130,93,'sidebar-position','right'),(2131,93,'_sidebar-position','field_526d6ec715ee9'),(2132,93,'sidebar-area_id','croma_sidebar_0'),(2133,93,'_sidebar-area_id','field_526d6c0da8219'),(2134,93,'single_post_featured_image','fullwidth'),(2135,93,'_single_post_featured_image','field_526d6ec715ef9'),(2136,93,'_trash_the_other_posts','0'),(2137,97,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2138,97,'_edit_lock','1543514021:2'),(2142,97,'_edit_last','2'),(2176,97,'slide_template',''),(2177,97,'eg_sources_html5_mp4',''),(2178,97,'eg_sources_html5_ogv',''),(2179,97,'eg_sources_html5_webm',''),(2180,97,'eg_sources_youtube',''),(2181,97,'eg_sources_vimeo',''),(2182,97,'eg_sources_wistia',''),(2183,97,'eg_sources_image',''),(2184,97,'eg_sources_iframe',''),(2185,97,'eg_sources_soundcloud',''),(2186,97,'eg_vimeo_ratio','0'),(2187,97,'eg_youtube_ratio','0'),(2188,97,'eg_wistia_ratio','0'),(2189,97,'eg_html5_ratio','0'),(2190,97,'eg_soundcloud_ratio','0'),(2191,97,'eg_settings_custom_meta_skin',''),(2192,97,'eg_settings_custom_meta_element',''),(2193,97,'eg_settings_custom_meta_setting',''),(2194,97,'eg_settings_custom_meta_style',''),(2195,97,'_wpb_vc_js_status','false'),(2197,97,'_wp_old_slug','-2'),(2198,97,'classic_menu_background',''),(2199,97,'_classic_menu_background','field_523384ce55a84'),(2200,97,'classic_menu_background_alpha','1'),(2201,97,'_classic_menu_background_alpha','field_523384ce55a86'),(2202,97,'classic_menu_over_content','0'),(2203,97,'_classic_menu_over_content','field_523384ce55a85'),(2204,97,'hamburger_icon_color',''),(2205,97,'_hamburger_icon_color','field_523384ce55a23'),(2206,97,'alternative_logo','0'),(2207,97,'_alternative_logo','field_523384ce55a99'),(2208,97,'hide_page_title','0'),(2209,97,'_hide_page_title','field_523382c955a73'),(2210,97,'background',''),(2211,97,'_background','field_523382c955a74'),(2212,97,'background_repeat','null'),(2213,97,'_background_repeat','field_523382f555a75'),(2214,97,'background_size','null'),(2215,97,'_background_size','field_5233837455a76'),(2216,97,'background_position','null'),(2217,97,'_background_position','field_5233842d55a78'),(2218,97,'content_background_color',''),(2219,97,'_content_background_color','field_523384ce55a80'),(2220,97,'content_background_transparency','1'),(2221,97,'_content_background_transparency','field_523384ce55a81'),(2222,97,'background_color',''),(2223,97,'_background_color','field_523384ce55a79'),(2224,97,'sidebar-position','right'),(2225,97,'_sidebar-position','field_526d6ec715ee9'),(2226,97,'sidebar-area_id','croma_sidebar_0'),(2227,97,'_sidebar-area_id','field_526d6c0da8219'),(2228,97,'single_post_featured_image','fullwidth'),(2229,97,'_single_post_featured_image','field_526d6ec715ef9'),(2230,97,'_trash_the_other_posts','0'),(3403,532,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3404,532,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3405,532,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3406,532,'_thumbnail_id','984'),(3407,532,'slide_template',''),(3408,532,'eg_sources_html5_mp4',''),(3409,532,'eg_sources_html5_ogv',''),(3410,532,'eg_sources_html5_webm',''),(3411,532,'eg_sources_youtube',''),(3412,532,'eg_sources_vimeo',''),(3413,532,'eg_sources_wistia',''),(3414,532,'eg_sources_image',''),(3415,532,'eg_sources_iframe',''),(3416,532,'eg_sources_soundcloud',''),(3417,532,'eg_vimeo_ratio','0'),(3418,532,'eg_youtube_ratio','0'),(3419,532,'eg_wistia_ratio','0'),(3420,532,'eg_html5_ratio','0'),(3421,532,'eg_soundcloud_ratio','0'),(3422,532,'eg_settings_custom_meta_skin',''),(3423,532,'eg_settings_custom_meta_element',''),(3424,532,'eg_settings_custom_meta_setting',''),(3425,532,'eg_settings_custom_meta_style',''),(3426,532,'eg_sources_revslider',''),(3427,532,'classic_menu_background',''),(3428,532,'_classic_menu_background','field_523384ce55a84'),(3429,532,'classic_menu_background_alpha','1'),(3430,532,'_classic_menu_background_alpha','field_523384ce55a86'),(3431,532,'classic_menu_over_content','0'),(3432,532,'_classic_menu_over_content','field_523384ce55a85'),(3433,532,'hide_page_title','0'),(3434,532,'_hide_page_title','field_523382c955a73'),(3435,532,'background',''),(3436,532,'_background','field_523382c955a74'),(3437,532,'background_repeat','null'),(3438,532,'_background_repeat','field_523382f555a75'),(3439,532,'background_size','null'),(3440,532,'_background_size','field_5233837455a76'),(3441,532,'background_position','null'),(3442,532,'_background_position','field_5233842d55a78'),(3443,532,'content_background_color',''),(3444,532,'_content_background_color','field_523384ce55a80'),(3445,532,'content_background_transparency','1'),(3446,532,'_content_background_transparency','field_523384ce55a81'),(3447,532,'background_color',''),(3448,532,'_background_color','field_523384ce55a79'),(3449,532,'sidebar-position','right'),(3450,532,'_sidebar-position','field_526d6ec715ee9'),(3451,532,'sidebar-area_id','null'),(3452,532,'_sidebar-area_id','field_526d6c0da8219'),(3453,532,'event_show_time','1'),(3454,532,'_event_show_time','field_523b46ebe35ef'),(3455,532,'event_enable_countdown','0'),(3456,532,'_event_enable_countdown','field_523b46ebe35f0'),(3457,532,'event_city','Hannover, Germany'),(3458,532,'_event_city','field_51b8bf97193f8'),(3459,532,'event_venue',''),(3460,532,'_event_venue','field_51b8bfa8193f9'),(3461,532,'event_map_label','Google Map'),(3462,532,'_event_map_label','field_51b8bfbf193fb'),(3463,532,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(3464,532,'_event_map','field_51b8bfbf193fa'),(3469,532,'artist_at_event','a:2:{i:0;s:4:\"1181\";i:1;s:4:\"1179\";}'),(3470,532,'_artist_at_event','field_548d3d5415e41'),(3471,532,'_edit_last','2'),(3472,532,'hamburger_icon_color',''),(3473,532,'_hamburger_icon_color','field_523384ce55a23'),(3474,532,'alternative_logo','0'),(3475,532,'_alternative_logo','field_523384ce55a99'),(3476,532,'_wpb_vc_js_status','true'),(3477,540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3478,540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3479,540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3480,540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3481,540,'slide_template',''),(3482,540,'eg_sources_html5_mp4',''),(3483,540,'eg_sources_html5_ogv',''),(3484,540,'eg_sources_html5_webm',''),(3485,540,'eg_sources_youtube',''),(3486,540,'eg_sources_vimeo',''),(3487,540,'eg_sources_wistia',''),(3488,540,'eg_sources_image',''),(3489,540,'eg_sources_iframe',''),(3490,540,'eg_sources_soundcloud',''),(3491,540,'eg_vimeo_ratio','0'),(3492,540,'eg_youtube_ratio','0'),(3493,540,'eg_wistia_ratio','0'),(3494,540,'eg_html5_ratio','0'),(3495,540,'eg_soundcloud_ratio','0'),(3496,540,'eg_settings_custom_meta_skin',''),(3497,540,'eg_settings_custom_meta_element',''),(3498,540,'eg_settings_custom_meta_setting',''),(3499,540,'eg_settings_custom_meta_style',''),(3500,540,'eg_sources_revslider',''),(3501,540,'classic_menu_background',''),(3502,540,'_classic_menu_background','field_523384ce55a84'),(3503,540,'classic_menu_background_alpha','1'),(3504,540,'_classic_menu_background_alpha','field_523384ce55a86'),(3505,540,'classic_menu_over_content','0'),(3506,540,'_classic_menu_over_content','field_523384ce55a85'),(3507,540,'hide_page_title','0'),(3508,540,'_hide_page_title','field_523382c955a73'),(3509,540,'background',''),(3510,540,'_background','field_523382c955a74'),(3511,540,'background_repeat','null'),(3512,540,'_background_repeat','field_523382f555a75'),(3513,540,'background_size','null'),(3514,540,'_background_size','field_5233837455a76'),(3515,540,'background_position','null'),(3516,540,'_background_position','field_5233842d55a78'),(3517,540,'content_background_color',''),(3518,540,'_content_background_color','field_523384ce55a80'),(3519,540,'content_background_transparency','1'),(3520,540,'_content_background_transparency','field_523384ce55a81'),(3521,540,'background_color',''),(3522,540,'_background_color','field_523384ce55a79'),(3523,540,'sidebar-position','right'),(3524,540,'_sidebar-position','field_526d6ec715ee9'),(3525,540,'sidebar-area_id','null'),(3526,540,'_sidebar-area_id','field_526d6c0da8219'),(3527,540,'event_show_time','1'),(3528,540,'_event_show_time','field_523b46ebe35ef'),(3529,540,'event_enable_countdown','0'),(3530,540,'_event_enable_countdown','field_523b46ebe35f0'),(3531,540,'event_city','Toronto, Canada'),(3532,540,'_event_city','field_51b8bf97193f8'),(3533,540,'event_venue',''),(3534,540,'_event_venue','field_51b8bfa8193f9'),(3535,540,'event_map_label','Google Map'),(3536,540,'_event_map_label','field_51b8bfbf193fb'),(3537,540,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(3538,540,'_event_map','field_51b8bfbf193fa'),(3543,540,'artist_at_event','a:2:{i:0;s:4:\"1177\";i:1;s:4:\"1146\";}'),(3544,540,'_artist_at_event','field_548d3d5415e41'),(3545,540,'_dp_original','532'),(3546,540,'_thumbnail_id','564'),(3547,540,'_edit_last','2'),(3548,540,'hamburger_icon_color',''),(3549,540,'_hamburger_icon_color','field_523384ce55a23'),(3550,540,'alternative_logo','0'),(3551,540,'_alternative_logo','field_523384ce55a99'),(3552,540,'_wpb_vc_js_status','false'),(3553,542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3554,542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3555,542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3556,542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3557,542,'slide_template',''),(3558,542,'eg_sources_html5_mp4',''),(3559,542,'eg_sources_html5_ogv',''),(3560,542,'eg_sources_html5_webm',''),(3561,542,'eg_sources_youtube',''),(3562,542,'eg_sources_vimeo',''),(3563,542,'eg_sources_wistia',''),(3564,542,'eg_sources_image',''),(3565,542,'eg_sources_iframe',''),(3566,542,'eg_sources_soundcloud',''),(3567,542,'eg_vimeo_ratio','0'),(3568,542,'eg_youtube_ratio','0'),(3569,542,'eg_wistia_ratio','0'),(3570,542,'eg_html5_ratio','0'),(3571,542,'eg_soundcloud_ratio','0'),(3572,542,'eg_settings_custom_meta_skin',''),(3573,542,'eg_settings_custom_meta_element',''),(3574,542,'eg_settings_custom_meta_setting',''),(3575,542,'eg_settings_custom_meta_style',''),(3576,542,'eg_sources_revslider',''),(3577,542,'classic_menu_background',''),(3578,542,'_classic_menu_background','field_523384ce55a84'),(3579,542,'classic_menu_background_alpha','1'),(3580,542,'_classic_menu_background_alpha','field_523384ce55a86'),(3581,542,'classic_menu_over_content','0'),(3582,542,'_classic_menu_over_content','field_523384ce55a85'),(3583,542,'hide_page_title','0'),(3584,542,'_hide_page_title','field_523382c955a73'),(3585,542,'background',''),(3586,542,'_background','field_523382c955a74'),(3587,542,'background_repeat','null'),(3588,542,'_background_repeat','field_523382f555a75'),(3589,542,'background_size','null'),(3590,542,'_background_size','field_5233837455a76'),(3591,542,'background_position','null'),(3592,542,'_background_position','field_5233842d55a78'),(3593,542,'content_background_color',''),(3594,542,'_content_background_color','field_523384ce55a80'),(3595,542,'content_background_transparency','1'),(3596,542,'_content_background_transparency','field_523384ce55a81'),(3597,542,'background_color',''),(3598,542,'_background_color','field_523384ce55a79'),(3599,542,'sidebar-position','right'),(3600,542,'_sidebar-position','field_526d6ec715ee9'),(3601,542,'sidebar-area_id','null'),(3602,542,'_sidebar-area_id','field_526d6c0da8219'),(3603,542,'event_show_time','1'),(3604,542,'_event_show_time','field_523b46ebe35ef'),(3605,542,'event_enable_countdown','0'),(3606,542,'_event_enable_countdown','field_523b46ebe35f0'),(3607,542,'event_city','Veinna, Austria'),(3608,542,'_event_city','field_51b8bf97193f8'),(3609,542,'event_venue',''),(3610,542,'_event_venue','field_51b8bfa8193f9'),(3611,542,'event_map_label','Google Map'),(3612,542,'_event_map_label','field_51b8bfbf193fb'),(3613,542,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(3614,542,'_event_map','field_51b8bfbf193fa'),(3619,542,'artist_at_event','a:3:{i:0;s:4:\"1148\";i:1;s:4:\"1192\";i:2;s:4:\"1190\";}'),(3620,542,'_artist_at_event','field_548d3d5415e41'),(3621,542,'_dp_original','532'),(3622,542,'_thumbnail_id','561'),(3623,542,'_edit_last','2'),(3624,542,'hamburger_icon_color',''),(3625,542,'_hamburger_icon_color','field_523384ce55a23'),(3626,542,'alternative_logo','0'),(3627,542,'_alternative_logo','field_523384ce55a99'),(3628,542,'_wpb_vc_js_status','false'),(3629,544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3630,544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3631,544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3632,544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3633,544,'slide_template','default'),(3634,544,'eg_sources_html5_mp4',''),(3635,544,'eg_sources_html5_ogv',''),(3636,544,'eg_sources_html5_webm',''),(3637,544,'eg_sources_youtube',''),(3638,544,'eg_sources_vimeo',''),(3639,544,'eg_sources_wistia',''),(3640,544,'eg_sources_image',''),(3641,544,'eg_sources_iframe',''),(3642,544,'eg_sources_soundcloud',''),(3643,544,'eg_vimeo_ratio','0'),(3644,544,'eg_youtube_ratio','0'),(3645,544,'eg_wistia_ratio','0'),(3646,544,'eg_html5_ratio','0'),(3647,544,'eg_soundcloud_ratio','0'),(3648,544,'eg_settings_custom_meta_skin',''),(3649,544,'eg_settings_custom_meta_element',''),(3650,544,'eg_settings_custom_meta_setting',''),(3651,544,'eg_settings_custom_meta_style',''),(3652,544,'eg_sources_revslider',''),(3653,544,'classic_menu_background',''),(3654,544,'_classic_menu_background','field_523384ce55a84'),(3655,544,'classic_menu_background_alpha','1'),(3656,544,'_classic_menu_background_alpha','field_523384ce55a86'),(3657,544,'classic_menu_over_content','0'),(3658,544,'_classic_menu_over_content','field_523384ce55a85'),(3659,544,'hide_page_title','0'),(3660,544,'_hide_page_title','field_523382c955a73'),(3661,544,'background',''),(3662,544,'_background','field_523382c955a74'),(3663,544,'background_repeat','null'),(3664,544,'_background_repeat','field_523382f555a75'),(3665,544,'background_size','null'),(3666,544,'_background_size','field_5233837455a76'),(3667,544,'background_position','null'),(3668,544,'_background_position','field_5233842d55a78'),(3669,544,'content_background_color',''),(3670,544,'_content_background_color','field_523384ce55a80'),(3671,544,'content_background_transparency','1'),(3672,544,'_content_background_transparency','field_523384ce55a81'),(3673,544,'background_color',''),(3674,544,'_background_color','field_523384ce55a79'),(3675,544,'sidebar-position','right'),(3676,544,'_sidebar-position','field_526d6ec715ee9'),(3677,544,'sidebar-area_id','null'),(3678,544,'_sidebar-area_id','field_526d6c0da8219'),(3679,544,'event_show_time','1'),(3680,544,'_event_show_time','field_523b46ebe35ef'),(3681,544,'event_enable_countdown','0'),(3682,544,'_event_enable_countdown','field_523b46ebe35f0'),(3683,544,'event_city','Las Vegas, US'),(3684,544,'_event_city','field_51b8bf97193f8'),(3685,544,'event_venue',''),(3686,544,'_event_venue','field_51b8bfa8193f9'),(3687,544,'event_map_label','Google Map'),(3688,544,'_event_map_label','field_51b8bfbf193fb'),(3689,544,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(3690,544,'_event_map','field_51b8bfbf193fa'),(3695,544,'artist_at_event','a:1:{i:0;s:4:\"1175\";}'),(3696,544,'_artist_at_event','field_548d3d5415e41'),(3697,544,'_dp_original','532'),(3699,544,'_edit_last','2'),(3700,544,'hamburger_icon_color',''),(3701,544,'_hamburger_icon_color','field_523384ce55a23'),(3702,544,'alternative_logo','0'),(3703,544,'_alternative_logo','field_523384ce55a99'),(3704,544,'_wpb_vc_js_status','false'),(3705,546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3706,546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3707,546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3708,546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3709,546,'slide_template',''),(3710,546,'eg_sources_html5_mp4',''),(3711,546,'eg_sources_html5_ogv',''),(3712,546,'eg_sources_html5_webm',''),(3713,546,'eg_sources_youtube',''),(3714,546,'eg_sources_vimeo',''),(3715,546,'eg_sources_wistia',''),(3716,546,'eg_sources_image',''),(3717,546,'eg_sources_iframe',''),(3718,546,'eg_sources_soundcloud',''),(3719,546,'eg_vimeo_ratio','0'),(3720,546,'eg_youtube_ratio','0'),(3721,546,'eg_wistia_ratio','0'),(3722,546,'eg_html5_ratio','0'),(3723,546,'eg_soundcloud_ratio','0'),(3724,546,'eg_settings_custom_meta_skin',''),(3725,546,'eg_settings_custom_meta_element',''),(3726,546,'eg_settings_custom_meta_setting',''),(3727,546,'eg_settings_custom_meta_style',''),(3728,546,'eg_sources_revslider',''),(3729,546,'classic_menu_background',''),(3730,546,'_classic_menu_background','field_523384ce55a84'),(3731,546,'classic_menu_background_alpha','1'),(3732,546,'_classic_menu_background_alpha','field_523384ce55a86'),(3733,546,'classic_menu_over_content','0'),(3734,546,'_classic_menu_over_content','field_523384ce55a85'),(3735,546,'hide_page_title','0'),(3736,546,'_hide_page_title','field_523382c955a73'),(3737,546,'background',''),(3738,546,'_background','field_523382c955a74'),(3739,546,'background_repeat','null'),(3740,546,'_background_repeat','field_523382f555a75'),(3741,546,'background_size','null'),(3742,546,'_background_size','field_5233837455a76'),(3743,546,'background_position','null'),(3744,546,'_background_position','field_5233842d55a78'),(3745,546,'content_background_color',''),(3746,546,'_content_background_color','field_523384ce55a80'),(3747,546,'content_background_transparency','1'),(3748,546,'_content_background_transparency','field_523384ce55a81'),(3749,546,'background_color',''),(3750,546,'_background_color','field_523384ce55a79'),(3751,546,'sidebar-position','right'),(3752,546,'_sidebar-position','field_526d6ec715ee9'),(3753,546,'sidebar-area_id','null'),(3754,546,'_sidebar-area_id','field_526d6c0da8219'),(3755,546,'event_show_time','1'),(3756,546,'_event_show_time','field_523b46ebe35ef'),(3757,546,'event_enable_countdown','0'),(3758,546,'_event_enable_countdown','field_523b46ebe35f0'),(3759,546,'event_city','London, United Kingdom'),(3760,546,'_event_city','field_51b8bf97193f8'),(3761,546,'event_venue',''),(3762,546,'_event_venue','field_51b8bfa8193f9'),(3763,546,'event_map_label','Google Map'),(3764,546,'_event_map_label','field_51b8bfbf193fb'),(3765,546,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(3766,546,'_event_map','field_51b8bfbf193fa'),(3771,546,'artist_at_event','a:1:{i:0;s:4:\"1177\";}'),(3772,546,'_artist_at_event','field_548d3d5415e41'),(3773,546,'_dp_original','532'),(3774,546,'_thumbnail_id','562'),(3775,546,'_edit_last','2'),(3776,546,'hamburger_icon_color',''),(3777,546,'_hamburger_icon_color','field_523384ce55a23'),(3778,546,'alternative_logo','0'),(3779,546,'_alternative_logo','field_523384ce55a99'),(3780,546,'_wpb_vc_js_status','false'),(3781,548,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3782,548,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3783,548,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3784,548,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3785,548,'_thumbnail_id','563'),(3786,548,'slide_template',''),(3787,548,'eg_sources_html5_mp4',''),(3788,548,'eg_sources_html5_ogv',''),(3789,548,'eg_sources_html5_webm',''),(3790,548,'eg_sources_youtube',''),(3791,548,'eg_sources_vimeo',''),(3792,548,'eg_sources_wistia',''),(3793,548,'eg_sources_image',''),(3794,548,'eg_sources_iframe',''),(3795,548,'eg_sources_soundcloud',''),(3796,548,'eg_vimeo_ratio','0'),(3797,548,'eg_youtube_ratio','0'),(3798,548,'eg_wistia_ratio','0'),(3799,548,'eg_html5_ratio','0'),(3800,548,'eg_soundcloud_ratio','0'),(3801,548,'eg_settings_custom_meta_skin',''),(3802,548,'eg_settings_custom_meta_element',''),(3803,548,'eg_settings_custom_meta_setting',''),(3804,548,'eg_settings_custom_meta_style',''),(3805,548,'eg_sources_revslider',''),(3806,548,'classic_menu_background',''),(3807,548,'_classic_menu_background','field_523384ce55a84'),(3808,548,'classic_menu_background_alpha','1'),(3809,548,'_classic_menu_background_alpha','field_523384ce55a86'),(3810,548,'classic_menu_over_content','0'),(3811,548,'_classic_menu_over_content','field_523384ce55a85'),(3812,548,'hide_page_title','0'),(3813,548,'_hide_page_title','field_523382c955a73'),(3814,548,'background',''),(3815,548,'_background','field_523382c955a74'),(3816,548,'background_repeat','null'),(3817,548,'_background_repeat','field_523382f555a75'),(3818,548,'background_size','null'),(3819,548,'_background_size','field_5233837455a76'),(3820,548,'background_position','null'),(3821,548,'_background_position','field_5233842d55a78'),(3822,548,'content_background_color',''),(3823,548,'_content_background_color','field_523384ce55a80'),(3824,548,'content_background_transparency','1'),(3825,548,'_content_background_transparency','field_523384ce55a81'),(3826,548,'background_color',''),(3827,548,'_background_color','field_523384ce55a79'),(3828,548,'sidebar-position','right'),(3829,548,'_sidebar-position','field_526d6ec715ee9'),(3830,548,'sidebar-area_id','null'),(3831,548,'_sidebar-area_id','field_526d6c0da8219'),(3832,548,'event_show_time','1'),(3833,548,'_event_show_time','field_523b46ebe35ef'),(3834,548,'event_enable_countdown','0'),(3835,548,'_event_enable_countdown','field_523b46ebe35f0'),(3836,548,'event_city','Dublin, Ireland'),(3837,548,'_event_city','field_51b8bf97193f8'),(3838,548,'event_venue',''),(3839,548,'_event_venue','field_51b8bfa8193f9'),(3840,548,'event_map_label','Google Map'),(3841,548,'_event_map_label','field_51b8bfbf193fb'),(3842,548,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(3843,548,'_event_map','field_51b8bfbf193fa'),(3848,548,'artist_at_event','a:1:{i:0;s:4:\"1196\";}'),(3849,548,'_artist_at_event','field_548d3d5415e41'),(3850,548,'_dp_original','532'),(3851,548,'_wp_old_slug','get-up-stand-up-2'),(3852,548,'_edit_last','2'),(3853,548,'hamburger_icon_color',''),(3854,548,'_hamburger_icon_color','field_523384ce55a23'),(3855,548,'alternative_logo','0'),(3856,548,'_alternative_logo','field_523384ce55a99'),(3857,548,'_wpb_vc_js_status','false'),(3858,549,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3859,549,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3860,549,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3861,549,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3862,549,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3863,549,'slide_template',''),(3864,549,'eg_sources_html5_mp4',''),(3865,549,'eg_sources_html5_ogv',''),(3866,549,'eg_sources_html5_webm',''),(3867,549,'eg_sources_youtube',''),(3868,549,'eg_sources_vimeo',''),(3869,549,'eg_sources_wistia',''),(3870,549,'eg_sources_image',''),(3871,549,'eg_sources_iframe',''),(3872,549,'eg_sources_soundcloud',''),(3873,549,'eg_vimeo_ratio','0'),(3874,549,'eg_youtube_ratio','0'),(3875,549,'eg_wistia_ratio','0'),(3876,549,'eg_html5_ratio','0'),(3877,549,'eg_soundcloud_ratio','0'),(3878,549,'eg_settings_custom_meta_skin',''),(3879,549,'eg_settings_custom_meta_element',''),(3880,549,'eg_settings_custom_meta_setting',''),(3881,549,'eg_settings_custom_meta_style',''),(3882,549,'eg_sources_revslider',''),(3883,549,'classic_menu_background',''),(3884,549,'_classic_menu_background','field_523384ce55a84'),(3885,549,'classic_menu_background_alpha','1'),(3886,549,'_classic_menu_background_alpha','field_523384ce55a86'),(3887,549,'classic_menu_over_content','0'),(3888,549,'_classic_menu_over_content','field_523384ce55a85'),(3889,549,'hide_page_title','0'),(3890,549,'_hide_page_title','field_523382c955a73'),(3891,549,'background',''),(3892,549,'_background','field_523382c955a74'),(3893,549,'background_repeat','null'),(3894,549,'_background_repeat','field_523382f555a75'),(3895,549,'background_size','null'),(3896,549,'_background_size','field_5233837455a76'),(3897,549,'background_position','null'),(3898,549,'_background_position','field_5233842d55a78'),(3899,549,'content_background_color',''),(3900,549,'_content_background_color','field_523384ce55a80'),(3901,549,'content_background_transparency','1'),(3902,549,'_content_background_transparency','field_523384ce55a81'),(3903,549,'background_color',''),(3904,549,'_background_color','field_523384ce55a79'),(3905,549,'sidebar-position','right'),(3906,549,'_sidebar-position','field_526d6ec715ee9'),(3907,549,'sidebar-area_id','null'),(3908,549,'_sidebar-area_id','field_526d6c0da8219'),(3909,549,'event_show_time','1'),(3910,549,'_event_show_time','field_523b46ebe35ef'),(3911,549,'event_enable_countdown','0'),(3912,549,'_event_enable_countdown','field_523b46ebe35f0'),(3913,549,'event_city','Houston, US'),(3914,549,'_event_city','field_51b8bf97193f8'),(3915,549,'event_venue',''),(3916,549,'_event_venue','field_51b8bfa8193f9'),(3917,549,'event_map_label','Google Map'),(3918,549,'_event_map_label','field_51b8bfbf193fb'),(3919,549,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(3920,549,'_event_map','field_51b8bfbf193fa'),(3925,549,'artist_at_event','a:1:{i:0;s:4:\"1192\";}'),(3926,549,'_artist_at_event','field_548d3d5415e41'),(3928,549,'_dp_original','540'),(3929,549,'_wp_old_slug','the-grid-show'),(3930,549,'_edit_last','2'),(3931,549,'hamburger_icon_color',''),(3932,549,'_hamburger_icon_color','field_523384ce55a23'),(3933,549,'alternative_logo','0'),(3934,549,'_alternative_logo','field_523384ce55a99'),(3935,549,'_wp_old_slug','the-grid-performance'),(3936,549,'_wpb_vc_js_status','false'),(3937,550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3938,550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3939,550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3940,550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3941,550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3942,550,'slide_template',''),(3943,550,'eg_sources_html5_mp4',''),(3944,550,'eg_sources_html5_ogv',''),(3945,550,'eg_sources_html5_webm',''),(3946,550,'eg_sources_youtube',''),(3947,550,'eg_sources_vimeo',''),(3948,550,'eg_sources_wistia',''),(3949,550,'eg_sources_image',''),(3950,550,'eg_sources_iframe',''),(3951,550,'eg_sources_soundcloud',''),(3952,550,'eg_vimeo_ratio','0'),(3953,550,'eg_youtube_ratio','0'),(3954,550,'eg_wistia_ratio','0'),(3955,550,'eg_html5_ratio','0'),(3956,550,'eg_soundcloud_ratio','0'),(3957,550,'eg_settings_custom_meta_skin',''),(3958,550,'eg_settings_custom_meta_element',''),(3959,550,'eg_settings_custom_meta_setting',''),(3960,550,'eg_settings_custom_meta_style',''),(3961,550,'eg_sources_revslider',''),(3962,550,'classic_menu_background',''),(3963,550,'_classic_menu_background','field_523384ce55a84'),(3964,550,'classic_menu_background_alpha','1'),(3965,550,'_classic_menu_background_alpha','field_523384ce55a86'),(3966,550,'classic_menu_over_content','0'),(3967,550,'_classic_menu_over_content','field_523384ce55a85'),(3968,550,'hide_page_title','0'),(3969,550,'_hide_page_title','field_523382c955a73'),(3970,550,'background',''),(3971,550,'_background','field_523382c955a74'),(3972,550,'background_repeat','null'),(3973,550,'_background_repeat','field_523382f555a75'),(3974,550,'background_size','null'),(3975,550,'_background_size','field_5233837455a76'),(3976,550,'background_position','null'),(3977,550,'_background_position','field_5233842d55a78'),(3978,550,'content_background_color',''),(3979,550,'_content_background_color','field_523384ce55a80'),(3980,550,'content_background_transparency','1'),(3981,550,'_content_background_transparency','field_523384ce55a81'),(3982,550,'background_color',''),(3983,550,'_background_color','field_523384ce55a79'),(3984,550,'sidebar-position','right'),(3985,550,'_sidebar-position','field_526d6ec715ee9'),(3986,550,'sidebar-area_id','null'),(3987,550,'_sidebar-area_id','field_526d6c0da8219'),(3988,550,'event_show_time','1'),(3989,550,'_event_show_time','field_523b46ebe35ef'),(3990,550,'event_enable_countdown','0'),(3991,550,'_event_enable_countdown','field_523b46ebe35f0'),(3992,550,'event_city','Montreal, Canada'),(3993,550,'_event_city','field_51b8bf97193f8'),(3994,550,'event_venue',''),(3995,550,'_event_venue','field_51b8bfa8193f9'),(3996,550,'event_map_label','Google Map'),(3997,550,'_event_map_label','field_51b8bfbf193fb'),(3998,550,'event_map',''),(3999,550,'_event_map','field_51b8bfbf193fa'),(4004,550,'artist_at_event','a:1:{i:0;s:4:\"1146\";}'),(4005,550,'_artist_at_event','field_548d3d5415e41'),(4007,550,'_dp_original','542'),(4008,550,'_edit_last','2'),(4009,550,'hamburger_icon_color',''),(4010,550,'_hamburger_icon_color','field_523384ce55a23'),(4011,550,'alternative_logo','0'),(4012,550,'_alternative_logo','field_523384ce55a99'),(4013,550,'_wpb_vc_js_status','false'),(4014,551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4015,551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4016,551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4017,551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4018,551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4019,551,'slide_template',''),(4020,551,'eg_sources_html5_mp4',''),(4021,551,'eg_sources_html5_ogv',''),(4022,551,'eg_sources_html5_webm',''),(4023,551,'eg_sources_youtube',''),(4024,551,'eg_sources_vimeo',''),(4025,551,'eg_sources_wistia',''),(4026,551,'eg_sources_image',''),(4027,551,'eg_sources_iframe',''),(4028,551,'eg_sources_soundcloud',''),(4029,551,'eg_vimeo_ratio','0'),(4030,551,'eg_youtube_ratio','0'),(4031,551,'eg_wistia_ratio','0'),(4032,551,'eg_html5_ratio','0'),(4033,551,'eg_soundcloud_ratio','0'),(4034,551,'eg_settings_custom_meta_skin',''),(4035,551,'eg_settings_custom_meta_element',''),(4036,551,'eg_settings_custom_meta_setting',''),(4037,551,'eg_settings_custom_meta_style',''),(4038,551,'eg_sources_revslider',''),(4039,551,'classic_menu_background',''),(4040,551,'_classic_menu_background','field_523384ce55a84'),(4041,551,'classic_menu_background_alpha','1'),(4042,551,'_classic_menu_background_alpha','field_523384ce55a86'),(4043,551,'classic_menu_over_content','0'),(4044,551,'_classic_menu_over_content','field_523384ce55a85'),(4045,551,'hide_page_title','0'),(4046,551,'_hide_page_title','field_523382c955a73'),(4047,551,'background',''),(4048,551,'_background','field_523382c955a74'),(4049,551,'background_repeat','null'),(4050,551,'_background_repeat','field_523382f555a75'),(4051,551,'background_size','null'),(4052,551,'_background_size','field_5233837455a76'),(4053,551,'background_position','null'),(4054,551,'_background_position','field_5233842d55a78'),(4055,551,'content_background_color',''),(4056,551,'_content_background_color','field_523384ce55a80'),(4057,551,'content_background_transparency','1'),(4058,551,'_content_background_transparency','field_523384ce55a81'),(4059,551,'background_color',''),(4060,551,'_background_color','field_523384ce55a79'),(4061,551,'sidebar-position','right'),(4062,551,'_sidebar-position','field_526d6ec715ee9'),(4063,551,'sidebar-area_id','null'),(4064,551,'_sidebar-area_id','field_526d6c0da8219'),(4065,551,'event_show_time','1'),(4066,551,'_event_show_time','field_523b46ebe35ef'),(4067,551,'event_enable_countdown','0'),(4068,551,'_event_enable_countdown','field_523b46ebe35f0'),(4069,551,'event_city','New York, US'),(4070,551,'_event_city','field_51b8bf97193f8'),(4071,551,'event_venue',''),(4072,551,'_event_venue','field_51b8bfa8193f9'),(4073,551,'event_map_label','Google Map'),(4074,551,'_event_map_label','field_51b8bfbf193fb'),(4075,551,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(4076,551,'_event_map','field_51b8bfbf193fa'),(4081,551,'artist_at_event','a:1:{i:0;s:4:\"1143\";}'),(4082,551,'_artist_at_event','field_548d3d5415e41'),(4083,551,'_thumbnail_id','560'),(4084,551,'_dp_original','544'),(4085,551,'_edit_last','2'),(4086,551,'hamburger_icon_color',''),(4087,551,'_hamburger_icon_color','field_523384ce55a23'),(4088,551,'alternative_logo','0'),(4089,551,'_alternative_logo','field_523384ce55a99'),(4090,551,'_wpb_vc_js_status','false'),(4091,552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4092,552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4093,552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4094,552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4095,552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4096,552,'slide_template',''),(4097,552,'eg_sources_html5_mp4',''),(4098,552,'eg_sources_html5_ogv',''),(4099,552,'eg_sources_html5_webm',''),(4100,552,'eg_sources_youtube',''),(4101,552,'eg_sources_vimeo',''),(4102,552,'eg_sources_wistia',''),(4103,552,'eg_sources_image',''),(4104,552,'eg_sources_iframe',''),(4105,552,'eg_sources_soundcloud',''),(4106,552,'eg_vimeo_ratio','0'),(4107,552,'eg_youtube_ratio','0'),(4108,552,'eg_wistia_ratio','0'),(4109,552,'eg_html5_ratio','0'),(4110,552,'eg_soundcloud_ratio','0'),(4111,552,'eg_settings_custom_meta_skin',''),(4112,552,'eg_settings_custom_meta_element',''),(4113,552,'eg_settings_custom_meta_setting',''),(4114,552,'eg_settings_custom_meta_style',''),(4115,552,'eg_sources_revslider',''),(4116,552,'classic_menu_background',''),(4117,552,'_classic_menu_background','field_523384ce55a84'),(4118,552,'classic_menu_background_alpha','1'),(4119,552,'_classic_menu_background_alpha','field_523384ce55a86'),(4120,552,'classic_menu_over_content','0'),(4121,552,'_classic_menu_over_content','field_523384ce55a85'),(4122,552,'hide_page_title','0'),(4123,552,'_hide_page_title','field_523382c955a73'),(4124,552,'background',''),(4125,552,'_background','field_523382c955a74'),(4126,552,'background_repeat','null'),(4127,552,'_background_repeat','field_523382f555a75'),(4128,552,'background_size','null'),(4129,552,'_background_size','field_5233837455a76'),(4130,552,'background_position','null'),(4131,552,'_background_position','field_5233842d55a78'),(4132,552,'content_background_color',''),(4133,552,'_content_background_color','field_523384ce55a80'),(4134,552,'content_background_transparency','1'),(4135,552,'_content_background_transparency','field_523384ce55a81'),(4136,552,'background_color',''),(4137,552,'_background_color','field_523384ce55a79'),(4138,552,'sidebar-position','right'),(4139,552,'_sidebar-position','field_526d6ec715ee9'),(4140,552,'sidebar-area_id','null'),(4141,552,'_sidebar-area_id','field_526d6c0da8219'),(4142,552,'event_show_time','1'),(4143,552,'_event_show_time','field_523b46ebe35ef'),(4144,552,'event_enable_countdown','0'),(4145,552,'_event_enable_countdown','field_523b46ebe35f0'),(4146,552,'event_city','Cologne, Germany'),(4147,552,'_event_city','field_51b8bf97193f8'),(4148,552,'event_venue',''),(4149,552,'_event_venue','field_51b8bfa8193f9'),(4150,552,'event_map_label','Google Map'),(4151,552,'_event_map_label','field_51b8bfbf193fb'),(4152,552,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(4153,552,'_event_map','field_51b8bfbf193fa'),(4158,552,'artist_at_event','a:1:{i:0;s:4:\"1143\";}'),(4159,552,'_artist_at_event','field_548d3d5415e41'),(4160,552,'_thumbnail_id','562'),(4161,552,'_dp_original','546'),(4162,552,'_edit_last','2'),(4163,552,'hamburger_icon_color',''),(4164,552,'_hamburger_icon_color','field_523384ce55a23'),(4165,552,'alternative_logo','0'),(4166,552,'_alternative_logo','field_523384ce55a99'),(4167,552,'_wpb_vc_js_status','false'),(4168,540,'_edit_lock','1543513734:2'),(4169,540,'_trash_the_other_posts','0'),(4225,532,'_edit_lock','1543513872:2'),(4226,532,'_trash_the_other_posts','0'),(4227,560,'_wp_attached_file','2016/11/event_01_micheal_thompson1321.jpg'),(4228,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:1500;s:4:\"file\";s:41:\"2016/11/event_01_micheal_thompson1321.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"event_01_micheal_thompson1321-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"event_01_micheal_thompson1321-413x559.jpg\";s:5:\"width\";i:413;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"event_01_micheal_thompson1321-768x1039.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1039;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"event_01_micheal_thompson1321-757x1024.jpg\";s:5:\"width\";i:757;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:41:\"event_01_micheal_thompson1321-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4229,561,'_wp_attached_file','2016/11/event_02_smulligannn1321.jpg'),(4230,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:1260;s:4:\"file\";s:36:\"2016/11/event_02_smulligannn1321.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"event_02_smulligannn1321-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"event_02_smulligannn1321-367x559.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"event_02_smulligannn1321-768x1169.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"event_02_smulligannn1321-673x1024.jpg\";s:5:\"width\";i:673;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:36:\"event_02_smulligannn1321-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4231,562,'_wp_attached_file','2016/11/event_03_spablab1321.jpg'),(4232,562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2016/11/event_03_spablab1321.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"event_03_spablab1321-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"event_03_spablab1321-431x559.jpg\";s:5:\"width\";i:431;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"event_03_spablab1321-768x995.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:995;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"event_03_spablab1321-790x1024.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:32:\"event_03_spablab1321-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4233,563,'_wp_attached_file','2016/11/event_04_room1221321.jpg'),(4234,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:429;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2016/11/event_04_room1221321.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"event_04_room1221321-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"event_04_room1221321-400x559.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:32:\"event_04_room1221321-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4235,564,'_wp_attached_file','2016/11/event-051.jpg'),(4236,564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:710;s:4:\"file\";s:21:\"2016/11/event-051.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"event-051-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"event-051-394x559.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:21:\"event-051-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4237,549,'_edit_lock','1543513872:2'),(4238,549,'_trash_the_other_posts','0'),(4239,548,'_edit_lock','1543513872:2'),(4240,548,'_trash_the_other_posts','0'),(4290,546,'_edit_lock','1543513872:2'),(4291,546,'_trash_the_other_posts','0'),(4292,542,'_edit_lock','1543513872:2'),(4293,542,'_trash_the_other_posts','0'),(4294,544,'_edit_lock','1534966775:2'),(4295,544,'_trash_the_other_posts','0'),(4296,550,'_edit_lock','1543513872:2'),(4346,550,'_trash_the_other_posts','0'),(4347,551,'_edit_lock','1543513872:2'),(4397,551,'_trash_the_other_posts','0'),(4398,552,'_edit_lock','1543513872:2'),(4448,552,'_trash_the_other_posts','0'),(8528,299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8529,299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8530,299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8532,299,'_edit_last','2'),(8533,299,'slide_template','default'),(8534,299,'eg_sources_html5_mp4',''),(8535,299,'eg_sources_html5_ogv',''),(8536,299,'eg_sources_html5_webm',''),(8537,299,'eg_sources_youtube',''),(8538,299,'eg_sources_vimeo',''),(8539,299,'eg_sources_wistia',''),(8540,299,'eg_sources_image',''),(8541,299,'eg_sources_iframe',''),(8542,299,'eg_sources_soundcloud',''),(8543,299,'eg_vimeo_ratio','0'),(8544,299,'eg_youtube_ratio','0'),(8545,299,'eg_wistia_ratio','0'),(8546,299,'eg_html5_ratio','0'),(8547,299,'eg_soundcloud_ratio','0'),(8548,299,'eg_settings_custom_meta_skin',''),(8549,299,'eg_settings_custom_meta_element',''),(8550,299,'eg_settings_custom_meta_setting',''),(8551,299,'eg_settings_custom_meta_style',''),(8552,299,'_wp_old_slug','-2'),(8553,299,'sidebar-position','disabled'),(8554,299,'_sidebar-position','field_526d6ec715ee9'),(8555,299,'video_url','https://www.youtube.com/watch?v=zDo0H8Fm7d0'),(8556,299,'_video_url','field_51b8d3ffdfe47'),(8557,299,'classic_menu_background',''),(8558,299,'_classic_menu_background','field_523384ce55a84'),(8559,299,'classic_menu_background_alpha','1'),(8560,299,'_classic_menu_background_alpha','field_523384ce55a86'),(8561,299,'classic_menu_over_content','0'),(8562,299,'_classic_menu_over_content','field_523384ce55a85'),(8563,299,'hamburger_icon_color',''),(8564,299,'_hamburger_icon_color','field_523384ce55a23'),(8565,299,'alternative_logo','0'),(8566,299,'_alternative_logo','field_523384ce55a99'),(8567,299,'hide_page_title','0'),(8568,299,'_hide_page_title','field_523382c955a73'),(8569,299,'background',''),(8570,299,'_background','field_523382c955a74'),(8571,299,'background_repeat','null'),(8572,299,'_background_repeat','field_523382f555a75'),(8573,299,'background_size','null'),(8574,299,'_background_size','field_5233837455a76'),(8575,299,'background_position','null'),(8576,299,'_background_position','field_5233842d55a78'),(8577,299,'content_background_color',''),(8578,299,'_content_background_color','field_523384ce55a80'),(8579,299,'content_background_transparency','1'),(8580,299,'_content_background_transparency','field_523384ce55a81'),(8581,299,'background_color',''),(8582,299,'_background_color','field_523384ce55a79'),(8583,299,'artist_of_video',''),(8584,299,'_artist_of_video','field_548d3d6711e41'),(8585,299,'_wp_old_slug','james-blake-life-round-here'),(8586,310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8587,310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8588,310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8590,310,'_edit_last','2'),(8591,310,'slide_template','default'),(8592,310,'eg_sources_html5_mp4',''),(8593,310,'eg_sources_html5_ogv',''),(8594,310,'eg_sources_html5_webm',''),(8595,310,'eg_sources_youtube',''),(8596,310,'eg_sources_vimeo',''),(8597,310,'eg_sources_wistia',''),(8598,310,'eg_sources_image',''),(8599,310,'eg_sources_iframe',''),(8600,310,'eg_sources_soundcloud',''),(8601,310,'eg_vimeo_ratio','0'),(8602,310,'eg_youtube_ratio','0'),(8603,310,'eg_wistia_ratio','0'),(8604,310,'eg_html5_ratio','0'),(8605,310,'eg_soundcloud_ratio','0'),(8606,310,'eg_settings_custom_meta_skin',''),(8607,310,'eg_settings_custom_meta_element',''),(8608,310,'eg_settings_custom_meta_setting',''),(8609,310,'eg_settings_custom_meta_style',''),(8610,310,'_wp_old_slug','-2'),(8611,310,'sidebar-position','disabled'),(8612,310,'_sidebar-position','field_526d6ec715ee9'),(8613,310,'video_url','https://www.youtube.com/watch?v=fKopy74weus'),(8614,310,'_video_url','field_51b8d3ffdfe47'),(8615,310,'classic_menu_background',''),(8616,310,'_classic_menu_background','field_523384ce55a84'),(8617,310,'classic_menu_background_alpha','1'),(8618,310,'_classic_menu_background_alpha','field_523384ce55a86'),(8619,310,'classic_menu_over_content','0'),(8620,310,'_classic_menu_over_content','field_523384ce55a85'),(8621,310,'hamburger_icon_color',''),(8622,310,'_hamburger_icon_color','field_523384ce55a23'),(8623,310,'alternative_logo','0'),(8624,310,'_alternative_logo','field_523384ce55a99'),(8625,310,'hide_page_title','0'),(8626,310,'_hide_page_title','field_523382c955a73'),(8627,310,'background',''),(8628,310,'_background','field_523382c955a74'),(8629,310,'background_repeat','null'),(8630,310,'_background_repeat','field_523382f555a75'),(8631,310,'background_size','null'),(8632,310,'_background_size','field_5233837455a76'),(8633,310,'background_position','null'),(8634,310,'_background_position','field_5233842d55a78'),(8635,310,'content_background_color',''),(8636,310,'_content_background_color','field_523384ce55a80'),(8637,310,'content_background_transparency','1'),(8638,310,'_content_background_transparency','field_523384ce55a81'),(8639,310,'background_color',''),(8640,310,'_background_color','field_523384ce55a79'),(8641,310,'artist_of_video',''),(8642,310,'_artist_of_video','field_548d3d6711e41'),(8643,312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8644,312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8645,312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8647,312,'_edit_last','2'),(8648,312,'slide_template','default'),(8649,312,'eg_sources_html5_mp4',''),(8650,312,'eg_sources_html5_ogv',''),(8651,312,'eg_sources_html5_webm',''),(8652,312,'eg_sources_youtube',''),(8653,312,'eg_sources_vimeo',''),(8654,312,'eg_sources_wistia',''),(8655,312,'eg_sources_image',''),(8656,312,'eg_sources_iframe',''),(8657,312,'eg_sources_soundcloud',''),(8658,312,'eg_vimeo_ratio','0'),(8659,312,'eg_youtube_ratio','0'),(8660,312,'eg_wistia_ratio','0'),(8661,312,'eg_html5_ratio','0'),(8662,312,'eg_soundcloud_ratio','0'),(8663,312,'eg_settings_custom_meta_skin',''),(8664,312,'eg_settings_custom_meta_element',''),(8665,312,'eg_settings_custom_meta_setting',''),(8666,312,'eg_settings_custom_meta_style',''),(8667,312,'_wp_old_slug','-2'),(8668,312,'sidebar-position','disabled'),(8669,312,'_sidebar-position','field_526d6ec715ee9'),(8670,312,'video_url','https://www.youtube.com/watch?v=Tm8LGxTLtQk'),(8671,312,'_video_url','field_51b8d3ffdfe47'),(8672,312,'classic_menu_background',''),(8673,312,'_classic_menu_background','field_523384ce55a84'),(8674,312,'classic_menu_background_alpha','1'),(8675,312,'_classic_menu_background_alpha','field_523384ce55a86'),(8676,312,'classic_menu_over_content','0'),(8677,312,'_classic_menu_over_content','field_523384ce55a85'),(8678,312,'hamburger_icon_color',''),(8679,312,'_hamburger_icon_color','field_523384ce55a23'),(8680,312,'alternative_logo','0'),(8681,312,'_alternative_logo','field_523384ce55a99'),(8682,312,'hide_page_title','0'),(8683,312,'_hide_page_title','field_523382c955a73'),(8684,312,'background',''),(8685,312,'_background','field_523382c955a74'),(8686,312,'background_repeat','null'),(8687,312,'_background_repeat','field_523382f555a75'),(8688,312,'background_size','null'),(8689,312,'_background_size','field_5233837455a76'),(8690,312,'background_position','null'),(8691,312,'_background_position','field_5233842d55a78'),(8692,312,'content_background_color',''),(8693,312,'_content_background_color','field_523384ce55a80'),(8694,312,'content_background_transparency','1'),(8695,312,'_content_background_transparency','field_523384ce55a81'),(8696,312,'background_color',''),(8697,312,'_background_color','field_523384ce55a79'),(8698,312,'artist_of_video',''),(8699,312,'_artist_of_video','field_548d3d6711e41'),(8700,314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8701,314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8702,314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8704,314,'_edit_last','2'),(8705,314,'slide_template','default'),(8706,314,'eg_sources_html5_mp4',''),(8707,314,'eg_sources_html5_ogv',''),(8708,314,'eg_sources_html5_webm',''),(8709,314,'eg_sources_youtube',''),(8710,314,'eg_sources_vimeo',''),(8711,314,'eg_sources_wistia',''),(8712,314,'eg_sources_image',''),(8713,314,'eg_sources_iframe',''),(8714,314,'eg_sources_soundcloud',''),(8715,314,'eg_vimeo_ratio','0'),(8716,314,'eg_youtube_ratio','0'),(8717,314,'eg_wistia_ratio','0'),(8718,314,'eg_html5_ratio','0'),(8719,314,'eg_soundcloud_ratio','0'),(8720,314,'eg_settings_custom_meta_skin',''),(8721,314,'eg_settings_custom_meta_element',''),(8722,314,'eg_settings_custom_meta_setting',''),(8723,314,'eg_settings_custom_meta_style',''),(8724,314,'_wp_old_slug','-2'),(8725,314,'sidebar-position','disabled'),(8726,314,'_sidebar-position','field_526d6ec715ee9'),(8727,314,'video_url','https://www.youtube.com/watch?v=papuvlVeZg8'),(8728,314,'_video_url','field_51b8d3ffdfe47'),(8729,314,'classic_menu_background',''),(8730,314,'_classic_menu_background','field_523384ce55a84'),(8731,314,'classic_menu_background_alpha','1'),(8732,314,'_classic_menu_background_alpha','field_523384ce55a86'),(8733,314,'classic_menu_over_content','0'),(8734,314,'_classic_menu_over_content','field_523384ce55a85'),(8735,314,'hamburger_icon_color',''),(8736,314,'_hamburger_icon_color','field_523384ce55a23'),(8737,314,'alternative_logo','0'),(8738,314,'_alternative_logo','field_523384ce55a99'),(8739,314,'hide_page_title','0'),(8740,314,'_hide_page_title','field_523382c955a73'),(8741,314,'background',''),(8742,314,'_background','field_523382c955a74'),(8743,314,'background_repeat','null'),(8744,314,'_background_repeat','field_523382f555a75'),(8745,314,'background_size','null'),(8746,314,'_background_size','field_5233837455a76'),(8747,314,'background_position','null'),(8748,314,'_background_position','field_5233842d55a78'),(8749,314,'content_background_color',''),(8750,314,'_content_background_color','field_523384ce55a80'),(8751,314,'content_background_transparency','1'),(8752,314,'_content_background_transparency','field_523384ce55a81'),(8753,314,'background_color',''),(8754,314,'_background_color','field_523384ce55a79'),(8755,314,'artist_of_video',''),(8756,314,'_artist_of_video','field_548d3d6711e41'),(8757,316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8758,316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8759,316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8761,316,'_edit_last','2'),(8762,316,'slide_template','default'),(8763,316,'eg_sources_html5_mp4',''),(8764,316,'eg_sources_html5_ogv',''),(8765,316,'eg_sources_html5_webm',''),(8766,316,'eg_sources_youtube',''),(8767,316,'eg_sources_vimeo',''),(8768,316,'eg_sources_wistia',''),(8769,316,'eg_sources_image',''),(8770,316,'eg_sources_iframe',''),(8771,316,'eg_sources_soundcloud',''),(8772,316,'eg_vimeo_ratio','0'),(8773,316,'eg_youtube_ratio','0'),(8774,316,'eg_wistia_ratio','0'),(8775,316,'eg_html5_ratio','0'),(8776,316,'eg_soundcloud_ratio','0'),(8777,316,'eg_settings_custom_meta_skin',''),(8778,316,'eg_settings_custom_meta_element',''),(8779,316,'eg_settings_custom_meta_setting',''),(8780,316,'eg_settings_custom_meta_style',''),(8781,316,'_wp_old_slug','-2'),(8782,316,'sidebar-position','disabled'),(8783,316,'_sidebar-position','field_526d6ec715ee9'),(8784,316,'video_url','https://www.youtube.com/watch?v=k2qgadSvNyU'),(8785,316,'_video_url','field_51b8d3ffdfe47'),(8786,316,'classic_menu_background',''),(8787,316,'_classic_menu_background','field_523384ce55a84'),(8788,316,'classic_menu_background_alpha','1'),(8789,316,'_classic_menu_background_alpha','field_523384ce55a86'),(8790,316,'classic_menu_over_content','0'),(8791,316,'_classic_menu_over_content','field_523384ce55a85'),(8792,316,'hamburger_icon_color',''),(8793,316,'_hamburger_icon_color','field_523384ce55a23'),(8794,316,'alternative_logo','0'),(8795,316,'_alternative_logo','field_523384ce55a99'),(8796,316,'hide_page_title','0'),(8797,316,'_hide_page_title','field_523382c955a73'),(8798,316,'background',''),(8799,316,'_background','field_523382c955a74'),(8800,316,'background_repeat','null'),(8801,316,'_background_repeat','field_523382f555a75'),(8802,316,'background_size','null'),(8803,316,'_background_size','field_5233837455a76'),(8804,316,'background_position','null'),(8805,316,'_background_position','field_5233842d55a78'),(8806,316,'content_background_color',''),(8807,316,'_content_background_color','field_523384ce55a80'),(8808,316,'content_background_transparency','1'),(8809,316,'_content_background_transparency','field_523384ce55a81'),(8810,316,'background_color',''),(8811,316,'_background_color','field_523384ce55a79'),(8812,316,'artist_of_video',''),(8813,316,'_artist_of_video','field_548d3d6711e41'),(8814,318,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8815,318,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8816,318,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8818,318,'_edit_last','2'),(8819,318,'slide_template','default'),(8820,318,'eg_sources_html5_mp4',''),(8821,318,'eg_sources_html5_ogv',''),(8822,318,'eg_sources_html5_webm',''),(8823,318,'eg_sources_youtube',''),(8824,318,'eg_sources_vimeo',''),(8825,318,'eg_sources_wistia',''),(8826,318,'eg_sources_image',''),(8827,318,'eg_sources_iframe',''),(8828,318,'eg_sources_soundcloud',''),(8829,318,'eg_vimeo_ratio','0'),(8830,318,'eg_youtube_ratio','0'),(8831,318,'eg_wistia_ratio','0'),(8832,318,'eg_html5_ratio','0'),(8833,318,'eg_soundcloud_ratio','0'),(8834,318,'eg_settings_custom_meta_skin',''),(8835,318,'eg_settings_custom_meta_element',''),(8836,318,'eg_settings_custom_meta_setting',''),(8837,318,'eg_settings_custom_meta_style',''),(8838,318,'_wp_old_slug','-2'),(8839,318,'sidebar-position','disabled'),(8840,318,'_sidebar-position','field_526d6ec715ee9'),(8841,318,'video_url','https://www.youtube.com/watch?v=RE-oXLAi8No'),(8842,318,'_video_url','field_51b8d3ffdfe47'),(8843,318,'classic_menu_background',''),(8844,318,'_classic_menu_background','field_523384ce55a84'),(8845,318,'classic_menu_background_alpha','1'),(8846,318,'_classic_menu_background_alpha','field_523384ce55a86'),(8847,318,'classic_menu_over_content','0'),(8848,318,'_classic_menu_over_content','field_523384ce55a85'),(8849,318,'hamburger_icon_color',''),(8850,318,'_hamburger_icon_color','field_523384ce55a23'),(8851,318,'alternative_logo','0'),(8852,318,'_alternative_logo','field_523384ce55a99'),(8853,318,'hide_page_title','0'),(8854,318,'_hide_page_title','field_523382c955a73'),(8855,318,'background',''),(8856,318,'_background','field_523382c955a74'),(8857,318,'background_repeat','null'),(8858,318,'_background_repeat','field_523382f555a75'),(8859,318,'background_size','null'),(8860,318,'_background_size','field_5233837455a76'),(8861,318,'background_position','null'),(8862,318,'_background_position','field_5233842d55a78'),(8863,318,'content_background_color',''),(8864,318,'_content_background_color','field_523384ce55a80'),(8865,318,'content_background_transparency','1'),(8866,318,'_content_background_transparency','field_523384ce55a81'),(8867,318,'background_color',''),(8868,318,'_background_color','field_523384ce55a79'),(8869,318,'artist_of_video',''),(8870,318,'_artist_of_video','field_548d3d6711e41'),(8871,320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8872,320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8873,320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8875,320,'_edit_last','2'),(8876,320,'slide_template','default'),(8877,320,'eg_sources_html5_mp4',''),(8878,320,'eg_sources_html5_ogv',''),(8879,320,'eg_sources_html5_webm',''),(8880,320,'eg_sources_youtube',''),(8881,320,'eg_sources_vimeo',''),(8882,320,'eg_sources_wistia',''),(8883,320,'eg_sources_image',''),(8884,320,'eg_sources_iframe',''),(8885,320,'eg_sources_soundcloud',''),(8886,320,'eg_vimeo_ratio','0'),(8887,320,'eg_youtube_ratio','0'),(8888,320,'eg_wistia_ratio','0'),(8889,320,'eg_html5_ratio','0'),(8890,320,'eg_soundcloud_ratio','0'),(8891,320,'eg_settings_custom_meta_skin',''),(8892,320,'eg_settings_custom_meta_element',''),(8893,320,'eg_settings_custom_meta_setting',''),(8894,320,'eg_settings_custom_meta_style',''),(8895,320,'_wp_old_slug','-2'),(8896,320,'sidebar-position','disabled'),(8897,320,'_sidebar-position','field_526d6ec715ee9'),(8898,320,'video_url','https://www.youtube.com/watch?v=PMivT7MJ41M'),(8899,320,'_video_url','field_51b8d3ffdfe47'),(8900,320,'classic_menu_background',''),(8901,320,'_classic_menu_background','field_523384ce55a84'),(8902,320,'classic_menu_background_alpha','1'),(8903,320,'_classic_menu_background_alpha','field_523384ce55a86'),(8904,320,'classic_menu_over_content','0'),(8905,320,'_classic_menu_over_content','field_523384ce55a85'),(8906,320,'hamburger_icon_color',''),(8907,320,'_hamburger_icon_color','field_523384ce55a23'),(8908,320,'alternative_logo','0'),(8909,320,'_alternative_logo','field_523384ce55a99'),(8910,320,'hide_page_title','0'),(8911,320,'_hide_page_title','field_523382c955a73'),(8912,320,'background',''),(8913,320,'_background','field_523382c955a74'),(8914,320,'background_repeat','null'),(8915,320,'_background_repeat','field_523382f555a75'),(8916,320,'background_size','null'),(8917,320,'_background_size','field_5233837455a76'),(8918,320,'background_position','null'),(8919,320,'_background_position','field_5233842d55a78'),(8920,320,'content_background_color',''),(8921,320,'_content_background_color','field_523384ce55a80'),(8922,320,'content_background_transparency','1'),(8923,320,'_content_background_transparency','field_523384ce55a81'),(8924,320,'background_color',''),(8925,320,'_background_color','field_523384ce55a79'),(8926,320,'artist_of_video',''),(8927,320,'_artist_of_video','field_548d3d6711e41'),(8928,320,'_wp_old_slug','dahlia-black-ufck-a-rap-song'),(8929,322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8930,322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8931,322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8933,322,'_edit_last','2'),(8934,322,'slide_template','default'),(8935,322,'eg_sources_html5_mp4',''),(8936,322,'eg_sources_html5_ogv',''),(8937,322,'eg_sources_html5_webm',''),(8938,322,'eg_sources_youtube',''),(8939,322,'eg_sources_vimeo',''),(8940,322,'eg_sources_wistia',''),(8941,322,'eg_sources_image',''),(8942,322,'eg_sources_iframe',''),(8943,322,'eg_sources_soundcloud',''),(8944,322,'eg_vimeo_ratio','0'),(8945,322,'eg_youtube_ratio','0'),(8946,322,'eg_wistia_ratio','0'),(8947,322,'eg_html5_ratio','0'),(8948,322,'eg_soundcloud_ratio','0'),(8949,322,'eg_settings_custom_meta_skin',''),(8950,322,'eg_settings_custom_meta_element',''),(8951,322,'eg_settings_custom_meta_setting',''),(8952,322,'eg_settings_custom_meta_style',''),(8953,322,'_wp_old_slug','-2'),(8954,322,'sidebar-position','disabled'),(8955,322,'_sidebar-position','field_526d6ec715ee9'),(8956,322,'video_url','https://www.youtube.com/watch?v=Pw-0pbY9JeU'),(8957,322,'_video_url','field_51b8d3ffdfe47'),(8958,322,'classic_menu_background',''),(8959,322,'_classic_menu_background','field_523384ce55a84'),(8960,322,'classic_menu_background_alpha','1'),(8961,322,'_classic_menu_background_alpha','field_523384ce55a86'),(8962,322,'classic_menu_over_content','0'),(8963,322,'_classic_menu_over_content','field_523384ce55a85'),(8964,322,'hamburger_icon_color',''),(8965,322,'_hamburger_icon_color','field_523384ce55a23'),(8966,322,'alternative_logo','0'),(8967,322,'_alternative_logo','field_523384ce55a99'),(8968,322,'hide_page_title','0'),(8969,322,'_hide_page_title','field_523382c955a73'),(8970,322,'background',''),(8971,322,'_background','field_523382c955a74'),(8972,322,'background_repeat','null'),(8973,322,'_background_repeat','field_523382f555a75'),(8974,322,'background_size','null'),(8975,322,'_background_size','field_5233837455a76'),(8976,322,'background_position','null'),(8977,322,'_background_position','field_5233842d55a78'),(8978,322,'content_background_color',''),(8979,322,'_content_background_color','field_523384ce55a80'),(8980,322,'content_background_transparency','1'),(8981,322,'_content_background_transparency','field_523384ce55a81'),(8982,322,'background_color',''),(8983,322,'_background_color','field_523384ce55a79'),(8984,322,'artist_of_video',''),(8985,322,'_artist_of_video','field_548d3d6711e41'),(8986,322,'_edit_lock','1508964513:2'),(9075,27,'_wpb_shortcodes_custom_css','.vc_custom_1509462876166{margin-top: 50px !important;}.vc_custom_1510087774184{margin-bottom: 0px !important;padding-right: 10% !important;}.vc_custom_1535040468320{margin-top: 0px !important;}.vc_custom_1535040511547{margin-top: 75px !important;padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1478809847645{margin-top: 50px !important;}.vc_custom_1535040480983{margin-top: 100px !important;}'),(9241,322,'_wpb_vc_js_status','false'),(9243,322,'_trash_the_other_posts','0'),(9273,320,'_edit_lock','1508964684:2'),(9335,320,'_wpb_vc_js_status','false'),(9337,320,'_trash_the_other_posts','0'),(9367,318,'_edit_lock','1508964621:2'),(9429,318,'_wpb_vc_js_status','false'),(9431,318,'_trash_the_other_posts','0'),(9432,316,'_edit_lock','1508964620:2'),(9494,316,'_wpb_vc_js_status','false'),(9496,316,'_trash_the_other_posts','0'),(9526,314,'_edit_lock','1508964689:2'),(9559,314,'_wpb_vc_js_status','false'),(9561,314,'_trash_the_other_posts','0'),(9562,312,'_edit_lock','1508964689:2'),(9595,312,'_wpb_vc_js_status','false'),(9597,312,'_trash_the_other_posts','0'),(9598,310,'_edit_lock','1508964689:2'),(9631,310,'_wpb_vc_js_status','false'),(9633,310,'_trash_the_other_posts','0'),(9634,299,'_edit_lock','1508964689:2'),(9667,299,'_wpb_vc_js_status','false'),(9669,299,'_trash_the_other_posts','0'),(10141,40,'_wpb_shortcodes_custom_css','.vc_custom_1509382389637{margin-top: 100px !important;}.vc_custom_1509464058794{margin-top: 100px !important;}.vc_custom_1466006401702{padding-top: 100px !important;padding-bottom: 50px !important;}.vc_custom_1466006401702{padding-top: 100px !important;padding-bottom: 50px !important;}.vc_custom_1466005851756{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1466006401702{padding-top: 100px !important;padding-bottom: 50px !important;}.vc_custom_1509137274915{margin-bottom: -15px !important;}.vc_custom_1509121416703{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1509377755965{margin-top: 70px !important;}.vc_custom_1510688950334{background-image: url(https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/prodigy_biobg.jpg?id=2482) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1510688962026{padding-top: 4vw !important;padding-bottom: 4vw !important;background-image: url(https://cactusmoonshinepublishing.com/wp-content/uploads/2017/10/console-1.jpg?id=2357) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1498672452585{padding-top: 30px !important;padding-bottom: 12px !important;}.vc_custom_1466004433808{padding-bottom: 35px !important;}.vc_custom_1466004461291{padding-top: 70px !important;padding-bottom: 30px !important;}'),(10143,40,'_oembed_50929db09ae1a90935a6d77f40935698','<iframe src=\"https://player.vimeo.com/video/41982255\" width=\"640\" height=\"360\" frameborder=\"0\" title=\"Chilly Gonzales Solo Piano II - Piano Vision Medley\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(10144,40,'_oembed_time_50929db09ae1a90935a6d77f40935698','1478812204'),(10176,40,'classic_menu_main_item_color','#ffffff'),(10177,40,'_classic_menu_main_item_color','field_523384ce55a87'),(10271,713,'_wp_attached_file','2016/11/download_button.png'),(10272,713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:156;s:4:\"file\";s:27:\"2016/11/download_button.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"download_button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10552,40,'_wpb_post_custom_css','.topright {\r\n    background-position: top right!important;\r\n}'),(10900,735,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10901,735,'_form','<label>Your Name (required)</label>\n    [text* your-name] \n\n<label>Your Email (required)</label>\n    [email* your-email]\n\n<label>Subject</label>\n    [text your-subject]\n\n<label>Your Message</label>\n    [textarea your-message]\n\n[submit \"Send\"]'),(10902,735,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:46:\"Premium Music Wordpress Theme \"[your-subject]\"\";s:6:\"sender\";s:34:\"[your-name] <email@yourdomain.com>\";s:9:\"recipient\";s:19:\"info@yourdomain.com\";s:4:\"body\";s:146:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on the website\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(10903,735,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:65:\"Croma | Lowtempo - Premium Music Wordpress Theme \"[your-subject]\"\";s:6:\"sender\";s:84:\"Croma | Lowtempo - Premium Music Wordpress Theme <wordpress@croma.irontemplates.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:165:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Croma | Lowtempo - Premium Music Wordpress Theme (https://cactusmoonshinepublishing.com)\";s:18:\"additional_headers\";s:33:\"Reply-To: info@motionindesign.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(10904,735,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(10905,735,'_additional_settings',''),(10906,735,'_locale','en_US'),(12147,38,'classic_menu_main_item_color',''),(12148,38,'_classic_menu_main_item_color','field_523384ce55a87'),(12422,784,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12423,784,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12424,784,'_sku',''),(12425,784,'_thumbnail_id','0'),(12426,784,'_virtual','no'),(12427,784,'_downloadable','no'),(12428,784,'_weight',''),(12429,784,'_length',''),(12430,784,'_width',''),(12431,784,'_height',''),(12432,784,'_manage_stock','no'),(12433,784,'_stock_status','instock'),(12434,784,'_regular_price','25'),(12435,784,'_sale_price',''),(12436,784,'_sale_price_dates_from',''),(12437,784,'_sale_price_dates_to',''),(12438,784,'_price','25'),(12439,784,'_download_limit',''),(12440,784,'_download_expiry',''),(12441,784,'_downloadable_files',''),(12442,784,'_variation_description',''),(12443,784,'attribute_size',''),(12444,785,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12445,785,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12446,785,'_sku',''),(12447,785,'_thumbnail_id','0'),(12448,785,'_virtual','no'),(12449,785,'_downloadable','no'),(12450,785,'_weight',''),(12451,785,'_length',''),(12452,785,'_width',''),(12453,785,'_height',''),(12454,785,'_manage_stock','no'),(12455,785,'_stock_status','instock'),(12456,785,'_regular_price','25'),(12457,785,'_sale_price',''),(12458,785,'_sale_price_dates_from',''),(12459,785,'_sale_price_dates_to',''),(12460,785,'_price','25'),(12461,785,'_download_limit',''),(12462,785,'_download_expiry',''),(12463,785,'_downloadable_files',''),(12464,785,'_variation_description',''),(12465,785,'attribute_size',''),(12466,786,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12467,786,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12468,786,'_sku',''),(12469,786,'_thumbnail_id','0'),(12470,786,'_virtual','no'),(12471,786,'_downloadable','no'),(12472,786,'_weight',''),(12473,786,'_length',''),(12474,786,'_width',''),(12475,786,'_height',''),(12476,786,'_manage_stock','no'),(12477,786,'_stock_status','instock'),(12478,786,'_regular_price','25'),(12479,786,'_sale_price',''),(12480,786,'_sale_price_dates_from',''),(12481,786,'_sale_price_dates_to',''),(12482,786,'_price','25'),(12483,786,'_download_limit',''),(12484,786,'_download_expiry',''),(12485,786,'_downloadable_files',''),(12486,786,'_variation_description',''),(12487,786,'attribute_size',''),(12488,787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12489,787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12490,787,'_sku',''),(12491,787,'_thumbnail_id','0'),(12492,787,'_virtual','no'),(12493,787,'_downloadable','no'),(12494,787,'_weight',''),(12495,787,'_length',''),(12496,787,'_width',''),(12497,787,'_height',''),(12498,787,'_manage_stock','no'),(12499,787,'_stock_status','instock'),(12500,787,'_regular_price','25'),(12501,787,'_sale_price',''),(12502,787,'_sale_price_dates_from',''),(12503,787,'_sale_price_dates_to',''),(12504,787,'_price','25'),(12505,787,'_download_limit',''),(12506,787,'_download_expiry',''),(12507,787,'_downloadable_files',''),(12508,787,'_variation_description',''),(12509,787,'attribute_size',''),(12611,796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12612,796,'_edit_lock','1499284090:3'),(12613,796,'_edit_last','3'),(12614,796,'_wp_page_template','default'),(12643,796,'slide_template','default'),(12644,796,'eg_sources_html5_mp4',''),(12645,796,'eg_sources_html5_ogv',''),(12646,796,'eg_sources_html5_webm',''),(12647,796,'eg_sources_youtube',''),(12648,796,'eg_sources_vimeo',''),(12649,796,'eg_sources_wistia',''),(12650,796,'eg_sources_image',''),(12651,796,'eg_sources_iframe',''),(12652,796,'eg_sources_soundcloud',''),(12653,796,'eg_vimeo_ratio','0'),(12654,796,'eg_youtube_ratio','0'),(12655,796,'eg_wistia_ratio','0'),(12656,796,'eg_html5_ratio','0'),(12657,796,'eg_soundcloud_ratio','0'),(12658,796,'eg_settings_custom_meta_skin',''),(12659,796,'eg_settings_custom_meta_element',''),(12660,796,'eg_settings_custom_meta_setting',''),(12661,796,'eg_settings_custom_meta_style',''),(12662,796,'_wpb_vc_js_status','false'),(12664,796,'sidebar-position','disabled'),(12665,796,'_sidebar-position','field_526d6ec715ee9'),(12666,796,'classic_menu_background',''),(12667,796,'_classic_menu_background','field_523384ce55a84'),(12668,796,'classic_menu_background_alpha','1'),(12669,796,'_classic_menu_background_alpha','field_523384ce55a86'),(12670,796,'classic_menu_over_content','0'),(12671,796,'_classic_menu_over_content','field_523384ce55a85'),(12672,796,'hamburger_icon_color',''),(12673,796,'_hamburger_icon_color','field_523384ce55a23'),(12674,796,'alternative_logo','0'),(12675,796,'_alternative_logo','field_523384ce55a99'),(12676,796,'hide_page_title','0'),(12677,796,'_hide_page_title','field_523382c955a73'),(12678,796,'background',''),(12679,796,'_background','field_523382c955a74'),(12680,796,'background_repeat','null'),(12681,796,'_background_repeat','field_523382f555a75'),(12682,796,'background_size','null'),(12683,796,'_background_size','field_5233837455a76'),(12684,796,'background_position','null'),(12685,796,'_background_position','field_5233842d55a78'),(12686,796,'content_background_color',''),(12687,796,'_content_background_color','field_523384ce55a80'),(12688,796,'content_background_transparency','1'),(12689,796,'_content_background_transparency','field_523384ce55a81'),(12690,796,'background_color',''),(12691,796,'_background_color','field_523384ce55a79'),(12692,796,'_trash_the_other_posts','0'),(12693,798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12694,798,'_edit_lock','1499284089:3'),(12695,798,'_edit_last','3'),(12696,798,'_wp_page_template','default'),(12725,798,'slide_template','default'),(12726,798,'eg_sources_html5_mp4',''),(12727,798,'eg_sources_html5_ogv',''),(12728,798,'eg_sources_html5_webm',''),(12729,798,'eg_sources_youtube',''),(12730,798,'eg_sources_vimeo',''),(12731,798,'eg_sources_wistia',''),(12732,798,'eg_sources_image',''),(12733,798,'eg_sources_iframe',''),(12734,798,'eg_sources_soundcloud',''),(12735,798,'eg_vimeo_ratio','0'),(12736,798,'eg_youtube_ratio','0'),(12737,798,'eg_wistia_ratio','0'),(12738,798,'eg_html5_ratio','0'),(12739,798,'eg_soundcloud_ratio','0'),(12740,798,'eg_settings_custom_meta_skin',''),(12741,798,'eg_settings_custom_meta_element',''),(12742,798,'eg_settings_custom_meta_setting',''),(12743,798,'eg_settings_custom_meta_style',''),(12744,798,'_wpb_vc_js_status','false'),(12746,798,'sidebar-position','disabled'),(12747,798,'_sidebar-position','field_526d6ec715ee9'),(12748,798,'classic_menu_background',''),(12749,798,'_classic_menu_background','field_523384ce55a84'),(12750,798,'classic_menu_background_alpha','1'),(12751,798,'_classic_menu_background_alpha','field_523384ce55a86'),(12752,798,'classic_menu_over_content','0'),(12753,798,'_classic_menu_over_content','field_523384ce55a85'),(12754,798,'hamburger_icon_color',''),(12755,798,'_hamburger_icon_color','field_523384ce55a23'),(12756,798,'alternative_logo','0'),(12757,798,'_alternative_logo','field_523384ce55a99'),(12758,798,'hide_page_title','0'),(12759,798,'_hide_page_title','field_523382c955a73'),(12760,798,'background',''),(12761,798,'_background','field_523382c955a74'),(12762,798,'background_repeat','null'),(12763,798,'_background_repeat','field_523382f555a75'),(12764,798,'background_size','null'),(12765,798,'_background_size','field_5233837455a76'),(12766,798,'background_position','null'),(12767,798,'_background_position','field_5233842d55a78'),(12768,798,'content_background_color',''),(12769,798,'_content_background_color','field_523384ce55a80'),(12770,798,'content_background_transparency','1'),(12771,798,'_content_background_transparency','field_523384ce55a81'),(12772,798,'background_color',''),(12773,798,'_background_color','field_523384ce55a79'),(12774,798,'_trash_the_other_posts','0'),(12775,800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12776,800,'_edit_lock','1543603628:2'),(12777,800,'_edit_last','3'),(12778,800,'_wp_page_template','default'),(12807,800,'slide_template','default'),(12808,800,'eg_sources_html5_mp4',''),(12809,800,'eg_sources_html5_ogv',''),(12810,800,'eg_sources_html5_webm',''),(12811,800,'eg_sources_youtube',''),(12812,800,'eg_sources_vimeo',''),(12813,800,'eg_sources_wistia',''),(12814,800,'eg_sources_image',''),(12815,800,'eg_sources_iframe',''),(12816,800,'eg_sources_soundcloud',''),(12817,800,'eg_vimeo_ratio','0'),(12818,800,'eg_youtube_ratio','0'),(12819,800,'eg_wistia_ratio','0'),(12820,800,'eg_html5_ratio','0'),(12821,800,'eg_soundcloud_ratio','0'),(12822,800,'eg_settings_custom_meta_skin',''),(12823,800,'eg_settings_custom_meta_element',''),(12824,800,'eg_settings_custom_meta_setting',''),(12825,800,'eg_settings_custom_meta_style',''),(12826,800,'_wpb_vc_js_status','false'),(12828,800,'sidebar-position','disabled'),(12829,800,'_sidebar-position','field_526d6ec715ee9'),(12830,800,'classic_menu_background',''),(12831,800,'_classic_menu_background','field_523384ce55a84'),(12832,800,'classic_menu_background_alpha','1'),(12833,800,'_classic_menu_background_alpha','field_523384ce55a86'),(12834,800,'classic_menu_over_content','0'),(12835,800,'_classic_menu_over_content','field_523384ce55a85'),(12836,800,'hamburger_icon_color',''),(12837,800,'_hamburger_icon_color','field_523384ce55a23'),(12838,800,'alternative_logo','0'),(12839,800,'_alternative_logo','field_523384ce55a99'),(12840,800,'hide_page_title','0'),(12841,800,'_hide_page_title','field_523382c955a73'),(12842,800,'background',''),(12843,800,'_background','field_523382c955a74'),(12844,800,'background_repeat','null'),(12845,800,'_background_repeat','field_523382f555a75'),(12846,800,'background_size','null'),(12847,800,'_background_size','field_5233837455a76'),(12848,800,'background_position','null'),(12849,800,'_background_position','field_5233842d55a78'),(12850,800,'content_background_color',''),(12851,800,'_content_background_color','field_523384ce55a80'),(12852,800,'content_background_transparency','1'),(12853,800,'_content_background_transparency','field_523384ce55a81'),(12854,800,'background_color',''),(12855,800,'_background_color','field_523384ce55a79'),(12856,800,'_trash_the_other_posts','0'),(13189,827,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13190,827,'_edit_lock','1543335610:2'),(13191,827,'_edit_last','2'),(13192,827,'_wp_page_template','default'),(13221,827,'slide_template','default'),(13222,827,'eg_sources_html5_mp4',''),(13223,827,'eg_sources_html5_ogv',''),(13224,827,'eg_sources_html5_webm',''),(13225,827,'eg_sources_youtube',''),(13226,827,'eg_sources_vimeo',''),(13227,827,'eg_sources_wistia',''),(13228,827,'eg_sources_image',''),(13229,827,'eg_sources_iframe',''),(13230,827,'eg_sources_soundcloud',''),(13231,827,'eg_vimeo_ratio','0'),(13232,827,'eg_youtube_ratio','0'),(13233,827,'eg_wistia_ratio','0'),(13234,827,'eg_html5_ratio','0'),(13235,827,'eg_soundcloud_ratio','0'),(13236,827,'eg_settings_custom_meta_skin',''),(13237,827,'eg_settings_custom_meta_element',''),(13238,827,'eg_settings_custom_meta_setting',''),(13239,827,'eg_settings_custom_meta_style',''),(13240,827,'_wpb_vc_js_status','true'),(13241,827,'_wpb_post_custom_css','.iron_widget_radio .player{display: none;}\r\n.playlist {padding-left: 20px;}'),(13243,827,'sidebar-position','disabled'),(13244,827,'_sidebar-position','field_526d6ec715ee9'),(13245,827,'classic_menu_background',''),(13246,827,'_classic_menu_background','field_523384ce55a84'),(13247,827,'classic_menu_background_alpha','1'),(13248,827,'_classic_menu_background_alpha','field_523384ce55a86'),(13249,827,'classic_menu_over_content','0'),(13250,827,'_classic_menu_over_content','field_523384ce55a85'),(13251,827,'hamburger_icon_color',''),(13252,827,'_hamburger_icon_color','field_523384ce55a23'),(13253,827,'alternative_logo','0'),(13254,827,'_alternative_logo','field_523384ce55a99'),(13255,827,'hide_page_title','0'),(13256,827,'_hide_page_title','field_523382c955a73'),(13257,827,'background',''),(13258,827,'_background','field_523382c955a74'),(13259,827,'background_repeat','null'),(13260,827,'_background_repeat','field_523382f555a75'),(13261,827,'background_size','null'),(13262,827,'_background_size','field_5233837455a76'),(13263,827,'background_position','null'),(13264,827,'_background_position','field_5233842d55a78'),(13265,827,'content_background_color',''),(13266,827,'_content_background_color','field_523384ce55a80'),(13267,827,'content_background_transparency','1'),(13268,827,'_content_background_transparency','field_523384ce55a81'),(13269,827,'background_color',''),(13270,827,'_background_color','field_523384ce55a79'),(13271,827,'_trash_the_other_posts','0'),(13303,831,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13304,831,'_edit_lock','1544051010:2'),(13327,831,'_edit_last','2'),(13328,831,'_wp_page_template','default'),(13357,831,'slide_template','default'),(13358,831,'eg_sources_html5_mp4',''),(13359,831,'eg_sources_html5_ogv',''),(13360,831,'eg_sources_html5_webm',''),(13361,831,'eg_sources_youtube',''),(13362,831,'eg_sources_vimeo',''),(13363,831,'eg_sources_wistia',''),(13364,831,'eg_sources_image',''),(13365,831,'eg_sources_iframe',''),(13366,831,'eg_sources_soundcloud',''),(13367,831,'eg_vimeo_ratio','0'),(13368,831,'eg_youtube_ratio','0'),(13369,831,'eg_wistia_ratio','0'),(13370,831,'eg_html5_ratio','0'),(13371,831,'eg_soundcloud_ratio','0'),(13372,831,'eg_settings_custom_meta_skin',''),(13373,831,'eg_settings_custom_meta_element',''),(13374,831,'eg_settings_custom_meta_setting',''),(13375,831,'eg_settings_custom_meta_style',''),(13376,831,'_wpb_vc_js_status','true'),(13378,831,'sidebar-position','disabled'),(13379,831,'_sidebar-position','field_526d6ec715ee9'),(13380,831,'classic_menu_background',''),(13381,831,'_classic_menu_background','field_523384ce55a84'),(13382,831,'classic_menu_background_alpha','1'),(13383,831,'_classic_menu_background_alpha','field_523384ce55a86'),(13384,831,'classic_menu_over_content','0'),(13385,831,'_classic_menu_over_content','field_523384ce55a85'),(13386,831,'hamburger_icon_color',''),(13387,831,'_hamburger_icon_color','field_523384ce55a23'),(13388,831,'alternative_logo','0'),(13389,831,'_alternative_logo','field_523384ce55a99'),(13390,831,'hide_page_title','0'),(13391,831,'_hide_page_title','field_523382c955a73'),(13392,831,'background',''),(13393,831,'_background','field_523382c955a74'),(13394,831,'background_repeat','null'),(13395,831,'_background_repeat','field_523382f555a75'),(13396,831,'background_size','null'),(13397,831,'_background_size','field_5233837455a76'),(13398,831,'background_position','null'),(13399,831,'_background_position','field_5233842d55a78'),(13400,831,'content_background_color',''),(13401,831,'_content_background_color','field_523384ce55a80'),(13402,831,'content_background_transparency','1'),(13403,831,'_content_background_transparency','field_523384ce55a81'),(13404,831,'background_color',''),(13405,831,'_background_color','field_523384ce55a79'),(13406,831,'_trash_the_other_posts','0'),(13418,836,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13419,836,'_edit_lock','1544051583:2'),(13420,836,'_edit_last','2'),(13421,836,'_wp_page_template','default'),(13450,836,'slide_template','default'),(13451,836,'eg_sources_html5_mp4',''),(13452,836,'eg_sources_html5_ogv',''),(13453,836,'eg_sources_html5_webm',''),(13454,836,'eg_sources_youtube',''),(13455,836,'eg_sources_vimeo',''),(13456,836,'eg_sources_wistia',''),(13457,836,'eg_sources_image',''),(13458,836,'eg_sources_iframe',''),(13459,836,'eg_sources_soundcloud',''),(13460,836,'eg_vimeo_ratio','0'),(13461,836,'eg_youtube_ratio','0'),(13462,836,'eg_wistia_ratio','0'),(13463,836,'eg_html5_ratio','0'),(13464,836,'eg_soundcloud_ratio','0'),(13465,836,'eg_settings_custom_meta_skin',''),(13466,836,'eg_settings_custom_meta_element',''),(13467,836,'eg_settings_custom_meta_setting',''),(13468,836,'eg_settings_custom_meta_style',''),(13469,836,'_wpb_vc_js_status','true'),(13471,836,'sidebar-position','disabled'),(13472,836,'_sidebar-position','field_526d6ec715ee9'),(13473,836,'classic_menu_background',''),(13474,836,'_classic_menu_background','field_523384ce55a84'),(13475,836,'classic_menu_background_alpha','1'),(13476,836,'_classic_menu_background_alpha','field_523384ce55a86'),(13477,836,'classic_menu_over_content','0'),(13478,836,'_classic_menu_over_content','field_523384ce55a85'),(13479,836,'hamburger_icon_color',''),(13480,836,'_hamburger_icon_color','field_523384ce55a23'),(13481,836,'alternative_logo','0'),(13482,836,'_alternative_logo','field_523384ce55a99'),(13483,836,'hide_page_title','0'),(13484,836,'_hide_page_title','field_523382c955a73'),(13485,836,'background',''),(13486,836,'_background','field_523382c955a74'),(13487,836,'background_repeat','no-repeat'),(13488,836,'_background_repeat','field_523382f555a75'),(13489,836,'background_size','cover'),(13490,836,'_background_size','field_5233837455a76'),(13491,836,'background_position','center bottom'),(13492,836,'_background_position','field_5233842d55a78'),(13493,836,'content_background_color',''),(13494,836,'_content_background_color','field_523384ce55a80'),(13495,836,'content_background_transparency','1'),(13496,836,'_content_background_transparency','field_523384ce55a81'),(13497,836,'background_color',''),(13498,836,'_background_color','field_523384ce55a79'),(13499,836,'_trash_the_other_posts','0'),(13510,542,'_wp_old_slug','cmj-big-noyes-parkside-loundge'),(14216,850,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14217,850,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14218,850,'_edit_lock','1545243777:2'),(14219,850,'_edit_last','2'),(14220,850,'_wp_page_template','default'),(14221,850,'slide_template',''),(14222,850,'eg_sources_html5_mp4',''),(14223,850,'eg_sources_html5_ogv',''),(14224,850,'eg_sources_html5_webm',''),(14225,850,'eg_sources_youtube',''),(14226,850,'eg_sources_vimeo',''),(14227,850,'eg_sources_wistia',''),(14228,850,'eg_sources_image',''),(14229,850,'eg_sources_iframe',''),(14230,850,'eg_sources_soundcloud',''),(14231,850,'eg_vimeo_ratio','0'),(14232,850,'eg_youtube_ratio','0'),(14233,850,'eg_wistia_ratio','0'),(14234,850,'eg_html5_ratio','0'),(14235,850,'eg_soundcloud_ratio','0'),(14236,850,'eg_settings_custom_meta_skin',''),(14237,850,'eg_settings_custom_meta_element',''),(14238,850,'eg_settings_custom_meta_setting',''),(14239,850,'eg_settings_custom_meta_style',''),(14240,850,'_wpb_vc_js_status','false'),(14241,850,'events_filter','past'),(14242,850,'_events_filter','field_51b8bff2193fc'),(14243,850,'artists_filter',''),(14244,850,'_artists_filter','field_51b8bff2193fe'),(14245,850,'sidebar-position','disabled'),(14246,850,'_sidebar-position','field_526d6ec715ee9'),(14247,850,'classic_menu_background',''),(14248,850,'_classic_menu_background','field_523384ce55a84'),(14249,850,'classic_menu_background_alpha','1'),(14250,850,'_classic_menu_background_alpha','field_523384ce55a86'),(14251,850,'classic_menu_over_content','0'),(14252,850,'_classic_menu_over_content','field_523384ce55a85'),(14253,850,'hamburger_icon_color',''),(14254,850,'_hamburger_icon_color','field_523384ce55a23'),(14255,850,'alternative_logo','0'),(14256,850,'_alternative_logo','field_523384ce55a99'),(14257,850,'hide_page_title','0'),(14258,850,'_hide_page_title','field_523382c955a73'),(14259,850,'background',''),(14260,850,'_background','field_523382c955a74'),(14261,850,'background_repeat','no-repeat'),(14262,850,'_background_repeat','field_523382f555a75'),(14263,850,'background_size','cover'),(14264,850,'_background_size','field_5233837455a76'),(14265,850,'background_position','center bottom'),(14266,850,'_background_position','field_5233842d55a78'),(14267,850,'content_background_color',''),(14268,850,'_content_background_color','field_523384ce55a80'),(14269,850,'content_background_transparency','0'),(14270,850,'_content_background_transparency','field_523384ce55a81'),(14271,850,'background_color',''),(14272,850,'_background_color','field_523384ce55a79'),(14273,850,'_trash_the_other_posts','0'),(14274,850,'_dp_original','13'),(19140,902,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19141,902,'_edit_lock','1544051459:2'),(19142,902,'_edit_last','2'),(19143,902,'_wp_page_template','default'),(19172,902,'slide_template','default'),(19173,902,'eg_sources_html5_mp4',''),(19174,902,'eg_sources_html5_ogv',''),(19175,902,'eg_sources_html5_webm',''),(19176,902,'eg_sources_youtube',''),(19177,902,'eg_sources_vimeo',''),(19178,902,'eg_sources_wistia',''),(19179,902,'eg_sources_image',''),(19180,902,'eg_sources_iframe',''),(19181,902,'eg_sources_soundcloud',''),(19182,902,'eg_vimeo_ratio','0'),(19183,902,'eg_youtube_ratio','0'),(19184,902,'eg_wistia_ratio','0'),(19185,902,'eg_html5_ratio','0'),(19186,902,'eg_soundcloud_ratio','0'),(19187,902,'eg_settings_custom_meta_skin',''),(19188,902,'eg_settings_custom_meta_element',''),(19189,902,'eg_settings_custom_meta_setting',''),(19190,902,'eg_settings_custom_meta_style',''),(19191,902,'_wpb_vc_js_status','true'),(19193,902,'sidebar-position','disabled'),(19194,902,'_sidebar-position','field_526d6ec715ee9'),(19195,902,'classic_menu_background',''),(19196,902,'_classic_menu_background','field_523384ce55a84'),(19197,902,'classic_menu_background_alpha','1'),(19198,902,'_classic_menu_background_alpha','field_523384ce55a86'),(19199,902,'classic_menu_over_content','0'),(19200,902,'_classic_menu_over_content','field_523384ce55a85'),(19201,902,'hamburger_icon_color',''),(19202,902,'_hamburger_icon_color','field_523384ce55a23'),(19203,902,'alternative_logo','0'),(19204,902,'_alternative_logo','field_523384ce55a99'),(19205,902,'hide_page_title','0'),(19206,902,'_hide_page_title','field_523382c955a73'),(19207,902,'background',''),(19208,902,'_background','field_523382c955a74'),(19209,902,'background_repeat','null'),(19210,902,'_background_repeat','field_523382f555a75'),(19211,902,'background_size','null'),(19212,902,'_background_size','field_5233837455a76'),(19213,902,'background_position','null'),(19214,902,'_background_position','field_5233842d55a78'),(19215,902,'content_background_color',''),(19216,902,'_content_background_color','field_523384ce55a80'),(19217,902,'content_background_transparency','1'),(19218,902,'_content_background_transparency','field_523384ce55a81'),(19219,902,'background_color',''),(19220,902,'_background_color','field_523384ce55a79'),(19221,902,'_trash_the_other_posts','0'),(23313,548,'alb_link_external',''),(23314,548,'_alb_link_external','field_523b66d6f2382'),(24760,983,'_wp_attached_file','2017/04/event01.jpg'),(24761,983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:747;s:4:\"file\";s:19:\"2017/04/event01.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"event01-398x559.jpg\";s:5:\"width\";i:398;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:19:\"event01-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24762,984,'_wp_attached_file','2017/04/event05.jpg'),(24763,984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:747;s:4:\"file\";s:19:\"2017/04/event05.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"event05-398x559.jpg\";s:5:\"width\";i:398;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:19:\"event05-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24764,985,'_wp_attached_file','2017/04/event06.jpg'),(24765,985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:747;s:4:\"file\";s:19:\"2017/04/event06.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"event06-398x559.jpg\";s:5:\"width\";i:398;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:19:\"event06-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24766,549,'_thumbnail_id','985'),(24767,549,'event_no_redirect','0'),(24768,549,'_event_no_redirect','field_523b46ebz35f0'),(24769,549,'alb_link_external',''),(24770,549,'_alb_link_external','field_523b66d6f2382'),(24771,550,'_thumbnail_id','984'),(24772,550,'event_no_redirect','0'),(24773,550,'_event_no_redirect','field_523b46ebz35f0'),(24774,550,'alb_link_external',''),(24775,550,'_alb_link_external','field_523b66d6f2382'),(24776,544,'_thumbnail_id','983'),(24777,544,'event_no_redirect','0'),(24778,544,'_event_no_redirect','field_523b46ebz35f0'),(24779,544,'alb_link_external',''),(24780,544,'_alb_link_external','field_523b66d6f2382'),(24783,97,'_thumbnail_id','1467'),(24787,93,'_thumbnail_id','1423'),(24790,989,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24791,989,'_edit_lock','1544051322:2'),(24792,989,'_edit_last','2'),(24793,989,'_wp_page_template','default'),(24822,989,'slide_template','default'),(24823,989,'eg_sources_html5_mp4',''),(24824,989,'eg_sources_html5_ogv',''),(24825,989,'eg_sources_html5_webm',''),(24826,989,'eg_sources_youtube',''),(24827,989,'eg_sources_vimeo',''),(24828,989,'eg_sources_wistia',''),(24829,989,'eg_sources_image',''),(24830,989,'eg_sources_iframe',''),(24831,989,'eg_sources_soundcloud',''),(24832,989,'eg_vimeo_ratio','0'),(24833,989,'eg_youtube_ratio','0'),(24834,989,'eg_wistia_ratio','0'),(24835,989,'eg_html5_ratio','0'),(24836,989,'eg_soundcloud_ratio','0'),(24837,989,'eg_settings_custom_meta_skin',''),(24838,989,'eg_settings_custom_meta_element',''),(24839,989,'eg_settings_custom_meta_setting',''),(24840,989,'eg_settings_custom_meta_style',''),(24841,989,'_wpb_vc_js_status','true'),(24842,989,'_wpb_shortcodes_custom_css','.vc_custom_1464123345288{margin-top: 50px !important;margin-bottom: 150px !important;}.vc_custom_1464265936016{padding-right: 18px !important;padding-left: 18px !important;}.vc_custom_1510691227573{margin-top: 100px !important;margin-bottom: 100px !important;}'),(24844,989,'sidebar-position','disabled'),(24845,989,'_sidebar-position','field_526d6ec715ee9'),(24846,989,'alternative_logo','0'),(24847,989,'_alternative_logo','field_523384ce55a99'),(24848,989,'hide_page_title','0'),(24849,989,'_hide_page_title','field_523382c955a73'),(24850,989,'classic_menu_over_content','0'),(24851,989,'_classic_menu_over_content','field_523384ce55a85'),(24852,989,'classic_menu_background',''),(24853,989,'_classic_menu_background','field_523384ce55a84'),(24854,989,'classic_menu_background_alpha','1'),(24855,989,'_classic_menu_background_alpha','field_523384ce55a86'),(24856,989,'hamburger_icon_color',''),(24857,989,'_hamburger_icon_color','field_523384ce55a23'),(24858,989,'background',''),(24859,989,'_background','field_523382c955a74'),(24860,989,'background_repeat','null'),(24861,989,'_background_repeat','field_523382f555a75'),(24862,989,'background_size','null'),(24863,989,'_background_size','field_5233837455a76'),(24864,989,'background_position','null'),(24865,989,'_background_position','field_5233842d55a78'),(24866,989,'content_background_color',''),(24867,989,'_content_background_color','field_523384ce55a80'),(24868,989,'content_background_transparency','1'),(24869,989,'_content_background_transparency','field_523384ce55a81'),(24870,989,'background_color',''),(24871,989,'_background_color','field_523384ce55a79'),(24872,989,'_trash_the_other_posts','0'),(25154,552,'event_no_redirect','0'),(25155,552,'_event_no_redirect','field_523b46ebz35f0'),(25156,552,'alb_link_external',''),(25157,552,'_alb_link_external','field_523b66d6f2382'),(25159,551,'event_no_redirect','0'),(25160,551,'_event_no_redirect','field_523b46ebz35f0'),(25161,551,'alb_link_external',''),(25162,551,'_alb_link_external','field_523b66d6f2382'),(25220,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25221,1011,'_edit_last','2'),(25222,1011,'slide_template',''),(25223,1011,'eg_sources_html5_mp4',''),(25224,1011,'eg_sources_html5_ogv',''),(25225,1011,'eg_sources_html5_webm',''),(25226,1011,'eg_sources_youtube',''),(25227,1011,'eg_sources_vimeo',''),(25228,1011,'eg_sources_wistia',''),(25229,1011,'eg_sources_image',''),(25230,1011,'eg_sources_iframe',''),(25231,1011,'eg_sources_soundcloud',''),(25232,1011,'eg_vimeo_ratio','0'),(25233,1011,'eg_youtube_ratio','0'),(25234,1011,'eg_wistia_ratio','0'),(25235,1011,'eg_html5_ratio','0'),(25236,1011,'eg_soundcloud_ratio','0'),(25237,1011,'eg_settings_custom_meta_skin',''),(25238,1011,'eg_settings_custom_meta_element',''),(25239,1011,'eg_settings_custom_meta_setting',''),(25240,1011,'eg_settings_custom_meta_style',''),(25241,1011,'eg_custom_meta_216','true'),(25242,1011,'_wpb_vc_js_status','true'),(25243,1011,'_edit_lock','1545167543:2'),(25244,1011,'_wp_old_slug','-2'),(25764,836,'eg_custom_meta_216','true'),(25766,836,'page_logo_select','null'),(25767,836,'_page_logo_select','field_523384ce55a99'),(25768,836,'block_footer','null'),(25769,836,'_block_footer','block_footer'),(25770,836,'banner_background_type','null'),(25771,836,'_banner_background_type','field_54ce55f555a01'),(25772,836,'banner_parallax','0'),(25773,836,'_banner_parallax','field_54ce55f555a03'),(25774,836,'banner_fullscreen','0'),(25775,836,'_banner_fullscreen','field_54ce55f555a05'),(25776,836,'banner_height','0'),(25777,836,'_banner_height','field_54ce55f555a06'),(25778,836,'banner_content_type','default-content'),(25779,836,'_banner_content_type','field_54ce55f555a13'),(25780,836,'banner_title',''),(25781,836,'_banner_title','field_54ce55f555a07'),(25782,836,'banner_subtitle',''),(25783,836,'_banner_subtitle','field_54ce55f555a08'),(25784,836,'banner_horizontal_content_alignment','centered'),(25785,836,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(25786,836,'banner_font_color',''),(25787,836,'_banner_font_color','field_54ce55f555a12'),(26914,902,'eg_custom_meta_216','true'),(26916,902,'page_logo_select','null'),(26917,902,'_page_logo_select','field_523384ce55a99'),(26918,902,'block_footer','null'),(26919,902,'_block_footer','block_footer'),(26920,902,'banner_background_type','null'),(26921,902,'_banner_background_type','field_54ce55f555a01'),(26922,902,'banner_parallax','0'),(26923,902,'_banner_parallax','field_54ce55f555a03'),(26924,902,'banner_fullscreen','0'),(26925,902,'_banner_fullscreen','field_54ce55f555a05'),(26926,902,'banner_height','0'),(26927,902,'_banner_height','field_54ce55f555a06'),(26928,902,'banner_content_type','default-content'),(26929,902,'_banner_content_type','field_54ce55f555a13'),(26930,902,'banner_title',''),(26931,902,'_banner_title','field_54ce55f555a07'),(26932,902,'banner_subtitle',''),(26933,902,'_banner_subtitle','field_54ce55f555a08'),(26934,902,'banner_horizontal_content_alignment','centered'),(26935,902,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(26936,902,'banner_font_color',''),(26937,902,'_banner_font_color','field_54ce55f555a12'),(28432,1143,'_wp_page_template','default'),(28433,1143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28434,1143,'_wpb_shortcodes_custom_css','.vc_custom_1487738992993{margin-bottom: 35px !important;}.vc_custom_1487738998337{margin-bottom: 35px !important;}'),(28435,1143,'_page_logo_select','field_523384ce55a99'),(28436,1143,'page_logo_select','light'),(28437,1143,'_hide_page_title','field_523382c955a73'),(28438,1143,'hide_page_title','0'),(28439,1143,'_classic_menu_over_content','field_523384ce55a85'),(28440,1143,'classic_menu_over_content','1'),(28441,1143,'_classic_menu_main_item_color','field_523384ce55a87'),(28442,1143,'classic_menu_main_item_color','#ffffff'),(28443,1143,'_classic_menu_background','field_523384ce55a84'),(28444,1143,'classic_menu_background',''),(28445,1143,'_classic_menu_background_alpha','field_523384ce55a86'),(28446,1143,'classic_menu_background_alpha','1'),(28447,1143,'_hamburger_icon_color','field_523384ce55a23'),(28448,1143,'hamburger_icon_color',''),(28449,1143,'_background','field_523382c955a74'),(28450,1143,'_background_repeat','field_523382f555a75'),(28451,1143,'background_repeat','null'),(28452,1143,'_background_size','field_5233837455a76'),(28453,1143,'background_size','null'),(28454,1143,'_background_position','field_5233842d55a78'),(28455,1143,'background_position','null'),(28456,1143,'_content_background_color','field_523384ce55a80'),(28457,1143,'content_background_color',''),(28458,1143,'_content_background_transparency','field_523384ce55a81'),(28459,1143,'content_background_transparency','1'),(28460,1143,'_background_color','field_523384ce55a79'),(28461,1143,'background_color',''),(28462,1143,'_block_footer','block_footer'),(28463,1143,'block_footer','null'),(28464,1143,'_sidebar-position','field_526d6ec715ee9'),(28465,1143,'sidebar-position',''),(28466,1143,'_sidebar-area_id','field_526d6c0da8219'),(28467,1143,'_banner_background_type','field_54ce55f555a01'),(28468,1143,'banner_background_type','image-background'),(28469,1143,'_banner_background_color','field_54ce55f555a02'),(28470,1143,'banner_background_color',''),(28471,1143,'_banner_parallax','field_54ce55f555a03'),(28472,1143,'banner_parallax','1'),(28473,1143,'_banner_image','field_54ce55f555a04'),(28476,1143,'banner_image','1421'),(28477,1143,'_banner_fullscreen','field_54ce55f555a05'),(28478,1143,'banner_fullscreen','1'),(28479,1143,'_banner_height','field_54ce55f555a06'),(28480,1143,'banner_height','750'),(28481,1143,'_banner_content_type','field_54ce55f555a13'),(28482,1143,'banner_content_type','default-content'),(28483,1143,'_banner_texteditor_content','field_54ce55f555a14'),(28484,1143,'banner_texteditor_content',''),(28485,1143,'_banner_title','field_54ce55f555a07'),(28486,1143,'banner_title','DJ Sonaar'),(28487,1143,'_banner_subtitle','field_54ce55f555a08'),(28488,1143,'banner_subtitle','Hip-Hop | Experimental Music'),(28489,1143,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(28490,1143,'banner_horizontal_content_alignment','left'),(28491,1143,'_banner_background_alignement','field_54ce55f555a11'),(28492,1143,'banner_background_alignement','top'),(28493,1143,'_banner_font_color','field_54ce55f555a12'),(28494,1143,'banner_font_color',''),(28495,1143,'_artist_hero_playlist','artist_hero_playlist'),(28496,1143,'artist_hero_playlist','null'),(28497,1143,'_artist_desc','artist_desc'),(28498,1143,'artist_desc','LowTempo is a Finnish-Canadian from Barrie–a working class town in rural Ontario. But his chosen epithet is fitting. Since 2009 he’s been making music under the name LowTempo – writing songs about sunsets, love affairs, and making out with crooked smiles. Through simple arrangements, he charts an escape route from the snow belt to the coral reefs. His new album, Low Grinder, will be released August 19, 2018 on SoundRise Records.'),(28499,1143,'_artist_social','artist_social'),(28500,1143,'artist_social','0'),(28501,1143,'_artist_link','artist_link'),(28502,1143,'artist_link','0'),(28503,1143,'_artist_contact','artist_contact'),(28504,1143,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(28505,1143,'_artist_download','artist_download'),(28506,1143,'artist_download','0'),(28509,1143,'_thumbnail_id','1420'),(28510,1146,'_wp_page_template','single-artists-blank.php'),(28511,1146,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28513,1146,'_page_logo_select','field_523384ce55a99'),(28514,1146,'page_logo_select','null'),(28515,1146,'_hide_page_title','field_523382c955a73'),(28516,1146,'hide_page_title','1'),(28517,1146,'_classic_menu_over_content','field_523384ce55a85'),(28518,1146,'classic_menu_over_content','1'),(28519,1146,'_classic_menu_main_item_color','field_523384ce55a87'),(28520,1146,'classic_menu_main_item_color',''),(28521,1146,'_classic_menu_background','field_523384ce55a84'),(28522,1146,'classic_menu_background',''),(28523,1146,'_classic_menu_background_alpha','field_523384ce55a86'),(28524,1146,'classic_menu_background_alpha','1'),(28525,1146,'_hamburger_icon_color','field_523384ce55a23'),(28526,1146,'hamburger_icon_color',''),(28527,1146,'_background','field_523382c955a74'),(28528,1146,'_background_repeat','field_523382f555a75'),(28529,1146,'background_repeat','null'),(28530,1146,'_background_size','field_5233837455a76'),(28531,1146,'background_size','null'),(28532,1146,'_background_position','field_5233842d55a78'),(28533,1146,'background_position','null'),(28534,1146,'_content_background_color','field_523384ce55a80'),(28535,1146,'content_background_color',''),(28536,1146,'_content_background_transparency','field_523384ce55a81'),(28537,1146,'content_background_transparency','1'),(28538,1146,'_background_color','field_523384ce55a79'),(28539,1146,'background_color',''),(28540,1146,'_block_footer','block_footer'),(28541,1146,'block_footer','null'),(28542,1146,'_sidebar-position','field_526d6ec715ee9'),(28543,1146,'sidebar-position',''),(28544,1146,'_sidebar-area_id','field_526d6c0da8219'),(28545,1146,'_banner_background_type','field_54ce55f555a01'),(28546,1146,'banner_background_type','null'),(28547,1146,'_banner_background_color','field_54ce55f555a02'),(28548,1146,'banner_background_color',''),(28549,1146,'_banner_parallax','field_54ce55f555a03'),(28550,1146,'banner_parallax','1'),(28551,1146,'_banner_image','field_54ce55f555a04'),(28554,1146,'banner_image','1429'),(28555,1146,'_banner_fullscreen','field_54ce55f555a05'),(28556,1146,'banner_fullscreen','0'),(28557,1146,'_banner_height','field_54ce55f555a06'),(28558,1146,'banner_height',''),(28559,1146,'_banner_content_type','field_54ce55f555a13'),(28560,1146,'banner_content_type','default-content'),(28561,1146,'_banner_texteditor_content','field_54ce55f555a14'),(28562,1146,'banner_texteditor_content',''),(28563,1146,'_banner_title','field_54ce55f555a07'),(28564,1146,'banner_title',''),(28565,1146,'_banner_subtitle','field_54ce55f555a08'),(28566,1146,'banner_subtitle',''),(28567,1146,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(28568,1146,'banner_horizontal_content_alignment','centered'),(28569,1146,'_banner_background_alignement','field_54ce55f555a11'),(28570,1146,'banner_background_alignement','center'),(28571,1146,'_banner_font_color','field_54ce55f555a12'),(28572,1146,'banner_font_color',''),(28573,1146,'_artist_hero_playlist','artist_hero_playlist'),(28574,1146,'artist_hero_playlist','null'),(28575,1146,'_artist_desc','artist_desc'),(28576,1146,'artist_desc',''),(28577,1146,'_artist_social','artist_social'),(28578,1146,'artist_social','0'),(28579,1146,'_artist_link','artist_link'),(28580,1146,'artist_link','0'),(28581,1146,'_artist_contact','artist_contact'),(28582,1146,'artist_contact',''),(28583,1146,'_artist_download','artist_download'),(28584,1146,'artist_download','0'),(28585,1146,'_thumbnail_id','1428'),(28586,1148,'_wp_page_template','default'),(28587,1148,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28588,1148,'_wpb_shortcodes_custom_css','.vc_custom_1487738992993{margin-bottom: 35px !important;}.vc_custom_1487738998337{margin-bottom: 35px !important;}'),(28589,1148,'_page_logo_select','field_523384ce55a99'),(28590,1148,'page_logo_select','light'),(28591,1148,'_hide_page_title','field_523382c955a73'),(28592,1148,'hide_page_title','0'),(28593,1148,'_classic_menu_over_content','field_523384ce55a85'),(28594,1148,'classic_menu_over_content','1'),(28595,1148,'_classic_menu_main_item_color','field_523384ce55a87'),(28596,1148,'classic_menu_main_item_color','#ffffff'),(28597,1148,'_classic_menu_background','field_523384ce55a84'),(28598,1148,'classic_menu_background',''),(28599,1148,'_classic_menu_background_alpha','field_523384ce55a86'),(28600,1148,'classic_menu_background_alpha','1'),(28601,1148,'_hamburger_icon_color','field_523384ce55a23'),(28602,1148,'hamburger_icon_color',''),(28603,1148,'_background','field_523382c955a74'),(28604,1148,'_background_repeat','field_523382f555a75'),(28605,1148,'background_repeat','null'),(28606,1148,'_background_size','field_5233837455a76'),(28607,1148,'background_size','null'),(28608,1148,'_background_position','field_5233842d55a78'),(28609,1148,'background_position','null'),(28610,1148,'_content_background_color','field_523384ce55a80'),(28611,1148,'content_background_color',''),(28612,1148,'_content_background_transparency','field_523384ce55a81'),(28613,1148,'content_background_transparency','1'),(28614,1148,'_background_color','field_523384ce55a79'),(28615,1148,'background_color',''),(28616,1148,'_block_footer','block_footer'),(28617,1148,'block_footer','null'),(28618,1148,'_sidebar-position','field_526d6ec715ee9'),(28619,1148,'sidebar-position',''),(28620,1148,'_sidebar-area_id','field_526d6c0da8219'),(28621,1148,'_banner_background_type','field_54ce55f555a01'),(28622,1148,'banner_background_type','image-background'),(28623,1148,'_banner_background_color','field_54ce55f555a02'),(28624,1148,'banner_background_color',''),(28625,1148,'_banner_parallax','field_54ce55f555a03'),(28626,1148,'banner_parallax','1'),(28627,1148,'_banner_image','field_54ce55f555a04'),(28630,1148,'banner_image','1423'),(28631,1148,'_banner_fullscreen','field_54ce55f555a05'),(28632,1148,'banner_fullscreen','1'),(28633,1148,'_banner_height','field_54ce55f555a06'),(28634,1148,'banner_height','750'),(28635,1148,'_banner_content_type','field_54ce55f555a13'),(28636,1148,'banner_content_type','default-content'),(28637,1148,'_banner_texteditor_content','field_54ce55f555a14'),(28638,1148,'banner_texteditor_content',''),(28639,1148,'_banner_title','field_54ce55f555a07'),(28640,1148,'banner_title','Galapaghost'),(28641,1148,'_banner_subtitle','field_54ce55f555a08'),(28642,1148,'banner_subtitle','Powerful you have become, the dark side I sense in you.'),(28643,1148,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(28644,1148,'banner_horizontal_content_alignment','centered'),(28645,1148,'_banner_background_alignement','field_54ce55f555a11'),(28646,1148,'banner_background_alignement','top'),(28647,1148,'_banner_font_color','field_54ce55f555a12'),(28648,1148,'banner_font_color',''),(28649,1148,'_artist_hero_playlist','artist_hero_playlist'),(28650,1148,'artist_hero_playlist','1218'),(28651,1148,'_artist_desc','artist_desc'),(28652,1148,'artist_desc','BAHAMAS\'s mainstream success was signified by a growing interest in punk rock during the 1990s, but unlike many of their contemporaries (including Bad Religion, Green Day and The Offspring), they have never been signed to a major label. NOFX has released thirteen studio albums, sixteen extended plays<sup id=\"cite_ref-6\" class=\"reference\">[6]</sup> and a number of seven-inch singles.'),(28653,1148,'_artist_social','artist_social'),(28654,1148,'artist_social','0'),(28655,1148,'_artist_link','artist_link'),(28656,1148,'artist_link','0'),(28657,1148,'_artist_contact','artist_contact'),(28658,1148,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(28659,1148,'_artist_download','artist_download'),(28660,1148,'artist_download','0'),(28661,1148,'_thumbnail_id','1422'),(28712,1175,'_wp_page_template','default'),(28713,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28714,1175,'_wpb_shortcodes_custom_css','.vc_custom_1487738992993{margin-bottom: 35px !important;}.vc_custom_1487738998337{margin-bottom: 35px !important;}'),(28715,1175,'_page_logo_select','field_523384ce55a99'),(28716,1175,'page_logo_select','light'),(28717,1175,'_hide_page_title','field_523382c955a73'),(28718,1175,'hide_page_title','0'),(28719,1175,'_classic_menu_over_content','field_523384ce55a85'),(28720,1175,'classic_menu_over_content','1'),(28721,1175,'_classic_menu_main_item_color','field_523384ce55a87'),(28722,1175,'classic_menu_main_item_color','#ffffff'),(28723,1175,'_classic_menu_background','field_523384ce55a84'),(28724,1175,'classic_menu_background',''),(28725,1175,'_classic_menu_background_alpha','field_523384ce55a86'),(28726,1175,'classic_menu_background_alpha','1'),(28727,1175,'_hamburger_icon_color','field_523384ce55a23'),(28728,1175,'hamburger_icon_color',''),(28729,1175,'_background','field_523382c955a74'),(28730,1175,'_background_repeat','field_523382f555a75'),(28731,1175,'background_repeat','null'),(28732,1175,'_background_size','field_5233837455a76'),(28733,1175,'background_size','null'),(28734,1175,'_background_position','field_5233842d55a78'),(28735,1175,'background_position','null'),(28736,1175,'_content_background_color','field_523384ce55a80'),(28737,1175,'content_background_color',''),(28738,1175,'_content_background_transparency','field_523384ce55a81'),(28739,1175,'content_background_transparency','1'),(28740,1175,'_background_color','field_523384ce55a79'),(28741,1175,'background_color',''),(28742,1175,'_block_footer','block_footer'),(28743,1175,'block_footer','null'),(28744,1175,'_sidebar-position','field_526d6ec715ee9'),(28745,1175,'sidebar-position',''),(28746,1175,'_sidebar-area_id','field_526d6c0da8219'),(28747,1175,'_banner_background_type','field_54ce55f555a01'),(28748,1175,'banner_background_type','image-background'),(28749,1175,'_banner_background_color','field_54ce55f555a02'),(28750,1175,'banner_background_color',''),(28751,1175,'_banner_parallax','field_54ce55f555a03'),(28752,1175,'banner_parallax','1'),(28753,1175,'_banner_image','field_54ce55f555a04'),(28756,1175,'banner_image','1425'),(28757,1175,'_banner_fullscreen','field_54ce55f555a05'),(28758,1175,'banner_fullscreen','1'),(28759,1175,'_banner_height','field_54ce55f555a06'),(28760,1175,'banner_height','850'),(28761,1175,'_banner_content_type','field_54ce55f555a13'),(28762,1175,'banner_content_type','default-content'),(28763,1175,'_banner_texteditor_content','field_54ce55f555a14'),(28764,1175,'banner_texteditor_content',''),(28765,1175,'_banner_title','field_54ce55f555a07'),(28766,1175,'banner_title','Maskatomb'),(28767,1175,'_banner_subtitle','field_54ce55f555a08'),(28768,1175,'banner_subtitle','Ghetto Music Crunch new EP'),(28769,1175,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(28770,1175,'banner_horizontal_content_alignment','right'),(28771,1175,'_banner_background_alignement','field_54ce55f555a11'),(28772,1175,'banner_background_alignement','top'),(28773,1175,'_banner_font_color','field_54ce55f555a12'),(28774,1175,'banner_font_color',''),(28775,1175,'_artist_hero_playlist','artist_hero_playlist'),(28776,1175,'artist_hero_playlist','1218'),(28777,1175,'_artist_desc','artist_desc'),(28778,1175,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(28779,1175,'_artist_social','artist_social'),(28780,1175,'artist_social','0'),(28781,1175,'_artist_link','artist_link'),(28782,1175,'artist_link','0'),(28783,1175,'_artist_contact','artist_contact'),(28784,1175,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(28785,1175,'_artist_download','artist_download'),(28786,1175,'artist_download','0'),(28787,1175,'_thumbnail_id','1424'),(28788,1177,'_wp_page_template','single-artists-blank.php'),(28789,1177,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28791,1177,'_page_logo_select','field_523384ce55a99'),(28792,1177,'page_logo_select','null'),(28793,1177,'_hide_page_title','field_523382c955a73'),(28794,1177,'hide_page_title','1'),(28795,1177,'_classic_menu_over_content','field_523384ce55a85'),(28796,1177,'classic_menu_over_content','0'),(28797,1177,'_classic_menu_main_item_color','field_523384ce55a87'),(28798,1177,'classic_menu_main_item_color','#000000'),(28799,1177,'_classic_menu_background','field_523384ce55a84'),(28800,1177,'classic_menu_background',''),(28801,1177,'_classic_menu_background_alpha','field_523384ce55a86'),(28802,1177,'classic_menu_background_alpha','1'),(28803,1177,'_hamburger_icon_color','field_523384ce55a23'),(28804,1177,'hamburger_icon_color',''),(28805,1177,'_background','field_523382c955a74'),(28806,1177,'_background_repeat','field_523382f555a75'),(28807,1177,'background_repeat','no-repeat'),(28808,1177,'_background_size','field_5233837455a76'),(28809,1177,'background_size','cover'),(28810,1177,'_background_position','field_5233842d55a78'),(28811,1177,'background_position','center top'),(28812,1177,'_content_background_color','field_523384ce55a80'),(28813,1177,'content_background_color',''),(28814,1177,'_content_background_transparency','field_523384ce55a81'),(28815,1177,'content_background_transparency','1'),(28816,1177,'_background_color','field_523384ce55a79'),(28817,1177,'background_color',''),(28818,1177,'_block_footer','block_footer'),(28819,1177,'block_footer','null'),(28820,1177,'_sidebar-position','field_526d6ec715ee9'),(28821,1177,'sidebar-position',''),(28822,1177,'_sidebar-area_id','field_526d6c0da8219'),(28823,1177,'_banner_background_type','field_54ce55f555a01'),(28824,1177,'banner_background_type','null'),(28825,1177,'_banner_background_color','field_54ce55f555a02'),(28826,1177,'banner_background_color',''),(28827,1177,'_banner_parallax','field_54ce55f555a03'),(28828,1177,'banner_parallax','0'),(28829,1177,'_banner_image','field_54ce55f555a04'),(28832,1177,'banner_image','1427'),(28833,1177,'_banner_fullscreen','field_54ce55f555a05'),(28834,1177,'banner_fullscreen','0'),(28835,1177,'_banner_height','field_54ce55f555a06'),(28836,1177,'banner_height','750'),(28837,1177,'_banner_content_type','field_54ce55f555a13'),(28838,1177,'banner_content_type','default-content'),(28839,1177,'_banner_texteditor_content','field_54ce55f555a14'),(28840,1177,'banner_texteditor_content',''),(28841,1177,'_banner_title','field_54ce55f555a07'),(28842,1177,'banner_title',''),(28843,1177,'_banner_subtitle','field_54ce55f555a08'),(28844,1177,'banner_subtitle',''),(28845,1177,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(28846,1177,'banner_horizontal_content_alignment','centered'),(28847,1177,'_banner_background_alignement','field_54ce55f555a11'),(28848,1177,'banner_background_alignement','top'),(28849,1177,'_banner_font_color','field_54ce55f555a12'),(28850,1177,'banner_font_color',''),(28851,1177,'_artist_hero_playlist','artist_hero_playlist'),(28852,1177,'artist_hero_playlist','null'),(28853,1177,'_artist_desc','artist_desc'),(28854,1177,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(28855,1177,'_artist_social','artist_social'),(28856,1177,'artist_social','0'),(28857,1177,'_artist_link','artist_link'),(28858,1177,'artist_link','0'),(28859,1177,'_artist_contact','artist_contact'),(28860,1177,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(28861,1177,'_artist_download','artist_download'),(28862,1177,'artist_download','0'),(28863,1177,'_thumbnail_id','1426'),(28864,1179,'_wp_page_template','default'),(28865,1179,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28866,1179,'_wpb_shortcodes_custom_css','.vc_custom_1487738992993{margin-bottom: 35px !important;}.vc_custom_1487738998337{margin-bottom: 35px !important;}'),(28867,1179,'_page_logo_select','field_523384ce55a99'),(28868,1179,'page_logo_select','light'),(28869,1179,'_hide_page_title','field_523382c955a73'),(28870,1179,'hide_page_title','0'),(28871,1179,'_classic_menu_over_content','field_523384ce55a85'),(28872,1179,'classic_menu_over_content','1'),(28873,1179,'_classic_menu_main_item_color','field_523384ce55a87'),(28874,1179,'classic_menu_main_item_color','#ffffff'),(28875,1179,'_classic_menu_background','field_523384ce55a84'),(28876,1179,'classic_menu_background',''),(28877,1179,'_classic_menu_background_alpha','field_523384ce55a86'),(28878,1179,'classic_menu_background_alpha',''),(28879,1179,'_hamburger_icon_color','field_523384ce55a23'),(28880,1179,'hamburger_icon_color',''),(28881,1179,'_background','field_523382c955a74'),(28882,1179,'_background_repeat','field_523382f555a75'),(28883,1179,'background_repeat','null'),(28884,1179,'_background_size','field_5233837455a76'),(28885,1179,'background_size','null'),(28886,1179,'_background_position','field_5233842d55a78'),(28887,1179,'background_position','null'),(28888,1179,'_content_background_color','field_523384ce55a80'),(28889,1179,'content_background_color',''),(28890,1179,'_content_background_transparency','field_523384ce55a81'),(28891,1179,'content_background_transparency','1'),(28892,1179,'_background_color','field_523384ce55a79'),(28893,1179,'background_color',''),(28894,1179,'_block_footer','block_footer'),(28895,1179,'block_footer','null'),(28896,1179,'_sidebar-position','field_526d6ec715ee9'),(28897,1179,'sidebar-position',''),(28898,1179,'_sidebar-area_id','field_526d6c0da8219'),(28899,1179,'_banner_background_type','field_54ce55f555a01'),(28900,1179,'banner_background_type','image-background'),(28901,1179,'_banner_background_color','field_54ce55f555a02'),(28902,1179,'banner_background_color',''),(28903,1179,'_banner_parallax','field_54ce55f555a03'),(28904,1179,'banner_parallax','1'),(28905,1179,'_banner_image','field_54ce55f555a04'),(28908,1179,'banner_image','1419'),(28909,1179,'_banner_fullscreen','field_54ce55f555a05'),(28910,1179,'banner_fullscreen','1'),(28911,1179,'_banner_height','field_54ce55f555a06'),(28912,1179,'banner_height','850'),(28913,1179,'_banner_content_type','field_54ce55f555a13'),(28914,1179,'banner_content_type','default-content'),(28915,1179,'_banner_texteditor_content','field_54ce55f555a14'),(28916,1179,'banner_texteditor_content',''),(28917,1179,'_banner_title','field_54ce55f555a07'),(28918,1179,'banner_title','Diamond'),(28919,1179,'_banner_subtitle','field_54ce55f555a08'),(28920,1179,'banner_subtitle','Sentimental Darkness'),(28921,1179,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(28922,1179,'banner_horizontal_content_alignment','left'),(28923,1179,'_banner_background_alignement','field_54ce55f555a11'),(28924,1179,'banner_background_alignement','top'),(28925,1179,'_banner_font_color','field_54ce55f555a12'),(28926,1179,'banner_font_color',''),(28927,1179,'_artist_hero_playlist','artist_hero_playlist'),(28928,1179,'artist_hero_playlist','1218'),(28929,1179,'_artist_desc','artist_desc'),(28930,1179,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(28931,1179,'_artist_social','artist_social'),(28932,1179,'artist_social','0'),(28933,1179,'_artist_link','artist_link'),(28934,1179,'artist_link','0'),(28935,1179,'_artist_contact','artist_contact'),(28936,1179,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(28937,1179,'_artist_download','artist_download'),(28938,1179,'artist_download','0'),(28939,1179,'_thumbnail_id','1418'),(28940,1181,'_wp_page_template','default'),(28941,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28942,1181,'_wpb_shortcodes_custom_css','.vc_custom_1487738992993{margin-bottom: 35px !important;}.vc_custom_1487738998337{margin-bottom: 35px !important;}'),(28943,1181,'_page_logo_select','field_523384ce55a99'),(28944,1181,'page_logo_select','light'),(28945,1181,'_hide_page_title','field_523382c955a73'),(28946,1181,'hide_page_title','0'),(28947,1181,'_classic_menu_over_content','field_523384ce55a85'),(28948,1181,'classic_menu_over_content','1'),(28949,1181,'_classic_menu_main_item_color','field_523384ce55a87'),(28950,1181,'classic_menu_main_item_color','#ffffff'),(28951,1181,'_classic_menu_background','field_523384ce55a84'),(28952,1181,'classic_menu_background',''),(28953,1181,'_classic_menu_background_alpha','field_523384ce55a86'),(28954,1181,'classic_menu_background_alpha','1'),(28955,1181,'_hamburger_icon_color','field_523384ce55a23'),(28956,1181,'hamburger_icon_color',''),(28957,1181,'_background','field_523382c955a74'),(28958,1181,'_background_repeat','field_523382f555a75'),(28959,1181,'background_repeat','null'),(28960,1181,'_background_size','field_5233837455a76'),(28961,1181,'background_size','null'),(28962,1181,'_background_position','field_5233842d55a78'),(28963,1181,'background_position','null'),(28964,1181,'_content_background_color','field_523384ce55a80'),(28965,1181,'content_background_color',''),(28966,1181,'_content_background_transparency','field_523384ce55a81'),(28967,1181,'content_background_transparency','1'),(28968,1181,'_background_color','field_523384ce55a79'),(28969,1181,'background_color',''),(28970,1181,'_block_footer','block_footer'),(28971,1181,'block_footer','null'),(28972,1181,'_sidebar-position','field_526d6ec715ee9'),(28973,1181,'sidebar-position','disabled'),(28974,1181,'_sidebar-area_id','field_526d6c0da8219'),(28975,1181,'_banner_background_type','field_54ce55f555a01'),(28976,1181,'banner_background_type','image-background'),(28977,1181,'_banner_background_color','field_54ce55f555a02'),(28978,1181,'banner_background_color',''),(28979,1181,'_banner_parallax','field_54ce55f555a03'),(28980,1181,'banner_parallax','1'),(28981,1181,'_banner_image','field_54ce55f555a04'),(28984,1181,'banner_image','1415'),(28985,1181,'_banner_fullscreen','field_54ce55f555a05'),(28986,1181,'banner_fullscreen','1'),(28987,1181,'_banner_height','field_54ce55f555a06'),(28988,1181,'banner_height','750'),(28989,1181,'_banner_content_type','field_54ce55f555a13'),(28990,1181,'banner_content_type','default-content'),(28991,1181,'_banner_texteditor_content','field_54ce55f555a14'),(28992,1181,'banner_texteditor_content',''),(28993,1181,'_banner_title','field_54ce55f555a07'),(28994,1181,'banner_title','Above the Ground'),(28995,1181,'_banner_subtitle','field_54ce55f555a08'),(28996,1181,'banner_subtitle','Grammy Award for \"Best New Artist\" in 2017'),(28997,1181,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(28998,1181,'banner_horizontal_content_alignment','centered'),(28999,1181,'_banner_background_alignement','field_54ce55f555a11'),(29000,1181,'banner_background_alignement','top'),(29001,1181,'_banner_font_color','field_54ce55f555a12'),(29002,1181,'banner_font_color',''),(29003,1181,'_artist_hero_playlist','artist_hero_playlist'),(29004,1181,'artist_hero_playlist','1218'),(29005,1181,'_artist_desc','artist_desc'),(29006,1181,'artist_desc','BAHAMAS\'s mainstream success was signified by a growing interest in punk rock during the 1990s, but unlike many of their contemporaries (including Bad Religion, Green Day and The Offspring), they have never been signed to a major label. NOFX has released thirteen studio albums, sixteen extended plays<sup id=\"cite_ref-6\" class=\"reference\">[6]</sup> and a number of seven-inch singles.'),(29007,1181,'_artist_social','artist_social'),(29008,1181,'artist_social','0'),(29009,1181,'_artist_link','artist_link'),(29010,1181,'artist_link','0'),(29011,1181,'_artist_contact','artist_contact'),(29012,1181,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>'),(29013,1181,'_artist_download','artist_download'),(29014,1181,'artist_download','1'),(29015,1181,'_thumbnail_id','1414'),(29170,1188,'_wp_page_template','default'),(29171,1188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(29172,1188,'_wpb_shortcodes_custom_css','.vc_custom_1487738992993{margin-bottom: 35px !important;}.vc_custom_1487738998337{margin-bottom: 35px !important;}'),(29173,1188,'_page_logo_select','field_523384ce55a99'),(29174,1188,'page_logo_select','light'),(29175,1188,'_hide_page_title','field_523382c955a73'),(29176,1188,'hide_page_title','0'),(29177,1188,'_classic_menu_over_content','field_523384ce55a85'),(29178,1188,'classic_menu_over_content','1'),(29179,1188,'_classic_menu_main_item_color','field_523384ce55a87'),(29180,1188,'classic_menu_main_item_color','#ffffff'),(29181,1188,'_classic_menu_background','field_523384ce55a84'),(29182,1188,'classic_menu_background',''),(29183,1188,'_classic_menu_background_alpha','field_523384ce55a86'),(29184,1188,'classic_menu_background_alpha',''),(29185,1188,'_hamburger_icon_color','field_523384ce55a23'),(29186,1188,'hamburger_icon_color',''),(29187,1188,'_background','field_523382c955a74'),(29188,1188,'_background_repeat','field_523382f555a75'),(29189,1188,'background_repeat','null'),(29190,1188,'_background_size','field_5233837455a76'),(29191,1188,'background_size','null'),(29192,1188,'_background_position','field_5233842d55a78'),(29193,1188,'background_position','null'),(29194,1188,'_content_background_color','field_523384ce55a80'),(29195,1188,'content_background_color',''),(29196,1188,'_content_background_transparency','field_523384ce55a81'),(29197,1188,'content_background_transparency','1'),(29198,1188,'_background_color','field_523384ce55a79'),(29199,1188,'background_color',''),(29200,1188,'_block_footer','block_footer'),(29201,1188,'block_footer','null'),(29202,1188,'_sidebar-position','field_526d6ec715ee9'),(29203,1188,'sidebar-position',''),(29204,1188,'_sidebar-area_id','field_526d6c0da8219'),(29205,1188,'_banner_background_type','field_54ce55f555a01'),(29206,1188,'banner_background_type','image-background'),(29207,1188,'_banner_background_color','field_54ce55f555a02'),(29208,1188,'banner_background_color',''),(29209,1188,'_banner_parallax','field_54ce55f555a03'),(29210,1188,'banner_parallax','1'),(29211,1188,'_banner_image','field_54ce55f555a04'),(29214,1188,'banner_image','1417'),(29215,1188,'_banner_fullscreen','field_54ce55f555a05'),(29216,1188,'banner_fullscreen','1'),(29217,1188,'_banner_height','field_54ce55f555a06'),(29218,1188,'banner_height','850'),(29219,1188,'_banner_content_type','field_54ce55f555a13'),(29220,1188,'banner_content_type','default-content'),(29221,1188,'_banner_texteditor_content','field_54ce55f555a14'),(29222,1188,'banner_texteditor_content',''),(29223,1188,'_banner_title','field_54ce55f555a07'),(29224,1188,'banner_title','Caroline'),(29225,1188,'_banner_subtitle','field_54ce55f555a08'),(29226,1188,'banner_subtitle','Nobody can drag me down'),(29227,1188,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(29228,1188,'banner_horizontal_content_alignment','centered'),(29229,1188,'_banner_background_alignement','field_54ce55f555a11'),(29230,1188,'banner_background_alignement','top'),(29231,1188,'_banner_font_color','field_54ce55f555a12'),(29232,1188,'banner_font_color',''),(29233,1188,'_artist_hero_playlist','artist_hero_playlist'),(29234,1188,'artist_hero_playlist','1218'),(29235,1188,'_artist_desc','artist_desc'),(29236,1188,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(29237,1188,'_artist_social','artist_social'),(29238,1188,'artist_social','0'),(29239,1188,'_artist_link','artist_link'),(29240,1188,'artist_link','0'),(29241,1188,'_artist_contact','artist_contact'),(29242,1188,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(29243,1188,'_artist_download','artist_download'),(29244,1188,'artist_download','0'),(29245,1188,'_thumbnail_id','1416'),(29246,1190,'_wp_page_template','default'),(29247,1190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(29248,1190,'_wpb_shortcodes_custom_css','.vc_custom_1487738992993{margin-bottom: 35px !important;}.vc_custom_1487738998337{margin-bottom: 35px !important;}'),(29249,1190,'_page_logo_select','field_523384ce55a99'),(29250,1190,'page_logo_select','light'),(29251,1190,'_hide_page_title','field_523382c955a73'),(29252,1190,'hide_page_title','0'),(29253,1190,'_classic_menu_over_content','field_523384ce55a85'),(29254,1190,'classic_menu_over_content','1'),(29255,1190,'_classic_menu_main_item_color','field_523384ce55a87'),(29256,1190,'classic_menu_main_item_color','#ffffff'),(29257,1190,'_classic_menu_background','field_523384ce55a84'),(29258,1190,'classic_menu_background',''),(29259,1190,'_classic_menu_background_alpha','field_523384ce55a86'),(29260,1190,'classic_menu_background_alpha','1'),(29261,1190,'_hamburger_icon_color','field_523384ce55a23'),(29262,1190,'hamburger_icon_color',''),(29263,1190,'_background','field_523382c955a74'),(29264,1190,'_background_repeat','field_523382f555a75'),(29265,1190,'background_repeat','null'),(29266,1190,'_background_size','field_5233837455a76'),(29267,1190,'background_size','null'),(29268,1190,'_background_position','field_5233842d55a78'),(29269,1190,'background_position','null'),(29270,1190,'_content_background_color','field_523384ce55a80'),(29271,1190,'content_background_color',''),(29272,1190,'_content_background_transparency','field_523384ce55a81'),(29273,1190,'content_background_transparency','1'),(29274,1190,'_background_color','field_523384ce55a79'),(29275,1190,'background_color',''),(29276,1190,'_block_footer','block_footer'),(29277,1190,'block_footer','null'),(29278,1190,'_sidebar-position','field_526d6ec715ee9'),(29279,1190,'sidebar-position',''),(29280,1190,'_sidebar-area_id','field_526d6c0da8219'),(29281,1190,'_banner_background_type','field_54ce55f555a01'),(29282,1190,'banner_background_type','image-background'),(29283,1190,'_banner_background_color','field_54ce55f555a02'),(29284,1190,'banner_background_color',''),(29285,1190,'_banner_parallax','field_54ce55f555a03'),(29286,1190,'banner_parallax','1'),(29287,1190,'_banner_image','field_54ce55f555a04'),(29290,1190,'banner_image','1463'),(29291,1190,'_banner_fullscreen','field_54ce55f555a05'),(29292,1190,'banner_fullscreen','1'),(29293,1190,'_banner_height','field_54ce55f555a06'),(29294,1190,'banner_height','750'),(29295,1190,'_banner_content_type','field_54ce55f555a13'),(29296,1190,'banner_content_type','default-content'),(29297,1190,'_banner_texteditor_content','field_54ce55f555a14'),(29298,1190,'banner_texteditor_content',''),(29299,1190,'_banner_title','field_54ce55f555a07'),(29300,1190,'banner_title','Indiana'),(29301,1190,'_banner_subtitle','field_54ce55f555a08'),(29302,1190,'banner_subtitle','\"Embrace\" EP available now'),(29303,1190,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(29304,1190,'banner_horizontal_content_alignment','centered'),(29305,1190,'_banner_background_alignement','field_54ce55f555a11'),(29306,1190,'banner_background_alignement','top'),(29307,1190,'_banner_font_color','field_54ce55f555a12'),(29308,1190,'banner_font_color',''),(29309,1190,'_artist_hero_playlist','artist_hero_playlist'),(29310,1190,'artist_hero_playlist','1218'),(29311,1190,'_artist_desc','artist_desc'),(29312,1190,'artist_desc','BAHAMAS\'s mainstream success was signified by a growing interest in punk rock during the 1990s, but unlike many of their contemporaries (including Bad Religion, Green Day and The Offspring), they have never been signed to a major label. NOFX has released thirteen studio albums, sixteen extended plays<sup id=\"cite_ref-6\" class=\"reference\">[6]</sup> and a number of seven-inch singles.'),(29313,1190,'_artist_social','artist_social'),(29314,1190,'artist_social','0'),(29315,1190,'_artist_link','artist_link'),(29316,1190,'artist_link','0'),(29317,1190,'_artist_contact','artist_contact'),(29318,1190,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(29319,1190,'_artist_download','artist_download'),(29320,1190,'artist_download','0'),(29321,1190,'_thumbnail_id','1462'),(29322,1192,'_wp_page_template','default'),(29323,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(29324,1192,'_wpb_shortcodes_custom_css','.vc_custom_1487738992993{margin-bottom: 35px !important;}.vc_custom_1487738998337{margin-bottom: 35px !important;}'),(29325,1192,'_page_logo_select','field_523384ce55a99'),(29326,1192,'page_logo_select','light'),(29327,1192,'_hide_page_title','field_523382c955a73'),(29328,1192,'hide_page_title','0'),(29329,1192,'_classic_menu_over_content','field_523384ce55a85'),(29330,1192,'classic_menu_over_content','1'),(29331,1192,'_classic_menu_main_item_color','field_523384ce55a87'),(29332,1192,'classic_menu_main_item_color','#ffffff'),(29333,1192,'_classic_menu_background','field_523384ce55a84'),(29334,1192,'classic_menu_background',''),(29335,1192,'_classic_menu_background_alpha','field_523384ce55a86'),(29336,1192,'classic_menu_background_alpha',''),(29337,1192,'_hamburger_icon_color','field_523384ce55a23'),(29338,1192,'hamburger_icon_color',''),(29339,1192,'_background','field_523382c955a74'),(29340,1192,'_background_repeat','field_523382f555a75'),(29341,1192,'background_repeat','null'),(29342,1192,'_background_size','field_5233837455a76'),(29343,1192,'background_size','null'),(29344,1192,'_background_position','field_5233842d55a78'),(29345,1192,'background_position','null'),(29346,1192,'_content_background_color','field_523384ce55a80'),(29347,1192,'content_background_color',''),(29348,1192,'_content_background_transparency','field_523384ce55a81'),(29349,1192,'content_background_transparency','1'),(29350,1192,'_background_color','field_523384ce55a79'),(29351,1192,'background_color',''),(29352,1192,'_block_footer','block_footer'),(29353,1192,'block_footer','null'),(29354,1192,'_sidebar-position','field_526d6ec715ee9'),(29355,1192,'sidebar-position',''),(29356,1192,'_sidebar-area_id','field_526d6c0da8219'),(29357,1192,'_banner_background_type','field_54ce55f555a01'),(29358,1192,'banner_background_type','image-background'),(29359,1192,'_banner_background_color','field_54ce55f555a02'),(29360,1192,'banner_background_color',''),(29361,1192,'_banner_parallax','field_54ce55f555a03'),(29362,1192,'banner_parallax','1'),(29363,1192,'_banner_image','field_54ce55f555a04'),(29366,1192,'banner_image','1467'),(29367,1192,'_banner_fullscreen','field_54ce55f555a05'),(29368,1192,'banner_fullscreen','1'),(29369,1192,'_banner_height','field_54ce55f555a06'),(29370,1192,'banner_height','650'),(29371,1192,'_banner_content_type','field_54ce55f555a13'),(29372,1192,'banner_content_type','default-content'),(29373,1192,'_banner_texteditor_content','field_54ce55f555a14'),(29374,1192,'banner_texteditor_content',''),(29375,1192,'_banner_title','field_54ce55f555a07'),(29376,1192,'banner_title','Herbalizer'),(29377,1192,'_banner_subtitle','field_54ce55f555a08'),(29378,1192,'banner_subtitle','\'Jazz them Up\' New Release'),(29379,1192,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(29380,1192,'banner_horizontal_content_alignment','centered'),(29381,1192,'_banner_background_alignement','field_54ce55f555a11'),(29382,1192,'banner_background_alignement','center'),(29383,1192,'_banner_font_color','field_54ce55f555a12'),(29384,1192,'banner_font_color',''),(29385,1192,'_artist_hero_playlist','artist_hero_playlist'),(29386,1192,'artist_hero_playlist','1218'),(29387,1192,'_artist_desc','artist_desc'),(29388,1192,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(29389,1192,'_artist_social','artist_social'),(29390,1192,'artist_social','0'),(29391,1192,'_artist_link','artist_link'),(29392,1192,'artist_link','0'),(29393,1192,'_artist_contact','artist_contact'),(29394,1192,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(29395,1192,'_artist_download','artist_download'),(29396,1192,'artist_download','0'),(29397,1192,'_thumbnail_id','1466'),(29398,1194,'_wp_page_template','default'),(29399,1194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(29400,1194,'_wpb_shortcodes_custom_css','.vc_custom_1487738992993{margin-bottom: 35px !important;}.vc_custom_1487738998337{margin-bottom: 35px !important;}'),(29401,1194,'_page_logo_select','field_523384ce55a99'),(29402,1194,'page_logo_select','light'),(29403,1194,'_hide_page_title','field_523382c955a73'),(29404,1194,'hide_page_title','0'),(29405,1194,'_classic_menu_over_content','field_523384ce55a85'),(29406,1194,'classic_menu_over_content','1'),(29407,1194,'_classic_menu_main_item_color','field_523384ce55a87'),(29408,1194,'classic_menu_main_item_color','#ffffff'),(29409,1194,'_classic_menu_background','field_523384ce55a84'),(29410,1194,'classic_menu_background',''),(29411,1194,'_classic_menu_background_alpha','field_523384ce55a86'),(29412,1194,'classic_menu_background_alpha','1'),(29413,1194,'_hamburger_icon_color','field_523384ce55a23'),(29414,1194,'hamburger_icon_color',''),(29415,1194,'_background','field_523382c955a74'),(29416,1194,'_background_repeat','field_523382f555a75'),(29417,1194,'background_repeat','null'),(29418,1194,'_background_size','field_5233837455a76'),(29419,1194,'background_size','null'),(29420,1194,'_background_position','field_5233842d55a78'),(29421,1194,'background_position','null'),(29422,1194,'_content_background_color','field_523384ce55a80'),(29423,1194,'content_background_color',''),(29424,1194,'_content_background_transparency','field_523384ce55a81'),(29425,1194,'content_background_transparency','1'),(29426,1194,'_background_color','field_523384ce55a79'),(29427,1194,'background_color',''),(29428,1194,'_block_footer','block_footer'),(29429,1194,'block_footer','null'),(29430,1194,'_sidebar-position','field_526d6ec715ee9'),(29431,1194,'sidebar-position',''),(29432,1194,'_sidebar-area_id','field_526d6c0da8219'),(29433,1194,'_banner_background_type','field_54ce55f555a01'),(29434,1194,'banner_background_type','image-background'),(29435,1194,'_banner_background_color','field_54ce55f555a02'),(29436,1194,'banner_background_color',''),(29437,1194,'_banner_parallax','field_54ce55f555a03'),(29438,1194,'banner_parallax','1'),(29439,1194,'_banner_image','field_54ce55f555a04'),(29442,1194,'banner_image','1465'),(29443,1194,'_banner_fullscreen','field_54ce55f555a05'),(29444,1194,'banner_fullscreen','1'),(29445,1194,'_banner_height','field_54ce55f555a06'),(29446,1194,'banner_height','750'),(29447,1194,'_banner_content_type','field_54ce55f555a13'),(29448,1194,'banner_content_type','default-content'),(29449,1194,'_banner_texteditor_content','field_54ce55f555a14'),(29450,1194,'banner_texteditor_content',''),(29451,1194,'_banner_title','field_54ce55f555a07'),(29452,1194,'banner_title','Wyclef'),(29453,1194,'_banner_subtitle','field_54ce55f555a08'),(29454,1194,'banner_subtitle','2017 \"Best New Artist\" of the year'),(29455,1194,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(29456,1194,'banner_horizontal_content_alignment','centered'),(29457,1194,'_banner_background_alignement','field_54ce55f555a11'),(29458,1194,'banner_background_alignement','center'),(29459,1194,'_banner_font_color','field_54ce55f555a12'),(29460,1194,'banner_font_color',''),(29461,1194,'_artist_hero_playlist','artist_hero_playlist'),(29462,1194,'artist_hero_playlist','1218'),(29463,1194,'_artist_desc','artist_desc'),(29464,1194,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(29465,1194,'_artist_social','artist_social'),(29466,1194,'artist_social','0'),(29467,1194,'_artist_link','artist_link'),(29468,1194,'artist_link','0'),(29469,1194,'_artist_contact','artist_contact'),(29470,1194,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(29471,1194,'_artist_download','artist_download'),(29472,1194,'artist_download','0'),(29473,1194,'_thumbnail_id','1464'),(29474,1196,'_wp_page_template','default'),(29475,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(29476,1196,'_wpb_shortcodes_custom_css','.vc_custom_1487738992993{margin-bottom: 35px !important;}.vc_custom_1487738998337{margin-bottom: 35px !important;}'),(29477,1196,'_page_logo_select','field_523384ce55a99'),(29478,1196,'page_logo_select','light'),(29479,1196,'_hide_page_title','field_523382c955a73'),(29480,1196,'hide_page_title','0'),(29481,1196,'_classic_menu_over_content','field_523384ce55a85'),(29482,1196,'classic_menu_over_content','1'),(29483,1196,'_classic_menu_main_item_color','field_523384ce55a87'),(29484,1196,'classic_menu_main_item_color','#ffffff'),(29485,1196,'_classic_menu_background','field_523384ce55a84'),(29486,1196,'classic_menu_background',''),(29487,1196,'_classic_menu_background_alpha','field_523384ce55a86'),(29488,1196,'classic_menu_background_alpha','1'),(29489,1196,'_hamburger_icon_color','field_523384ce55a23'),(29490,1196,'hamburger_icon_color',''),(29491,1196,'_background','field_523382c955a74'),(29492,1196,'_background_repeat','field_523382f555a75'),(29493,1196,'background_repeat','null'),(29494,1196,'_background_size','field_5233837455a76'),(29495,1196,'background_size','null'),(29496,1196,'_background_position','field_5233842d55a78'),(29497,1196,'background_position','null'),(29498,1196,'_content_background_color','field_523384ce55a80'),(29499,1196,'content_background_color',''),(29500,1196,'_content_background_transparency','field_523384ce55a81'),(29501,1196,'content_background_transparency','1'),(29502,1196,'_background_color','field_523384ce55a79'),(29503,1196,'background_color',''),(29504,1196,'_block_footer','block_footer'),(29505,1196,'block_footer','null'),(29506,1196,'_sidebar-position','field_526d6ec715ee9'),(29507,1196,'sidebar-position',''),(29508,1196,'_sidebar-area_id','field_526d6c0da8219'),(29509,1196,'_banner_background_type','field_54ce55f555a01'),(29510,1196,'banner_background_type','image-background'),(29511,1196,'_banner_background_color','field_54ce55f555a02'),(29512,1196,'banner_background_color',''),(29513,1196,'_banner_parallax','field_54ce55f555a03'),(29514,1196,'banner_parallax','1'),(29515,1196,'_banner_image','field_54ce55f555a04'),(29518,1196,'banner_image','1461'),(29519,1196,'_banner_fullscreen','field_54ce55f555a05'),(29520,1196,'banner_fullscreen','1'),(29521,1196,'_banner_height','field_54ce55f555a06'),(29522,1196,'banner_height','850'),(29523,1196,'_banner_content_type','field_54ce55f555a13'),(29524,1196,'banner_content_type','default-content'),(29525,1196,'_banner_texteditor_content','field_54ce55f555a14'),(29526,1196,'banner_texteditor_content',''),(29527,1196,'_banner_title','field_54ce55f555a07'),(29528,1196,'banner_title','Adele'),(29529,1196,'_banner_subtitle','field_54ce55f555a08'),(29530,1196,'banner_subtitle','Music is everything'),(29531,1196,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(29532,1196,'banner_horizontal_content_alignment','centered'),(29533,1196,'_banner_background_alignement','field_54ce55f555a11'),(29534,1196,'banner_background_alignement','top'),(29535,1196,'_banner_font_color','field_54ce55f555a12'),(29536,1196,'banner_font_color',''),(29537,1196,'_artist_hero_playlist','artist_hero_playlist'),(29538,1196,'artist_hero_playlist','1218'),(29539,1196,'_artist_desc','artist_desc'),(29540,1196,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(29541,1196,'_artist_social','artist_social'),(29542,1196,'artist_social','0'),(29543,1196,'_artist_link','artist_link'),(29544,1196,'artist_link','0'),(29545,1196,'_artist_contact','artist_contact'),(29546,1196,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(29547,1196,'_artist_download','artist_download'),(29548,1196,'artist_download','0'),(29549,1196,'_thumbnail_id','1460'),(29703,1011,'_wpb_shortcodes_custom_css','.vc_custom_1534965737457{padding-top: 110px !important;background-position: 0 0 !important;background-repeat: repeat !important;}.vc_custom_1534969618873{margin-top: 110px !important;}.vc_custom_1534969693562{margin-bottom: 120px !important;}.vc_custom_1534969611205{margin-top: 35px !important;}'),(29704,1177,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(29705,1177,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508448955'),(29706,1177,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(29707,1177,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508448955'),(30445,1227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30446,1227,'_edit_lock','1544051061:2'),(30447,1227,'_edit_last','2'),(30448,1227,'_wp_page_template','default'),(30449,1227,'slide_template','default'),(30498,1227,'eg_sources_html5_mp4',''),(30499,1227,'eg_sources_html5_ogv',''),(30500,1227,'eg_sources_html5_webm',''),(30501,1227,'eg_sources_youtube',''),(30502,1227,'eg_sources_vimeo',''),(30503,1227,'eg_sources_wistia',''),(30504,1227,'eg_sources_image',''),(30505,1227,'eg_sources_iframe',''),(30506,1227,'eg_sources_soundcloud',''),(30507,1227,'eg_vimeo_ratio','0'),(30508,1227,'eg_youtube_ratio','0'),(30509,1227,'eg_wistia_ratio','0'),(30510,1227,'eg_html5_ratio','0'),(30511,1227,'eg_soundcloud_ratio','0'),(30512,1227,'eg_settings_custom_meta_skin',''),(30513,1227,'eg_settings_custom_meta_element',''),(30514,1227,'eg_settings_custom_meta_setting',''),(30515,1227,'eg_settings_custom_meta_style',''),(30516,1227,'eg_custom_meta_216','true'),(30517,1227,'_wpb_vc_js_status','true'),(30519,1227,'page_logo_select','null'),(30520,1227,'_page_logo_select','field_523384ce55a99'),(30521,1227,'hide_page_title','0'),(30522,1227,'_hide_page_title','field_523382c955a73'),(30523,1227,'classic_menu_over_content','0'),(30524,1227,'_classic_menu_over_content','field_523384ce55a85'),(30525,1227,'classic_menu_background',''),(30526,1227,'_classic_menu_background','field_523384ce55a84'),(30527,1227,'classic_menu_background_alpha','1'),(30528,1227,'_classic_menu_background_alpha','field_523384ce55a86'),(30529,1227,'hamburger_icon_color',''),(30530,1227,'_hamburger_icon_color','field_523384ce55a23'),(30531,1227,'background',''),(30532,1227,'_background','field_523382c955a74'),(30533,1227,'background_repeat','null'),(30534,1227,'_background_repeat','field_523382f555a75'),(30535,1227,'background_size','null'),(30536,1227,'_background_size','field_5233837455a76'),(30537,1227,'background_position','null'),(30538,1227,'_background_position','field_5233842d55a78'),(30539,1227,'content_background_color',''),(30540,1227,'_content_background_color','field_523384ce55a80'),(30541,1227,'content_background_transparency','1'),(30542,1227,'_content_background_transparency','field_523384ce55a81'),(30543,1227,'background_color',''),(30544,1227,'_background_color','field_523384ce55a79'),(30545,1227,'block_footer','null'),(30546,1227,'_block_footer','block_footer'),(30547,1227,'sidebar-position','disabled'),(30548,1227,'_sidebar-position','field_526d6ec715ee9'),(30549,1227,'banner_background_type','null'),(30550,1227,'_banner_background_type','field_54ce55f555a01'),(30551,1227,'banner_parallax','0'),(30552,1227,'_banner_parallax','field_54ce55f555a03'),(30553,1227,'banner_fullscreen','0'),(30554,1227,'_banner_fullscreen','field_54ce55f555a05'),(30555,1227,'banner_height','0'),(30556,1227,'_banner_height','field_54ce55f555a06'),(30557,1227,'banner_content_type','default-content'),(30558,1227,'_banner_content_type','field_54ce55f555a13'),(30559,1227,'banner_title',''),(30560,1227,'_banner_title','field_54ce55f555a07'),(30561,1227,'banner_subtitle',''),(30562,1227,'_banner_subtitle','field_54ce55f555a08'),(30563,1227,'banner_horizontal_content_alignment','centered'),(30564,1227,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(30565,1227,'banner_font_color',''),(30566,1227,'_banner_font_color','field_54ce55f555a12'),(30567,1229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30568,1229,'_edit_lock','1544051113:2'),(30569,1229,'_edit_last','2'),(30570,1229,'_wp_page_template','default'),(30571,1229,'slide_template','default'),(30620,1229,'eg_sources_html5_mp4',''),(30621,1229,'eg_sources_html5_ogv',''),(30622,1229,'eg_sources_html5_webm',''),(30623,1229,'eg_sources_youtube',''),(30624,1229,'eg_sources_vimeo',''),(30625,1229,'eg_sources_wistia',''),(30626,1229,'eg_sources_image',''),(30627,1229,'eg_sources_iframe',''),(30628,1229,'eg_sources_soundcloud',''),(30629,1229,'eg_vimeo_ratio','0'),(30630,1229,'eg_youtube_ratio','0'),(30631,1229,'eg_wistia_ratio','0'),(30632,1229,'eg_html5_ratio','0'),(30633,1229,'eg_soundcloud_ratio','0'),(30634,1229,'eg_settings_custom_meta_skin',''),(30635,1229,'eg_settings_custom_meta_element',''),(30636,1229,'eg_settings_custom_meta_setting',''),(30637,1229,'eg_settings_custom_meta_style',''),(30638,1229,'eg_custom_meta_216','true'),(30639,1229,'_wpb_vc_js_status','true'),(30641,1229,'page_logo_select','null'),(30642,1229,'_page_logo_select','field_523384ce55a99'),(30643,1229,'hide_page_title','0'),(30644,1229,'_hide_page_title','field_523382c955a73'),(30645,1229,'classic_menu_over_content','0'),(30646,1229,'_classic_menu_over_content','field_523384ce55a85'),(30647,1229,'classic_menu_background',''),(30648,1229,'_classic_menu_background','field_523384ce55a84'),(30649,1229,'classic_menu_background_alpha','1'),(30650,1229,'_classic_menu_background_alpha','field_523384ce55a86'),(30651,1229,'hamburger_icon_color',''),(30652,1229,'_hamburger_icon_color','field_523384ce55a23'),(30653,1229,'background',''),(30654,1229,'_background','field_523382c955a74'),(30655,1229,'background_repeat','null'),(30656,1229,'_background_repeat','field_523382f555a75'),(30657,1229,'background_size','null'),(30658,1229,'_background_size','field_5233837455a76'),(30659,1229,'background_position','null'),(30660,1229,'_background_position','field_5233842d55a78'),(30661,1229,'content_background_color',''),(30662,1229,'_content_background_color','field_523384ce55a80'),(30663,1229,'content_background_transparency','1'),(30664,1229,'_content_background_transparency','field_523384ce55a81'),(30665,1229,'background_color',''),(30666,1229,'_background_color','field_523384ce55a79'),(30667,1229,'block_footer','null'),(30668,1229,'_block_footer','block_footer'),(30669,1229,'sidebar-position','disabled'),(30670,1229,'_sidebar-position','field_526d6ec715ee9'),(30671,1229,'banner_background_type','null'),(30672,1229,'_banner_background_type','field_54ce55f555a01'),(30673,1229,'banner_parallax','0'),(30674,1229,'_banner_parallax','field_54ce55f555a03'),(30675,1229,'banner_fullscreen','0'),(30676,1229,'_banner_fullscreen','field_54ce55f555a05'),(30677,1229,'banner_height','0'),(30678,1229,'_banner_height','field_54ce55f555a06'),(30679,1229,'banner_content_type','default-content'),(30680,1229,'_banner_content_type','field_54ce55f555a13'),(30681,1229,'banner_title',''),(30682,1229,'_banner_title','field_54ce55f555a07'),(30683,1229,'banner_subtitle',''),(30684,1229,'_banner_subtitle','field_54ce55f555a08'),(30685,1229,'banner_horizontal_content_alignment','centered'),(30686,1229,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(30687,1229,'banner_font_color',''),(30688,1229,'_banner_font_color','field_54ce55f555a12'),(30696,1233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30697,1233,'_edit_lock','1544051087:2'),(30698,1233,'_edit_last','2'),(30699,1233,'_wp_page_template','default'),(30700,1233,'slide_template','default'),(30749,1233,'eg_sources_html5_mp4',''),(30750,1233,'eg_sources_html5_ogv',''),(30751,1233,'eg_sources_html5_webm',''),(30752,1233,'eg_sources_youtube',''),(30753,1233,'eg_sources_vimeo',''),(30754,1233,'eg_sources_wistia',''),(30755,1233,'eg_sources_image',''),(30756,1233,'eg_sources_iframe',''),(30757,1233,'eg_sources_soundcloud',''),(30758,1233,'eg_vimeo_ratio','0'),(30759,1233,'eg_youtube_ratio','0'),(30760,1233,'eg_wistia_ratio','0'),(30761,1233,'eg_html5_ratio','0'),(30762,1233,'eg_soundcloud_ratio','0'),(30763,1233,'eg_settings_custom_meta_skin',''),(30764,1233,'eg_settings_custom_meta_element',''),(30765,1233,'eg_settings_custom_meta_setting',''),(30766,1233,'eg_settings_custom_meta_style',''),(30767,1233,'eg_custom_meta_216','true'),(30768,1233,'_wpb_vc_js_status','true'),(30770,1233,'page_logo_select','null'),(30771,1233,'_page_logo_select','field_523384ce55a99'),(30772,1233,'hide_page_title','0'),(30773,1233,'_hide_page_title','field_523382c955a73'),(30774,1233,'classic_menu_over_content','0'),(30775,1233,'_classic_menu_over_content','field_523384ce55a85'),(30776,1233,'classic_menu_background',''),(30777,1233,'_classic_menu_background','field_523384ce55a84'),(30778,1233,'classic_menu_background_alpha','1'),(30779,1233,'_classic_menu_background_alpha','field_523384ce55a86'),(30780,1233,'hamburger_icon_color',''),(30781,1233,'_hamburger_icon_color','field_523384ce55a23'),(30782,1233,'background',''),(30783,1233,'_background','field_523382c955a74'),(30784,1233,'background_repeat','null'),(30785,1233,'_background_repeat','field_523382f555a75'),(30786,1233,'background_size','null'),(30787,1233,'_background_size','field_5233837455a76'),(30788,1233,'background_position','null'),(30789,1233,'_background_position','field_5233842d55a78'),(30790,1233,'content_background_color',''),(30791,1233,'_content_background_color','field_523384ce55a80'),(30792,1233,'content_background_transparency','1'),(30793,1233,'_content_background_transparency','field_523384ce55a81'),(30794,1233,'background_color',''),(30795,1233,'_background_color','field_523384ce55a79'),(30796,1233,'block_footer','null'),(30797,1233,'_block_footer','block_footer'),(30798,1233,'sidebar-position','disabled'),(30799,1233,'_sidebar-position','field_526d6ec715ee9'),(30800,1233,'banner_background_type','null'),(30801,1233,'_banner_background_type','field_54ce55f555a01'),(30802,1233,'banner_parallax','0'),(30803,1233,'_banner_parallax','field_54ce55f555a03'),(30804,1233,'banner_fullscreen','0'),(30805,1233,'_banner_fullscreen','field_54ce55f555a05'),(30806,1233,'banner_height','0'),(30807,1233,'_banner_height','field_54ce55f555a06'),(30808,1233,'banner_content_type','default-content'),(30809,1233,'_banner_content_type','field_54ce55f555a13'),(30810,1233,'banner_title',''),(30811,1233,'_banner_title','field_54ce55f555a07'),(30812,1233,'banner_subtitle',''),(30813,1233,'_banner_subtitle','field_54ce55f555a08'),(30814,1233,'banner_horizontal_content_alignment','centered'),(30815,1233,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(30816,1233,'banner_font_color',''),(30817,1233,'_banner_font_color','field_54ce55f555a12'),(30992,827,'eg_custom_meta_216','true'),(30994,827,'page_logo_select','null'),(30995,827,'_page_logo_select','field_523384ce55a99'),(30996,827,'block_footer','null'),(30997,827,'_block_footer','block_footer'),(30998,827,'banner_background_type','null'),(30999,827,'_banner_background_type','field_54ce55f555a01'),(31000,827,'banner_parallax','0'),(31001,827,'_banner_parallax','field_54ce55f555a03'),(31002,827,'banner_fullscreen','0'),(31003,827,'_banner_fullscreen','field_54ce55f555a05'),(31004,827,'banner_height','0'),(31005,827,'_banner_height','field_54ce55f555a06'),(31006,827,'banner_content_type','default-content'),(31007,827,'_banner_content_type','field_54ce55f555a13'),(31008,827,'banner_title',''),(31009,827,'_banner_title','field_54ce55f555a07'),(31010,827,'banner_subtitle',''),(31011,827,'_banner_subtitle','field_54ce55f555a08'),(31012,827,'banner_horizontal_content_alignment','centered'),(31013,827,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(31014,827,'banner_font_color',''),(31015,827,'_banner_font_color','field_54ce55f555a12'),(32259,1188,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(32260,1188,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508453028'),(32261,1188,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(32262,1188,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508453028'),(33741,1306,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(33742,1306,'_mc4wp_settings','a:8:{s:5:\"lists\";a:1:{i:0;s:10:\"da408bf378\";}s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";}'),(33743,1306,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(33744,1306,'text_invalid_email','Please provide a valid email address.'),(33745,1306,'text_required_field_missing','Please fill in the required fields.'),(33746,1306,'text_already_subscribed','Given email address is already subscribed, thank you!'),(33747,1306,'text_error','Oops. Something went wrong. Please try again later.'),(33748,1306,'text_unsubscribed','You were successfully unsubscribed.'),(33749,1306,'text_not_subscribed','Given email address is not subscribed.'),(33750,1306,'text_no_lists_selected','Please select at least one list.'),(33751,1306,'text_updated','Thank you, your records have been updated!'),(35205,1343,'_wp_attached_file','2016/11/djsonaar_signature.png'),(35206,1343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:213;s:6:\"height\";i:66;s:4:\"file\";s:30:\"2016/11/djsonaar_signature.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"djsonaar_signature-150x66.png\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36684,1381,'_wp_attached_file','2016/11/eyesofus.jpg'),(36685,1381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:464;s:6:\"height\";i:464;s:4:\"file\";s:20:\"2016/11/eyesofus.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"eyesofus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:20:\"eyesofus-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36808,29,'eg_custom_meta_216','true'),(36810,29,'page_logo_select','null'),(36811,29,'_page_logo_select','field_523384ce55a99'),(36812,29,'block_footer','null'),(36813,29,'_block_footer','block_footer'),(36814,29,'banner_background_type','null'),(36815,29,'_banner_background_type','field_54ce55f555a01'),(36816,29,'banner_parallax','0'),(36817,29,'_banner_parallax','field_54ce55f555a03'),(36818,29,'banner_fullscreen','0'),(36819,29,'_banner_fullscreen','field_54ce55f555a05'),(36820,29,'banner_height','0'),(36821,29,'_banner_height','field_54ce55f555a06'),(36822,29,'banner_content_type','default-content'),(36823,29,'_banner_content_type','field_54ce55f555a13'),(36824,29,'banner_title',''),(36825,29,'_banner_title','field_54ce55f555a07'),(36826,29,'banner_subtitle',''),(36827,29,'_banner_subtitle','field_54ce55f555a08'),(36828,29,'banner_horizontal_content_alignment','centered'),(36829,29,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(36830,29,'banner_font_color',''),(36831,29,'_banner_font_color','field_54ce55f555a12'),(36880,29,'_wpb_shortcodes_custom_css','.vc_custom_1508863896482{margin-bottom: 100px !important;}.vc_custom_1508863871994{margin-bottom: 75px !important;}'),(37329,13,'eg_custom_meta_216','true'),(37331,13,'page_logo_select','null'),(37332,13,'_page_logo_select','field_523384ce55a99'),(37333,13,'block_footer','null'),(37334,13,'_block_footer','block_footer'),(37335,13,'banner_background_type','null'),(37336,13,'_banner_background_type','field_54ce55f555a01'),(37337,13,'banner_parallax','0'),(37338,13,'_banner_parallax','field_54ce55f555a03'),(37339,13,'banner_fullscreen','0'),(37340,13,'_banner_fullscreen','field_54ce55f555a05'),(37341,13,'banner_height','0'),(37342,13,'_banner_height','field_54ce55f555a06'),(37343,13,'banner_content_type','default-content'),(37344,13,'_banner_content_type','field_54ce55f555a13'),(37345,13,'banner_title',''),(37346,13,'_banner_title','field_54ce55f555a07'),(37347,13,'banner_subtitle',''),(37348,13,'_banner_subtitle','field_54ce55f555a08'),(37349,13,'banner_horizontal_content_alignment','centered'),(37350,13,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(37351,13,'banner_font_color',''),(37352,13,'_banner_font_color','field_54ce55f555a12'),(37454,850,'eg_custom_meta_216','true'),(37456,850,'page_logo_select','null'),(37457,850,'_page_logo_select','field_523384ce55a99'),(37458,850,'block_footer','null'),(37459,850,'_block_footer','block_footer'),(37460,850,'banner_background_type','null'),(37461,850,'_banner_background_type','field_54ce55f555a01'),(37462,850,'banner_parallax','0'),(37463,850,'_banner_parallax','field_54ce55f555a03'),(37464,850,'banner_fullscreen','0'),(37465,850,'_banner_fullscreen','field_54ce55f555a05'),(37466,850,'banner_height','0'),(37467,850,'_banner_height','field_54ce55f555a06'),(37468,850,'banner_content_type','default-content'),(37469,850,'_banner_content_type','field_54ce55f555a13'),(37470,850,'banner_title',''),(37471,850,'_banner_title','field_54ce55f555a07'),(37472,850,'banner_subtitle',''),(37473,850,'_banner_subtitle','field_54ce55f555a08'),(37474,850,'banner_horizontal_content_alignment','centered'),(37475,850,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(37476,850,'banner_font_color',''),(37477,850,'_banner_font_color','field_54ce55f555a12'),(38241,27,'eg_custom_meta_216','true'),(38243,27,'page_logo_select','light'),(38244,27,'_page_logo_select','field_523384ce55a99'),(38245,27,'block_footer','1940'),(38246,27,'_block_footer','block_footer'),(38247,27,'banner_background_type','null'),(38248,27,'_banner_background_type','field_54ce55f555a01'),(38249,27,'banner_parallax','0'),(38250,27,'_banner_parallax','field_54ce55f555a03'),(38251,27,'banner_fullscreen','0'),(38252,27,'_banner_fullscreen','field_54ce55f555a05'),(38253,27,'banner_height','0'),(38254,27,'_banner_height','field_54ce55f555a06'),(38255,27,'banner_content_type','default-content'),(38256,27,'_banner_content_type','field_54ce55f555a13'),(38257,27,'banner_title',''),(38258,27,'_banner_title','field_54ce55f555a07'),(38259,27,'banner_subtitle',''),(38260,27,'_banner_subtitle','field_54ce55f555a08'),(38261,27,'banner_horizontal_content_alignment','centered'),(38262,27,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(38263,27,'banner_font_color',''),(38264,27,'_banner_font_color','field_54ce55f555a12'),(38684,1143,'_edit_lock','1543871452:2'),(38686,1414,'_wp_attached_file','2017/02/Abovetheground_square.jpg'),(38687,1414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2017/02/Abovetheground_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Abovetheground_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:33:\"Abovetheground_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38688,1415,'_wp_attached_file','2017/02/Abovetheground_wide.jpg'),(38689,1415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2017/02/Abovetheground_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Abovetheground_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Abovetheground_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Abovetheground_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Abovetheground_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:31:\"Abovetheground_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38690,1416,'_wp_attached_file','2017/02/Caroline_square.jpg'),(38691,1416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2017/02/Caroline_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Caroline_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:27:\"Caroline_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38692,1417,'_wp_attached_file','2017/02/Caroline_wide.jpg'),(38693,1417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2017/02/Caroline_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Caroline_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Caroline_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Caroline_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Caroline_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:25:\"Caroline_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38694,1418,'_wp_attached_file','2017/02/Diamond_square.jpg'),(38695,1418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2017/02/Diamond_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Diamond_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:26:\"Diamond_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38696,1419,'_wp_attached_file','2017/02/Diamond_wide.jpg'),(38697,1419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2017/02/Diamond_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Diamond_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Diamond_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Diamond_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Diamond_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:24:\"Diamond_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38698,1420,'_wp_attached_file','2017/02/DjSonaar_square.jpg'),(38699,1420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2017/02/DjSonaar_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"DjSonaar_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:27:\"DjSonaar_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38700,1421,'_wp_attached_file','2017/02/DjSonaar_wide.jpg'),(38701,1421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2017/02/DjSonaar_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DjSonaar_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"DjSonaar_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"DjSonaar_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"DjSonaar_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:25:\"DjSonaar_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38702,1422,'_wp_attached_file','2017/02/Galapaghost_square.jpg'),(38703,1422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2017/02/Galapaghost_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Galapaghost_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:30:\"Galapaghost_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38704,1423,'_wp_attached_file','2017/02/Galapaghost_wide.jpg'),(38705,1423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2017/02/Galapaghost_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Galapaghost_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Galapaghost_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Galapaghost_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Galapaghost_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:28:\"Galapaghost_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38706,1424,'_wp_attached_file','2017/02/maskatomb_square.jpg'),(38707,1424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2017/02/maskatomb_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"maskatomb_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:28:\"maskatomb_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38708,1425,'_wp_attached_file','2017/02/maskatomb_wide.jpg'),(38709,1425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2017/02/maskatomb_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"maskatomb_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"maskatomb_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"maskatomb_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"maskatomb_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:26:\"maskatomb_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38710,1426,'_wp_attached_file','2017/02/Raymayor_square.jpg'),(38711,1426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2017/02/Raymayor_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Raymayor_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:27:\"Raymayor_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38712,1427,'_wp_attached_file','2017/02/Raymayor_wide.jpg'),(38713,1427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2017/02/Raymayor_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Raymayor_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Raymayor_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Raymayor_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Raymayor_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:25:\"Raymayor_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38714,1428,'_wp_attached_file','2017/02/Ultrasonic_square.jpg'),(38715,1428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2017/02/Ultrasonic_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Ultrasonic_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:29:\"Ultrasonic_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38716,1429,'_wp_attached_file','2017/02/Ultrasonic_wide.jpg'),(38717,1429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2017/02/Ultrasonic_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Ultrasonic_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Ultrasonic_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Ultrasonic_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Ultrasonic_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:27:\"Ultrasonic_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38718,1143,'_edit_last','2'),(38719,1143,'slide_template',''),(38782,1143,'eg_sources_html5_mp4',''),(38783,1143,'eg_sources_html5_ogv',''),(38784,1143,'eg_sources_html5_webm',''),(38785,1143,'eg_sources_youtube',''),(38786,1143,'eg_sources_vimeo',''),(38787,1143,'eg_sources_wistia',''),(38788,1143,'eg_sources_image',''),(38789,1143,'eg_sources_iframe',''),(38790,1143,'eg_sources_soundcloud',''),(38791,1143,'eg_vimeo_ratio','0'),(38792,1143,'eg_youtube_ratio','0'),(38793,1143,'eg_wistia_ratio','0'),(38794,1143,'eg_html5_ratio','0'),(38795,1143,'eg_soundcloud_ratio','0'),(38796,1143,'eg_settings_custom_meta_skin',''),(38797,1143,'eg_settings_custom_meta_element',''),(38798,1143,'eg_settings_custom_meta_setting',''),(38799,1143,'eg_settings_custom_meta_style',''),(38800,1143,'eg_custom_meta_216','true'),(38801,1143,'_wpb_vc_js_status','true'),(38803,1143,'_wp_old_slug','dj-lowtempo'),(38804,1143,'background',''),(38805,1143,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(38806,1143,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508945530'),(38807,1143,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(38808,1143,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508945530'),(38872,1146,'_edit_lock','1545241893:2'),(38873,1146,'_edit_last','2'),(38874,1146,'slide_template',''),(38937,1146,'eg_sources_html5_mp4',''),(38938,1146,'eg_sources_html5_ogv',''),(38939,1146,'eg_sources_html5_webm',''),(38940,1146,'eg_sources_youtube',''),(38941,1146,'eg_sources_vimeo',''),(38942,1146,'eg_sources_wistia',''),(38943,1146,'eg_sources_image',''),(38944,1146,'eg_sources_iframe',''),(38945,1146,'eg_sources_soundcloud',''),(38946,1146,'eg_vimeo_ratio','0'),(38947,1146,'eg_youtube_ratio','0'),(38948,1146,'eg_wistia_ratio','0'),(38949,1146,'eg_html5_ratio','0'),(38950,1146,'eg_soundcloud_ratio','0'),(38951,1146,'eg_settings_custom_meta_skin',''),(38952,1146,'eg_settings_custom_meta_element',''),(38953,1146,'eg_settings_custom_meta_setting',''),(38954,1146,'eg_settings_custom_meta_style',''),(38955,1146,'eg_custom_meta_216','true'),(38956,1146,'_wpb_vc_js_status','true'),(38958,1146,'_wp_old_slug','dj-eklypse'),(38959,1146,'background',''),(38960,1146,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(38961,1146,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508945939'),(38962,1146,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(38963,1146,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508945939'),(38964,1148,'_edit_lock','1545171070:2'),(38965,1148,'_edit_last','2'),(38966,1148,'slide_template',''),(39029,1148,'eg_sources_html5_mp4',''),(39030,1148,'eg_sources_html5_ogv',''),(39031,1148,'eg_sources_html5_webm',''),(39032,1148,'eg_sources_youtube',''),(39033,1148,'eg_sources_vimeo',''),(39034,1148,'eg_sources_wistia',''),(39035,1148,'eg_sources_image',''),(39036,1148,'eg_sources_iframe',''),(39037,1148,'eg_sources_soundcloud',''),(39038,1148,'eg_vimeo_ratio','0'),(39039,1148,'eg_youtube_ratio','0'),(39040,1148,'eg_wistia_ratio','0'),(39041,1148,'eg_html5_ratio','0'),(39042,1148,'eg_soundcloud_ratio','0'),(39043,1148,'eg_settings_custom_meta_skin',''),(39044,1148,'eg_settings_custom_meta_element',''),(39045,1148,'eg_settings_custom_meta_setting',''),(39046,1148,'eg_settings_custom_meta_style',''),(39047,1148,'eg_custom_meta_216','true'),(39048,1148,'_wpb_vc_js_status','true'),(39050,1148,'background',''),(39051,1148,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(39052,1148,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508946168'),(39053,1148,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(39054,1148,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508946169'),(39376,1175,'_edit_lock','1545171144:2'),(39378,1175,'_edit_last','2'),(39379,1175,'slide_template',''),(39442,1175,'eg_sources_html5_mp4',''),(39443,1175,'eg_sources_html5_ogv',''),(39444,1175,'eg_sources_html5_webm',''),(39445,1175,'eg_sources_youtube',''),(39446,1175,'eg_sources_vimeo',''),(39447,1175,'eg_sources_wistia',''),(39448,1175,'eg_sources_image',''),(39449,1175,'eg_sources_iframe',''),(39450,1175,'eg_sources_soundcloud',''),(39451,1175,'eg_vimeo_ratio','0'),(39452,1175,'eg_youtube_ratio','0'),(39453,1175,'eg_wistia_ratio','0'),(39454,1175,'eg_html5_ratio','0'),(39455,1175,'eg_soundcloud_ratio','0'),(39456,1175,'eg_settings_custom_meta_skin',''),(39457,1175,'eg_settings_custom_meta_element',''),(39458,1175,'eg_settings_custom_meta_setting',''),(39459,1175,'eg_settings_custom_meta_style',''),(39460,1175,'eg_custom_meta_216','true'),(39461,1175,'_wpb_vc_js_status','true'),(39463,1175,'_wp_old_slug','half-sun-run'),(39464,1175,'background',''),(39465,1175,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(39466,1175,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508946978'),(39467,1175,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(39468,1175,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508946978'),(39721,1177,'_edit_lock','1545242642:2'),(39722,1177,'_edit_last','2'),(39723,1177,'slide_template',''),(39786,1177,'eg_sources_html5_mp4',''),(39787,1177,'eg_sources_html5_ogv',''),(39788,1177,'eg_sources_html5_webm',''),(39789,1177,'eg_sources_youtube',''),(39790,1177,'eg_sources_vimeo',''),(39791,1177,'eg_sources_wistia',''),(39792,1177,'eg_sources_image',''),(39793,1177,'eg_sources_iframe',''),(39794,1177,'eg_sources_soundcloud',''),(39795,1177,'eg_vimeo_ratio','0'),(39796,1177,'eg_youtube_ratio','0'),(39797,1177,'eg_wistia_ratio','0'),(39798,1177,'eg_html5_ratio','0'),(39799,1177,'eg_soundcloud_ratio','0'),(39800,1177,'eg_settings_custom_meta_skin',''),(39801,1177,'eg_settings_custom_meta_element',''),(39802,1177,'eg_settings_custom_meta_setting',''),(39803,1177,'eg_settings_custom_meta_style',''),(39804,1177,'eg_custom_meta_216','true'),(39805,1177,'_wpb_vc_js_status','true'),(39807,1177,'background',''),(40312,1179,'_edit_lock','1545171044:2'),(40313,1179,'_edit_last','2'),(40314,1179,'slide_template',''),(40377,1179,'eg_sources_html5_mp4',''),(40378,1179,'eg_sources_html5_ogv',''),(40379,1179,'eg_sources_html5_webm',''),(40380,1179,'eg_sources_youtube',''),(40381,1179,'eg_sources_vimeo',''),(40382,1179,'eg_sources_wistia',''),(40383,1179,'eg_sources_image',''),(40384,1179,'eg_sources_iframe',''),(40385,1179,'eg_sources_soundcloud',''),(40386,1179,'eg_vimeo_ratio','0'),(40387,1179,'eg_youtube_ratio','0'),(40388,1179,'eg_wistia_ratio','0'),(40389,1179,'eg_html5_ratio','0'),(40390,1179,'eg_soundcloud_ratio','0'),(40391,1179,'eg_settings_custom_meta_skin',''),(40392,1179,'eg_settings_custom_meta_element',''),(40393,1179,'eg_settings_custom_meta_setting',''),(40394,1179,'eg_settings_custom_meta_style',''),(40395,1179,'eg_custom_meta_216','true'),(40396,1179,'_wpb_vc_js_status','true'),(40398,1179,'_wp_old_slug','matt-ryder'),(40399,1179,'background',''),(40400,1179,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(40401,1179,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508947397'),(40402,1179,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(40403,1179,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508947397'),(40467,1181,'_edit_lock','1545170911:2'),(40468,1181,'_edit_last','2'),(40469,1181,'slide_template',''),(40532,1181,'eg_sources_html5_mp4',''),(40533,1181,'eg_sources_html5_ogv',''),(40534,1181,'eg_sources_html5_webm',''),(40535,1181,'eg_sources_youtube',''),(40536,1181,'eg_sources_vimeo',''),(40537,1181,'eg_sources_wistia',''),(40538,1181,'eg_sources_image',''),(40539,1181,'eg_sources_iframe',''),(40540,1181,'eg_sources_soundcloud',''),(40541,1181,'eg_vimeo_ratio','0'),(40542,1181,'eg_youtube_ratio','0'),(40543,1181,'eg_wistia_ratio','0'),(40544,1181,'eg_html5_ratio','0'),(40545,1181,'eg_soundcloud_ratio','0'),(40546,1181,'eg_settings_custom_meta_skin',''),(40547,1181,'eg_settings_custom_meta_element',''),(40548,1181,'eg_settings_custom_meta_setting',''),(40549,1181,'eg_settings_custom_meta_style',''),(40550,1181,'eg_custom_meta_216','true'),(40551,1181,'_wpb_vc_js_status','true'),(40553,1181,'_wp_old_slug','abel-sheram'),(40554,1181,'background',''),(40555,1181,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(40556,1181,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508947502'),(40557,1181,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(40558,1181,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508947502'),(40622,1188,'_edit_lock','1545170993:2'),(40623,1188,'_edit_last','2'),(40624,1188,'slide_template',''),(40687,1188,'eg_sources_html5_mp4',''),(40688,1188,'eg_sources_html5_ogv',''),(40689,1188,'eg_sources_html5_webm',''),(40690,1188,'eg_sources_youtube',''),(40691,1188,'eg_sources_vimeo',''),(40692,1188,'eg_sources_wistia',''),(40693,1188,'eg_sources_image',''),(40694,1188,'eg_sources_iframe',''),(40695,1188,'eg_sources_soundcloud',''),(40696,1188,'eg_vimeo_ratio','0'),(40697,1188,'eg_youtube_ratio','0'),(40698,1188,'eg_wistia_ratio','0'),(40699,1188,'eg_html5_ratio','0'),(40700,1188,'eg_soundcloud_ratio','0'),(40701,1188,'eg_settings_custom_meta_skin',''),(40702,1188,'eg_settings_custom_meta_element',''),(40703,1188,'eg_settings_custom_meta_setting',''),(40704,1188,'eg_settings_custom_meta_style',''),(40705,1188,'eg_custom_meta_216','true'),(40706,1188,'_wpb_vc_js_status','true'),(40708,1188,'_wp_old_slug','fkyago'),(40709,1188,'background',''),(40773,1190,'_edit_lock','1545241301:2'),(40774,1460,'_wp_attached_file','2017/04/adele_square.jpg'),(40775,1460,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2017/04/adele_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"adele_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:24:\"adele_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40776,1461,'_wp_attached_file','2017/04/adele_wide.jpg'),(40777,1461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2017/04/adele_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"adele_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"adele_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"adele_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"adele_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:22:\"adele_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40778,1462,'_wp_attached_file','2017/04/Indiana_square.jpg'),(40779,1462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2017/04/Indiana_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Indiana_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:26:\"Indiana_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40780,1463,'_wp_attached_file','2017/04/Indiana_wide.jpg'),(40781,1463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2017/04/Indiana_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Indiana_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Indiana_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Indiana_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Indiana_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:24:\"Indiana_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40782,1464,'_wp_attached_file','2017/04/Wyclef_square.jpg'),(40783,1464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2017/04/Wyclef_square.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Wyclef_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Wyclef_square-559x559.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Wyclef_square-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:25:\"Wyclef_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40784,1465,'_wp_attached_file','2017/04/Wyclef_wide.jpg'),(40785,1465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2017/04/Wyclef_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Wyclef_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Wyclef_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Wyclef_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Wyclef_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:23:\"Wyclef_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40786,1466,'_wp_attached_file','2017/04/Herbalizer_square.jpg'),(40787,1466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2017/04/Herbalizer_square.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Herbalizer_square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:29:\"Herbalizer_square-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40788,1467,'_wp_attached_file','2017/04/Herbalizer_wide.jpg'),(40789,1467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2017/04/Herbalizer_wide.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Herbalizer_wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Herbalizer_wide-559x314.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Herbalizer_wide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Herbalizer_wide-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:27:\"Herbalizer_wide-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40791,1190,'_edit_last','2'),(40792,1190,'slide_template',''),(40855,1190,'eg_sources_html5_mp4',''),(40856,1190,'eg_sources_html5_ogv',''),(40857,1190,'eg_sources_html5_webm',''),(40858,1190,'eg_sources_youtube',''),(40859,1190,'eg_sources_vimeo',''),(40860,1190,'eg_sources_wistia',''),(40861,1190,'eg_sources_image',''),(40862,1190,'eg_sources_iframe',''),(40863,1190,'eg_sources_soundcloud',''),(40864,1190,'eg_vimeo_ratio','0'),(40865,1190,'eg_youtube_ratio','0'),(40866,1190,'eg_wistia_ratio','0'),(40867,1190,'eg_html5_ratio','0'),(40868,1190,'eg_soundcloud_ratio','0'),(40869,1190,'eg_settings_custom_meta_skin',''),(40870,1190,'eg_settings_custom_meta_element',''),(40871,1190,'eg_settings_custom_meta_setting',''),(40872,1190,'eg_settings_custom_meta_style',''),(40873,1190,'eg_custom_meta_216','true'),(40874,1190,'_wpb_vc_js_status','true'),(40876,1190,'_wp_old_slug','felix-cartel'),(40877,1190,'background',''),(40878,1190,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(40879,1190,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508950271'),(40880,1190,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(40881,1190,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508950271'),(40945,1192,'_edit_lock','1545171107:2'),(40946,1192,'_edit_last','2'),(40947,1192,'slide_template',''),(41010,1192,'eg_sources_html5_mp4',''),(41011,1192,'eg_sources_html5_ogv',''),(41012,1192,'eg_sources_html5_webm',''),(41013,1192,'eg_sources_youtube',''),(41014,1192,'eg_sources_vimeo',''),(41015,1192,'eg_sources_wistia',''),(41016,1192,'eg_sources_image',''),(41017,1192,'eg_sources_iframe',''),(41018,1192,'eg_sources_soundcloud',''),(41019,1192,'eg_vimeo_ratio','0'),(41020,1192,'eg_youtube_ratio','0'),(41021,1192,'eg_wistia_ratio','0'),(41022,1192,'eg_html5_ratio','0'),(41023,1192,'eg_soundcloud_ratio','0'),(41024,1192,'eg_settings_custom_meta_skin',''),(41025,1192,'eg_settings_custom_meta_element',''),(41026,1192,'eg_settings_custom_meta_setting',''),(41027,1192,'eg_settings_custom_meta_style',''),(41028,1192,'eg_custom_meta_216','true'),(41029,1192,'_wpb_vc_js_status','true'),(41031,1192,'_wp_old_slug','dj-capital'),(41032,1192,'background',''),(41033,1192,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(41034,1192,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508950337'),(41415,1194,'_edit_lock','1545171180:2'),(41416,1194,'_edit_last','2'),(41417,1194,'slide_template',''),(41480,1194,'eg_sources_html5_mp4',''),(41481,1194,'eg_sources_html5_ogv',''),(41482,1194,'eg_sources_html5_webm',''),(41483,1194,'eg_sources_youtube',''),(41484,1194,'eg_sources_vimeo',''),(41485,1194,'eg_sources_wistia',''),(41486,1194,'eg_sources_image',''),(41487,1194,'eg_sources_iframe',''),(41488,1194,'eg_sources_soundcloud',''),(41489,1194,'eg_vimeo_ratio','0'),(41490,1194,'eg_youtube_ratio','0'),(41491,1194,'eg_wistia_ratio','0'),(41492,1194,'eg_html5_ratio','0'),(41493,1194,'eg_soundcloud_ratio','0'),(41494,1194,'eg_settings_custom_meta_skin',''),(41495,1194,'eg_settings_custom_meta_element',''),(41496,1194,'eg_settings_custom_meta_setting',''),(41497,1194,'eg_settings_custom_meta_style',''),(41498,1194,'eg_custom_meta_216','true'),(41499,1194,'_wpb_vc_js_status','true'),(41501,1194,'_wp_old_slug','lost-and-crew'),(41502,1194,'background',''),(41503,1194,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(41504,1194,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508950604'),(41505,1194,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(41506,1194,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508950604'),(41507,1196,'_edit_lock','1545170953:2'),(41508,1196,'_edit_last','2'),(41509,1196,'slide_template',''),(41572,1196,'eg_sources_html5_mp4',''),(41573,1196,'eg_sources_html5_ogv',''),(41574,1196,'eg_sources_html5_webm',''),(41575,1196,'eg_sources_youtube',''),(41576,1196,'eg_sources_vimeo',''),(41577,1196,'eg_sources_wistia',''),(41578,1196,'eg_sources_image',''),(41579,1196,'eg_sources_iframe',''),(41580,1196,'eg_sources_soundcloud',''),(41581,1196,'eg_vimeo_ratio','0'),(41582,1196,'eg_youtube_ratio','0'),(41583,1196,'eg_wistia_ratio','0'),(41584,1196,'eg_html5_ratio','0'),(41585,1196,'eg_soundcloud_ratio','0'),(41586,1196,'eg_settings_custom_meta_skin',''),(41587,1196,'eg_settings_custom_meta_element',''),(41588,1196,'eg_settings_custom_meta_setting',''),(41589,1196,'eg_settings_custom_meta_style',''),(41590,1196,'eg_custom_meta_216','true'),(41591,1196,'_wpb_vc_js_status','true'),(41593,1196,'_wp_old_slug','koops-island'),(41594,1196,'background',''),(41595,1196,'_oembed_ce81214576962b2b988273aecbdcd743','<iframe src=\"https://player.vimeo.com/video/133697756\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Lorn - Acid Rain (Official Music Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(41596,1196,'_oembed_time_ce81214576962b2b988273aecbdcd743','1508950671'),(41597,1196,'_oembed_92c1c71bbb89b59efa4972a340954c92','<iframe src=\"https://player.vimeo.com/video/127401564\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Fakear - Skyline\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(41598,1196,'_oembed_time_92c1c71bbb89b59efa4972a340954c92','1508950671'),(42755,551,'_wp_old_slug','from-dusk-till-dawn'),(42757,552,'_wp_old_slug','wqax-first-story'),(42759,542,'_wp_old_slug','cmj-parkside-loundge'),(42761,532,'_wp_old_slug','get-up-stand-up'),(42763,540,'_wp_old_slug','vip-show'),(42765,550,'_wp_old_slug','one-more-bite'),(42767,549,'_wp_old_slug','phoenix-performance'),(42769,548,'_wp_old_slug','let-the-grid-overflow'),(42771,546,'_wp_old_slug','wqax-second-story'),(42838,551,'eg_custom_meta_216','true'),(42840,551,'page_logo_select','null'),(42841,551,'_page_logo_select','field_523384ce55a99'),(42842,551,'block_footer','null'),(42843,551,'_block_footer','block_footer'),(42844,551,'banner_background_type','null'),(42845,551,'_banner_background_type','field_54ce55f555a01'),(42846,551,'banner_parallax','0'),(42847,551,'_banner_parallax','field_54ce55f555a03'),(42848,551,'banner_fullscreen','0'),(42849,551,'_banner_fullscreen','field_54ce55f555a05'),(42850,551,'banner_height','0'),(42851,551,'_banner_height','field_54ce55f555a06'),(42852,551,'banner_content_type','default-content'),(42853,551,'_banner_content_type','field_54ce55f555a13'),(42854,551,'banner_title',''),(42855,551,'_banner_title','field_54ce55f555a07'),(42856,551,'banner_subtitle',''),(42857,551,'_banner_subtitle','field_54ce55f555a08'),(42858,551,'banner_horizontal_content_alignment','centered'),(42859,551,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(42860,551,'banner_font_color',''),(42861,551,'_banner_font_color','field_54ce55f555a12'),(42928,532,'eg_custom_meta_216','true'),(42930,532,'page_logo_select','null'),(42931,532,'_page_logo_select','field_523384ce55a99'),(42932,532,'block_footer','null'),(42933,532,'_block_footer','block_footer'),(42934,532,'alb_link_external',''),(42935,532,'_alb_link_external','field_523b66d6f2382'),(42936,532,'banner_background_type','null'),(42937,532,'_banner_background_type','field_54ce55f555a01'),(42938,532,'banner_parallax','0'),(42939,532,'_banner_parallax','field_54ce55f555a03'),(42940,532,'banner_fullscreen','0'),(42941,532,'_banner_fullscreen','field_54ce55f555a05'),(42942,532,'banner_height','0'),(42943,532,'_banner_height','field_54ce55f555a06'),(42944,532,'banner_content_type','default-content'),(42945,532,'_banner_content_type','field_54ce55f555a13'),(42946,532,'banner_title',''),(42947,532,'_banner_title','field_54ce55f555a07'),(42948,532,'banner_subtitle',''),(42949,532,'_banner_subtitle','field_54ce55f555a08'),(42950,532,'banner_horizontal_content_alignment','centered'),(42951,532,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(42952,532,'banner_font_color',''),(42953,532,'_banner_font_color','field_54ce55f555a12'),(43020,552,'eg_custom_meta_216','true'),(43022,552,'page_logo_select','null'),(43023,552,'_page_logo_select','field_523384ce55a99'),(43024,552,'block_footer','null'),(43025,552,'_block_footer','block_footer'),(43026,552,'banner_background_type','null'),(43027,552,'_banner_background_type','field_54ce55f555a01'),(43028,552,'banner_parallax','0'),(43029,552,'_banner_parallax','field_54ce55f555a03'),(43030,552,'banner_fullscreen','0'),(43031,552,'_banner_fullscreen','field_54ce55f555a05'),(43032,552,'banner_height','0'),(43033,552,'_banner_height','field_54ce55f555a06'),(43034,552,'banner_content_type','default-content'),(43035,552,'_banner_content_type','field_54ce55f555a13'),(43036,552,'banner_title',''),(43037,552,'_banner_title','field_54ce55f555a07'),(43038,552,'banner_subtitle',''),(43039,552,'_banner_subtitle','field_54ce55f555a08'),(43040,552,'banner_horizontal_content_alignment','centered'),(43041,552,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(43042,552,'banner_font_color',''),(43043,552,'_banner_font_color','field_54ce55f555a12'),(43110,542,'eg_custom_meta_216','true'),(43112,542,'page_logo_select','null'),(43113,542,'_page_logo_select','field_523384ce55a99'),(43114,542,'block_footer','null'),(43115,542,'_block_footer','block_footer'),(43116,542,'alb_link_external',''),(43117,542,'_alb_link_external','field_523b66d6f2382'),(43118,542,'banner_background_type','null'),(43119,542,'_banner_background_type','field_54ce55f555a01'),(43120,542,'banner_parallax','0'),(43121,542,'_banner_parallax','field_54ce55f555a03'),(43122,542,'banner_fullscreen','0'),(43123,542,'_banner_fullscreen','field_54ce55f555a05'),(43124,542,'banner_height','0'),(43125,542,'_banner_height','field_54ce55f555a06'),(43126,542,'banner_content_type','default-content'),(43127,542,'_banner_content_type','field_54ce55f555a13'),(43128,542,'banner_title',''),(43129,542,'_banner_title','field_54ce55f555a07'),(43130,542,'banner_subtitle',''),(43131,542,'_banner_subtitle','field_54ce55f555a08'),(43132,542,'banner_horizontal_content_alignment','centered'),(43133,542,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(43134,542,'banner_font_color',''),(43135,542,'_banner_font_color','field_54ce55f555a12'),(43202,540,'eg_custom_meta_216','true'),(43204,540,'page_logo_select','null'),(43205,540,'_page_logo_select','field_523384ce55a99'),(43206,540,'block_footer','null'),(43207,540,'_block_footer','block_footer'),(43208,540,'alb_link_external',''),(43209,540,'_alb_link_external','field_523b66d6f2382'),(43210,540,'banner_background_type','null'),(43211,540,'_banner_background_type','field_54ce55f555a01'),(43212,540,'banner_parallax','0'),(43213,540,'_banner_parallax','field_54ce55f555a03'),(43214,540,'banner_fullscreen','0'),(43215,540,'_banner_fullscreen','field_54ce55f555a05'),(43216,540,'banner_height','0'),(43217,540,'_banner_height','field_54ce55f555a06'),(43218,540,'banner_content_type','default-content'),(43219,540,'_banner_content_type','field_54ce55f555a13'),(43220,540,'banner_title',''),(43221,540,'_banner_title','field_54ce55f555a07'),(43222,540,'banner_subtitle',''),(43223,540,'_banner_subtitle','field_54ce55f555a08'),(43224,540,'banner_horizontal_content_alignment','centered'),(43225,540,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(43226,540,'banner_font_color',''),(43227,540,'_banner_font_color','field_54ce55f555a12'),(43294,544,'eg_custom_meta_216','true'),(43296,544,'page_logo_select','null'),(43297,544,'_page_logo_select','field_523384ce55a99'),(43298,544,'block_footer','null'),(43299,544,'_block_footer','block_footer'),(43300,544,'banner_background_type','null'),(43301,544,'_banner_background_type','field_54ce55f555a01'),(43302,544,'banner_parallax','0'),(43303,544,'_banner_parallax','field_54ce55f555a03'),(43304,544,'banner_fullscreen','0'),(43305,544,'_banner_fullscreen','field_54ce55f555a05'),(43306,544,'banner_height','0'),(43307,544,'_banner_height','field_54ce55f555a06'),(43308,544,'banner_content_type','default-content'),(43309,544,'_banner_content_type','field_54ce55f555a13'),(43310,544,'banner_title',''),(43311,544,'_banner_title','field_54ce55f555a07'),(43312,544,'banner_subtitle',''),(43313,544,'_banner_subtitle','field_54ce55f555a08'),(43314,544,'banner_horizontal_content_alignment','centered'),(43315,544,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(43316,544,'banner_font_color',''),(43317,544,'_banner_font_color','field_54ce55f555a12'),(43384,550,'eg_custom_meta_216','true'),(43386,550,'page_logo_select','null'),(43387,550,'_page_logo_select','field_523384ce55a99'),(43388,550,'block_footer','null'),(43389,550,'_block_footer','block_footer'),(43390,550,'banner_background_type','null'),(43391,550,'_banner_background_type','field_54ce55f555a01'),(43392,550,'banner_parallax','0'),(43393,550,'_banner_parallax','field_54ce55f555a03'),(43394,550,'banner_fullscreen','0'),(43395,550,'_banner_fullscreen','field_54ce55f555a05'),(43396,550,'banner_height','0'),(43397,550,'_banner_height','field_54ce55f555a06'),(43398,550,'banner_content_type','default-content'),(43399,550,'_banner_content_type','field_54ce55f555a13'),(43400,550,'banner_title',''),(43401,550,'_banner_title','field_54ce55f555a07'),(43402,550,'banner_subtitle',''),(43403,550,'_banner_subtitle','field_54ce55f555a08'),(43404,550,'banner_horizontal_content_alignment','centered'),(43405,550,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(43406,550,'banner_font_color',''),(43407,550,'_banner_font_color','field_54ce55f555a12'),(43474,549,'eg_custom_meta_216','true'),(43476,549,'page_logo_select','null'),(43477,549,'_page_logo_select','field_523384ce55a99'),(43478,549,'block_footer','null'),(43479,549,'_block_footer','block_footer'),(43480,549,'banner_background_type','null'),(43481,549,'_banner_background_type','field_54ce55f555a01'),(43482,549,'banner_parallax','0'),(43483,549,'_banner_parallax','field_54ce55f555a03'),(43484,549,'banner_fullscreen','0'),(43485,549,'_banner_fullscreen','field_54ce55f555a05'),(43486,549,'banner_height','0'),(43487,549,'_banner_height','field_54ce55f555a06'),(43488,549,'banner_content_type','default-content'),(43489,549,'_banner_content_type','field_54ce55f555a13'),(43490,549,'banner_title',''),(43491,549,'_banner_title','field_54ce55f555a07'),(43492,549,'banner_subtitle',''),(43493,549,'_banner_subtitle','field_54ce55f555a08'),(43494,549,'banner_horizontal_content_alignment','centered'),(43495,549,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(43496,549,'banner_font_color',''),(43497,549,'_banner_font_color','field_54ce55f555a12'),(43564,548,'eg_custom_meta_216','true'),(43566,548,'page_logo_select','null'),(43567,548,'_page_logo_select','field_523384ce55a99'),(43568,548,'block_footer','null'),(43569,548,'_block_footer','block_footer'),(43570,548,'banner_background_type','null'),(43571,548,'_banner_background_type','field_54ce55f555a01'),(43572,548,'banner_parallax','0'),(43573,548,'_banner_parallax','field_54ce55f555a03'),(43574,548,'banner_fullscreen','0'),(43575,548,'_banner_fullscreen','field_54ce55f555a05'),(43576,548,'banner_height','0'),(43577,548,'_banner_height','field_54ce55f555a06'),(43578,548,'banner_content_type','default-content'),(43579,548,'_banner_content_type','field_54ce55f555a13'),(43580,548,'banner_title',''),(43581,548,'_banner_title','field_54ce55f555a07'),(43582,548,'banner_subtitle',''),(43583,548,'_banner_subtitle','field_54ce55f555a08'),(43584,548,'banner_horizontal_content_alignment','centered'),(43585,548,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(43586,548,'banner_font_color',''),(43587,548,'_banner_font_color','field_54ce55f555a12'),(43654,546,'eg_custom_meta_216','true'),(43656,546,'page_logo_select','null'),(43657,546,'_page_logo_select','field_523384ce55a99'),(43658,546,'block_footer','null'),(43659,546,'_block_footer','block_footer'),(43660,546,'alb_link_external',''),(43661,546,'_alb_link_external','field_523b66d6f2382'),(43662,546,'banner_background_type','null'),(43663,546,'_banner_background_type','field_54ce55f555a01'),(43664,546,'banner_parallax','0'),(43665,546,'_banner_parallax','field_54ce55f555a03'),(43666,546,'banner_fullscreen','0'),(43667,546,'_banner_fullscreen','field_54ce55f555a05'),(43668,546,'banner_height','0'),(43669,546,'_banner_height','field_54ce55f555a06'),(43670,546,'banner_content_type','default-content'),(43671,546,'_banner_content_type','field_54ce55f555a13'),(43672,546,'banner_title',''),(43673,546,'_banner_title','field_54ce55f555a07'),(43674,546,'banner_subtitle',''),(43675,546,'_banner_subtitle','field_54ce55f555a08'),(43676,546,'banner_horizontal_content_alignment','centered'),(43677,546,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(43678,546,'banner_font_color',''),(43679,546,'_banner_font_color','field_54ce55f555a12'),(43680,1177,'_wp_old_slug','thevoice'),(43681,1148,'_wp_old_slug','bahamas'),(43685,1516,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(43686,1516,'_edit_lock','1545243729:2'),(43687,1516,'_edit_last','2'),(43688,1516,'_wp_page_template','default'),(43689,1516,'slide_template','default'),(43738,1516,'eg_sources_html5_mp4',''),(43739,1516,'eg_sources_html5_ogv',''),(43740,1516,'eg_sources_html5_webm',''),(43741,1516,'eg_sources_youtube',''),(43742,1516,'eg_sources_vimeo',''),(43743,1516,'eg_sources_wistia',''),(43744,1516,'eg_sources_image',''),(43745,1516,'eg_sources_iframe',''),(43746,1516,'eg_sources_soundcloud',''),(43747,1516,'eg_vimeo_ratio','0'),(43748,1516,'eg_youtube_ratio','0'),(43749,1516,'eg_wistia_ratio','0'),(43750,1516,'eg_html5_ratio','0'),(43751,1516,'eg_soundcloud_ratio','0'),(43752,1516,'eg_settings_custom_meta_skin',''),(43753,1516,'eg_settings_custom_meta_element',''),(43754,1516,'eg_settings_custom_meta_setting',''),(43755,1516,'eg_settings_custom_meta_style',''),(43756,1516,'eg_custom_meta_216','true'),(43757,1516,'_wpb_vc_js_status','true'),(43759,1516,'page_logo_select','null'),(43760,1516,'_page_logo_select','field_523384ce55a99'),(43761,1516,'hide_page_title','1'),(43762,1516,'_hide_page_title','field_523382c955a73'),(43763,1516,'classic_menu_over_content','0'),(43764,1516,'_classic_menu_over_content','field_523384ce55a85'),(43765,1516,'classic_menu_background',''),(43766,1516,'_classic_menu_background','field_523384ce55a84'),(43767,1516,'classic_menu_background_alpha','1'),(43768,1516,'_classic_menu_background_alpha','field_523384ce55a86'),(43769,1516,'hamburger_icon_color',''),(43770,1516,'_hamburger_icon_color','field_523384ce55a23'),(43771,1516,'background',''),(43772,1516,'_background','field_523382c955a74'),(43773,1516,'background_repeat','no-repeat'),(43774,1516,'_background_repeat','field_523382f555a75'),(43775,1516,'background_size','cover'),(43776,1516,'_background_size','field_5233837455a76'),(43777,1516,'background_position','center bottom'),(43778,1516,'_background_position','field_5233842d55a78'),(43779,1516,'content_background_color',''),(43780,1516,'_content_background_color','field_523384ce55a80'),(43781,1516,'content_background_transparency','1'),(43782,1516,'_content_background_transparency','field_523384ce55a81'),(43783,1516,'background_color',''),(43784,1516,'_background_color','field_523384ce55a79'),(43785,1516,'block_footer','null'),(43786,1516,'_block_footer','block_footer'),(43787,1516,'sidebar-position','disabled'),(43788,1516,'_sidebar-position','field_526d6ec715ee9'),(43789,1516,'banner_background_type','null'),(43790,1516,'_banner_background_type','field_54ce55f555a01'),(43791,1516,'banner_parallax','0'),(43792,1516,'_banner_parallax','field_54ce55f555a03'),(43793,1516,'banner_fullscreen','0'),(43794,1516,'_banner_fullscreen','field_54ce55f555a05'),(43795,1516,'banner_height','0'),(43796,1516,'_banner_height','field_54ce55f555a06'),(43797,1516,'banner_content_type','default-content'),(43798,1516,'_banner_content_type','field_54ce55f555a13'),(43799,1516,'banner_title',''),(43800,1516,'_banner_title','field_54ce55f555a07'),(43801,1516,'banner_subtitle',''),(43802,1516,'_banner_subtitle','field_54ce55f555a08'),(43803,1516,'banner_horizontal_content_alignment','centered'),(43804,1516,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(43805,1516,'banner_font_color',''),(43806,1516,'_banner_font_color','field_54ce55f555a12'),(44002,1516,'_wpb_shortcodes_custom_css','.vc_custom_1508957533337{margin-bottom: 100px !important;}'),(44659,1539,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(44660,1539,'_edit_lock','1545240899:2'),(44661,1539,'_edit_last','2'),(44662,1539,'_wp_page_template','default'),(44663,1539,'slide_template','default'),(44712,1539,'eg_sources_html5_mp4',''),(44713,1539,'eg_sources_html5_ogv',''),(44714,1539,'eg_sources_html5_webm',''),(44715,1539,'eg_sources_youtube',''),(44716,1539,'eg_sources_vimeo',''),(44717,1539,'eg_sources_wistia',''),(44718,1539,'eg_sources_image',''),(44719,1539,'eg_sources_iframe',''),(44720,1539,'eg_sources_soundcloud',''),(44721,1539,'eg_vimeo_ratio','0'),(44722,1539,'eg_youtube_ratio','0'),(44723,1539,'eg_wistia_ratio','0'),(44724,1539,'eg_html5_ratio','0'),(44725,1539,'eg_soundcloud_ratio','0'),(44726,1539,'eg_settings_custom_meta_skin',''),(44727,1539,'eg_settings_custom_meta_element',''),(44728,1539,'eg_settings_custom_meta_setting',''),(44729,1539,'eg_settings_custom_meta_style',''),(44730,1539,'eg_custom_meta_216','true'),(44731,1539,'_wpb_vc_js_status','true'),(44733,1539,'page_logo_select','null'),(44734,1539,'_page_logo_select','field_523384ce55a99'),(44735,1539,'hide_page_title','0'),(44736,1539,'_hide_page_title','field_523382c955a73'),(44737,1539,'classic_menu_over_content','0'),(44738,1539,'_classic_menu_over_content','field_523384ce55a85'),(44739,1539,'classic_menu_background',''),(44740,1539,'_classic_menu_background','field_523384ce55a84'),(44741,1539,'classic_menu_background_alpha','1'),(44742,1539,'_classic_menu_background_alpha','field_523384ce55a86'),(44743,1539,'hamburger_icon_color',''),(44744,1539,'_hamburger_icon_color','field_523384ce55a23'),(44745,1539,'background',''),(44746,1539,'_background','field_523382c955a74'),(44747,1539,'background_repeat','null'),(44748,1539,'_background_repeat','field_523382f555a75'),(44749,1539,'background_size','null'),(44750,1539,'_background_size','field_5233837455a76'),(44751,1539,'background_position','null'),(44752,1539,'_background_position','field_5233842d55a78'),(44753,1539,'content_background_color',''),(44754,1539,'_content_background_color','field_523384ce55a80'),(44755,1539,'content_background_transparency','1'),(44756,1539,'_content_background_transparency','field_523384ce55a81'),(44757,1539,'background_color',''),(44758,1539,'_background_color','field_523384ce55a79'),(44759,1539,'block_footer','null'),(44760,1539,'_block_footer','block_footer'),(44761,1539,'sidebar-position','disabled'),(44762,1539,'_sidebar-position','field_526d6ec715ee9'),(44763,1539,'banner_background_type','null'),(44764,1539,'_banner_background_type','field_54ce55f555a01'),(44765,1539,'banner_parallax','0'),(44766,1539,'_banner_parallax','field_54ce55f555a03'),(44767,1539,'banner_fullscreen','0'),(44768,1539,'_banner_fullscreen','field_54ce55f555a05'),(44769,1539,'banner_height','0'),(44770,1539,'_banner_height','field_54ce55f555a06'),(44771,1539,'banner_content_type','default-content'),(44772,1539,'_banner_content_type','field_54ce55f555a13'),(44773,1539,'banner_title',''),(44774,1539,'_banner_title','field_54ce55f555a07'),(44775,1539,'banner_subtitle',''),(44776,1539,'_banner_subtitle','field_54ce55f555a08'),(44777,1539,'banner_horizontal_content_alignment','centered'),(44778,1539,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(44779,1539,'banner_font_color',''),(44780,1539,'_banner_font_color','field_54ce55f555a12'),(45044,532,'_wpb_shortcodes_custom_css','.vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}'),(45046,1548,'_wp_attached_file','2018/07/event_logos-1.png'),(45047,1548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:188;s:4:\"file\";s:25:\"2018/07/event_logos-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"event_logos-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:25:\"event_logos-1-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45181,546,'_wpb_shortcodes_custom_css','.vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}'),(45249,548,'_wpb_shortcodes_custom_css','.vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}'),(45317,549,'_wpb_shortcodes_custom_css','.vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}'),(45385,550,'_wpb_shortcodes_custom_css','.vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}'),(45453,542,'_wpb_shortcodes_custom_css','.vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}'),(45521,540,'_wpb_shortcodes_custom_css','.vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}'),(45589,552,'_wpb_shortcodes_custom_css','.vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}'),(45657,551,'_wpb_shortcodes_custom_css','.vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}'),(45725,544,'_wpb_shortcodes_custom_css','.vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}'),(45728,322,'_wp_old_slug','tidus-apocalypse'),(45730,320,'_wp_old_slug','dahlia-black'),(45732,318,'_wp_old_slug','petzet-x-jimek-nie-musze'),(45734,316,'_wp_old_slug','rat-vs-possum-fat-monk'),(45736,314,'_wp_old_slug','prepping-your-body-space-2-0'),(45738,312,'_wp_old_slug','distant-relatives-patience'),(45740,310,'_wp_old_slug','kendrick-lamar-nosetalgia'),(45742,299,'_wp_old_slug','james-blake'),(45793,322,'eg_custom_meta_216','true'),(45795,322,'page_logo_select','null'),(45796,322,'_page_logo_select','field_523384ce55a99'),(45797,322,'block_footer','null'),(45798,322,'_block_footer','block_footer'),(45799,322,'banner_background_type','null'),(45800,322,'_banner_background_type','field_54ce55f555a01'),(45801,322,'banner_parallax','0'),(45802,322,'_banner_parallax','field_54ce55f555a03'),(45803,322,'banner_fullscreen','0'),(45804,322,'_banner_fullscreen','field_54ce55f555a05'),(45805,322,'banner_height','0'),(45806,322,'_banner_height','field_54ce55f555a06'),(45807,322,'banner_content_type','default-content'),(45808,322,'_banner_content_type','field_54ce55f555a13'),(45809,322,'banner_title',''),(45810,322,'_banner_title','field_54ce55f555a07'),(45811,322,'banner_subtitle',''),(45812,322,'_banner_subtitle','field_54ce55f555a08'),(45813,322,'banner_horizontal_content_alignment','centered'),(45814,322,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(45815,322,'banner_font_color',''),(45816,322,'_banner_font_color','field_54ce55f555a12'),(45867,320,'eg_custom_meta_216','true'),(45869,320,'page_logo_select','null'),(45870,320,'_page_logo_select','field_523384ce55a99'),(45871,320,'block_footer','null'),(45872,320,'_block_footer','block_footer'),(45873,320,'banner_background_type','null'),(45874,320,'_banner_background_type','field_54ce55f555a01'),(45875,320,'banner_parallax','0'),(45876,320,'_banner_parallax','field_54ce55f555a03'),(45877,320,'banner_fullscreen','0'),(45878,320,'_banner_fullscreen','field_54ce55f555a05'),(45879,320,'banner_height','0'),(45880,320,'_banner_height','field_54ce55f555a06'),(45881,320,'banner_content_type','default-content'),(45882,320,'_banner_content_type','field_54ce55f555a13'),(45883,320,'banner_title',''),(45884,320,'_banner_title','field_54ce55f555a07'),(45885,320,'banner_subtitle',''),(45886,320,'_banner_subtitle','field_54ce55f555a08'),(45887,320,'banner_horizontal_content_alignment','centered'),(45888,320,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(45889,320,'banner_font_color',''),(45890,320,'_banner_font_color','field_54ce55f555a12'),(45941,318,'eg_custom_meta_216','true'),(45943,318,'page_logo_select','null'),(45944,318,'_page_logo_select','field_523384ce55a99'),(45945,318,'block_footer','null'),(45946,318,'_block_footer','block_footer'),(45947,318,'banner_background_type','null'),(45948,318,'_banner_background_type','field_54ce55f555a01'),(45949,318,'banner_parallax','0'),(45950,318,'_banner_parallax','field_54ce55f555a03'),(45951,318,'banner_fullscreen','0'),(45952,318,'_banner_fullscreen','field_54ce55f555a05'),(45953,318,'banner_height','0'),(45954,318,'_banner_height','field_54ce55f555a06'),(45955,318,'banner_content_type','default-content'),(45956,318,'_banner_content_type','field_54ce55f555a13'),(45957,318,'banner_title',''),(45958,318,'_banner_title','field_54ce55f555a07'),(45959,318,'banner_subtitle',''),(45960,318,'_banner_subtitle','field_54ce55f555a08'),(45961,318,'banner_horizontal_content_alignment','centered'),(45962,318,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(45963,318,'banner_font_color',''),(45964,318,'_banner_font_color','field_54ce55f555a12'),(46015,316,'eg_custom_meta_216','true'),(46017,316,'page_logo_select','null'),(46018,316,'_page_logo_select','field_523384ce55a99'),(46019,316,'block_footer','null'),(46020,316,'_block_footer','block_footer'),(46021,316,'banner_background_type','null'),(46022,316,'_banner_background_type','field_54ce55f555a01'),(46023,316,'banner_parallax','0'),(46024,316,'_banner_parallax','field_54ce55f555a03'),(46025,316,'banner_fullscreen','0'),(46026,316,'_banner_fullscreen','field_54ce55f555a05'),(46027,316,'banner_height','0'),(46028,316,'_banner_height','field_54ce55f555a06'),(46029,316,'banner_content_type','default-content'),(46030,316,'_banner_content_type','field_54ce55f555a13'),(46031,316,'banner_title',''),(46032,316,'_banner_title','field_54ce55f555a07'),(46033,316,'banner_subtitle',''),(46034,316,'_banner_subtitle','field_54ce55f555a08'),(46035,316,'banner_horizontal_content_alignment','centered'),(46036,316,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(46037,316,'banner_font_color',''),(46038,316,'_banner_font_color','field_54ce55f555a12'),(46089,314,'eg_custom_meta_216','true'),(46091,314,'page_logo_select','null'),(46092,314,'_page_logo_select','field_523384ce55a99'),(46093,314,'block_footer','null'),(46094,314,'_block_footer','block_footer'),(46095,314,'banner_background_type','null'),(46096,314,'_banner_background_type','field_54ce55f555a01'),(46097,314,'banner_parallax','0'),(46098,314,'_banner_parallax','field_54ce55f555a03'),(46099,314,'banner_fullscreen','0'),(46100,314,'_banner_fullscreen','field_54ce55f555a05'),(46101,314,'banner_height','0'),(46102,314,'_banner_height','field_54ce55f555a06'),(46103,314,'banner_content_type','default-content'),(46104,314,'_banner_content_type','field_54ce55f555a13'),(46105,314,'banner_title',''),(46106,314,'_banner_title','field_54ce55f555a07'),(46107,314,'banner_subtitle',''),(46108,314,'_banner_subtitle','field_54ce55f555a08'),(46109,314,'banner_horizontal_content_alignment','centered'),(46110,314,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(46111,314,'banner_font_color',''),(46112,314,'_banner_font_color','field_54ce55f555a12'),(46163,312,'eg_custom_meta_216','true'),(46165,312,'page_logo_select','null'),(46166,312,'_page_logo_select','field_523384ce55a99'),(46167,312,'block_footer','null'),(46168,312,'_block_footer','block_footer'),(46169,312,'banner_background_type','null'),(46170,312,'_banner_background_type','field_54ce55f555a01'),(46171,312,'banner_parallax','0'),(46172,312,'_banner_parallax','field_54ce55f555a03'),(46173,312,'banner_fullscreen','0'),(46174,312,'_banner_fullscreen','field_54ce55f555a05'),(46175,312,'banner_height','0'),(46176,312,'_banner_height','field_54ce55f555a06'),(46177,312,'banner_content_type','default-content'),(46178,312,'_banner_content_type','field_54ce55f555a13'),(46179,312,'banner_title',''),(46180,312,'_banner_title','field_54ce55f555a07'),(46181,312,'banner_subtitle',''),(46182,312,'_banner_subtitle','field_54ce55f555a08'),(46183,312,'banner_horizontal_content_alignment','centered'),(46184,312,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(46185,312,'banner_font_color',''),(46186,312,'_banner_font_color','field_54ce55f555a12'),(46237,310,'eg_custom_meta_216','true'),(46239,310,'page_logo_select','null'),(46240,310,'_page_logo_select','field_523384ce55a99'),(46241,310,'block_footer','null'),(46242,310,'_block_footer','block_footer'),(46243,310,'banner_background_type','null'),(46244,310,'_banner_background_type','field_54ce55f555a01'),(46245,310,'banner_parallax','0'),(46246,310,'_banner_parallax','field_54ce55f555a03'),(46247,310,'banner_fullscreen','0'),(46248,310,'_banner_fullscreen','field_54ce55f555a05'),(46249,310,'banner_height','0'),(46250,310,'_banner_height','field_54ce55f555a06'),(46251,310,'banner_content_type','default-content'),(46252,310,'_banner_content_type','field_54ce55f555a13'),(46253,310,'banner_title',''),(46254,310,'_banner_title','field_54ce55f555a07'),(46255,310,'banner_subtitle',''),(46256,310,'_banner_subtitle','field_54ce55f555a08'),(46257,310,'banner_horizontal_content_alignment','centered'),(46258,310,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(46259,310,'banner_font_color',''),(46260,310,'_banner_font_color','field_54ce55f555a12'),(46311,299,'eg_custom_meta_216','true'),(46313,299,'page_logo_select','null'),(46314,299,'_page_logo_select','field_523384ce55a99'),(46315,299,'block_footer','null'),(46316,299,'_block_footer','block_footer'),(46317,299,'banner_background_type','null'),(46318,299,'_banner_background_type','field_54ce55f555a01'),(46319,299,'banner_parallax','0'),(46320,299,'_banner_parallax','field_54ce55f555a03'),(46321,299,'banner_fullscreen','0'),(46322,299,'_banner_fullscreen','field_54ce55f555a05'),(46323,299,'banner_height','0'),(46324,299,'_banner_height','field_54ce55f555a06'),(46325,299,'banner_content_type','default-content'),(46326,299,'_banner_content_type','field_54ce55f555a13'),(46327,299,'banner_title',''),(46328,299,'_banner_title','field_54ce55f555a07'),(46329,299,'banner_subtitle',''),(46330,299,'_banner_subtitle','field_54ce55f555a08'),(46331,299,'banner_horizontal_content_alignment','centered'),(46332,299,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(46333,299,'banner_font_color',''),(46334,299,'_banner_font_color','field_54ce55f555a12'),(47017,1630,'_wp_attached_file','2017/10/demoimage2.jpg'),(47018,1630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:22:\"2017/10/demoimage2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"demoimage2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"demoimage2-559x315.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:22:\"demoimage2-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(47417,1663,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(47418,1663,'_edit_lock','1544051313:2'),(47419,1663,'_edit_last','2'),(47420,1663,'_wp_page_template','default'),(47421,1663,'slide_template','default'),(47470,1663,'eg_sources_html5_mp4',''),(47471,1663,'eg_sources_html5_ogv',''),(47472,1663,'eg_sources_html5_webm',''),(47473,1663,'eg_sources_youtube',''),(47474,1663,'eg_sources_vimeo',''),(47475,1663,'eg_sources_wistia',''),(47476,1663,'eg_sources_image',''),(47477,1663,'eg_sources_iframe',''),(47478,1663,'eg_sources_soundcloud',''),(47479,1663,'eg_vimeo_ratio','0'),(47480,1663,'eg_youtube_ratio','0'),(47481,1663,'eg_wistia_ratio','0'),(47482,1663,'eg_html5_ratio','0'),(47483,1663,'eg_soundcloud_ratio','0'),(47484,1663,'eg_settings_custom_meta_skin',''),(47485,1663,'eg_settings_custom_meta_element',''),(47486,1663,'eg_settings_custom_meta_setting',''),(47487,1663,'eg_settings_custom_meta_style',''),(47488,1663,'eg_custom_meta_216','true'),(47489,1663,'eg-pricetable-price',''),(47490,1663,'eg-pricetable-line1',''),(47491,1663,'eg-pricetable-line2',''),(47492,1663,'eg-pricetable-line3',''),(47493,1663,'eg-pricetable-line4',''),(47494,1663,'eg-pricetable-buy-url',''),(47495,1663,'eg-demogrid-link',''),(47496,1663,'eg-clients-icon',''),(47497,1663,'eg-clients-icon-dark',''),(47498,1663,'_wpb_vc_js_status','true'),(47500,1663,'page_logo_select','null'),(47501,1663,'_page_logo_select','field_523384ce55a99'),(47502,1663,'hide_page_title','0'),(47503,1663,'_hide_page_title','field_523382c955a73'),(47504,1663,'classic_menu_over_content','0'),(47505,1663,'_classic_menu_over_content','field_523384ce55a85'),(47506,1663,'classic_menu_background',''),(47507,1663,'_classic_menu_background','field_523384ce55a84'),(47508,1663,'classic_menu_background_alpha','1'),(47509,1663,'_classic_menu_background_alpha','field_523384ce55a86'),(47510,1663,'hamburger_icon_color',''),(47511,1663,'_hamburger_icon_color','field_523384ce55a23'),(47512,1663,'background',''),(47513,1663,'_background','field_523382c955a74'),(47514,1663,'background_repeat','null'),(47515,1663,'_background_repeat','field_523382f555a75'),(47516,1663,'background_size','null'),(47517,1663,'_background_size','field_5233837455a76'),(47518,1663,'background_position','null'),(47519,1663,'_background_position','field_5233842d55a78'),(47520,1663,'content_background_color',''),(47521,1663,'_content_background_color','field_523384ce55a80'),(47522,1663,'content_background_transparency','1'),(47523,1663,'_content_background_transparency','field_523384ce55a81'),(47524,1663,'background_color',''),(47525,1663,'_background_color','field_523384ce55a79'),(47526,1663,'block_footer','null'),(47527,1663,'_block_footer','block_footer'),(47528,1663,'sidebar-position','disabled'),(47529,1663,'_sidebar-position','field_526d6ec715ee9'),(47530,1663,'banner_background_type','null'),(47531,1663,'_banner_background_type','field_54ce55f555a01'),(47532,1663,'banner_parallax','0'),(47533,1663,'_banner_parallax','field_54ce55f555a03'),(47534,1663,'banner_fullscreen','0'),(47535,1663,'_banner_fullscreen','field_54ce55f555a05'),(47536,1663,'banner_height','0'),(47537,1663,'_banner_height','field_54ce55f555a06'),(47538,1663,'banner_content_type','default-content'),(47539,1663,'_banner_content_type','field_54ce55f555a13'),(47540,1663,'banner_title',''),(47541,1663,'_banner_title','field_54ce55f555a07'),(47542,1663,'banner_subtitle',''),(47543,1663,'_banner_subtitle','field_54ce55f555a08'),(47544,1663,'banner_horizontal_content_alignment','centered'),(47545,1663,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(47546,1663,'banner_font_color',''),(47547,1663,'_banner_font_color','field_54ce55f555a12'),(48099,989,'page_logo_select','null'),(48100,989,'_page_logo_select','field_523384ce55a99'),(48101,989,'block_footer','null'),(48102,989,'_block_footer','block_footer'),(48103,989,'banner_background_type','null'),(48104,989,'_banner_background_type','field_54ce55f555a01'),(48105,989,'banner_parallax','0'),(48106,989,'_banner_parallax','field_54ce55f555a03'),(48107,989,'banner_fullscreen','0'),(48108,989,'_banner_fullscreen','field_54ce55f555a05'),(48109,989,'banner_height','0'),(48110,989,'_banner_height','field_54ce55f555a06'),(48111,989,'banner_content_type','default-content'),(48112,989,'_banner_content_type','field_54ce55f555a13'),(48113,989,'banner_title',''),(48114,989,'_banner_title','field_54ce55f555a07'),(48115,989,'banner_subtitle',''),(48116,989,'_banner_subtitle','field_54ce55f555a08'),(48117,989,'banner_horizontal_content_alignment','centered'),(48118,989,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(48119,989,'banner_font_color',''),(48120,989,'_banner_font_color','field_54ce55f555a12'),(48121,989,'eg_custom_meta_216','true'),(48122,989,'eg-pricetable-price',''),(48123,989,'eg-pricetable-line1',''),(48124,989,'eg-pricetable-line2',''),(48125,989,'eg-pricetable-line3',''),(48126,989,'eg-pricetable-line4',''),(48127,989,'eg-pricetable-buy-url',''),(48128,989,'eg-demogrid-link',''),(48129,989,'eg-clients-icon',''),(48130,989,'eg-clients-icon-dark',''),(48443,21,'eg_custom_meta_216','true'),(48444,21,'eg-pricetable-price',''),(48445,21,'eg-pricetable-line1',''),(48446,21,'eg-pricetable-line2',''),(48447,21,'eg-pricetable-line3',''),(48448,21,'eg-pricetable-line4',''),(48449,21,'eg-pricetable-buy-url',''),(48450,21,'eg-demogrid-link',''),(48451,21,'eg-clients-icon',''),(48452,21,'eg-clients-icon-dark',''),(48454,21,'page_logo_select','null'),(48455,21,'_page_logo_select','field_523384ce55a99'),(48456,21,'block_footer','null'),(48457,21,'_block_footer','block_footer'),(48458,21,'enable_excerpts','0'),(48459,21,'_enable_excerpts','field_523382c925a72'),(48460,21,'banner_background_type','null'),(48461,21,'_banner_background_type','field_54ce55f555a01'),(48462,21,'banner_parallax','0'),(48463,21,'_banner_parallax','field_54ce55f555a03'),(48464,21,'banner_fullscreen','0'),(48465,21,'_banner_fullscreen','field_54ce55f555a05'),(48466,21,'banner_height','0'),(48467,21,'_banner_height','field_54ce55f555a06'),(48468,21,'banner_content_type','default-content'),(48469,21,'_banner_content_type','field_54ce55f555a13'),(48470,21,'banner_title',''),(48471,21,'_banner_title','field_54ce55f555a07'),(48472,21,'banner_subtitle',''),(48473,21,'_banner_subtitle','field_54ce55f555a08'),(48474,21,'banner_horizontal_content_alignment','centered'),(48475,21,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(48476,21,'banner_font_color',''),(48477,21,'_banner_font_color','field_54ce55f555a12'),(48479,89,'page_logo_select','null'),(48480,89,'_page_logo_select','field_523384ce55a99'),(48481,89,'block_footer','null'),(48482,89,'_block_footer','block_footer'),(48483,89,'banner_background_type','null'),(48484,89,'_banner_background_type','field_54ce55f555a01'),(48485,89,'banner_parallax','0'),(48486,89,'_banner_parallax','field_54ce55f555a03'),(48487,89,'banner_fullscreen','0'),(48488,89,'_banner_fullscreen','field_54ce55f555a05'),(48489,89,'banner_height','0'),(48490,89,'_banner_height','field_54ce55f555a06'),(48491,89,'banner_content_type','default-content'),(48492,89,'_banner_content_type','field_54ce55f555a13'),(48493,89,'banner_title',''),(48494,89,'_banner_title','field_54ce55f555a07'),(48495,89,'banner_subtitle',''),(48496,89,'_banner_subtitle','field_54ce55f555a08'),(48497,89,'banner_horizontal_content_alignment','centered'),(48498,89,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(48499,89,'banner_font_color',''),(48500,89,'_banner_font_color','field_54ce55f555a12'),(48501,89,'eg_custom_meta_216','true'),(48502,89,'eg-pricetable-price',''),(48503,89,'eg-pricetable-line1',''),(48504,89,'eg-pricetable-line2',''),(48505,89,'eg-pricetable-line3',''),(48506,89,'eg-pricetable-line4',''),(48507,89,'eg-pricetable-buy-url',''),(48508,89,'eg-demogrid-link',''),(48509,89,'eg-clients-icon',''),(48510,89,'eg-clients-icon-dark',''),(48560,82,'eg_custom_meta_216','true'),(48561,82,'eg-pricetable-price',''),(48562,82,'eg-pricetable-line1',''),(48563,82,'eg-pricetable-line2',''),(48564,82,'eg-pricetable-line3',''),(48565,82,'eg-pricetable-line4',''),(48566,82,'eg-pricetable-buy-url',''),(48567,82,'eg-demogrid-link',''),(48568,82,'eg-clients-icon',''),(48569,82,'eg-clients-icon-dark',''),(48571,82,'page_logo_select','null'),(48572,82,'_page_logo_select','field_523384ce55a99'),(48573,82,'block_footer','null'),(48574,82,'_block_footer','block_footer'),(48575,82,'banner_background_type','null'),(48576,82,'_banner_background_type','field_54ce55f555a01'),(48577,82,'banner_parallax','0'),(48578,82,'_banner_parallax','field_54ce55f555a03'),(48579,82,'banner_fullscreen','0'),(48580,82,'_banner_fullscreen','field_54ce55f555a05'),(48581,82,'banner_height','0'),(48582,82,'_banner_height','field_54ce55f555a06'),(48583,82,'banner_content_type','default-content'),(48584,82,'_banner_content_type','field_54ce55f555a13'),(48585,82,'banner_title',''),(48586,82,'_banner_title','field_54ce55f555a07'),(48587,82,'banner_subtitle',''),(48588,82,'_banner_subtitle','field_54ce55f555a08'),(48589,82,'banner_horizontal_content_alignment','centered'),(48590,82,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(48591,82,'banner_font_color',''),(48592,82,'_banner_font_color','field_54ce55f555a12'),(48642,97,'eg_custom_meta_216','true'),(48643,97,'eg-pricetable-price',''),(48644,97,'eg-pricetable-line1',''),(48645,97,'eg-pricetable-line2',''),(48646,97,'eg-pricetable-line3',''),(48647,97,'eg-pricetable-line4',''),(48648,97,'eg-pricetable-buy-url',''),(48649,97,'eg-demogrid-link',''),(48650,97,'eg-clients-icon',''),(48651,97,'eg-clients-icon-dark',''),(48653,97,'page_logo_select','null'),(48654,97,'_page_logo_select','field_523384ce55a99'),(48655,97,'block_footer','null'),(48656,97,'_block_footer','block_footer'),(48657,97,'banner_background_type','null'),(48658,97,'_banner_background_type','field_54ce55f555a01'),(48659,97,'banner_parallax','0'),(48660,97,'_banner_parallax','field_54ce55f555a03'),(48661,97,'banner_fullscreen','0'),(48662,97,'_banner_fullscreen','field_54ce55f555a05'),(48663,97,'banner_height','0'),(48664,97,'_banner_height','field_54ce55f555a06'),(48665,97,'banner_content_type','default-content'),(48666,97,'_banner_content_type','field_54ce55f555a13'),(48667,97,'banner_title',''),(48668,97,'_banner_title','field_54ce55f555a07'),(48669,97,'banner_subtitle',''),(48670,97,'_banner_subtitle','field_54ce55f555a08'),(48671,97,'banner_horizontal_content_alignment','centered'),(48672,97,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(48673,97,'banner_font_color',''),(48674,97,'_banner_font_color','field_54ce55f555a12'),(48676,93,'page_logo_select','null'),(48677,93,'_page_logo_select','field_523384ce55a99'),(48678,93,'block_footer','null'),(48679,93,'_block_footer','block_footer'),(48680,93,'banner_background_type','null'),(48681,93,'_banner_background_type','field_54ce55f555a01'),(48682,93,'banner_parallax','0'),(48683,93,'_banner_parallax','field_54ce55f555a03'),(48684,93,'banner_fullscreen','0'),(48685,93,'_banner_fullscreen','field_54ce55f555a05'),(48686,93,'banner_height','0'),(48687,93,'_banner_height','field_54ce55f555a06'),(48688,93,'banner_content_type','default-content'),(48689,93,'_banner_content_type','field_54ce55f555a13'),(48690,93,'banner_title',''),(48691,93,'_banner_title','field_54ce55f555a07'),(48692,93,'banner_subtitle',''),(48693,93,'_banner_subtitle','field_54ce55f555a08'),(48694,93,'banner_horizontal_content_alignment','centered'),(48695,93,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(48696,93,'banner_font_color',''),(48697,93,'_banner_font_color','field_54ce55f555a12'),(48698,93,'eg_custom_meta_216','true'),(48699,93,'eg-pricetable-price',''),(48700,93,'eg-pricetable-line1',''),(48701,93,'eg-pricetable-line2',''),(48702,93,'eg-pricetable-line3',''),(48703,93,'eg-pricetable-line4',''),(48704,93,'eg-pricetable-buy-url',''),(48705,93,'eg-demogrid-link',''),(48706,93,'eg-clients-icon',''),(48707,93,'eg-clients-icon-dark',''),(48758,97,'_wp_old_slug','lowtempo-headlines-meadows-music-and-arts-festival'),(48759,97,'_oembed_7727c9f2074f4336dde0ac1c214d5bed','<iframe src=\"https://player.vimeo.com/video/89491324?app_id=122963\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"STUDIO - Breakdance - TV Brand Spot\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),(48760,97,'_oembed_time_7727c9f2074f4336dde0ac1c214d5bed','1543514168'),(48862,82,'_wp_old_slug','new-album-by-lowtempo-coming-soon'),(48864,93,'_oembed_b0859f426f58d449b3c8ebbc763812bb','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/JGwWNGJdvx8?feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(48865,93,'_oembed_time_b0859f426f58d449b3c8ebbc763812bb','1509058911'),(48917,93,'_wp_old_slug','magnetic-magazine-premiere-noise-lowtempo-mix'),(49068,1699,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(49069,1699,'_edit_lock','1509059663:2'),(49070,1699,'_edit_last','2'),(49071,1699,'_thumbnail_id','1429'),(49073,1699,'slide_template',''),(49122,1699,'eg_sources_html5_mp4',''),(49123,1699,'eg_sources_html5_ogv',''),(49124,1699,'eg_sources_html5_webm',''),(49125,1699,'eg_sources_youtube',''),(49126,1699,'eg_sources_vimeo',''),(49127,1699,'eg_sources_wistia',''),(49128,1699,'eg_sources_image',''),(49129,1699,'eg_sources_iframe',''),(49130,1699,'eg_sources_soundcloud',''),(49131,1699,'eg_vimeo_ratio','0'),(49132,1699,'eg_youtube_ratio','0'),(49133,1699,'eg_wistia_ratio','0'),(49134,1699,'eg_html5_ratio','0'),(49135,1699,'eg_soundcloud_ratio','0'),(49136,1699,'eg_settings_custom_meta_skin',''),(49137,1699,'eg_settings_custom_meta_element',''),(49138,1699,'eg_settings_custom_meta_setting',''),(49139,1699,'eg_settings_custom_meta_style',''),(49140,1699,'eg_custom_meta_216','true'),(49141,1699,'eg-pricetable-price',''),(49142,1699,'eg-pricetable-line1',''),(49143,1699,'eg-pricetable-line2',''),(49144,1699,'eg-pricetable-line3',''),(49145,1699,'eg-pricetable-line4',''),(49146,1699,'eg-pricetable-buy-url',''),(49147,1699,'eg-demogrid-link',''),(49148,1699,'eg-clients-icon',''),(49149,1699,'eg-clients-icon-dark',''),(49150,1699,'_wpb_vc_js_status','false'),(49152,1699,'_wp_old_slug','2'),(49153,1699,'page_logo_select','null'),(49154,1699,'_page_logo_select','field_523384ce55a99'),(49155,1699,'hide_page_title','0'),(49156,1699,'_hide_page_title','field_523382c955a73'),(49157,1699,'classic_menu_over_content','0'),(49158,1699,'_classic_menu_over_content','field_523384ce55a85'),(49159,1699,'classic_menu_background',''),(49160,1699,'_classic_menu_background','field_523384ce55a84'),(49161,1699,'classic_menu_background_alpha','1'),(49162,1699,'_classic_menu_background_alpha','field_523384ce55a86'),(49163,1699,'hamburger_icon_color',''),(49164,1699,'_hamburger_icon_color','field_523384ce55a23'),(49165,1699,'background',''),(49166,1699,'_background','field_523382c955a74'),(49167,1699,'background_repeat','null'),(49168,1699,'_background_repeat','field_523382f555a75'),(49169,1699,'background_size','null'),(49170,1699,'_background_size','field_5233837455a76'),(49171,1699,'background_position','null'),(49172,1699,'_background_position','field_5233842d55a78'),(49173,1699,'content_background_color',''),(49174,1699,'_content_background_color','field_523384ce55a80'),(49175,1699,'content_background_transparency','1'),(49176,1699,'_content_background_transparency','field_523384ce55a81'),(49177,1699,'background_color',''),(49178,1699,'_background_color','field_523384ce55a79'),(49179,1699,'block_footer','null'),(49180,1699,'_block_footer','block_footer'),(49181,1699,'single_post_featured_image','fullwidth'),(49182,1699,'_single_post_featured_image','field_526d6ec715ef9'),(49183,1699,'banner_background_type','null'),(49184,1699,'_banner_background_type','field_54ce55f555a01'),(49185,1699,'banner_parallax','0'),(49186,1699,'_banner_parallax','field_54ce55f555a03'),(49187,1699,'banner_fullscreen','0'),(49188,1699,'_banner_fullscreen','field_54ce55f555a05'),(49189,1699,'banner_height','0'),(49190,1699,'_banner_height','field_54ce55f555a06'),(49191,1699,'banner_content_type','default-content'),(49192,1699,'_banner_content_type','field_54ce55f555a13'),(49193,1699,'banner_title',''),(49194,1699,'_banner_title','field_54ce55f555a07'),(49195,1699,'banner_subtitle',''),(49196,1699,'_banner_subtitle','field_54ce55f555a08'),(49197,1699,'banner_horizontal_content_alignment','centered'),(49198,1699,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(49199,1699,'banner_font_color',''),(49200,1699,'_banner_font_color','field_54ce55f555a12'),(49201,1701,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(49202,1701,'_edit_lock','1509059414:2'),(49203,1701,'_edit_last','2'),(49204,1701,'_thumbnail_id','1425'),(49206,1701,'slide_template','default'),(49255,1701,'eg_sources_html5_mp4',''),(49256,1701,'eg_sources_html5_ogv',''),(49257,1701,'eg_sources_html5_webm',''),(49258,1701,'eg_sources_youtube',''),(49259,1701,'eg_sources_vimeo',''),(49260,1701,'eg_sources_wistia',''),(49261,1701,'eg_sources_image',''),(49262,1701,'eg_sources_iframe',''),(49263,1701,'eg_sources_soundcloud',''),(49264,1701,'eg_vimeo_ratio','0'),(49265,1701,'eg_youtube_ratio','0'),(49266,1701,'eg_wistia_ratio','0'),(49267,1701,'eg_html5_ratio','0'),(49268,1701,'eg_soundcloud_ratio','0'),(49269,1701,'eg_settings_custom_meta_skin',''),(49270,1701,'eg_settings_custom_meta_element',''),(49271,1701,'eg_settings_custom_meta_setting',''),(49272,1701,'eg_settings_custom_meta_style',''),(49273,1701,'eg_custom_meta_216','true'),(49274,1701,'eg-pricetable-price',''),(49275,1701,'eg-pricetable-line1',''),(49276,1701,'eg-pricetable-line2',''),(49277,1701,'eg-pricetable-line3',''),(49278,1701,'eg-pricetable-line4',''),(49279,1701,'eg-pricetable-buy-url',''),(49280,1701,'eg-demogrid-link',''),(49281,1701,'eg-clients-icon',''),(49282,1701,'eg-clients-icon-dark',''),(49283,1701,'_wpb_vc_js_status','false'),(49285,1701,'_wp_old_slug','2'),(49286,1701,'page_logo_select','null'),(49287,1701,'_page_logo_select','field_523384ce55a99'),(49288,1701,'hide_page_title','0'),(49289,1701,'_hide_page_title','field_523382c955a73'),(49290,1701,'classic_menu_over_content','0'),(49291,1701,'_classic_menu_over_content','field_523384ce55a85'),(49292,1701,'classic_menu_background',''),(49293,1701,'_classic_menu_background','field_523384ce55a84'),(49294,1701,'classic_menu_background_alpha','1'),(49295,1701,'_classic_menu_background_alpha','field_523384ce55a86'),(49296,1701,'hamburger_icon_color',''),(49297,1701,'_hamburger_icon_color','field_523384ce55a23'),(49298,1701,'background',''),(49299,1701,'_background','field_523382c955a74'),(49300,1701,'background_repeat','null'),(49301,1701,'_background_repeat','field_523382f555a75'),(49302,1701,'background_size','null'),(49303,1701,'_background_size','field_5233837455a76'),(49304,1701,'background_position','null'),(49305,1701,'_background_position','field_5233842d55a78'),(49306,1701,'content_background_color',''),(49307,1701,'_content_background_color','field_523384ce55a80'),(49308,1701,'content_background_transparency','1'),(49309,1701,'_content_background_transparency','field_523384ce55a81'),(49310,1701,'background_color',''),(49311,1701,'_background_color','field_523384ce55a79'),(49312,1701,'block_footer','null'),(49313,1701,'_block_footer','block_footer'),(49314,1701,'single_post_featured_image','fullwidth'),(49315,1701,'_single_post_featured_image','field_526d6ec715ef9'),(49316,1701,'banner_background_type','null'),(49317,1701,'_banner_background_type','field_54ce55f555a01'),(49318,1701,'banner_parallax','0'),(49319,1701,'_banner_parallax','field_54ce55f555a03'),(49320,1701,'banner_fullscreen','0'),(49321,1701,'_banner_fullscreen','field_54ce55f555a05'),(49322,1701,'banner_height','0'),(49323,1701,'_banner_height','field_54ce55f555a06'),(49324,1701,'banner_content_type','default-content'),(49325,1701,'_banner_content_type','field_54ce55f555a13'),(49326,1701,'banner_title',''),(49327,1701,'_banner_title','field_54ce55f555a07'),(49328,1701,'banner_subtitle',''),(49329,1701,'_banner_subtitle','field_54ce55f555a08'),(49330,1701,'banner_horizontal_content_alignment','centered'),(49331,1701,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(49332,1701,'banner_font_color',''),(49333,1701,'_banner_font_color','field_54ce55f555a12'),(49346,1703,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(49347,1703,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(49348,1703,'slide_template','default'),(49349,1703,'eg_sources_html5_mp4',''),(49350,1703,'eg_sources_html5_ogv',''),(49351,1703,'eg_sources_html5_webm',''),(49352,1703,'eg_sources_youtube',''),(49353,1703,'eg_sources_vimeo',''),(49354,1703,'eg_sources_wistia',''),(49355,1703,'eg_sources_image',''),(49356,1703,'eg_sources_iframe',''),(49357,1703,'eg_sources_soundcloud',''),(49358,1703,'eg_vimeo_ratio','0'),(49359,1703,'eg_youtube_ratio','0'),(49360,1703,'eg_wistia_ratio','0'),(49361,1703,'eg_html5_ratio','0'),(49362,1703,'eg_soundcloud_ratio','0'),(49363,1703,'eg_settings_custom_meta_skin',''),(49364,1703,'eg_settings_custom_meta_element',''),(49365,1703,'eg_settings_custom_meta_setting',''),(49366,1703,'eg_settings_custom_meta_style',''),(49367,1703,'_wpb_vc_js_status','true'),(49368,1703,'sidebar-position','disabled'),(49369,1703,'_sidebar-position','field_526d6ec715ee9'),(49370,1703,'classic_menu_background',''),(49371,1703,'_classic_menu_background','field_523384ce55a84'),(49372,1703,'classic_menu_background_alpha','1'),(49373,1703,'_classic_menu_background_alpha','field_523384ce55a86'),(49374,1703,'classic_menu_over_content','0'),(49375,1703,'_classic_menu_over_content','field_523384ce55a85'),(49376,1703,'hamburger_icon_color',''),(49377,1703,'_hamburger_icon_color','field_523384ce55a23'),(49378,1703,'alternative_logo','0'),(49379,1703,'_alternative_logo','field_523384ce55a99'),(49380,1703,'hide_page_title','0'),(49381,1703,'_hide_page_title','field_523382c955a73'),(49382,1703,'background',''),(49383,1703,'_background','field_523382c955a74'),(49384,1703,'background_repeat','null'),(49385,1703,'_background_repeat','field_523382f555a75'),(49386,1703,'background_size','null'),(49387,1703,'_background_size','field_5233837455a76'),(49388,1703,'background_position','null'),(49389,1703,'_background_position','field_5233842d55a78'),(49390,1703,'content_background_color',''),(49391,1703,'_content_background_color','field_523384ce55a80'),(49392,1703,'content_background_transparency','1'),(49393,1703,'_content_background_transparency','field_523384ce55a81'),(49394,1703,'background_color',''),(49395,1703,'_background_color','field_523384ce55a79'),(49396,1703,'_trash_the_other_posts','0'),(49397,1703,'eg_custom_meta_216','true'),(49398,1703,'eg-pricetable-price',''),(49399,1703,'eg-pricetable-line1',''),(49400,1703,'eg-pricetable-line2',''),(49401,1703,'eg-pricetable-line3',''),(49402,1703,'eg-pricetable-line4',''),(49403,1703,'eg-pricetable-buy-url',''),(49404,1703,'eg-demogrid-link',''),(49405,1703,'eg-clients-icon',''),(49406,1703,'eg-clients-icon-dark',''),(49407,1703,'page_logo_select','null'),(49408,1703,'_page_logo_select','field_523384ce55a99'),(49409,1703,'block_footer','null'),(49410,1703,'_block_footer','block_footer'),(49411,1703,'enable_excerpts','0'),(49412,1703,'_enable_excerpts','field_523382c925a72'),(49413,1703,'banner_background_type','null'),(49414,1703,'_banner_background_type','field_54ce55f555a01'),(49415,1703,'banner_parallax','0'),(49416,1703,'_banner_parallax','field_54ce55f555a03'),(49417,1703,'banner_fullscreen','0'),(49418,1703,'_banner_fullscreen','field_54ce55f555a05'),(49419,1703,'banner_height','0'),(49420,1703,'_banner_height','field_54ce55f555a06'),(49421,1703,'banner_content_type','default-content'),(49422,1703,'_banner_content_type','field_54ce55f555a13'),(49423,1703,'banner_title',''),(49424,1703,'_banner_title','field_54ce55f555a07'),(49425,1703,'banner_subtitle',''),(49426,1703,'_banner_subtitle','field_54ce55f555a08'),(49427,1703,'banner_horizontal_content_alignment','centered'),(49428,1703,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(49429,1703,'banner_font_color',''),(49430,1703,'_banner_font_color','field_54ce55f555a12'),(49431,1703,'_dp_original','21'),(49433,1703,'_edit_lock','1544051243:2'),(49434,1703,'_edit_last','2'),(49435,1703,'_wp_page_template','default'),(49725,836,'eg-pricetable-price',''),(49726,836,'eg-pricetable-line1',''),(49727,836,'eg-pricetable-line2',''),(49728,836,'eg-pricetable-line3',''),(49729,836,'eg-pricetable-line4',''),(49730,836,'eg-pricetable-buy-url',''),(49731,836,'eg-demogrid-link',''),(49732,836,'eg-clients-icon',''),(49733,836,'eg-clients-icon-dark',''),(49734,1711,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(49735,1711,'_edit_lock','1543334517:2'),(49736,1711,'_edit_last','2'),(49737,1711,'_wp_page_template','default'),(49738,1711,'slide_template','default'),(49787,1711,'eg_sources_html5_mp4',''),(49788,1711,'eg_sources_html5_ogv',''),(49789,1711,'eg_sources_html5_webm',''),(49790,1711,'eg_sources_youtube',''),(49791,1711,'eg_sources_vimeo',''),(49792,1711,'eg_sources_wistia',''),(49793,1711,'eg_sources_image',''),(49794,1711,'eg_sources_iframe',''),(49795,1711,'eg_sources_soundcloud',''),(49796,1711,'eg_vimeo_ratio','0'),(49797,1711,'eg_youtube_ratio','0'),(49798,1711,'eg_wistia_ratio','0'),(49799,1711,'eg_html5_ratio','0'),(49800,1711,'eg_soundcloud_ratio','0'),(49801,1711,'eg_settings_custom_meta_skin',''),(49802,1711,'eg_settings_custom_meta_element',''),(49803,1711,'eg_settings_custom_meta_setting',''),(49804,1711,'eg_settings_custom_meta_style',''),(49805,1711,'eg_custom_meta_216','true'),(49806,1711,'eg-pricetable-price',''),(49807,1711,'eg-pricetable-line1',''),(49808,1711,'eg-pricetable-line2',''),(49809,1711,'eg-pricetable-line3',''),(49810,1711,'eg-pricetable-line4',''),(49811,1711,'eg-pricetable-buy-url',''),(49812,1711,'eg-demogrid-link',''),(49813,1711,'eg-clients-icon',''),(49814,1711,'eg-clients-icon-dark',''),(49815,1711,'_wpb_vc_js_status','true'),(49816,1711,'_wpb_shortcodes_custom_css','.vc_custom_1509461972677{margin-top: 12vh !important;}'),(49818,1711,'page_logo_select','null'),(49819,1711,'_page_logo_select','field_523384ce55a99'),(49820,1711,'hide_page_title','0'),(49821,1711,'_hide_page_title','field_523382c955a73'),(49822,1711,'classic_menu_over_content','0'),(49823,1711,'_classic_menu_over_content','field_523384ce55a85'),(49824,1711,'classic_menu_background',''),(49825,1711,'_classic_menu_background','field_523384ce55a84'),(49826,1711,'classic_menu_background_alpha','1'),(49827,1711,'_classic_menu_background_alpha','field_523384ce55a86'),(49828,1711,'hamburger_icon_color',''),(49829,1711,'_hamburger_icon_color','field_523384ce55a23'),(49830,1711,'background',''),(49831,1711,'_background','field_523382c955a74'),(49832,1711,'background_repeat','null'),(49833,1711,'_background_repeat','field_523382f555a75'),(49834,1711,'background_size','null'),(49835,1711,'_background_size','field_5233837455a76'),(49836,1711,'background_position','null'),(49837,1711,'_background_position','field_5233842d55a78'),(49838,1711,'content_background_color',''),(49839,1711,'_content_background_color','field_523384ce55a80'),(49840,1711,'content_background_transparency','1'),(49841,1711,'_content_background_transparency','field_523384ce55a81'),(49842,1711,'background_color',''),(49843,1711,'_background_color','field_523384ce55a79'),(49844,1711,'block_footer','null'),(49845,1711,'_block_footer','block_footer'),(49846,1711,'sidebar-position','disabled'),(49847,1711,'_sidebar-position','field_526d6ec715ee9'),(49848,1711,'banner_background_type','null'),(49849,1711,'_banner_background_type','field_54ce55f555a01'),(49850,1711,'banner_parallax','0'),(49851,1711,'_banner_parallax','field_54ce55f555a03'),(49852,1711,'banner_fullscreen','0'),(49853,1711,'_banner_fullscreen','field_54ce55f555a05'),(49854,1711,'banner_height','0'),(49855,1711,'_banner_height','field_54ce55f555a06'),(49856,1711,'banner_content_type','default-content'),(49857,1711,'_banner_content_type','field_54ce55f555a13'),(49858,1711,'banner_title',''),(49859,1711,'_banner_title','field_54ce55f555a07'),(49860,1711,'banner_subtitle',''),(49861,1711,'_banner_subtitle','field_54ce55f555a08'),(49862,1711,'banner_horizontal_content_alignment','centered'),(49863,1711,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(49864,1711,'banner_font_color',''),(49865,1711,'_banner_font_color','field_54ce55f555a12'),(50160,1719,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(50161,1719,'_edit_lock','1543334791:2'),(50162,1719,'_edit_last','2'),(50163,1719,'_wp_page_template','default'),(50164,1719,'slide_template','default'),(50213,1719,'eg_sources_html5_mp4',''),(50214,1719,'eg_sources_html5_ogv',''),(50215,1719,'eg_sources_html5_webm',''),(50216,1719,'eg_sources_youtube',''),(50217,1719,'eg_sources_vimeo',''),(50218,1719,'eg_sources_wistia',''),(50219,1719,'eg_sources_image',''),(50220,1719,'eg_sources_iframe',''),(50221,1719,'eg_sources_soundcloud',''),(50222,1719,'eg_vimeo_ratio','0'),(50223,1719,'eg_youtube_ratio','0'),(50224,1719,'eg_wistia_ratio','0'),(50225,1719,'eg_html5_ratio','0'),(50226,1719,'eg_soundcloud_ratio','0'),(50227,1719,'eg_settings_custom_meta_skin',''),(50228,1719,'eg_settings_custom_meta_element',''),(50229,1719,'eg_settings_custom_meta_setting',''),(50230,1719,'eg_settings_custom_meta_style',''),(50231,1719,'eg_custom_meta_216','true'),(50232,1719,'eg-pricetable-price',''),(50233,1719,'eg-pricetable-line1',''),(50234,1719,'eg-pricetable-line2',''),(50235,1719,'eg-pricetable-line3',''),(50236,1719,'eg-pricetable-line4',''),(50237,1719,'eg-pricetable-buy-url',''),(50238,1719,'eg-demogrid-link',''),(50239,1719,'eg-clients-icon',''),(50240,1719,'eg-clients-icon-dark',''),(50241,1719,'_wpb_vc_js_status','true'),(50244,1719,'page_logo_select','null'),(50245,1719,'_page_logo_select','field_523384ce55a99'),(50246,1719,'hide_page_title','0'),(50247,1719,'_hide_page_title','field_523382c955a73'),(50248,1719,'classic_menu_over_content','0'),(50249,1719,'_classic_menu_over_content','field_523384ce55a85'),(50250,1719,'classic_menu_background',''),(50251,1719,'_classic_menu_background','field_523384ce55a84'),(50252,1719,'classic_menu_background_alpha','1'),(50253,1719,'_classic_menu_background_alpha','field_523384ce55a86'),(50254,1719,'hamburger_icon_color',''),(50255,1719,'_hamburger_icon_color','field_523384ce55a23'),(50256,1719,'background',''),(50257,1719,'_background','field_523382c955a74'),(50258,1719,'background_repeat','null'),(50259,1719,'_background_repeat','field_523382f555a75'),(50260,1719,'background_size','null'),(50261,1719,'_background_size','field_5233837455a76'),(50262,1719,'background_position','null'),(50263,1719,'_background_position','field_5233842d55a78'),(50264,1719,'content_background_color',''),(50265,1719,'_content_background_color','field_523384ce55a80'),(50266,1719,'content_background_transparency','1'),(50267,1719,'_content_background_transparency','field_523384ce55a81'),(50268,1719,'background_color',''),(50269,1719,'_background_color','field_523384ce55a79'),(50270,1719,'block_footer','null'),(50271,1719,'_block_footer','block_footer'),(50272,1719,'sidebar-position','disabled'),(50273,1719,'_sidebar-position','field_526d6ec715ee9'),(50274,1719,'banner_background_type','null'),(50275,1719,'_banner_background_type','field_54ce55f555a01'),(50276,1719,'banner_parallax','0'),(50277,1719,'_banner_parallax','field_54ce55f555a03'),(50278,1719,'banner_fullscreen','0'),(50279,1719,'_banner_fullscreen','field_54ce55f555a05'),(50280,1719,'banner_height','0'),(50281,1719,'_banner_height','field_54ce55f555a06'),(50282,1719,'banner_content_type','default-content'),(50283,1719,'_banner_content_type','field_54ce55f555a13'),(50284,1719,'banner_title',''),(50285,1719,'_banner_title','field_54ce55f555a07'),(50286,1719,'banner_subtitle',''),(50287,1719,'_banner_subtitle','field_54ce55f555a08'),(50288,1719,'banner_horizontal_content_alignment','centered'),(50289,1719,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(50290,1719,'banner_font_color',''),(50291,1719,'_banner_font_color','field_54ce55f555a12'),(50617,1227,'eg-pricetable-price',''),(50618,1227,'eg-pricetable-line1',''),(50619,1227,'eg-pricetable-line2',''),(50620,1227,'eg-pricetable-line3',''),(50621,1227,'eg-pricetable-line4',''),(50622,1227,'eg-pricetable-buy-url',''),(50623,1227,'eg-demogrid-link',''),(50624,1227,'eg-clients-icon',''),(50625,1227,'eg-clients-icon-dark',''),(50678,29,'eg-pricetable-price',''),(50679,29,'eg-pricetable-line1',''),(50680,29,'eg-pricetable-line2',''),(50681,29,'eg-pricetable-line3',''),(50682,29,'eg-pricetable-line4',''),(50683,29,'eg-pricetable-buy-url',''),(50684,29,'eg-demogrid-link',''),(50685,29,'eg-clients-icon',''),(50686,29,'eg-clients-icon-dark',''),(50688,1011,'eg-pricetable-price',''),(50689,1011,'eg-pricetable-line1',''),(50690,1011,'eg-pricetable-line2',''),(50691,1011,'eg-pricetable-line3',''),(50692,1011,'eg-pricetable-line4',''),(50693,1011,'eg-pricetable-buy-url',''),(50694,1011,'eg-demogrid-link',''),(50695,1011,'eg-clients-icon',''),(50696,1011,'eg-clients-icon-dark',''),(50719,1733,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(50720,1733,'_edit_lock','1544051446:2'),(50721,1733,'_edit_last','2'),(50722,1733,'_wp_page_template','default'),(50723,1733,'slide_template','default'),(50772,1733,'eg_sources_html5_mp4',''),(50773,1733,'eg_sources_html5_ogv',''),(50774,1733,'eg_sources_html5_webm',''),(50775,1733,'eg_sources_youtube',''),(50776,1733,'eg_sources_vimeo',''),(50777,1733,'eg_sources_wistia',''),(50778,1733,'eg_sources_image',''),(50779,1733,'eg_sources_iframe',''),(50780,1733,'eg_sources_soundcloud',''),(50781,1733,'eg_vimeo_ratio','0'),(50782,1733,'eg_youtube_ratio','0'),(50783,1733,'eg_wistia_ratio','0'),(50784,1733,'eg_html5_ratio','0'),(50785,1733,'eg_soundcloud_ratio','0'),(50786,1733,'eg_settings_custom_meta_skin',''),(50787,1733,'eg_settings_custom_meta_element',''),(50788,1733,'eg_settings_custom_meta_setting',''),(50789,1733,'eg_settings_custom_meta_style',''),(50790,1733,'eg_custom_meta_216','true'),(50791,1733,'eg-pricetable-price',''),(50792,1733,'eg-pricetable-line1',''),(50793,1733,'eg-pricetable-line2',''),(50794,1733,'eg-pricetable-line3',''),(50795,1733,'eg-pricetable-line4',''),(50796,1733,'eg-pricetable-buy-url',''),(50797,1733,'eg-demogrid-link',''),(50798,1733,'eg-clients-icon',''),(50799,1733,'eg-clients-icon-dark',''),(50800,1733,'_wpb_vc_js_status','true'),(50802,1733,'page_logo_select','null'),(50803,1733,'_page_logo_select','field_523384ce55a99'),(50804,1733,'hide_page_title','0'),(50805,1733,'_hide_page_title','field_523382c955a73'),(50806,1733,'classic_menu_over_content','0'),(50807,1733,'_classic_menu_over_content','field_523384ce55a85'),(50808,1733,'classic_menu_background',''),(50809,1733,'_classic_menu_background','field_523384ce55a84'),(50810,1733,'classic_menu_background_alpha','1'),(50811,1733,'_classic_menu_background_alpha','field_523384ce55a86'),(50812,1733,'hamburger_icon_color',''),(50813,1733,'_hamburger_icon_color','field_523384ce55a23'),(50814,1733,'background',''),(50815,1733,'_background','field_523382c955a74'),(50816,1733,'background_repeat','null'),(50817,1733,'_background_repeat','field_523382f555a75'),(50818,1733,'background_size','null'),(50819,1733,'_background_size','field_5233837455a76'),(50820,1733,'background_position','null'),(50821,1733,'_background_position','field_5233842d55a78'),(50822,1733,'content_background_color',''),(50823,1733,'_content_background_color','field_523384ce55a80'),(50824,1733,'content_background_transparency','1'),(50825,1733,'_content_background_transparency','field_523384ce55a81'),(50826,1733,'background_color',''),(50827,1733,'_background_color','field_523384ce55a79'),(50828,1733,'block_footer','null'),(50829,1733,'_block_footer','block_footer'),(50830,1733,'sidebar-position','disabled'),(50831,1733,'_sidebar-position','field_526d6ec715ee9'),(50832,1733,'banner_background_type','null'),(50833,1733,'_banner_background_type','field_54ce55f555a01'),(50834,1733,'banner_parallax','0'),(50835,1733,'_banner_parallax','field_54ce55f555a03'),(50836,1733,'banner_fullscreen','0'),(50837,1733,'_banner_fullscreen','field_54ce55f555a05'),(50838,1733,'banner_height','0'),(50839,1733,'_banner_height','field_54ce55f555a06'),(50840,1733,'banner_content_type','default-content'),(50841,1733,'_banner_content_type','field_54ce55f555a13'),(50842,1733,'banner_title',''),(50843,1733,'_banner_title','field_54ce55f555a07'),(50844,1733,'banner_subtitle',''),(50845,1733,'_banner_subtitle','field_54ce55f555a08'),(50846,1733,'banner_horizontal_content_alignment','centered'),(50847,1733,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(50848,1733,'banner_font_color',''),(50849,1733,'_banner_font_color','field_54ce55f555a12'),(50862,1737,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(50863,1737,'_edit_lock','1543345821:2'),(50864,1737,'_edit_last','2'),(50865,1737,'_wp_page_template','default'),(50866,1737,'slide_template','default'),(50915,1737,'eg_sources_html5_mp4',''),(50916,1737,'eg_sources_html5_ogv',''),(50917,1737,'eg_sources_html5_webm',''),(50918,1737,'eg_sources_youtube',''),(50919,1737,'eg_sources_vimeo',''),(50920,1737,'eg_sources_wistia',''),(50921,1737,'eg_sources_image',''),(50922,1737,'eg_sources_iframe',''),(50923,1737,'eg_sources_soundcloud',''),(50924,1737,'eg_vimeo_ratio','0'),(50925,1737,'eg_youtube_ratio','0'),(50926,1737,'eg_wistia_ratio','0'),(50927,1737,'eg_html5_ratio','0'),(50928,1737,'eg_soundcloud_ratio','0'),(50929,1737,'eg_settings_custom_meta_skin',''),(50930,1737,'eg_settings_custom_meta_element',''),(50931,1737,'eg_settings_custom_meta_setting',''),(50932,1737,'eg_settings_custom_meta_style',''),(50933,1737,'eg_custom_meta_216','true'),(50934,1737,'eg-pricetable-price',''),(50935,1737,'eg-pricetable-line1',''),(50936,1737,'eg-pricetable-line2',''),(50937,1737,'eg-pricetable-line3',''),(50938,1737,'eg-pricetable-line4',''),(50939,1737,'eg-pricetable-buy-url',''),(50940,1737,'eg-demogrid-link',''),(50941,1737,'eg-clients-icon',''),(50942,1737,'eg-clients-icon-dark',''),(50943,1737,'_wpb_vc_js_status','true'),(50946,1737,'page_logo_select','null'),(50947,1737,'_page_logo_select','field_523384ce55a99'),(50948,1737,'hide_page_title','0'),(50949,1737,'_hide_page_title','field_523382c955a73'),(50950,1737,'classic_menu_over_content','0'),(50951,1737,'_classic_menu_over_content','field_523384ce55a85'),(50952,1737,'classic_menu_background',''),(50953,1737,'_classic_menu_background','field_523384ce55a84'),(50954,1737,'classic_menu_background_alpha','1'),(50955,1737,'_classic_menu_background_alpha','field_523384ce55a86'),(50956,1737,'hamburger_icon_color',''),(50957,1737,'_hamburger_icon_color','field_523384ce55a23'),(50958,1737,'background',''),(50959,1737,'_background','field_523382c955a74'),(50960,1737,'background_repeat','null'),(50961,1737,'_background_repeat','field_523382f555a75'),(50962,1737,'background_size','null'),(50963,1737,'_background_size','field_5233837455a76'),(50964,1737,'background_position','null'),(50965,1737,'_background_position','field_5233842d55a78'),(50966,1737,'content_background_color',''),(50967,1737,'_content_background_color','field_523384ce55a80'),(50968,1737,'content_background_transparency','1'),(50969,1737,'_content_background_transparency','field_523384ce55a81'),(50970,1737,'background_color',''),(50971,1737,'_background_color','field_523384ce55a79'),(50972,1737,'block_footer','null'),(50973,1737,'_block_footer','block_footer'),(50974,1737,'sidebar-position','disabled'),(50975,1737,'_sidebar-position','field_526d6ec715ee9'),(50976,1737,'banner_background_type','null'),(50977,1737,'_banner_background_type','field_54ce55f555a01'),(50978,1737,'banner_parallax','0'),(50979,1737,'_banner_parallax','field_54ce55f555a03'),(50980,1737,'banner_fullscreen','0'),(50981,1737,'_banner_fullscreen','field_54ce55f555a05'),(50982,1737,'banner_height','0'),(50983,1737,'_banner_height','field_54ce55f555a06'),(50984,1737,'banner_content_type','default-content'),(50985,1737,'_banner_content_type','field_54ce55f555a13'),(50986,1737,'banner_title',''),(50987,1737,'_banner_title','field_54ce55f555a07'),(50988,1737,'banner_subtitle',''),(50989,1737,'_banner_subtitle','field_54ce55f555a08'),(50990,1737,'banner_horizontal_content_alignment','centered'),(50991,1737,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(50992,1737,'banner_font_color',''),(50993,1737,'_banner_font_color','field_54ce55f555a12'),(51103,1742,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51104,1742,'_edit_lock','1544051474:2'),(51105,1742,'_edit_last','2'),(51106,1742,'_wp_page_template','default'),(51107,1742,'slide_template','default'),(51156,1742,'eg_sources_html5_mp4',''),(51157,1742,'eg_sources_html5_ogv',''),(51158,1742,'eg_sources_html5_webm',''),(51159,1742,'eg_sources_youtube',''),(51160,1742,'eg_sources_vimeo',''),(51161,1742,'eg_sources_wistia',''),(51162,1742,'eg_sources_image',''),(51163,1742,'eg_sources_iframe',''),(51164,1742,'eg_sources_soundcloud',''),(51165,1742,'eg_vimeo_ratio','0'),(51166,1742,'eg_youtube_ratio','0'),(51167,1742,'eg_wistia_ratio','0'),(51168,1742,'eg_html5_ratio','0'),(51169,1742,'eg_soundcloud_ratio','0'),(51170,1742,'eg_settings_custom_meta_skin',''),(51171,1742,'eg_settings_custom_meta_element',''),(51172,1742,'eg_settings_custom_meta_setting',''),(51173,1742,'eg_settings_custom_meta_style',''),(51174,1742,'eg_custom_meta_216','true'),(51175,1742,'eg-pricetable-price',''),(51176,1742,'eg-pricetable-line1',''),(51177,1742,'eg-pricetable-line2',''),(51178,1742,'eg-pricetable-line3',''),(51179,1742,'eg-pricetable-line4',''),(51180,1742,'eg-pricetable-buy-url',''),(51181,1742,'eg-demogrid-link',''),(51182,1742,'eg-clients-icon',''),(51183,1742,'eg-clients-icon-dark',''),(51184,1742,'_wpb_vc_js_status','true'),(51186,1742,'page_logo_select','null'),(51187,1742,'_page_logo_select','field_523384ce55a99'),(51188,1742,'hide_page_title','0'),(51189,1742,'_hide_page_title','field_523382c955a73'),(51190,1742,'classic_menu_over_content','0'),(51191,1742,'_classic_menu_over_content','field_523384ce55a85'),(51192,1742,'classic_menu_background',''),(51193,1742,'_classic_menu_background','field_523384ce55a84'),(51194,1742,'classic_menu_background_alpha','1'),(51195,1742,'_classic_menu_background_alpha','field_523384ce55a86'),(51196,1742,'hamburger_icon_color',''),(51197,1742,'_hamburger_icon_color','field_523384ce55a23'),(51198,1742,'background',''),(51199,1742,'_background','field_523382c955a74'),(51200,1742,'background_repeat','null'),(51201,1742,'_background_repeat','field_523382f555a75'),(51202,1742,'background_size','null'),(51203,1742,'_background_size','field_5233837455a76'),(51204,1742,'background_position','null'),(51205,1742,'_background_position','field_5233842d55a78'),(51206,1742,'content_background_color',''),(51207,1742,'_content_background_color','field_523384ce55a80'),(51208,1742,'content_background_transparency','1'),(51209,1742,'_content_background_transparency','field_523384ce55a81'),(51210,1742,'background_color',''),(51211,1742,'_background_color','field_523384ce55a79'),(51212,1742,'block_footer','null'),(51213,1742,'_block_footer','block_footer'),(51214,1742,'sidebar-position','disabled'),(51215,1742,'_sidebar-position','field_526d6ec715ee9'),(51216,1742,'banner_background_type','null'),(51217,1742,'_banner_background_type','field_54ce55f555a01'),(51218,1742,'banner_parallax','0'),(51219,1742,'_banner_parallax','field_54ce55f555a03'),(51220,1742,'banner_fullscreen','0'),(51221,1742,'_banner_fullscreen','field_54ce55f555a05'),(51222,1742,'banner_height','0'),(51223,1742,'_banner_height','field_54ce55f555a06'),(51224,1742,'banner_content_type','default-content'),(51225,1742,'_banner_content_type','field_54ce55f555a13'),(51226,1742,'banner_title',''),(51227,1742,'_banner_title','field_54ce55f555a07'),(51228,1742,'banner_subtitle',''),(51229,1742,'_banner_subtitle','field_54ce55f555a08'),(51230,1742,'banner_horizontal_content_alignment','centered'),(51231,1742,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(51232,1742,'banner_font_color',''),(51233,1742,'_banner_font_color','field_54ce55f555a12'),(51396,1747,'_wp_attached_file','2016/11/a-soundcloud-album.jpg'),(51397,1747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2016/11/a-soundcloud-album.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"a-soundcloud-album-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:30:\"a-soundcloud-album-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51398,1748,'_wp_attached_file','2016/11/a-spotify-album.jpg'),(51399,1748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2016/11/a-spotify-album.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"a-spotify-album-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:27:\"a-spotify-album-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(52280,1767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(52281,1767,'_edit_lock','1545240902:2'),(52282,1767,'_edit_last','2'),(52283,1767,'_wp_page_template','default'),(52284,1767,'slide_template',''),(52333,1767,'eg_sources_html5_mp4',''),(52334,1767,'eg_sources_html5_ogv',''),(52335,1767,'eg_sources_html5_webm',''),(52336,1767,'eg_sources_youtube',''),(52337,1767,'eg_sources_vimeo',''),(52338,1767,'eg_sources_wistia',''),(52339,1767,'eg_sources_image',''),(52340,1767,'eg_sources_iframe',''),(52341,1767,'eg_sources_soundcloud',''),(52342,1767,'eg_vimeo_ratio','0'),(52343,1767,'eg_youtube_ratio','0'),(52344,1767,'eg_wistia_ratio','0'),(52345,1767,'eg_html5_ratio','0'),(52346,1767,'eg_soundcloud_ratio','0'),(52347,1767,'eg_settings_custom_meta_skin',''),(52348,1767,'eg_settings_custom_meta_element',''),(52349,1767,'eg_settings_custom_meta_setting',''),(52350,1767,'eg_settings_custom_meta_style',''),(52351,1767,'eg_custom_meta_216','true'),(52352,1767,'eg-pricetable-price',''),(52353,1767,'eg-pricetable-line1',''),(52354,1767,'eg-pricetable-line2',''),(52355,1767,'eg-pricetable-line3',''),(52356,1767,'eg-pricetable-line4',''),(52357,1767,'eg-pricetable-buy-url',''),(52358,1767,'eg-demogrid-link',''),(52359,1767,'eg-clients-icon',''),(52360,1767,'eg-clients-icon-dark',''),(52361,1767,'_wpb_vc_js_status','true'),(52362,1767,'_wpb_shortcodes_custom_css','.vc_custom_1509121489327{margin-top: 100px !important;margin-bottom: 100px !important;}.vc_custom_1509463311290{background-position: 0 0 !important;background-repeat: repeat !important;}.vc_custom_1513806131882{margin-top: 100px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;}.vc_custom_1513806112576{margin-bottom: 100px !important;padding-right: 10px !important;padding-left: 40px !important;}.vc_custom_1491999953410{margin-top: 130px !important;margin-bottom: 180px !important;padding-right: 8px !important;padding-left: 8px !important;}.vc_custom_1509120137926{margin-bottom: 50px !important;}.vc_custom_1509120218711{margin-bottom: -20px !important;}.vc_custom_1509120334840{margin-bottom: -15px !important;}.vc_custom_1513806168166{margin-right: 4px !important;padding-bottom: 15px !important;}.vc_custom_1513806180720{margin-left: 4px !important;padding-bottom: 15px !important;}.vc_custom_1491999975204{margin-bottom: -15px !important;}.vc_custom_1509121416703{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1509377729888{margin-top: 70px !important;}'),(52364,1767,'page_logo_select','null'),(52365,1767,'_page_logo_select','field_523384ce55a99'),(52366,1767,'hide_page_title','1'),(52367,1767,'_hide_page_title','field_523382c955a73'),(52368,1767,'classic_menu_over_content','0'),(52369,1767,'_classic_menu_over_content','field_523384ce55a85'),(52370,1767,'classic_menu_background',''),(52371,1767,'_classic_menu_background','field_523384ce55a84'),(52372,1767,'classic_menu_background_alpha','1'),(52373,1767,'_classic_menu_background_alpha','field_523384ce55a86'),(52374,1767,'hamburger_icon_color',''),(52375,1767,'_hamburger_icon_color','field_523384ce55a23'),(52376,1767,'background',''),(52377,1767,'_background','field_523382c955a74'),(52378,1767,'background_repeat','null'),(52379,1767,'_background_repeat','field_523382f555a75'),(52380,1767,'background_size','null'),(52381,1767,'_background_size','field_5233837455a76'),(52382,1767,'background_position','null'),(52383,1767,'_background_position','field_5233842d55a78'),(52384,1767,'content_background_color',''),(52385,1767,'_content_background_color','field_523384ce55a80'),(52386,1767,'content_background_transparency','1'),(52387,1767,'_content_background_transparency','field_523384ce55a81'),(52388,1767,'background_color',''),(52389,1767,'_background_color','field_523384ce55a79'),(52390,1767,'block_footer','null'),(52391,1767,'_block_footer','block_footer'),(52392,1767,'sidebar-position','disabled'),(52393,1767,'_sidebar-position','field_526d6ec715ee9'),(52394,1767,'banner_background_type','null'),(52395,1767,'_banner_background_type','field_54ce55f555a01'),(52396,1767,'banner_parallax','0'),(52397,1767,'_banner_parallax','field_54ce55f555a03'),(52398,1767,'banner_fullscreen','0'),(52399,1767,'_banner_fullscreen','field_54ce55f555a05'),(52400,1767,'banner_height','0'),(52401,1767,'_banner_height','field_54ce55f555a06'),(52402,1767,'banner_content_type','default-content'),(52403,1767,'_banner_content_type','field_54ce55f555a13'),(52404,1767,'banner_title',''),(52405,1767,'_banner_title','field_54ce55f555a07'),(52406,1767,'banner_subtitle',''),(52407,1767,'_banner_subtitle','field_54ce55f555a08'),(52408,1767,'banner_horizontal_content_alignment','centered'),(52409,1767,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(52410,1767,'banner_font_color',''),(52411,1767,'_banner_font_color','field_54ce55f555a12'),(53971,1802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(53972,1802,'_edit_lock','1545240859:2'),(53973,1802,'_edit_last','2'),(53974,1802,'_wp_page_template','default'),(53975,1802,'slide_template',''),(54024,1802,'eg_sources_html5_mp4',''),(54025,1802,'eg_sources_html5_ogv',''),(54026,1802,'eg_sources_html5_webm',''),(54027,1802,'eg_sources_youtube',''),(54028,1802,'eg_sources_vimeo',''),(54029,1802,'eg_sources_wistia',''),(54030,1802,'eg_sources_image',''),(54031,1802,'eg_sources_iframe',''),(54032,1802,'eg_sources_soundcloud',''),(54033,1802,'eg_vimeo_ratio','0'),(54034,1802,'eg_youtube_ratio','0'),(54035,1802,'eg_wistia_ratio','0'),(54036,1802,'eg_html5_ratio','0'),(54037,1802,'eg_soundcloud_ratio','0'),(54038,1802,'eg_settings_custom_meta_skin',''),(54039,1802,'eg_settings_custom_meta_element',''),(54040,1802,'eg_settings_custom_meta_setting',''),(54041,1802,'eg_settings_custom_meta_style',''),(54042,1802,'eg_custom_meta_216','true'),(54043,1802,'eg-pricetable-price',''),(54044,1802,'eg-pricetable-line1',''),(54045,1802,'eg-pricetable-line2',''),(54046,1802,'eg-pricetable-line3',''),(54047,1802,'eg-pricetable-line4',''),(54048,1802,'eg-pricetable-buy-url',''),(54049,1802,'eg-demogrid-link',''),(54050,1802,'eg-clients-icon',''),(54051,1802,'eg-clients-icon-dark',''),(54052,1802,'_wpb_vc_js_status','true'),(54053,1802,'_wpb_shortcodes_custom_css','.vc_custom_1535040007439{margin-top: -250px !important;}.vc_custom_1535039896540{padding-top: 150px !important;padding-bottom: 600px !important;background-image: url(https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg?id=2956) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1515614923604{padding-right: 90px !important;padding-left: 90px !important;}.vc_custom_1515614816767{margin-bottom: 100px !important;padding-top: 90px !important;padding-bottom: 90px !important;}.vc_custom_1515615065759{margin-bottom: 60px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515614976443{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515614421386{padding-top: 90px !important;padding-right: 90px !important;padding-bottom: 90px !important;padding-left: 90px !important;}.vc_custom_1515614426353{padding-right: 90px !important;padding-bottom: 90px !important;padding-left: 90px !important;}.vc_custom_1491935648380{margin-top: 70px !important;}'),(54055,1802,'page_logo_select','light'),(54056,1802,'_page_logo_select','field_523384ce55a99'),(54057,1802,'hide_page_title','1'),(54058,1802,'_hide_page_title','field_523382c955a73'),(54059,1802,'classic_menu_over_content','1'),(54060,1802,'_classic_menu_over_content','field_523384ce55a85'),(54061,1802,'classic_menu_background',''),(54062,1802,'_classic_menu_background','field_523384ce55a84'),(54063,1802,'classic_menu_background_alpha','1'),(54064,1802,'_classic_menu_background_alpha','field_523384ce55a86'),(54065,1802,'hamburger_icon_color',''),(54066,1802,'_hamburger_icon_color','field_523384ce55a23'),(54067,1802,'background',''),(54068,1802,'_background','field_523382c955a74'),(54069,1802,'background_repeat','null'),(54070,1802,'_background_repeat','field_523382f555a75'),(54071,1802,'background_size','null'),(54072,1802,'_background_size','field_5233837455a76'),(54073,1802,'background_position','null'),(54074,1802,'_background_position','field_5233842d55a78'),(54075,1802,'content_background_color',''),(54076,1802,'_content_background_color','field_523384ce55a80'),(54077,1802,'content_background_transparency','1'),(54078,1802,'_content_background_transparency','field_523384ce55a81'),(54079,1802,'background_color',''),(54080,1802,'_background_color','field_523384ce55a79'),(54081,1802,'block_footer','null'),(54082,1802,'_block_footer','block_footer'),(54083,1802,'sidebar-position','disabled'),(54084,1802,'_sidebar-position','field_526d6ec715ee9'),(54085,1802,'banner_background_type','null'),(54086,1802,'_banner_background_type','field_54ce55f555a01'),(54087,1802,'banner_parallax','0'),(54088,1802,'_banner_parallax','field_54ce55f555a03'),(54089,1802,'banner_fullscreen','0'),(54090,1802,'_banner_fullscreen','field_54ce55f555a05'),(54091,1802,'banner_height','850'),(54092,1802,'_banner_height','field_54ce55f555a06'),(54093,1802,'banner_content_type','default-content'),(54094,1802,'_banner_content_type','field_54ce55f555a13'),(54095,1802,'banner_title',''),(54096,1802,'_banner_title','field_54ce55f555a07'),(54097,1802,'banner_subtitle',''),(54098,1802,'_banner_subtitle','field_54ce55f555a08'),(54099,1802,'banner_horizontal_content_alignment','centered'),(54100,1802,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(54101,1802,'banner_font_color',''),(54102,1802,'_banner_font_color','field_54ce55f555a12'),(54157,1802,'banner_image','2952'),(54158,1802,'_banner_image','field_54ce55f555a04'),(54159,1802,'banner_background_alignement','center'),(54160,1802,'_banner_background_alignement','field_54ce55f555a11'),(54216,1802,'classic_menu_main_item_color','#ffffff'),(54217,1802,'_classic_menu_main_item_color','field_523384ce55a87'),(54218,1802,'_wpb_post_custom_css','.whiteTxt h1, .whiteTxt h2, .whiteTxt p{\r\n    color:#ffffff;\r\n}\r\n.whiteTxt h1{\r\n    font-size:36px;\r\n    line-height:50px;\r\n    \r\n}\r\n.whiteTxt p{\r\n    font-size:22x;\r\n    line-height:36px;\r\n    \r\n}\r\n.about p {\r\n    margin-top:26px;\r\n}\r\n.about p a{\r\n    line-height:33px;\r\n    font-size:14px;\r\n    \r\n}\r\n@media only screen and (min-width: 1920px){\r\n    .page-banner-row{\r\n        max-width:1144px;\r\n    }\r\n    #wrapper .wpb_row .wpb_row {\r\n        max-width: 1144px!important;\r\n    }\r\n}\r\n@media only screen and (max-width: 768px){\r\n    .vc_row.wpb_row.vc_inner{\r\n        padding:15px!important;\r\n    }\r\n}'),(55691,1835,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(55692,1835,'_edit_lock','1545240031:2'),(55693,1835,'_edit_last','2'),(55694,1835,'_wp_page_template','default'),(55695,1835,'slide_template',''),(55748,1835,'eg_sources_html5_mp4',''),(55749,1835,'eg_sources_html5_ogv',''),(55750,1835,'eg_sources_html5_webm',''),(55751,1835,'eg_sources_youtube',''),(55752,1835,'eg_sources_vimeo',''),(55753,1835,'eg_sources_wistia',''),(55754,1835,'eg_sources_image',''),(55755,1835,'eg_sources_iframe',''),(55756,1835,'eg_sources_soundcloud',''),(55757,1835,'eg_vimeo_ratio','0'),(55758,1835,'eg_youtube_ratio','0'),(55759,1835,'eg_wistia_ratio','0'),(55760,1835,'eg_html5_ratio','0'),(55761,1835,'eg_soundcloud_ratio','0'),(55762,1835,'eg_settings_custom_meta_skin',''),(55763,1835,'eg_settings_custom_meta_element',''),(55764,1835,'eg_settings_custom_meta_setting',''),(55765,1835,'eg_settings_custom_meta_style',''),(55766,1835,'eg_custom_meta_216','true'),(55767,1835,'eg-pricetable-price',''),(55768,1835,'eg-pricetable-line1',''),(55769,1835,'eg-pricetable-line2',''),(55770,1835,'eg-pricetable-line3',''),(55771,1835,'eg-pricetable-line4',''),(55772,1835,'eg-pricetable-buy-url',''),(55773,1835,'eg-demogrid-link',''),(55774,1835,'eg-clients-icon',''),(55775,1835,'eg-clients-icon-dark',''),(55776,1835,'_wpb_vc_js_status','true'),(55778,1835,'page_logo_select','null'),(55779,1835,'_page_logo_select','field_523384ce55a99'),(55780,1835,'hide_page_title','1'),(55781,1835,'_hide_page_title','field_523382c955a73'),(55782,1835,'classic_menu_over_content','0'),(55783,1835,'_classic_menu_over_content','field_523384ce55a85'),(55784,1835,'classic_menu_background',''),(55785,1835,'_classic_menu_background','field_523384ce55a84'),(55786,1835,'classic_menu_background_alpha','1'),(55787,1835,'_classic_menu_background_alpha','field_523384ce55a86'),(55788,1835,'hamburger_icon_color',''),(55789,1835,'_hamburger_icon_color','field_523384ce55a23'),(55790,1835,'background',''),(55791,1835,'_background','field_523382c955a74'),(55792,1835,'background_repeat','no-repeat'),(55793,1835,'_background_repeat','field_523382f555a75'),(55794,1835,'background_size','cover'),(55795,1835,'_background_size','field_5233837455a76'),(55796,1835,'background_position','center center'),(55797,1835,'_background_position','field_5233842d55a78'),(55798,1835,'content_background_color',''),(55799,1835,'_content_background_color','field_523384ce55a80'),(55800,1835,'content_background_transparency','1'),(55801,1835,'_content_background_transparency','field_523384ce55a81'),(55802,1835,'background_color',''),(55803,1835,'_background_color','field_523384ce55a79'),(55804,1835,'block_footer','null'),(55805,1835,'_block_footer','block_footer'),(55806,1835,'sidebar-position','disabled'),(55807,1835,'_sidebar-position','field_526d6ec715ee9'),(55808,1835,'banner_background_type','null'),(55809,1835,'_banner_background_type','field_54ce55f555a01'),(55810,1835,'banner_parallax','0'),(55811,1835,'_banner_parallax','field_54ce55f555a03'),(55812,1835,'banner_image','1463'),(55813,1835,'_banner_image','field_54ce55f555a04'),(55814,1835,'banner_fullscreen','0'),(55815,1835,'_banner_fullscreen','field_54ce55f555a05'),(55816,1835,'banner_height','650'),(55817,1835,'_banner_height','field_54ce55f555a06'),(55818,1835,'banner_content_type','default-content'),(55819,1835,'_banner_content_type','field_54ce55f555a13'),(55820,1835,'banner_title',''),(55821,1835,'_banner_title','field_54ce55f555a07'),(55822,1835,'banner_subtitle',''),(55823,1835,'_banner_subtitle','field_54ce55f555a08'),(55824,1835,'banner_horizontal_content_alignment','centered'),(55825,1835,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(55826,1835,'banner_background_alignement','center'),(55827,1835,'_banner_background_alignement','field_54ce55f555a11'),(55828,1835,'banner_font_color',''),(55829,1835,'_banner_font_color','field_54ce55f555a12'),(55885,1835,'classic_menu_main_item_color',''),(55886,1835,'_classic_menu_main_item_color','field_523384ce55a87'),(55996,1835,'_wpb_shortcodes_custom_css','.vc_custom_1535040119067{margin-bottom: 70px !important;}.vc_custom_1515615311641{margin-bottom: -15px !important;}.vc_custom_1510088237352{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1509377755965{margin-top: 70px !important;}'),(56886,1861,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(56887,1861,'_edit_lock','1545240901:2'),(56888,1861,'_edit_last','2'),(56889,1861,'_wp_page_template','default'),(56890,1861,'slide_template',''),(56945,1861,'eg_sources_html5_mp4',''),(56946,1861,'eg_sources_html5_ogv',''),(56947,1861,'eg_sources_html5_webm',''),(56948,1861,'eg_sources_youtube',''),(56949,1861,'eg_sources_vimeo',''),(56950,1861,'eg_sources_wistia',''),(56951,1861,'eg_sources_image',''),(56952,1861,'eg_sources_iframe',''),(56953,1861,'eg_sources_soundcloud',''),(56954,1861,'eg_vimeo_ratio','0'),(56955,1861,'eg_youtube_ratio','0'),(56956,1861,'eg_wistia_ratio','0'),(56957,1861,'eg_html5_ratio','0'),(56958,1861,'eg_soundcloud_ratio','0'),(56959,1861,'eg_settings_custom_meta_skin',''),(56960,1861,'eg_settings_custom_meta_element',''),(56961,1861,'eg_settings_custom_meta_setting',''),(56962,1861,'eg_settings_custom_meta_style',''),(56963,1861,'eg_custom_meta_216','true'),(56964,1861,'eg-pricetable-price',''),(56965,1861,'eg-pricetable-line1',''),(56966,1861,'eg-pricetable-line2',''),(56967,1861,'eg-pricetable-line3',''),(56968,1861,'eg-pricetable-line4',''),(56969,1861,'eg-pricetable-buy-url',''),(56970,1861,'eg-demogrid-link',''),(56971,1861,'eg-clients-icon',''),(56972,1861,'eg-clients-icon-dark',''),(56973,1861,'_wpb_vc_js_status','true'),(56975,1861,'page_logo_select','null'),(56976,1861,'_page_logo_select','field_523384ce55a99'),(56977,1861,'hide_page_title','1'),(56978,1861,'_hide_page_title','field_523382c955a73'),(56979,1861,'classic_menu_over_content','1'),(56980,1861,'_classic_menu_over_content','field_523384ce55a85'),(56981,1861,'classic_menu_main_item_color',''),(56982,1861,'_classic_menu_main_item_color','field_523384ce55a87'),(56983,1861,'classic_menu_background',''),(56984,1861,'_classic_menu_background','field_523384ce55a84'),(56985,1861,'classic_menu_background_alpha','1'),(56986,1861,'_classic_menu_background_alpha','field_523384ce55a86'),(56987,1861,'hamburger_icon_color',''),(56988,1861,'_hamburger_icon_color','field_523384ce55a23'),(56989,1861,'background',''),(56990,1861,'_background','field_523382c955a74'),(56991,1861,'background_repeat','null'),(56992,1861,'_background_repeat','field_523382f555a75'),(56993,1861,'background_size','null'),(56994,1861,'_background_size','field_5233837455a76'),(56995,1861,'background_position','null'),(56996,1861,'_background_position','field_5233842d55a78'),(56997,1861,'content_background_color',''),(56998,1861,'_content_background_color','field_523384ce55a80'),(56999,1861,'content_background_transparency','1'),(57000,1861,'_content_background_transparency','field_523384ce55a81'),(57001,1861,'background_color',''),(57002,1861,'_background_color','field_523384ce55a79'),(57003,1861,'block_footer','null'),(57004,1861,'_block_footer','block_footer'),(57005,1861,'sidebar-position','disabled'),(57006,1861,'_sidebar-position','field_526d6ec715ee9'),(57007,1861,'banner_background_type','null'),(57008,1861,'_banner_background_type','field_54ce55f555a01'),(57009,1861,'banner_parallax','1'),(57010,1861,'_banner_parallax','field_54ce55f555a03'),(57011,1861,'banner_image','2482'),(57012,1861,'_banner_image','field_54ce55f555a04'),(57013,1861,'banner_fullscreen','0'),(57014,1861,'_banner_fullscreen','field_54ce55f555a05'),(57015,1861,'banner_height',''),(57016,1861,'_banner_height','field_54ce55f555a06'),(57017,1861,'banner_content_type','default-content'),(57018,1861,'_banner_content_type','field_54ce55f555a13'),(57019,1861,'banner_title',''),(57020,1861,'_banner_title','field_54ce55f555a07'),(57021,1861,'banner_subtitle',''),(57022,1861,'_banner_subtitle','field_54ce55f555a08'),(57023,1861,'banner_horizontal_content_alignment','centered'),(57024,1861,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(57025,1861,'banner_background_alignement','center'),(57026,1861,'_banner_background_alignement','field_54ce55f555a11'),(57027,1861,'banner_font_color',''),(57028,1861,'_banner_font_color','field_54ce55f555a12'),(57248,1861,'_wpb_shortcodes_custom_css','.vc_custom_1515615467839{margin-top: -150px !important;background-color: #000000 !important;}.vc_custom_1515615462066{padding-top: 90px !important;padding-right: 90px !important;padding-left: 90px !important;}.vc_custom_1515615452235{padding-right: 90px !important;padding-bottom: 90px !important;padding-left: 90px !important;}.vc_custom_1515615457075{padding-right: 90px !important;padding-bottom: 90px !important;padding-left: 90px !important;}.vc_custom_1509378682054{border-bottom-width: 2px !important;padding-bottom: 20px !important;border-bottom-color: #ffffff !important;border-bottom-style: solid !important;}.vc_custom_1509378975531{border-bottom-width: 2px !important;padding-bottom: 20px !important;border-bottom-color: #ffffff !important;border-bottom-style: solid !important;}'),(58527,1892,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(58528,1892,'_edit_lock','1545240941:2'),(58529,1892,'_edit_last','2'),(58530,1892,'_wp_page_template','default'),(58531,1892,'slide_template',''),(58580,1892,'eg_sources_html5_mp4',''),(58581,1892,'eg_sources_html5_ogv',''),(58582,1892,'eg_sources_html5_webm',''),(58583,1892,'eg_sources_youtube',''),(58584,1892,'eg_sources_vimeo',''),(58585,1892,'eg_sources_wistia',''),(58586,1892,'eg_sources_image',''),(58587,1892,'eg_sources_iframe',''),(58588,1892,'eg_sources_soundcloud',''),(58589,1892,'eg_vimeo_ratio','0'),(58590,1892,'eg_youtube_ratio','0'),(58591,1892,'eg_wistia_ratio','0'),(58592,1892,'eg_html5_ratio','0'),(58593,1892,'eg_soundcloud_ratio','0'),(58594,1892,'eg_settings_custom_meta_skin',''),(58595,1892,'eg_settings_custom_meta_element',''),(58596,1892,'eg_settings_custom_meta_setting',''),(58597,1892,'eg_settings_custom_meta_style',''),(58598,1892,'eg_custom_meta_216','true'),(58599,1892,'eg-pricetable-price',''),(58600,1892,'eg-pricetable-line1',''),(58601,1892,'eg-pricetable-line2',''),(58602,1892,'eg-pricetable-line3',''),(58603,1892,'eg-pricetable-line4',''),(58604,1892,'eg-pricetable-buy-url',''),(58605,1892,'eg-demogrid-link',''),(58606,1892,'eg-clients-icon',''),(58607,1892,'eg-clients-icon-dark',''),(58608,1892,'_wpb_vc_js_status','true'),(58609,1892,'_wpb_shortcodes_custom_css','.vc_custom_1509379926995{padding-right: 90px !important;padding-left: 90px !important;}.vc_custom_1509379676433{padding-right: 90px !important;padding-left: 90px !important;}.vc_custom_1509379766788{margin-bottom: 40px !important;}.vc_custom_1509379612620{margin-bottom: 70px !important;}.vc_custom_1492024197123{margin-bottom: 70px !important;}.vc_custom_1509379723898{margin-bottom: 70px !important;}'),(58611,1892,'page_logo_select','null'),(58612,1892,'_page_logo_select','field_523384ce55a99'),(58613,1892,'hide_page_title','1'),(58614,1892,'_hide_page_title','field_523382c955a73'),(58615,1892,'classic_menu_over_content','0'),(58616,1892,'_classic_menu_over_content','field_523384ce55a85'),(58617,1892,'classic_menu_background',''),(58618,1892,'_classic_menu_background','field_523384ce55a84'),(58619,1892,'classic_menu_background_alpha','1'),(58620,1892,'_classic_menu_background_alpha','field_523384ce55a86'),(58621,1892,'hamburger_icon_color',''),(58622,1892,'_hamburger_icon_color','field_523384ce55a23'),(58623,1892,'background',''),(58624,1892,'_background','field_523382c955a74'),(58625,1892,'background_repeat','no-repeat'),(58626,1892,'_background_repeat','field_523382f555a75'),(58627,1892,'background_size','cover'),(58628,1892,'_background_size','field_5233837455a76'),(58629,1892,'background_position','center bottom'),(58630,1892,'_background_position','field_5233842d55a78'),(58631,1892,'content_background_color',''),(58632,1892,'_content_background_color','field_523384ce55a80'),(58633,1892,'content_background_transparency','1'),(58634,1892,'_content_background_transparency','field_523384ce55a81'),(58635,1892,'background_color',''),(58636,1892,'_background_color','field_523384ce55a79'),(58637,1892,'block_footer','null'),(58638,1892,'_block_footer','block_footer'),(58639,1892,'sidebar-position','disabled'),(58640,1892,'_sidebar-position','field_526d6ec715ee9'),(58641,1892,'banner_background_type','null'),(58642,1892,'_banner_background_type','field_54ce55f555a01'),(58643,1892,'banner_parallax','0'),(58644,1892,'_banner_parallax','field_54ce55f555a03'),(58645,1892,'banner_fullscreen','0'),(58646,1892,'_banner_fullscreen','field_54ce55f555a05'),(58647,1892,'banner_height','0'),(58648,1892,'_banner_height','field_54ce55f555a06'),(58649,1892,'banner_content_type','default-content'),(58650,1892,'_banner_content_type','field_54ce55f555a13'),(58651,1892,'banner_title',''),(58652,1892,'_banner_title','field_54ce55f555a07'),(58653,1892,'banner_subtitle',''),(58654,1892,'_banner_subtitle','field_54ce55f555a08'),(58655,1892,'banner_horizontal_content_alignment','centered'),(58656,1892,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(58657,1892,'banner_font_color',''),(58658,1892,'_banner_font_color','field_54ce55f555a12'),(58710,1892,'classic_menu_main_item_color',''),(58711,1892,'_classic_menu_main_item_color','field_523384ce55a87'),(59070,1892,'_wpb_post_custom_css','@media only screen and (max-width: 768px){\r\n    .vc_row.wpb_row.vc_inner{\r\n        padding:15px!important;\r\n    }\r\n}\r\n#footer .footer-withimage {\r\n    background-image: none!important;\r\n}'),(59490,1861,'_wpb_post_custom_css','@media only screen and (max-width: 768px){\r\n    .vc_row.wpb_row.vc_inner{\r\n        padding:15px!important;\r\n    }\r\n}\r\n'),(59544,40,'eg_custom_meta_216','true'),(59545,40,'eg-pricetable-price',''),(59546,40,'eg-pricetable-line1',''),(59547,40,'eg-pricetable-line2',''),(59548,40,'eg-pricetable-line3',''),(59549,40,'eg-pricetable-line4',''),(59550,40,'eg-pricetable-buy-url',''),(59551,40,'eg-demogrid-link',''),(59552,40,'eg-clients-icon',''),(59553,40,'eg-clients-icon-dark',''),(59555,40,'page_logo_select','light'),(59556,40,'_page_logo_select','field_523384ce55a99'),(59557,40,'block_footer','null'),(59558,40,'_block_footer','block_footer'),(59559,40,'banner_background_type','image-background'),(59560,40,'_banner_background_type','field_54ce55f555a01'),(59561,40,'banner_parallax','1'),(59562,40,'_banner_parallax','field_54ce55f555a03'),(59563,40,'banner_image','3527'),(59564,40,'_banner_image','field_54ce55f555a04'),(59565,40,'banner_fullscreen','1'),(59566,40,'_banner_fullscreen','field_54ce55f555a05'),(59567,40,'banner_content_type','default-content'),(59568,40,'_banner_content_type','field_54ce55f555a13'),(59569,40,'banner_title','Presskit'),(59570,40,'_banner_title','field_54ce55f555a07'),(59571,40,'banner_subtitle','Hello promoter! I am DJ Sonaar'),(59572,40,'_banner_subtitle','field_54ce55f555a08'),(59573,40,'banner_horizontal_content_alignment','centered'),(59574,40,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(59575,40,'banner_background_alignement','center'),(59576,40,'_banner_background_alignement','field_54ce55f555a11'),(59577,40,'banner_font_color','#ffffff'),(59578,40,'_banner_font_color','field_54ce55f555a12'),(60745,1938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(60746,1938,'_edit_lock','1577683304:1'),(60747,1938,'_edit_last','1'),(60748,1938,'_wp_page_template','default'),(60749,1938,'slide_template',''),(60798,1938,'eg_sources_html5_mp4',''),(60799,1938,'eg_sources_html5_ogv',''),(60800,1938,'eg_sources_html5_webm',''),(60801,1938,'eg_sources_youtube',''),(60802,1938,'eg_sources_vimeo',''),(60803,1938,'eg_sources_wistia',''),(60804,1938,'eg_sources_image',''),(60805,1938,'eg_sources_iframe',''),(60806,1938,'eg_sources_soundcloud',''),(60807,1938,'eg_vimeo_ratio','0'),(60808,1938,'eg_youtube_ratio','0'),(60809,1938,'eg_wistia_ratio','0'),(60810,1938,'eg_html5_ratio','0'),(60811,1938,'eg_soundcloud_ratio','0'),(60812,1938,'eg_settings_custom_meta_skin',''),(60813,1938,'eg_settings_custom_meta_element',''),(60814,1938,'eg_settings_custom_meta_setting',''),(60815,1938,'eg_settings_custom_meta_style',''),(60816,1938,'eg_custom_meta_216','true'),(60817,1938,'eg-pricetable-price',''),(60818,1938,'eg-pricetable-line1',''),(60819,1938,'eg-pricetable-line2',''),(60820,1938,'eg-pricetable-line3',''),(60821,1938,'eg-pricetable-line4',''),(60822,1938,'eg-pricetable-buy-url',''),(60823,1938,'eg-demogrid-link',''),(60824,1938,'eg-clients-icon',''),(60825,1938,'eg-clients-icon-dark',''),(60826,1938,'_wpb_vc_js_status','true'),(60828,1938,'page_logo_select','light'),(60829,1938,'_page_logo_select','field_523384ce55a99'),(60830,1938,'hide_page_title','1'),(60831,1938,'_hide_page_title','field_523382c955a73'),(60832,1938,'classic_menu_over_content','1'),(60833,1938,'_classic_menu_over_content','field_523384ce55a85'),(60834,1938,'classic_menu_background',''),(60835,1938,'_classic_menu_background','field_523384ce55a84'),(60836,1938,'classic_menu_background_alpha','1'),(60837,1938,'_classic_menu_background_alpha','field_523384ce55a86'),(60838,1938,'hamburger_icon_color',''),(60839,1938,'_hamburger_icon_color','field_523384ce55a23'),(60840,1938,'background',''),(60841,1938,'_background','field_523382c955a74'),(60842,1938,'background_repeat','no-repeat'),(60843,1938,'_background_repeat','field_523382f555a75'),(60844,1938,'background_size','cover'),(60845,1938,'_background_size','field_5233837455a76'),(60846,1938,'background_position','center bottom'),(60847,1938,'_background_position','field_5233842d55a78'),(60848,1938,'content_background_color',''),(60849,1938,'_content_background_color','field_523384ce55a80'),(60850,1938,'content_background_transparency','1'),(60851,1938,'_content_background_transparency','field_523384ce55a81'),(60852,1938,'background_color',''),(60853,1938,'_background_color','field_523384ce55a79'),(60854,1938,'block_footer','1940'),(60855,1938,'_block_footer','block_footer'),(60856,1938,'sidebar-position','disabled'),(60857,1938,'_sidebar-position','field_526d6ec715ee9'),(60858,1938,'banner_background_type','null'),(60859,1938,'_banner_background_type','field_54ce55f555a01'),(60860,1938,'banner_parallax','0'),(60861,1938,'_banner_parallax','field_54ce55f555a03'),(60862,1938,'banner_fullscreen','0'),(60863,1938,'_banner_fullscreen','field_54ce55f555a05'),(60864,1938,'banner_height','0'),(60865,1938,'_banner_height','field_54ce55f555a06'),(60866,1938,'banner_content_type','default-content'),(60867,1938,'_banner_content_type','field_54ce55f555a13'),(60868,1938,'banner_title',''),(60869,1938,'_banner_title','field_54ce55f555a07'),(60870,1938,'banner_subtitle',''),(60871,1938,'_banner_subtitle','field_54ce55f555a08'),(60872,1938,'banner_horizontal_content_alignment','centered'),(60873,1938,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(60874,1938,'banner_font_color',''),(60875,1938,'_banner_font_color','field_54ce55f555a12'),(60876,1940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(60877,1940,'_edit_lock','1509385910:2'),(60878,1940,'_edit_last','2'),(60879,1940,'_wp_old_slug','2'),(60880,1940,'slide_template','default'),(60881,1940,'eg_sources_html5_mp4',''),(60882,1940,'eg_sources_html5_ogv',''),(60883,1940,'eg_sources_html5_webm',''),(60884,1940,'eg_sources_youtube',''),(60885,1940,'eg_sources_vimeo',''),(60886,1940,'eg_sources_wistia',''),(60887,1940,'eg_sources_image',''),(60888,1940,'eg_sources_iframe',''),(60889,1940,'eg_sources_soundcloud',''),(60890,1940,'eg_vimeo_ratio','0'),(60891,1940,'eg_youtube_ratio','0'),(60892,1940,'eg_wistia_ratio','0'),(60893,1940,'eg_html5_ratio','0'),(60894,1940,'eg_soundcloud_ratio','0'),(60895,1940,'eg_settings_custom_meta_skin',''),(60896,1940,'eg_settings_custom_meta_element',''),(60897,1940,'eg_settings_custom_meta_setting',''),(60898,1940,'eg_settings_custom_meta_style',''),(60899,1940,'eg_custom_meta_216','true'),(60900,1940,'eg-pricetable-price',''),(60901,1940,'eg-pricetable-line1',''),(60902,1940,'eg-pricetable-line2',''),(60903,1940,'eg-pricetable-line3',''),(60904,1940,'eg-pricetable-line4',''),(60905,1940,'eg-pricetable-buy-url',''),(60906,1940,'eg-demogrid-link',''),(60907,1940,'eg-clients-icon',''),(60908,1940,'eg-clients-icon-dark',''),(60909,1940,'_wpb_vc_js_status','true'),(61012,1938,'classic_menu_main_item_color',''),(61013,1938,'_classic_menu_main_item_color','field_523384ce55a87'),(61307,1938,'_wpb_shortcodes_custom_css','.vc_custom_1515615673397{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1515615709977{margin-bottom: 100px !important;}'),(62387,1972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(62388,1972,'_menu_item_type','post_type'),(62389,1972,'_menu_item_menu_item_parent','0'),(62390,1972,'_menu_item_object_id','1938'),(62391,1972,'_menu_item_object','page'),(62392,1972,'_menu_item_target',''),(62393,1972,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(62394,1972,'_menu_item_xfn',''),(62395,1972,'_menu_item_url',''),(62397,1972,'_wp_old_slug','-2'),(63043,1986,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(63044,1986,'_wc_review_count','2'),(63045,1986,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:1;}'),(63046,1986,'_wc_average_rating','4.50'),(63047,1986,'_edit_lock','1545171054:2'),(63048,1986,'_edit_last','2'),(63050,1986,'_wp_old_slug','2'),(63051,1986,'_sku',''),(63052,1986,'_regular_price','9.99'),(63053,1986,'_sale_price',''),(63054,1986,'_sale_price_dates_from',''),(63055,1986,'_sale_price_dates_to',''),(63056,1986,'total_sales','0'),(63057,1986,'_tax_status','taxable'),(63058,1986,'_tax_class',''),(63059,1986,'_manage_stock','no'),(63060,1986,'_backorders','no'),(63061,1986,'_sold_individually','no'),(63062,1986,'_weight',''),(63063,1986,'_length',''),(63064,1986,'_width',''),(63065,1986,'_height',''),(63066,1986,'_upsell_ids','a:0:{}'),(63067,1986,'_crosssell_ids','a:0:{}'),(63068,1986,'_purchase_note',''),(63069,1986,'_default_attributes','a:0:{}'),(63070,1986,'_virtual','no'),(63071,1986,'_downloadable','yes'),(63072,1986,'_product_image_gallery',''),(63073,1986,'_download_limit','-1'),(63074,1986,'_download_expiry','-1'),(63075,1986,'_stock',''),(63076,1986,'_stock_status','instock'),(63077,1986,'_downloadable_files','a:3:{s:32:\"dff53df8242fcb2ca36b1540219b8ed7\";a:3:{s:2:\"id\";s:32:\"dff53df8242fcb2ca36b1540219b8ed7\";s:4:\"name\";s:7:\"Track 1\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/01.mp3\";}s:32:\"0a3e9782392cd3334db9da8dcbc95f37\";a:3:{s:2:\"id\";s:32:\"0a3e9782392cd3334db9da8dcbc95f37\";s:4:\"name\";s:7:\"Track 2\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/02.mp3\";}s:32:\"58f7765aabc6b6768d3870862bd9170d\";a:3:{s:2:\"id\";s:32:\"58f7765aabc6b6768d3870862bd9170d\";s:4:\"name\";s:7:\"Track 3\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/03.mp3\";}}'),(63078,1986,'_product_version','3.5.1'),(63079,1986,'_price','9.99'),(63080,1986,'slide_template',''),(63081,1986,'eg_sources_html5_mp4',''),(63082,1986,'eg_sources_html5_ogv',''),(63083,1986,'eg_sources_html5_webm',''),(63084,1986,'eg_sources_youtube',''),(63085,1986,'eg_sources_vimeo',''),(63086,1986,'eg_sources_wistia',''),(63087,1986,'eg_sources_image',''),(63088,1986,'eg_sources_iframe',''),(63089,1986,'eg_sources_soundcloud',''),(63090,1986,'eg_vimeo_ratio','0'),(63091,1986,'eg_youtube_ratio','0'),(63092,1986,'eg_wistia_ratio','0'),(63093,1986,'eg_html5_ratio','0'),(63094,1986,'eg_soundcloud_ratio','0'),(63095,1986,'eg_settings_custom_meta_skin',''),(63096,1986,'eg_settings_custom_meta_element',''),(63097,1986,'eg_settings_custom_meta_setting',''),(63098,1986,'eg_settings_custom_meta_style',''),(63099,1986,'eg_custom_meta_216','true'),(63100,1986,'eg-pricetable-price',''),(63101,1986,'eg-pricetable-line1',''),(63102,1986,'eg-pricetable-line2',''),(63103,1986,'eg-pricetable-line3',''),(63104,1986,'eg-pricetable-line4',''),(63105,1986,'eg-pricetable-buy-url',''),(63106,1986,'eg-demogrid-link',''),(63107,1986,'eg-clients-icon',''),(63108,1986,'eg-clients-icon-dark',''),(63109,1986,'_wpb_vc_js_status','false'),(63110,1986,'_wp_old_slug','dust-2-play'),(64859,1181,'eg-pricetable-price',''),(64860,1181,'eg-pricetable-line1',''),(64861,1181,'eg-pricetable-line2',''),(64862,1181,'eg-pricetable-line3',''),(64863,1181,'eg-pricetable-line4',''),(64864,1181,'eg-pricetable-buy-url',''),(64865,1181,'eg-demogrid-link',''),(64866,1181,'eg-clients-icon',''),(64867,1181,'eg-clients-icon-dark',''),(67188,36,'eg_custom_meta_216','true'),(67189,36,'eg-pricetable-price',''),(67190,36,'eg-pricetable-line1',''),(67191,36,'eg-pricetable-line2',''),(67192,36,'eg-pricetable-line3',''),(67193,36,'eg-pricetable-line4',''),(67194,36,'eg-pricetable-buy-url',''),(67195,36,'eg-demogrid-link',''),(67196,36,'eg-clients-icon',''),(67197,36,'eg-clients-icon-dark',''),(67199,36,'page_logo_select','null'),(67200,36,'_page_logo_select','field_523384ce55a99'),(67201,36,'block_footer','null'),(67202,36,'_block_footer','block_footer'),(67203,36,'banner_background_type','null'),(67204,36,'_banner_background_type','field_54ce55f555a01'),(67205,36,'banner_parallax','0'),(67206,36,'_banner_parallax','field_54ce55f555a03'),(67207,36,'banner_fullscreen','0'),(67208,36,'_banner_fullscreen','field_54ce55f555a05'),(67209,36,'banner_height','0'),(67210,36,'_banner_height','field_54ce55f555a06'),(67211,36,'banner_content_type','default-content'),(67212,36,'_banner_content_type','field_54ce55f555a13'),(67213,36,'banner_title',''),(67214,36,'_banner_title','field_54ce55f555a07'),(67215,36,'banner_subtitle',''),(67216,36,'_banner_subtitle','field_54ce55f555a08'),(67217,36,'banner_horizontal_content_alignment','centered'),(67218,36,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(67219,36,'banner_font_color',''),(67220,36,'_banner_font_color','field_54ce55f555a12'),(67777,1539,'eg-pricetable-price',''),(67778,1539,'eg-pricetable-line1',''),(67779,1539,'eg-pricetable-line2',''),(67780,1539,'eg-pricetable-line3',''),(67781,1539,'eg-pricetable-line4',''),(67782,1539,'eg-pricetable-buy-url',''),(67783,1539,'eg-demogrid-link',''),(67784,1539,'eg-clients-icon',''),(67785,1539,'eg-clients-icon-dark',''),(67835,1516,'eg-pricetable-price',''),(67836,1516,'eg-pricetable-line1',''),(67837,1516,'eg-pricetable-line2',''),(67838,1516,'eg-pricetable-line3',''),(67839,1516,'eg-pricetable-line4',''),(67840,1516,'eg-pricetable-buy-url',''),(67841,1516,'eg-demogrid-link',''),(67842,1516,'eg-clients-icon',''),(67843,1516,'eg-clients-icon-dark',''),(68089,1233,'eg-pricetable-price',''),(68090,1233,'eg-pricetable-line1',''),(68091,1233,'eg-pricetable-line2',''),(68092,1233,'eg-pricetable-line3',''),(68093,1233,'eg-pricetable-line4',''),(68094,1233,'eg-pricetable-buy-url',''),(68095,1233,'eg-demogrid-link',''),(68096,1233,'eg-clients-icon',''),(68097,1233,'eg-clients-icon-dark',''),(68147,1229,'eg-pricetable-price',''),(68148,1229,'eg-pricetable-line1',''),(68149,1229,'eg-pricetable-line2',''),(68150,1229,'eg-pricetable-line3',''),(68151,1229,'eg-pricetable-line4',''),(68152,1229,'eg-pricetable-buy-url',''),(68153,1229,'eg-demogrid-link',''),(68154,1229,'eg-clients-icon',''),(68155,1229,'eg-clients-icon-dark',''),(68205,827,'eg-pricetable-price',''),(68206,827,'eg-pricetable-line1',''),(68207,827,'eg-pricetable-line2',''),(68208,827,'eg-pricetable-line3',''),(68209,827,'eg-pricetable-line4',''),(68210,827,'eg-pricetable-buy-url',''),(68211,827,'eg-demogrid-link',''),(68212,827,'eg-clients-icon',''),(68213,827,'eg-clients-icon-dark',''),(68410,27,'eg-pricetable-price',''),(68411,27,'eg-pricetable-line1',''),(68412,27,'eg-pricetable-line2',''),(68413,27,'eg-pricetable-line3',''),(68414,27,'eg-pricetable-line4',''),(68415,27,'eg-pricetable-buy-url',''),(68416,27,'eg-demogrid-link',''),(68417,27,'eg-clients-icon',''),(68418,27,'eg-clients-icon-dark',''),(68468,902,'eg-pricetable-price',''),(68469,902,'eg-pricetable-line1',''),(68470,902,'eg-pricetable-line2',''),(68471,902,'eg-pricetable-line3',''),(68472,902,'eg-pricetable-line4',''),(68473,902,'eg-pricetable-buy-url',''),(68474,902,'eg-demogrid-link',''),(68475,902,'eg-clients-icon',''),(68476,902,'eg-clients-icon-dark',''),(68871,38,'eg_custom_meta_216','true'),(68872,38,'eg-pricetable-price',''),(68873,38,'eg-pricetable-line1',''),(68874,38,'eg-pricetable-line2',''),(68875,38,'eg-pricetable-line3',''),(68876,38,'eg-pricetable-line4',''),(68877,38,'eg-pricetable-buy-url',''),(68878,38,'eg-demogrid-link',''),(68879,38,'eg-clients-icon',''),(68880,38,'eg-clients-icon-dark',''),(68882,38,'page_logo_select','null'),(68883,38,'_page_logo_select','field_523384ce55a99'),(68884,38,'block_footer','null'),(68885,38,'_block_footer','block_footer'),(68886,38,'banner_background_type','null'),(68887,38,'_banner_background_type','field_54ce55f555a01'),(68888,38,'banner_parallax','0'),(68889,38,'_banner_parallax','field_54ce55f555a03'),(68890,38,'banner_fullscreen','0'),(68891,38,'_banner_fullscreen','field_54ce55f555a05'),(68892,38,'banner_height','0'),(68893,38,'_banner_height','field_54ce55f555a06'),(68894,38,'banner_content_type','default-content'),(68895,38,'_banner_content_type','field_54ce55f555a13'),(68896,38,'banner_title',''),(68897,38,'_banner_title','field_54ce55f555a07'),(68898,38,'banner_subtitle',''),(68899,38,'_banner_subtitle','field_54ce55f555a08'),(68900,38,'banner_horizontal_content_alignment','centered'),(68901,38,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(68902,38,'banner_font_color',''),(68903,38,'_banner_font_color','field_54ce55f555a12'),(69436,1835,'_wpb_post_custom_css','@media (max-width: 1159px){\r\n.page {\r\n    padding-top: 50px;\r\n}\r\n}'),(76864,831,'eg_custom_meta_216','true'),(76865,831,'eg-pricetable-price',''),(76866,831,'eg-pricetable-line1',''),(76867,831,'eg-pricetable-line2',''),(76868,831,'eg-pricetable-line3',''),(76869,831,'eg-pricetable-line4',''),(76870,831,'eg-pricetable-buy-url',''),(76871,831,'eg-demogrid-link',''),(76872,831,'eg-clients-icon',''),(76873,831,'eg-clients-icon-dark',''),(76875,831,'page_logo_select','null'),(76876,831,'_page_logo_select','field_523384ce55a99'),(76877,831,'block_footer','null'),(76878,831,'_block_footer','block_footer'),(76879,831,'banner_background_type','null'),(76880,831,'_banner_background_type','field_54ce55f555a01'),(76881,831,'banner_parallax','0'),(76882,831,'_banner_parallax','field_54ce55f555a03'),(76883,831,'banner_fullscreen','0'),(76884,831,'_banner_fullscreen','field_54ce55f555a05'),(76885,831,'banner_height','0'),(76886,831,'_banner_height','field_54ce55f555a06'),(76887,831,'banner_content_type','default-content'),(76888,831,'_banner_content_type','field_54ce55f555a13'),(76889,831,'banner_title',''),(76890,831,'_banner_title','field_54ce55f555a07'),(76891,831,'banner_subtitle',''),(76892,831,'_banner_subtitle','field_54ce55f555a08'),(76893,831,'banner_horizontal_content_alignment','centered'),(76894,831,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(76895,831,'banner_font_color',''),(76896,831,'_banner_font_color','field_54ce55f555a12'),(77125,1181,'artist_download_0_artist_download_label',''),(77126,1181,'_artist_download_0_artist_download_label','artist_download_label'),(77127,1181,'artist_download_0_artist_download_link',''),(77128,1181,'_artist_download_0_artist_download_link','artist_download_link'),(78549,2123,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(78550,2123,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(78551,2123,'_wc_review_count','2'),(78552,2123,'_wc_rating_count','a:0:{}'),(78553,2123,'_wc_average_rating','0'),(78555,2123,'_wp_old_slug','2'),(78556,2123,'_wp_old_slug','dust-2-play'),(78557,2123,'_sku',''),(78558,2123,'_regular_price','9.99'),(78559,2123,'_sale_price',''),(78560,2123,'_sale_price_dates_from',''),(78561,2123,'_sale_price_dates_to',''),(78562,2123,'total_sales','0'),(78563,2123,'_tax_status','taxable'),(78564,2123,'_tax_class',''),(78565,2123,'_manage_stock','no'),(78566,2123,'_backorders','no'),(78567,2123,'_sold_individually','no'),(78568,2123,'_weight',''),(78569,2123,'_length',''),(78570,2123,'_width',''),(78571,2123,'_height',''),(78572,2123,'_upsell_ids','a:0:{}'),(78573,2123,'_crosssell_ids','a:0:{}'),(78574,2123,'_purchase_note',''),(78575,2123,'_default_attributes','a:0:{}'),(78576,2123,'_virtual','no'),(78577,2123,'_downloadable','yes'),(78578,2123,'_product_image_gallery',''),(78579,2123,'_download_limit','-1'),(78580,2123,'_download_expiry','-1'),(78581,2123,'_stock',''),(78582,2123,'_stock_status','instock'),(78583,2123,'_downloadable_files','a:3:{s:32:\"dff53df8242fcb2ca36b1540219b8ed7\";a:3:{s:2:\"id\";s:32:\"dff53df8242fcb2ca36b1540219b8ed7\";s:4:\"name\";s:7:\"Track 1\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/01.mp3\";}s:32:\"0a3e9782392cd3334db9da8dcbc95f37\";a:3:{s:2:\"id\";s:32:\"0a3e9782392cd3334db9da8dcbc95f37\";s:4:\"name\";s:7:\"Track 2\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/02.mp3\";}s:32:\"58f7765aabc6b6768d3870862bd9170d\";a:3:{s:2:\"id\";s:32:\"58f7765aabc6b6768d3870862bd9170d\";s:4:\"name\";s:7:\"Track 3\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/03.mp3\";}}'),(78584,2123,'_product_version','3.5.1'),(78585,2123,'_price','9.99'),(78586,2123,'slide_template',''),(78587,2123,'eg_sources_html5_mp4',''),(78588,2123,'eg_sources_html5_ogv',''),(78589,2123,'eg_sources_html5_webm',''),(78590,2123,'eg_sources_youtube',''),(78591,2123,'eg_sources_vimeo',''),(78592,2123,'eg_sources_wistia',''),(78593,2123,'eg_sources_image',''),(78594,2123,'eg_sources_iframe',''),(78595,2123,'eg_sources_soundcloud',''),(78596,2123,'eg_vimeo_ratio','0'),(78597,2123,'eg_youtube_ratio','0'),(78598,2123,'eg_wistia_ratio','0'),(78599,2123,'eg_html5_ratio','0'),(78600,2123,'eg_soundcloud_ratio','0'),(78601,2123,'eg_settings_custom_meta_skin',''),(78602,2123,'eg_settings_custom_meta_element',''),(78603,2123,'eg_settings_custom_meta_setting',''),(78604,2123,'eg_settings_custom_meta_style',''),(78605,2123,'eg_custom_meta_216','true'),(78606,2123,'eg-pricetable-price',''),(78607,2123,'eg-pricetable-line1',''),(78608,2123,'eg-pricetable-line2',''),(78609,2123,'eg-pricetable-line3',''),(78610,2123,'eg-pricetable-line4',''),(78611,2123,'eg-pricetable-buy-url',''),(78612,2123,'eg-demogrid-link',''),(78613,2123,'eg-clients-icon',''),(78614,2123,'eg-clients-icon-dark',''),(78615,2123,'_wpb_vc_js_status','false'),(78616,2123,'_dp_original','1986'),(78617,2123,'_edit_lock','1545170422:2'),(78618,2123,'_edit_last','2'),(78619,2123,'_wp_old_slug','copy-of-horizon'),(78620,2124,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(78621,2124,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(78622,2124,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(78623,2124,'_wc_review_count','2'),(78624,2124,'_wc_rating_count','a:0:{}'),(78625,2124,'_wc_average_rating','0'),(78627,2124,'_wp_old_slug','2'),(78628,2124,'_wp_old_slug','dust-2-play'),(78629,2124,'_wp_old_slug','copy-of-horizon'),(78630,2124,'_sku',''),(78631,2124,'_regular_price','9.99'),(78632,2124,'_sale_price',''),(78633,2124,'_sale_price_dates_from',''),(78634,2124,'_sale_price_dates_to',''),(78635,2124,'total_sales','0'),(78636,2124,'_tax_status','taxable'),(78637,2124,'_tax_class',''),(78638,2124,'_manage_stock','no'),(78639,2124,'_backorders','no'),(78640,2124,'_sold_individually','no'),(78641,2124,'_weight',''),(78642,2124,'_length',''),(78643,2124,'_width',''),(78644,2124,'_height',''),(78645,2124,'_upsell_ids','a:0:{}'),(78646,2124,'_crosssell_ids','a:0:{}'),(78647,2124,'_purchase_note',''),(78648,2124,'_default_attributes','a:0:{}'),(78649,2124,'_virtual','no'),(78650,2124,'_downloadable','yes'),(78651,2124,'_product_image_gallery',''),(78652,2124,'_download_limit','-1'),(78653,2124,'_download_expiry','-1'),(78654,2124,'_stock',''),(78655,2124,'_stock_status','instock'),(78656,2124,'_downloadable_files','a:3:{s:32:\"dff53df8242fcb2ca36b1540219b8ed7\";a:3:{s:2:\"id\";s:32:\"dff53df8242fcb2ca36b1540219b8ed7\";s:4:\"name\";s:7:\"Track 1\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/01.mp3\";}s:32:\"0a3e9782392cd3334db9da8dcbc95f37\";a:3:{s:2:\"id\";s:32:\"0a3e9782392cd3334db9da8dcbc95f37\";s:4:\"name\";s:7:\"Track 2\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/02.mp3\";}s:32:\"58f7765aabc6b6768d3870862bd9170d\";a:3:{s:2:\"id\";s:32:\"58f7765aabc6b6768d3870862bd9170d\";s:4:\"name\";s:7:\"Track 3\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/03.mp3\";}}'),(78657,2124,'_product_version','3.5.1'),(78658,2124,'_price','9.99'),(78659,2124,'slide_template',''),(78660,2124,'eg_sources_html5_mp4',''),(78661,2124,'eg_sources_html5_ogv',''),(78662,2124,'eg_sources_html5_webm',''),(78663,2124,'eg_sources_youtube',''),(78664,2124,'eg_sources_vimeo',''),(78665,2124,'eg_sources_wistia',''),(78666,2124,'eg_sources_image',''),(78667,2124,'eg_sources_iframe',''),(78668,2124,'eg_sources_soundcloud',''),(78669,2124,'eg_vimeo_ratio','0'),(78670,2124,'eg_youtube_ratio','0'),(78671,2124,'eg_wistia_ratio','0'),(78672,2124,'eg_html5_ratio','0'),(78673,2124,'eg_soundcloud_ratio','0'),(78674,2124,'eg_settings_custom_meta_skin',''),(78675,2124,'eg_settings_custom_meta_element',''),(78676,2124,'eg_settings_custom_meta_setting',''),(78677,2124,'eg_settings_custom_meta_style',''),(78678,2124,'eg_custom_meta_216','true'),(78679,2124,'eg-pricetable-price',''),(78680,2124,'eg-pricetable-line1',''),(78681,2124,'eg-pricetable-line2',''),(78682,2124,'eg-pricetable-line3',''),(78683,2124,'eg-pricetable-line4',''),(78684,2124,'eg-pricetable-buy-url',''),(78685,2124,'eg-demogrid-link',''),(78686,2124,'eg-clients-icon',''),(78687,2124,'eg-clients-icon-dark',''),(78688,2124,'_wpb_vc_js_status','false'),(78690,2124,'_dp_original','2123'),(78691,2124,'_edit_lock','1545170465:2'),(78692,2124,'_edit_last','2'),(78693,2124,'_wp_old_slug','copy-of-somera-album'),(78694,2125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(78695,2125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(78696,2125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(78697,2125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(78698,2125,'_wc_review_count','2'),(78699,2125,'_wc_rating_count','a:0:{}'),(78700,2125,'_wc_average_rating','0'),(78702,2125,'_wp_old_slug','2'),(78703,2125,'_wp_old_slug','dust-2-play'),(78704,2125,'_wp_old_slug','copy-of-horizon'),(78705,2125,'_wp_old_slug','copy-of-somera-album'),(78706,2125,'_sku',''),(78707,2125,'_regular_price','9.99'),(78708,2125,'_sale_price',''),(78709,2125,'_sale_price_dates_from',''),(78710,2125,'_sale_price_dates_to',''),(78711,2125,'total_sales','0'),(78712,2125,'_tax_status','taxable'),(78713,2125,'_tax_class',''),(78714,2125,'_manage_stock','no'),(78715,2125,'_backorders','no'),(78716,2125,'_sold_individually','no'),(78717,2125,'_weight',''),(78718,2125,'_length',''),(78719,2125,'_width',''),(78720,2125,'_height',''),(78721,2125,'_upsell_ids','a:0:{}'),(78722,2125,'_crosssell_ids','a:0:{}'),(78723,2125,'_purchase_note',''),(78724,2125,'_default_attributes','a:0:{}'),(78725,2125,'_virtual','no'),(78726,2125,'_downloadable','yes'),(78727,2125,'_product_image_gallery',''),(78728,2125,'_download_limit','-1'),(78729,2125,'_download_expiry','-1'),(78730,2125,'_stock',''),(78731,2125,'_stock_status','instock'),(78732,2125,'_downloadable_files','a:3:{s:32:\"dff53df8242fcb2ca36b1540219b8ed7\";a:3:{s:2:\"id\";s:32:\"dff53df8242fcb2ca36b1540219b8ed7\";s:4:\"name\";s:7:\"Track 1\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/01.mp3\";}s:32:\"0a3e9782392cd3334db9da8dcbc95f37\";a:3:{s:2:\"id\";s:32:\"0a3e9782392cd3334db9da8dcbc95f37\";s:4:\"name\";s:7:\"Track 2\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/02.mp3\";}s:32:\"58f7765aabc6b6768d3870862bd9170d\";a:3:{s:2:\"id\";s:32:\"58f7765aabc6b6768d3870862bd9170d\";s:4:\"name\";s:7:\"Track 3\";s:4:\"file\";s:40:\"https://demo.sonaar.io/assets/mp3/03.mp3\";}}'),(78733,2125,'_product_version','3.5.1'),(78734,2125,'_price','9.99'),(78735,2125,'slide_template',''),(78736,2125,'eg_sources_html5_mp4',''),(78737,2125,'eg_sources_html5_ogv',''),(78738,2125,'eg_sources_html5_webm',''),(78739,2125,'eg_sources_youtube',''),(78740,2125,'eg_sources_vimeo',''),(78741,2125,'eg_sources_wistia',''),(78742,2125,'eg_sources_image',''),(78743,2125,'eg_sources_iframe',''),(78744,2125,'eg_sources_soundcloud',''),(78745,2125,'eg_vimeo_ratio','0'),(78746,2125,'eg_youtube_ratio','0'),(78747,2125,'eg_wistia_ratio','0'),(78748,2125,'eg_html5_ratio','0'),(78749,2125,'eg_soundcloud_ratio','0'),(78750,2125,'eg_settings_custom_meta_skin',''),(78751,2125,'eg_settings_custom_meta_element',''),(78752,2125,'eg_settings_custom_meta_setting',''),(78753,2125,'eg_settings_custom_meta_style',''),(78754,2125,'eg_custom_meta_216','true'),(78755,2125,'eg-pricetable-price',''),(78756,2125,'eg-pricetable-line1',''),(78757,2125,'eg-pricetable-line2',''),(78758,2125,'eg-pricetable-line3',''),(78759,2125,'eg-pricetable-line4',''),(78760,2125,'eg-pricetable-buy-url',''),(78761,2125,'eg-demogrid-link',''),(78762,2125,'eg-clients-icon',''),(78763,2125,'eg-clients-icon-dark',''),(78764,2125,'_wpb_vc_js_status','false'),(78766,2125,'_dp_original','2124'),(78767,2125,'_edit_lock','1545171054:2'),(78768,2125,'_edit_last','2'),(78769,2125,'_wp_old_slug','copy-of-phoenix-album'),(78794,782,'_wc_review_count','0'),(78795,782,'_wc_rating_count','a:0:{}'),(78796,782,'_wc_average_rating','0'),(78797,781,'_wc_review_count','0'),(78798,781,'_wc_rating_count','a:0:{}'),(78799,781,'_wc_average_rating','0'),(78800,780,'_wc_review_count','0'),(78801,780,'_wc_rating_count','a:0:{}'),(78802,780,'_wc_average_rating','0'),(78803,779,'_wc_review_count','0'),(78804,779,'_wc_rating_count','a:0:{}'),(78805,779,'_wc_average_rating','0'),(79002,2135,'_wp_attached_file','2017/11/cropped-favicon.png'),(79003,2135,'_wp_attachment_context','site-icon'),(79004,2135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2017/11/cropped-favicon.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(79641,1177,'eg-pricetable-price',''),(79642,1177,'eg-pricetable-line1',''),(79643,1177,'eg-pricetable-line2',''),(79644,1177,'eg-pricetable-line3',''),(79645,1177,'eg-pricetable-line4',''),(79646,1177,'eg-pricetable-buy-url',''),(79647,1177,'eg-demogrid-link',''),(79648,1177,'eg-clients-icon',''),(79649,1177,'eg-clients-icon-dark',''),(80733,1146,'eg-pricetable-price',''),(80734,1146,'eg-pricetable-line1',''),(80735,1146,'eg-pricetable-line2',''),(80736,1146,'eg-pricetable-line3',''),(80737,1146,'eg-pricetable-line4',''),(80738,1146,'eg-pricetable-buy-url',''),(80739,1146,'eg-demogrid-link',''),(80740,1146,'eg-clients-icon',''),(80741,1146,'eg-clients-icon-dark',''),(80805,1146,'_wpb_shortcodes_custom_css','.vc_custom_1509564618973{margin-top: -200px !important;}.vc_custom_1509564687041{margin-top: 150px !important;}.vc_custom_1509137274915{margin-bottom: -15px !important;}.vc_custom_1509121416703{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1510691574175{margin-top: 75px !important;margin-bottom: 75px !important;}'),(81447,1190,'eg-pricetable-price',''),(81448,1190,'eg-pricetable-line1',''),(81449,1190,'eg-pricetable-line2',''),(81450,1190,'eg-pricetable-line3',''),(81451,1190,'eg-pricetable-line4',''),(81452,1190,'eg-pricetable-buy-url',''),(81453,1190,'eg-demogrid-link',''),(81454,1190,'eg-clients-icon',''),(81455,1190,'eg-clients-icon-dark',''),(81582,1196,'eg-pricetable-price',''),(81583,1196,'eg-pricetable-line1',''),(81584,1196,'eg-pricetable-line2',''),(81585,1196,'eg-pricetable-line3',''),(81586,1196,'eg-pricetable-line4',''),(81587,1196,'eg-pricetable-buy-url',''),(81588,1196,'eg-demogrid-link',''),(81589,1196,'eg-clients-icon',''),(81590,1196,'eg-clients-icon-dark',''),(81654,1194,'eg-pricetable-price',''),(81655,1194,'eg-pricetable-line1',''),(81656,1194,'eg-pricetable-line2',''),(81657,1194,'eg-pricetable-line3',''),(81658,1194,'eg-pricetable-line4',''),(81659,1194,'eg-pricetable-buy-url',''),(81660,1194,'eg-demogrid-link',''),(81661,1194,'eg-clients-icon',''),(81662,1194,'eg-clients-icon-dark',''),(81727,1192,'eg-pricetable-price',''),(81728,1192,'eg-pricetable-line1',''),(81729,1192,'eg-pricetable-line2',''),(81730,1192,'eg-pricetable-line3',''),(81731,1192,'eg-pricetable-line4',''),(81732,1192,'eg-pricetable-buy-url',''),(81733,1192,'eg-demogrid-link',''),(81734,1192,'eg-clients-icon',''),(81735,1192,'eg-clients-icon-dark',''),(81737,1192,'_oembed_92c1c71bbb89b59efa4972a340954c92','{{unknown}}'),(81801,1188,'eg-pricetable-price',''),(81802,1188,'eg-pricetable-line1',''),(81803,1188,'eg-pricetable-line2',''),(81804,1188,'eg-pricetable-line3',''),(81805,1188,'eg-pricetable-line4',''),(81806,1188,'eg-pricetable-buy-url',''),(81807,1188,'eg-demogrid-link',''),(81808,1188,'eg-clients-icon',''),(81809,1188,'eg-clients-icon-dark',''),(81942,1179,'eg-pricetable-price',''),(81943,1179,'eg-pricetable-line1',''),(81944,1179,'eg-pricetable-line2',''),(81945,1179,'eg-pricetable-line3',''),(81946,1179,'eg-pricetable-line4',''),(81947,1179,'eg-pricetable-buy-url',''),(81948,1179,'eg-demogrid-link',''),(81949,1179,'eg-clients-icon',''),(81950,1179,'eg-clients-icon-dark',''),(82014,1175,'eg-pricetable-price',''),(82015,1175,'eg-pricetable-line1',''),(82016,1175,'eg-pricetable-line2',''),(82017,1175,'eg-pricetable-line3',''),(82018,1175,'eg-pricetable-line4',''),(82019,1175,'eg-pricetable-buy-url',''),(82020,1175,'eg-demogrid-link',''),(82021,1175,'eg-clients-icon',''),(82022,1175,'eg-clients-icon-dark',''),(82087,1148,'eg-pricetable-price',''),(82088,1148,'eg-pricetable-line1',''),(82089,1148,'eg-pricetable-line2',''),(82090,1148,'eg-pricetable-line3',''),(82091,1148,'eg-pricetable-line4',''),(82092,1148,'eg-pricetable-buy-url',''),(82093,1148,'eg-demogrid-link',''),(82094,1148,'eg-clients-icon',''),(82095,1148,'eg-clients-icon-dark',''),(82159,1143,'eg-pricetable-price',''),(82160,1143,'eg-pricetable-line1',''),(82161,1143,'eg-pricetable-line2',''),(82162,1143,'eg-pricetable-line3',''),(82163,1143,'eg-pricetable-line4',''),(82164,1143,'eg-pricetable-buy-url',''),(82165,1143,'eg-demogrid-link',''),(82166,1143,'eg-clients-icon',''),(82167,1143,'eg-clients-icon-dark',''),(83274,827,'_wpb_shortcodes_custom_css','.vc_custom_1509629186054{margin-top: 100px !important;}'),(101464,27,'classic_menu_main_item_color','#ffffff'),(101465,27,'_classic_menu_main_item_color','field_523384ce55a87'),(101670,27,'_wpb_post_custom_css','#footer .footer-withimage {\r\n    background-image: none!important;\r\n}'),(102815,2651,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(102816,2651,'_edit_lock','1543429349:2'),(102817,2651,'_edit_last','2'),(102818,2651,'_wp_page_template','default'),(102819,2651,'slide_template',''),(102872,2651,'_wpb_vc_js_status','true'),(102874,2651,'page_logo_select','null'),(102875,2651,'_page_logo_select','field_523384ce55a99'),(102876,2651,'hide_page_title','1'),(102877,2651,'_hide_page_title','field_523382c955a73'),(102878,2651,'classic_menu_over_content','1'),(102879,2651,'_classic_menu_over_content','field_523384ce55a85'),(102880,2651,'hide_header_and_menu','1'),(102881,2651,'_hide_header_and_menu','field_523384ce34a85'),(102882,2651,'classic_menu_main_item_color',''),(102883,2651,'_classic_menu_main_item_color','field_523384ce55a87'),(102884,2651,'classic_menu_background',''),(102885,2651,'_classic_menu_background','field_523384ce55a84'),(102886,2651,'classic_menu_background_alpha','1'),(102887,2651,'_classic_menu_background_alpha','field_523384ce55a86'),(102888,2651,'hamburger_icon_color',''),(102889,2651,'_hamburger_icon_color','field_523384ce55a23'),(102890,2651,'background',''),(102891,2651,'_background','field_523382c955a74'),(102892,2651,'background_repeat','null'),(102893,2651,'_background_repeat','field_523382f555a75'),(102894,2651,'background_size','null'),(102895,2651,'_background_size','field_5233837455a76'),(102896,2651,'background_position','null'),(102897,2651,'_background_position','field_5233842d55a78'),(102898,2651,'content_background_color',''),(102899,2651,'_content_background_color','field_523384ce55a80'),(102900,2651,'content_background_transparency','1'),(102901,2651,'_content_background_transparency','field_523384ce55a81'),(102902,2651,'background_color',''),(102903,2651,'_background_color','field_523384ce55a79'),(102904,2651,'block_footer','1940'),(102905,2651,'_block_footer','block_footer'),(102906,2651,'sidebar-position','disabled'),(102907,2651,'_sidebar-position','field_526d6ec715ee9'),(102908,2651,'banner_background_type','null'),(102909,2651,'_banner_background_type','field_54ce55f555a01'),(102910,2651,'banner_parallax','0'),(102911,2651,'_banner_parallax','field_54ce55f555a03'),(102912,2651,'banner_fullscreen','0'),(102913,2651,'_banner_fullscreen','field_54ce55f555a05'),(102914,2651,'banner_height','0'),(102915,2651,'_banner_height','field_54ce55f555a06'),(102916,2651,'banner_content_type','default-content'),(102917,2651,'_banner_content_type','field_54ce55f555a13'),(102918,2651,'banner_title',''),(102919,2651,'_banner_title','field_54ce55f555a07'),(102920,2651,'banner_subtitle',''),(102921,2651,'_banner_subtitle','field_54ce55f555a08'),(102922,2651,'banner_horizontal_content_alignment','centered'),(102923,2651,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(102924,2651,'banner_font_color',''),(102925,2651,'_banner_font_color','field_54ce55f555a12'),(103217,2663,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(103218,2663,'_edit_lock','1545168564:2'),(103219,2663,'_edit_last','2'),(103220,2663,'_wp_page_template','default'),(103221,2663,'slide_template','default'),(103272,2663,'_wpb_vc_js_status','true'),(103274,2663,'page_logo_select','null'),(103275,2663,'_page_logo_select','field_523384ce55a99'),(103276,2663,'hide_page_title','0'),(103277,2663,'_hide_page_title','field_523382c955a73'),(103278,2663,'classic_menu_over_content','0'),(103279,2663,'_classic_menu_over_content','field_523384ce55a85'),(103280,2663,'hide_header_and_menu','0'),(103281,2663,'_hide_header_and_menu','field_523384ce34a85'),(103282,2663,'classic_menu_background',''),(103283,2663,'_classic_menu_background','field_523384ce55a84'),(103284,2663,'classic_menu_background_alpha','1'),(103285,2663,'_classic_menu_background_alpha','field_523384ce55a86'),(103286,2663,'hamburger_icon_color',''),(103287,2663,'_hamburger_icon_color','field_523384ce55a23'),(103288,2663,'background',''),(103289,2663,'_background','field_523382c955a74'),(103290,2663,'background_repeat','null'),(103291,2663,'_background_repeat','field_523382f555a75'),(103292,2663,'background_size','null'),(103293,2663,'_background_size','field_5233837455a76'),(103294,2663,'background_position','null'),(103295,2663,'_background_position','field_5233842d55a78'),(103296,2663,'content_background_color',''),(103297,2663,'_content_background_color','field_523384ce55a80'),(103298,2663,'content_background_transparency','1'),(103299,2663,'_content_background_transparency','field_523384ce55a81'),(103300,2663,'background_color',''),(103301,2663,'_background_color','field_523384ce55a79'),(103302,2663,'block_footer','null'),(103303,2663,'_block_footer','block_footer'),(103304,2663,'sidebar-position','disabled'),(103305,2663,'_sidebar-position','field_526d6ec715ee9'),(103306,2663,'banner_background_type','null'),(103307,2663,'_banner_background_type','field_54ce55f555a01'),(103308,2663,'banner_parallax','0'),(103309,2663,'_banner_parallax','field_54ce55f555a03'),(103310,2663,'banner_fullscreen','0'),(103311,2663,'_banner_fullscreen','field_54ce55f555a05'),(103312,2663,'banner_height','0'),(103313,2663,'_banner_height','field_54ce55f555a06'),(103314,2663,'banner_content_type','default-content'),(103315,2663,'_banner_content_type','field_54ce55f555a13'),(103316,2663,'banner_title',''),(103317,2663,'_banner_title','field_54ce55f555a07'),(103318,2663,'banner_subtitle',''),(103319,2663,'_banner_subtitle','field_54ce55f555a08'),(103320,2663,'banner_horizontal_content_alignment','centered'),(103321,2663,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(103322,2663,'banner_font_color',''),(103323,2663,'_banner_font_color','field_54ce55f555a12'),(103387,1938,'hide_header_and_menu','1'),(103388,1938,'_hide_header_and_menu','field_523384ce34a85'),(103440,1767,'hide_header_and_menu','0'),(103441,1767,'_hide_header_and_menu','field_523384ce34a85'),(103554,1802,'hide_header_and_menu','0'),(103555,1802,'_hide_header_and_menu','field_523384ce34a85'),(104177,1835,'hide_header_and_menu','0'),(104178,1835,'_hide_header_and_menu','field_523384ce34a85'),(104236,1861,'hide_header_and_menu','0'),(104237,1861,'_hide_header_and_menu','field_523384ce34a85'),(104497,40,'hide_header_and_menu','0'),(104498,40,'_hide_header_and_menu','field_523384ce34a85'),(104551,2651,'_wpb_shortcodes_custom_css','.vc_custom_1515616227528{margin-top: -90px !important;}'),(104954,2135,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.228469985963174249121721004485152661800384521484375;s:5:\"bytes\";i:782;s:11:\"size_before\";i:24222;s:10:\"size_after\";i:23440;s:4:\"time\";d:0.9299999999999999378275106209912337362766265869140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:214;s:11:\"size_before\";i:3120;s:10:\"size_after\";i:2906;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:112;s:11:\"size_before\";i:3669;s:10:\"size_after\";i:3557;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:249;s:11:\"size_before\";i:6460;s:10:\"size_after\";i:6211;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4623;s:10:\"size_after\";i:4623;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:207;s:11:\"size_before\";i:6350;s:10:\"size_after\";i:6143;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),(104957,1748,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.9677016565387497326611310199950821697711944580078125;s:5:\"bytes\";i:465;s:11:\"size_before\";i:48052;s:10:\"size_after\";i:47587;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4646;s:10:\"size_after\";i:4646;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10261;s:10:\"size_after\";i:10261;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:465;s:11:\"size_before\";i:33145;s:10:\"size_after\";i:32680;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(104958,1747,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3847590586477398488796097808517515659332275390625;s:5:\"bytes\";i:1596;s:11:\"size_before\";i:66925;s:10:\"size_after\";i:65329;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6495;s:10:\"size_after\";i:6495;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:89;s:11:\"size_before\";i:15279;s:10:\"size_after\";i:15190;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1507;s:11:\"size_before\";i:45151;s:10:\"size_after\";i:43644;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(104959,1548,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.680923250912456978767295368015766143798828125;s:5:\"bytes\";i:3634;s:11:\"size_before\";i:19453;s:10:\"size_after\";i:15819;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2208;s:10:\"size_after\";i:2208;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4098;s:10:\"size_after\";i:4098;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3634;s:11:\"size_before\";i:13147;s:10:\"size_after\";i:9513;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(104960,1467,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.0293505223704937368012224396807141602039337158203125;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:110458;s:10:\"size_after\";i:109321;s:4:\"time\";d:0.31999999999999995115018691649311222136020660400390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4308;s:10:\"size_after\";i:4308;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.89000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:158;s:11:\"size_before\";i:17675;s:10:\"size_after\";i:17517;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.189999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:355;s:11:\"size_before\";i:29860;s:10:\"size_after\";i:29505;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:624;s:11:\"size_before\";i:49293;s:10:\"size_after\";i:48669;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9322;s:10:\"size_after\";i:9322;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(104961,1466,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.40770729331547528317969408817589282989501953125;s:5:\"bytes\";i:2239;s:11:\"size_before\";i:65704;s:10:\"size_after\";i:63465;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4303;s:10:\"size_after\";i:4303;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:44;s:11:\"size_before\";i:11994;s:10:\"size_after\";i:11950;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2195;s:11:\"size_before\";i:49407;s:10:\"size_after\";i:47212;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(104962,1464,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6707821789056840344755983096547424793243408203125;s:5:\"bytes\";i:2691;s:11:\"size_before\";i:100757;s:10:\"size_after\";i:98066;s:4:\"time\";d:0.470000000000000028865798640254070051014423370361328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1633;s:10:\"size_after\";i:1633;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14036;s:10:\"size_after\";i:14036;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:352;s:11:\"size_before\";i:27997;s:10:\"size_after\";i:27645;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4075;s:10:\"size_after\";i:4075;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2339;s:11:\"size_before\";i:53016;s:10:\"size_after\";i:50677;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(104963,1465,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.5508485691052644739329480216838419437408447265625;s:5:\"bytes\";i:210;s:11:\"size_before\";i:38123;s:10:\"size_after\";i:37913;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1461;s:10:\"size_after\";i:1461;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5695;s:10:\"size_after\";i:5695;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10025;s:10:\"size_after\";i:10025;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:210;s:11:\"size_before\";i:17873;s:10:\"size_after\";i:17663;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3069;s:10:\"size_after\";i:3069;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(104964,1463,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.2070125450156317103989067618385888636112213134765625;s:5:\"bytes\";i:1220;s:11:\"size_before\";i:101076;s:10:\"size_after\";i:99856;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2494;s:10:\"size_after\";i:2494;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12445;s:10:\"size_after\";i:12445;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.89000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:230;s:11:\"size_before\";i:25845;s:10:\"size_after\";i:25615;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:990;s:11:\"size_before\";i:54871;s:10:\"size_after\";i:53881;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5421;s:10:\"size_after\";i:5421;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(104965,1462,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.564933527282568181959732100949622690677642822265625;s:5:\"bytes\";i:167;s:11:\"size_before\";i:29561;s:10:\"size_after\";i:29394;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2364;s:10:\"size_after\";i:2364;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6066;s:10:\"size_after\";i:6066;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:167;s:11:\"size_before\";i:21131;s:10:\"size_after\";i:20964;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(104966,1461,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.91914391031441378121513707810663618147373199462890625;s:5:\"bytes\";i:1930;s:11:\"size_before\";i:209978;s:10:\"size_after\";i:208048;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5072;s:10:\"size_after\";i:5072;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:245;s:11:\"size_before\";i:31965;s:10:\"size_after\";i:31720;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:552;s:11:\"size_before\";i:58094;s:10:\"size_after\";i:57542;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:101148;s:10:\"size_after\";i:100060;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:45;s:11:\"size_before\";i:13699;s:10:\"size_after\";i:13654;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(104967,1460,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.270904275444570574737923607244738377630710601806640625;s:5:\"bytes\";i:179;s:11:\"size_before\";i:66075;s:10:\"size_after\";i:65896;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5043;s:10:\"size_after\";i:5043;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.429999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:60;s:11:\"size_before\";i:13886;s:10:\"size_after\";i:13826;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:119;s:11:\"size_before\";i:47146;s:10:\"size_after\";i:47027;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(104968,1429,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.294718719612312884947868951712734997272491455078125;s:5:\"bytes\";i:2879;s:11:\"size_before\";i:125462;s:10:\"size_after\";i:122583;s:4:\"time\";d:0.1999999999999999833466546306226518936455249786376953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5281;s:10:\"size_after\";i:5281;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:237;s:11:\"size_before\";i:19356;s:10:\"size_after\";i:19119;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:861;s:11:\"size_before\";i:33113;s:10:\"size_after\";i:32252;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1781;s:11:\"size_before\";i:56862;s:10:\"size_after\";i:55081;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10850;s:10:\"size_after\";i:10850;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(104969,1428,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.29438341244335664015352449496276676654815673828125;s:5:\"bytes\";i:2450;s:11:\"size_before\";i:74369;s:10:\"size_after\";i:71919;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5281;s:10:\"size_after\";i:5281;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.429999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:54;s:11:\"size_before\";i:12685;s:10:\"size_after\";i:12631;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:2396;s:11:\"size_before\";i:56403;s:10:\"size_after\";i:54007;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(104970,1426,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.106057654850019389414228498935699462890625;s:5:\"bytes\";i:1730;s:11:\"size_before\";i:82144;s:10:\"size_after\";i:80414;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6977;s:10:\"size_after\";i:6977;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:237;s:11:\"size_before\";i:17314;s:10:\"size_after\";i:17077;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1493;s:11:\"size_before\";i:57853;s:10:\"size_after\";i:56360;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(104971,1427,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.562611477851534313998627112596295773983001708984375;s:5:\"bytes\";i:11149;s:11:\"size_before\";i:435064;s:10:\"size_after\";i:423915;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1214;s:11:\"size_before\";i:20753;s:10:\"size_after\";i:20430;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3779;s:10:\"size_after\";i:3779;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:6034;s:11:\"size_before\";i:229560;s:10:\"size_after\";i:223526;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6802;s:10:\"size_after\";i:6802;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:698;s:11:\"size_before\";i:26989;s:10:\"size_after\";i:26291;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1434;s:11:\"size_before\";i:48094;s:10:\"size_after\";i:46660;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2511;s:11:\"size_before\";i:84910;s:10:\"size_after\";i:82399;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0500000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:149;s:11:\"size_before\";i:14177;s:10:\"size_after\";i:14028;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(104972,1425,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.301179023095149711597429131870740093290805816650390625;s:5:\"bytes\";i:422;s:11:\"size_before\";i:140116;s:10:\"size_after\";i:139694;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3846;s:10:\"size_after\";i:3846;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19732;s:10:\"size_after\";i:19732;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37456;s:10:\"size_after\";i:37456;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.59999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:422;s:11:\"size_before\";i:70371;s:10:\"size_after\";i:69949;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8711;s:10:\"size_after\";i:8711;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(104973,1423,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9594042671242377640083986989338882267475128173828125;s:5:\"bytes\";i:3814;s:11:\"size_before\";i:194651;s:10:\"size_after\";i:190837;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5963;s:10:\"size_after\";i:5963;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:513;s:11:\"size_before\";i:30121;s:10:\"size_after\";i:29608;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1153;s:11:\"size_before\";i:53358;s:10:\"size_after\";i:52205;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1971;s:11:\"size_before\";i:90645;s:10:\"size_after\";i:88674;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:177;s:11:\"size_before\";i:14564;s:10:\"size_after\";i:14387;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(104974,1424,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.83512377393741232811663621760089881718158721923828125;s:5:\"bytes\";i:447;s:11:\"size_before\";i:53525;s:10:\"size_after\";i:53078;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4035;s:10:\"size_after\";i:4035;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11160;s:10:\"size_after\";i:11160;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:447;s:11:\"size_before\";i:38330;s:10:\"size_after\";i:37883;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(104975,1422,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.111451942740286025212981257936917245388031005859375;s:5:\"bytes\";i:1652;s:11:\"size_before\";i:78240;s:10:\"size_after\";i:76588;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5977;s:10:\"size_after\";i:5977;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:16028;s:10:\"size_after\";i:15701;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.359999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1325;s:11:\"size_before\";i:56235;s:10:\"size_after\";i:54910;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(104976,1420,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.7879480098891089578927449110778979957103729248046875;s:5:\"bytes\";i:545;s:11:\"size_before\";i:69167;s:10:\"size_after\";i:68622;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5664;s:10:\"size_after\";i:5664;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14406;s:10:\"size_after\";i:14406;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1100000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:545;s:11:\"size_before\";i:49097;s:10:\"size_after\";i:48552;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(104977,1421,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162835;s:10:\"size_after\";i:162835;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5828;s:10:\"size_after\";i:5828;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27344;s:10:\"size_after\";i:27344;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44718;s:10:\"size_after\";i:44718;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:71179;s:10:\"size_after\";i:71179;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13766;s:10:\"size_after\";i:13766;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(104978,1419,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9148686573359683382733464895864017307758331298828125;s:5:\"bytes\";i:2122;s:11:\"size_before\";i:110817;s:10:\"size_after\";i:108695;s:4:\"time\";d:0.210000000000000019984014443252817727625370025634765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3956;s:10:\"size_after\";i:3956;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:174;s:11:\"size_before\";i:16775;s:10:\"size_after\";i:16601;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.75;s:5:\"bytes\";i:515;s:11:\"size_before\";i:29485;s:10:\"size_after\";i:28970;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1365;s:11:\"size_before\";i:51702;s:10:\"size_after\";i:50337;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.7600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:68;s:11:\"size_before\";i:8899;s:10:\"size_after\";i:8831;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(104979,1418,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.7842924684554457570584418135695159435272216796875;s:5:\"bytes\";i:5834;s:11:\"size_before\";i:66414;s:10:\"size_after\";i:60580;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1351;s:11:\"size_before\";i:5361;s:10:\"size_after\";i:4010;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1376;s:11:\"size_before\";i:10112;s:10:\"size_after\";i:8736;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3107;s:11:\"size_before\";i:50941;s:10:\"size_after\";i:47834;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(104980,1417,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:148124;s:10:\"size_after\";i:148124;s:4:\"time\";d:0.3200000000000000621724893790087662637233734130859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6772;s:10:\"size_after\";i:6772;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24295;s:10:\"size_after\";i:24295;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39765;s:10:\"size_after\";i:39765;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63770;s:10:\"size_after\";i:63770;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13522;s:10:\"size_after\";i:13522;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(104981,1416,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77617;s:10:\"size_after\";i:77617;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6814;s:10:\"size_after\";i:6814;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15905;s:10:\"size_after\";i:15905;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54898;s:10:\"size_after\";i:54898;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(104982,1415,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.349341816486942680075600264899549074470996856689453125;s:5:\"bytes\";i:772;s:11:\"size_before\";i:220987;s:10:\"size_after\";i:220215;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6788;s:10:\"size_after\";i:6788;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:99;s:11:\"size_before\";i:36066;s:10:\"size_after\";i:35967;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:226;s:11:\"size_before\";i:61078;s:10:\"size_after\";i:60852;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:374;s:11:\"size_before\";i:99866;s:10:\"size_after\";i:99492;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.419999999999999984456877655247808434069156646728515625;s:5:\"bytes\";i:73;s:11:\"size_before\";i:17189;s:10:\"size_after\";i:17116;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(104983,1414,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.50415102611173523428078624419867992401123046875;s:5:\"bytes\";i:368;s:11:\"size_before\";i:72994;s:10:\"size_after\";i:72626;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6509;s:10:\"size_after\";i:6509;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16203;s:10:\"size_after\";i:16203;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:368;s:11:\"size_before\";i:50282;s:10:\"size_after\";i:49914;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(104984,1381,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.331686802453621254471727297641336917877197265625;s:5:\"bytes\";i:1874;s:11:\"size_before\";i:80371;s:10:\"size_after\";i:78497;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5868;s:10:\"size_after\";i:5868;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13472;s:10:\"size_after\";i:13472;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1874;s:11:\"size_before\";i:61031;s:10:\"size_after\";i:59157;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(104992,1343,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.15126737530662381914225989021360874176025390625;s:5:\"bytes\";i:1538;s:11:\"size_before\";i:6115;s:10:\"size_after\";i:4577;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:841;s:11:\"size_before\";i:2928;s:10:\"size_after\";i:2087;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:697;s:11:\"size_before\";i:3187;s:10:\"size_after\";i:2490;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(104994,985,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.075365449917232041343595483340322971343994140625;s:5:\"bytes\";i:80285;s:11:\"size_before\";i:399918;s:10:\"size_after\";i:319633;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15005;s:11:\"size_before\";i:27193;s:10:\"size_after\";i:12188;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:16765;s:11:\"size_before\";i:93384;s:10:\"size_after\";i:76619;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15470;s:11:\"size_before\";i:45598;s:10:\"size_after\";i:30128;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:33045;s:11:\"size_before\";i:233743;s:10:\"size_after\";i:200698;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(104995,984,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.073090564295643645209565875120460987091064453125;s:5:\"bytes\";i:72613;s:11:\"size_before\";i:361743;s:10:\"size_after\";i:289130;s:4:\"time\";d:0.32999999999999996003197111349436454474925994873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13401;s:11:\"size_before\";i:24898;s:10:\"size_after\";i:11497;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:19;s:5:\"bytes\";i:16292;s:11:\"size_before\";i:85756;s:10:\"size_after\";i:69464;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:14038;s:11:\"size_before\";i:42037;s:10:\"size_after\";i:27999;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:28882;s:11:\"size_before\";i:209052;s:10:\"size_after\";i:180170;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(104996,983,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.115253545069521123878075741231441497802734375;s:5:\"bytes\";i:64537;s:11:\"size_before\";i:377073;s:10:\"size_after\";i:312536;s:4:\"time\";d:0.229999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:11982;s:11:\"size_before\";i:22749;s:10:\"size_after\";i:10767;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13207;s:11:\"size_before\";i:81614;s:10:\"size_after\";i:68407;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12434;s:11:\"size_before\";i:40339;s:10:\"size_after\";i:27905;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:26914;s:11:\"size_before\";i:232371;s:10:\"size_after\";i:205457;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(104997,713,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6575;s:10:\"size_after\";i:6575;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3877;s:10:\"size_after\";i:3877;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2698;s:10:\"size_after\";i:2698;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(104998,564,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.5226880409459084830814390443265438079833984375;s:5:\"bytes\";i:433;s:11:\"size_before\";i:82841;s:10:\"size_after\";i:82408;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4568;s:10:\"size_after\";i:4568;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:24704;s:10:\"size_after\";i:24387;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:116;s:11:\"size_before\";i:10823;s:10:\"size_after\";i:10707;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42746;s:10:\"size_after\";i:42746;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(104999,563,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.70803746012143664589899572092690505087375640869140625;s:5:\"bytes\";i:1720;s:11:\"size_before\";i:242925;s:10:\"size_after\";i:241205;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9690;s:10:\"size_after\";i:9690;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1263;s:11:\"size_before\";i:63389;s:10:\"size_after\";i:62126;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:457;s:11:\"size_before\";i:25904;s:10:\"size_after\";i:25447;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:143942;s:10:\"size_after\";i:143942;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(105000,562,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.43951689498120316557105979882180690765380859375;s:5:\"bytes\";i:15572;s:11:\"size_before\";i:452738;s:10:\"size_after\";i:437166;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.779999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:303;s:11:\"size_before\";i:10888;s:10:\"size_after\";i:10585;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2517;s:11:\"size_before\";i:69133;s:10:\"size_after\";i:66616;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5337;s:11:\"size_before\";i:164897;s:10:\"size_after\";i:159560;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6295;s:11:\"size_before\";i:180384;s:10:\"size_after\";i:174089;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:27436;s:10:\"size_after\";i:26316;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(105001,561,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.54596451649094746016999124549329280853271484375;s:5:\"bytes\";i:14992;s:11:\"size_before\";i:329787;s:10:\"size_after\";i:314795;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6627;s:10:\"size_after\";i:6627;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1409;s:11:\"size_before\";i:37413;s:10:\"size_after\";i:36004;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:7327;s:11:\"size_before\";i:152356;s:10:\"size_after\";i:145029;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:5965;s:11:\"size_before\";i:117880;s:10:\"size_after\";i:111915;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:291;s:11:\"size_before\";i:15511;s:10:\"size_after\";i:15220;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(105002,560,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.80952912666773357841520919464528560638427734375;s:5:\"bytes\";i:15937;s:11:\"size_before\";i:331363;s:10:\"size_after\";i:315426;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:4;s:11:\"size_before\";i:5696;s:10:\"size_after\";i:5692;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1743;s:11:\"size_before\";i:45491;s:10:\"size_after\";i:43748;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:7066;s:11:\"size_before\";i:133286;s:10:\"size_after\";i:126220;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:6651;s:11:\"size_before\";i:129388;s:10:\"size_after\";i:122737;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:473;s:11:\"size_before\";i:17502;s:10:\"size_after\";i:17029;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(105214,989,'hide_header_and_menu','0'),(105215,989,'_hide_header_and_menu','field_523384ce34a85'),(105216,1701,'eg_votes_count','0'),(105217,82,'eg_votes_count','0'),(105218,89,'eg_votes_count','0'),(105219,97,'eg_votes_count','0'),(105220,93,'eg_votes_count','0'),(105293,544,'hide_header_and_menu','0'),(105294,544,'_hide_header_and_menu','field_523384ce34a85'),(105295,544,'event_call_action_0_event_action_label_rp','Buy Tickets'),(105296,544,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(105297,544,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(105298,544,'_event_call_action_0_event_link_rp','event_link_rp'),(105299,544,'event_call_action','1'),(105300,544,'_event_call_action','event_call_action'),(105372,551,'hide_header_and_menu','0'),(105373,551,'_hide_header_and_menu','field_523384ce34a85'),(105374,551,'event_call_action_0_event_action_label_rp','Buy Tickets'),(105375,551,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(105376,551,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(105377,551,'_event_call_action_0_event_link_rp','event_link_rp'),(105378,551,'event_call_action','1'),(105379,551,'_event_call_action','event_call_action'),(105451,532,'hide_header_and_menu','0'),(105452,532,'_hide_header_and_menu','field_523384ce34a85'),(105453,532,'event_call_action_0_event_action_label_rp','Buy Tickets'),(105454,532,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(105455,532,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(105456,532,'_event_call_action_0_event_link_rp','event_link_rp'),(105457,532,'event_call_action','1'),(105458,532,'_event_call_action','event_call_action'),(105530,552,'hide_header_and_menu','0'),(105531,552,'_hide_header_and_menu','field_523384ce34a85'),(105532,552,'event_call_action_0_event_action_label_rp','Buy Tickets'),(105533,552,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(105534,552,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(105535,552,'_event_call_action_0_event_link_rp','event_link_rp'),(105536,552,'event_call_action','1'),(105537,552,'_event_call_action','event_call_action'),(105609,540,'hide_header_and_menu','0'),(105610,540,'_hide_header_and_menu','field_523384ce34a85'),(105611,540,'event_call_action_0_event_action_label_rp','Buy Tickets'),(105612,540,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(105613,540,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(105614,540,'_event_call_action_0_event_link_rp','event_link_rp'),(105615,540,'event_call_action','1'),(105616,540,'_event_call_action','event_call_action'),(105688,542,'hide_header_and_menu','0'),(105689,542,'_hide_header_and_menu','field_523384ce34a85'),(105690,542,'event_call_action_0_event_action_label_rp','Buy Tickets'),(105691,542,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(105692,542,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(105693,542,'_event_call_action_0_event_link_rp','event_link_rp'),(105694,542,'event_call_action','1'),(105695,542,'_event_call_action','event_call_action'),(105767,550,'hide_header_and_menu','0'),(105768,550,'_hide_header_and_menu','field_523384ce34a85'),(105769,550,'event_call_action_0_event_action_label_rp','Buy Tickets'),(105770,550,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(105771,550,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(105772,550,'_event_call_action_0_event_link_rp','event_link_rp'),(105773,550,'event_call_action','1'),(105774,550,'_event_call_action','event_call_action'),(105846,549,'hide_header_and_menu','0'),(105847,549,'_hide_header_and_menu','field_523384ce34a85'),(105848,549,'event_call_action_0_event_action_label_rp','Buy Tickets'),(105849,549,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(105850,549,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(105851,549,'_event_call_action_0_event_link_rp','event_link_rp'),(105852,549,'event_call_action','1'),(105853,549,'_event_call_action','event_call_action'),(105925,548,'hide_header_and_menu','0'),(105926,548,'_hide_header_and_menu','field_523384ce34a85'),(105927,548,'event_call_action_0_event_action_label_rp','Buy Tickets'),(105928,548,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(105929,548,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(105930,548,'_event_call_action_0_event_link_rp','event_link_rp'),(105931,548,'event_call_action','1'),(105932,548,'_event_call_action','event_call_action'),(106004,546,'hide_header_and_menu','0'),(106005,546,'_hide_header_and_menu','field_523384ce34a85'),(106006,546,'event_call_action_0_event_action_label_rp','Buy Tickets'),(106007,546,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(106008,546,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(106009,546,'_event_call_action_0_event_link_rp','event_link_rp'),(106010,546,'event_call_action','1'),(106011,546,'_event_call_action','event_call_action'),(108595,546,'_wp_old_date','2017-03-04'),(108596,546,'footer_playlist','null'),(108597,546,'_footer_playlist','footer_playlist'),(108598,548,'_wp_old_date','2017-04-10'),(108599,548,'footer_playlist','null'),(108600,548,'_footer_playlist','footer_playlist'),(108601,549,'_wp_old_date','2017-05-10'),(108602,549,'footer_playlist','null'),(108603,549,'_footer_playlist','footer_playlist'),(108604,550,'_wp_old_date','2017-10-10'),(108605,550,'footer_playlist','null'),(108606,550,'_footer_playlist','footer_playlist'),(108607,542,'_wp_old_date','2018-02-08'),(108608,542,'footer_playlist','null'),(108609,542,'_footer_playlist','footer_playlist'),(108610,540,'_wp_old_date','2018-05-09'),(108611,540,'footer_playlist','null'),(108612,540,'_footer_playlist','footer_playlist'),(118477,544,'footer_playlist','null'),(118478,544,'_footer_playlist','footer_playlist'),(118552,551,'footer_playlist','null'),(118553,551,'_footer_playlist','footer_playlist'),(118627,532,'footer_playlist','null'),(118628,532,'_footer_playlist','footer_playlist'),(118702,552,'footer_playlist','null'),(118703,552,'_footer_playlist','footer_playlist'),(121411,1719,'hide_header_and_menu','0'),(121412,1719,'_hide_header_and_menu','field_523384ce34a85'),(121413,1719,'footer_playlist','null'),(121414,1719,'_footer_playlist','footer_playlist'),(121468,1767,'footer_playlist','null'),(121469,1767,'_footer_playlist','footer_playlist'),(121576,1892,'hide_header_and_menu','0'),(121577,1892,'_hide_header_and_menu','field_523384ce34a85'),(121578,1892,'footer_playlist','null'),(121579,1892,'_footer_playlist','footer_playlist'),(121686,21,'hide_header_and_menu','0'),(121687,21,'_hide_header_and_menu','field_523384ce34a85'),(121688,21,'footer_playlist','null'),(121689,21,'_footer_playlist','footer_playlist'),(121745,21,'sidebar-area_id','croma_sidebar_0'),(121746,21,'_sidebar-area_id','field_526d6c0da8219'),(121908,1737,'hide_header_and_menu','0'),(121909,1737,'_hide_header_and_menu','field_523384ce34a85'),(121910,1737,'footer_playlist','null'),(121911,1737,'_footer_playlist','footer_playlist'),(121971,1802,'footer_playlist','null'),(121972,1802,'_footer_playlist','footer_playlist'),(122321,1835,'footer_playlist','null'),(122322,1835,'_footer_playlist','footer_playlist'),(122435,1861,'footer_playlist','null'),(122436,1861,'_footer_playlist','footer_playlist'),(122726,27,'hide_header_and_menu','0'),(122727,27,'_hide_header_and_menu','field_523384ce34a85'),(122728,27,'footer_playlist','null'),(122729,27,'_footer_playlist','footer_playlist'),(122840,40,'footer_playlist','null'),(122841,40,'_footer_playlist','footer_playlist'),(122895,1938,'footer_playlist','3859'),(122896,1938,'_footer_playlist','footer_playlist'),(122956,3050,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(122957,3050,'_wp_page_template','default'),(122958,3050,'slide_template',''),(122959,3050,'eg_sources_html5_mp4',''),(122960,3050,'eg_sources_html5_ogv',''),(122961,3050,'eg_sources_html5_webm',''),(122962,3050,'eg_sources_youtube',''),(122963,3050,'eg_sources_vimeo',''),(122964,3050,'eg_sources_wistia',''),(122965,3050,'eg_sources_image',''),(122966,3050,'eg_sources_iframe',''),(122967,3050,'eg_sources_soundcloud',''),(122968,3050,'eg_vimeo_ratio','0'),(122969,3050,'eg_youtube_ratio','0'),(122970,3050,'eg_wistia_ratio','0'),(122971,3050,'eg_html5_ratio','0'),(122972,3050,'eg_soundcloud_ratio','0'),(122973,3050,'eg_settings_custom_meta_skin',''),(122974,3050,'eg_settings_custom_meta_element',''),(122975,3050,'eg_settings_custom_meta_setting',''),(122976,3050,'eg_settings_custom_meta_style',''),(122977,3050,'_wpb_vc_js_status','true'),(122978,3050,'sidebar-position','disabled'),(122979,3050,'_sidebar-position','field_526d6ec715ee9'),(122980,3050,'sidebar-area_id','null'),(122981,3050,'_sidebar-area_id','field_526d6c0da8219'),(122982,3050,'classic_menu_background',''),(122983,3050,'_classic_menu_background','field_523384ce55a84'),(122984,3050,'classic_menu_background_alpha','1'),(122985,3050,'_classic_menu_background_alpha','field_523384ce55a86'),(122986,3050,'classic_menu_over_content','1'),(122987,3050,'_classic_menu_over_content','field_523384ce55a85'),(122988,3050,'classic_menu_main_item_color','#ffffff'),(122989,3050,'_classic_menu_main_item_color','field_523384ce55a87'),(122990,3050,'hamburger_icon_color',''),(122991,3050,'_hamburger_icon_color','field_523384ce55a23'),(122992,3050,'alternative_logo','0'),(122993,3050,'_alternative_logo','field_523384ce55a99'),(122994,3050,'hide_page_title','1'),(122995,3050,'_hide_page_title','field_523382c955a73'),(122996,3050,'background',''),(122997,3050,'_background','field_523382c955a74'),(122998,3050,'background_repeat','repeat'),(122999,3050,'_background_repeat','field_523382f555a75'),(123000,3050,'background_size','cover'),(123001,3050,'_background_size','field_5233837455a76'),(123002,3050,'background_position','center center'),(123003,3050,'_background_position','field_5233842d55a78'),(123004,3050,'content_background_color',''),(123005,3050,'_content_background_color','field_523384ce55a80'),(123006,3050,'content_background_transparency','1'),(123007,3050,'_content_background_transparency','field_523384ce55a81'),(123008,3050,'background_color',''),(123009,3050,'_background_color','field_523384ce55a79'),(123010,3050,'_trash_the_other_posts','0'),(123011,3050,'_wpb_shortcodes_custom_css','.vc_custom_1535032208910{background-image: url(https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/patern-small.jpg?id=2866) !important;background-position: 0 0 !important;background-repeat: repeat !important;}.vc_custom_1535032477935{margin-top: 165px !important;margin-bottom: 60px !important;}.vc_custom_1535036468626{margin-bottom: -270px !important;}.vc_custom_1534943977177{background-color: rgba(137,137,137,0.1) !important;*background-color: rgb(137,137,137) !important;}.vc_custom_1535037131960{padding-top: 166px !important;padding-bottom: 150px !important;background-color: rgba(137,137,137,0.1) !important;*background-color: rgb(137,137,137) !important;}.vc_custom_1535036789229{margin-top: 165px !important;margin-bottom: 300px !important;}.vc_custom_1534964725544{margin-top: 122px !important;margin-bottom: 150px !important;background-color: rgba(137,137,137,0.1) !important;*background-color: rgb(137,137,137) !important;}.vc_custom_1535035435733{padding-right: 40px !important;}.vc_custom_1535035505504{border-left-width: 2px !important;padding-right: 20px !important;padding-left: 42px !important;border-left-color: #818181 !important;border-left-style: dotted !important;border-radius: 1px !important;}.vc_custom_1535033954876{margin-top: 0.67em !important;margin-bottom: 24px !important;}.vc_custom_1535034998868{margin-bottom: 25px !important;}.vc_custom_1534879435326{padding-top: 4px !important;}.vc_custom_1534879518905{padding-top: 4px !important;}.vc_custom_1534880348774{padding-top: 4px !important;}.vc_custom_1534964738412{margin-top: -122px !important;margin-bottom: -150px !important;}'),(123012,3050,'eg_custom_meta_216','true'),(123013,3050,'page_logo_select','light'),(123014,3050,'_page_logo_select','field_523384ce55a99'),(123015,3050,'block_footer','null'),(123016,3050,'_block_footer','block_footer'),(123017,3050,'banner_background_type','null'),(123018,3050,'_banner_background_type','field_54ce55f555a01'),(123019,3050,'banner_parallax','0'),(123020,3050,'_banner_parallax','field_54ce55f555a03'),(123021,3050,'banner_fullscreen','0'),(123022,3050,'_banner_fullscreen','field_54ce55f555a05'),(123023,3050,'banner_height','0'),(123024,3050,'_banner_height','field_54ce55f555a06'),(123025,3050,'banner_content_type','default-content'),(123026,3050,'_banner_content_type','field_54ce55f555a13'),(123027,3050,'banner_title',''),(123028,3050,'_banner_title','field_54ce55f555a07'),(123029,3050,'banner_subtitle',''),(123030,3050,'_banner_subtitle','field_54ce55f555a08'),(123031,3050,'banner_horizontal_content_alignment','centered'),(123032,3050,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(123033,3050,'banner_font_color',''),(123034,3050,'_banner_font_color','field_54ce55f555a12'),(123035,3050,'eg-pricetable-price',''),(123036,3050,'eg-pricetable-line1',''),(123037,3050,'eg-pricetable-line2',''),(123038,3050,'eg-pricetable-line3',''),(123039,3050,'eg-pricetable-line4',''),(123040,3050,'eg-pricetable-buy-url',''),(123041,3050,'eg-demogrid-link',''),(123042,3050,'eg-clients-icon',''),(123043,3050,'eg-clients-icon-dark',''),(123044,3050,'_oembed_b3ab6db2102b625ff86eef37e3224c35','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/iQpGq4HguVs?feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(123045,3050,'_oembed_time_b3ab6db2102b625ff86eef37e3224c35','1509725465'),(123046,3050,'_oembed_60395afaab1df5516e0a8353f042c178','<iframe src=\"https://player.vimeo.com/video/47940731\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Made by Hand / No 4 The Cigar Shop\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(123047,3050,'_oembed_time_60395afaab1df5516e0a8353f042c178','1510177732'),(123048,3050,'hide_header_and_menu','0'),(123049,3050,'_hide_header_and_menu','field_523384ce34a85'),(123050,3050,'_oembed_ca999c310dad2e5fc190468631de23d9','<iframe width=\"1144\" height=\"858\" src=\"https://www.youtube.com/embed/P7jsYg0xrWU?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),(123051,3050,'_oembed_time_ca999c310dad2e5fc190468631de23d9','1526058365'),(123052,3050,'footer_playlist','null'),(123053,3050,'_footer_playlist','footer_playlist'),(123054,3050,'_dp_original','10'),(123055,3050,'_edit_lock','1545245216:2'),(123056,3050,'_edit_last','2'),(123118,3050,'footer_podcast','null'),(123119,3050,'_footer_podcast','footer_podcast'),(123120,3050,'banner_inherit_setting','0'),(123121,3050,'_banner_inherit_setting','banner_inherit_setting'),(123122,3050,'page_banner_subtitle_font_color',''),(123123,3050,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(123124,3050,'content_banner_overlap','0'),(123125,3050,'_content_banner_overlap','field_54ce55f555a02311'),(123126,3050,'_elementor_edit_mode','builder'),(123127,3050,'_elementor_template_type','post'),(123134,3050,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":100,\"text_align\":\"left\"},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.7)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.7)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"44\",\"bottom\":\"20\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#7ed7b5\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(123140,3050,'_elementor_version','0.4'),(123412,1011,'_wp_page_template','default'),(123414,1011,'_elementor_edit_mode','builder'),(123415,1011,'_elementor_template_type','post'),(123416,1011,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"gap\":\"no\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c367693\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/logo-soundman-dark.png\",\"id\":3704},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-twitter\",\"_id\":\"96f0f7d\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#2a2a2a\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":21},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#0c0c0c\",\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(123422,1011,'_elementor_version','0.4'),(123452,3095,'fw_options','a:0:{}'),(123453,3095,'_wp_page_template','default'),(123454,3095,'_elementor_edit_mode','builder'),(123455,3095,'_elementor_template_type','post'),(123456,3095,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b29a2b8\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"81b468e\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"a33c35a\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook-official\",\"_id\":\"e4fbacb\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"},\"_id\":\"893e8a8\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color_hover\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":21},\"text_color_hover\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"icon_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(123457,3095,'_elementor_version','0.4'),(123459,3096,'fw_options','a:0:{}'),(123460,3096,'_wp_page_template','default'),(123461,3096,'_elementor_edit_mode','builder'),(123462,3096,'_elementor_template_type','post'),(123463,3096,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b29a2b8\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"81b468e\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"a33c35a\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook-official\",\"_id\":\"e4fbacb\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"},\"_id\":\"893e8a8\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color_hover\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":21},\"text_color_hover\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"icon_typography_font_weight\":\"600\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":2.1}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(123464,3096,'_elementor_version','0.4'),(123478,1190,'_elementor_template_type','post'),(123480,3099,'page_logo_select','light'),(123481,3099,'_page_logo_select','field_523384ce55a99'),(123482,3099,'hide_page_title','0'),(123483,3099,'_hide_page_title','field_523382c955a73'),(123484,3099,'classic_menu_over_content','1'),(123485,3099,'_classic_menu_over_content','field_523384ce55a85'),(123486,3099,'hide_header_and_menu','0'),(123487,3099,'_hide_header_and_menu','field_523384ce34a85'),(123488,3099,'classic_menu_main_item_color',''),(123489,3099,'_classic_menu_main_item_color','field_523384ce55a87'),(123490,3099,'classic_menu_background',''),(123491,3099,'_classic_menu_background','field_523384ce55a84'),(123492,3099,'classic_menu_background_alpha','1'),(123493,3099,'_classic_menu_background_alpha','field_523384ce55a86'),(123494,3099,'hamburger_icon_color',''),(123495,3099,'_hamburger_icon_color','field_523384ce55a23'),(123496,3099,'background',''),(123497,3099,'_background','field_523382c955a74'),(123498,3099,'background_repeat','null'),(123499,3099,'_background_repeat','field_523382f555a75'),(123500,3099,'background_size','null'),(123501,3099,'_background_size','field_5233837455a76'),(123502,3099,'background_position','null'),(123503,3099,'_background_position','field_5233842d55a78'),(123504,3099,'content_background_color',''),(123505,3099,'_content_background_color','field_523384ce55a80'),(123506,3099,'content_background_transparency','1'),(123507,3099,'_content_background_transparency','field_523384ce55a81'),(123508,3099,'background_color',''),(123509,3099,'_background_color','field_523384ce55a79'),(123510,3099,'block_footer','null'),(123511,3099,'_block_footer','block_footer'),(123512,3099,'footer_playlist','null'),(123513,3099,'_footer_playlist','footer_playlist'),(123514,3099,'footer_podcast','null'),(123515,3099,'_footer_podcast','footer_podcast'),(123516,3099,'banner_inherit_setting','0'),(123517,3099,'_banner_inherit_setting','banner_inherit_setting'),(123518,3099,'banner_background_type','image-background'),(123519,3099,'_banner_background_type','field_54ce55f555a01'),(123520,3099,'banner_parallax','1'),(123521,3099,'_banner_parallax','field_54ce55f555a03'),(123522,3099,'banner_image','1463'),(123523,3099,'_banner_image','field_54ce55f555a04'),(123524,3099,'banner_fullscreen','1'),(123525,3099,'_banner_fullscreen','field_54ce55f555a05'),(123526,3099,'banner_content_type','default-content'),(123527,3099,'_banner_content_type','field_54ce55f555a13'),(123528,3099,'banner_title','Indiana'),(123529,3099,'_banner_title','field_54ce55f555a07'),(123530,3099,'banner_subtitle','\"Embrace\" EP available now'),(123531,3099,'_banner_subtitle','field_54ce55f555a08'),(123532,3099,'banner_horizontal_content_alignment','centered'),(123533,3099,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(123534,3099,'banner_background_alignement','top'),(123535,3099,'_banner_background_alignement','field_54ce55f555a11'),(123536,3099,'banner_font_color',''),(123537,3099,'_banner_font_color','field_54ce55f555a12'),(123538,3099,'page_banner_subtitle_font_color',''),(123539,3099,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(123540,3099,'content_banner_overlap','0'),(123541,3099,'_content_banner_overlap','field_54ce55f555a02311'),(123542,3099,'artist_hero_playlist','1218'),(123543,3099,'_artist_hero_playlist','artist_hero_playlist'),(123544,3099,'artist_desc','BAHAMAS\'s mainstream success was signified by a growing interest in punk rock during the 1990s, but unlike many of their contemporaries (including Bad Religion, Green Day and The Offspring), they have never been signed to a major label. NOFX has released thirteen studio albums, sixteen extended plays<sup id=\"cite_ref-6\" class=\"reference\">[6]</sup> and a number of seven-inch singles.'),(123545,3099,'_artist_desc','artist_desc'),(123546,3099,'artist_social','0'),(123547,3099,'_artist_social','artist_social'),(123548,3099,'artist_link','0'),(123549,3099,'_artist_link','artist_link'),(123550,3099,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(123551,3099,'_artist_contact','artist_contact'),(123552,3099,'artist_download','0'),(123553,3099,'_artist_download','artist_download'),(123554,3099,'alb_link_external',''),(123555,3099,'_alb_link_external','field_523b66d6f2382'),(123556,3099,'fw_options','a:0:{}'),(123557,1190,'hide_header_and_menu','0'),(123558,1190,'_hide_header_and_menu','field_523384ce34a85'),(123559,1190,'footer_playlist','null'),(123560,1190,'_footer_playlist','footer_playlist'),(123561,1190,'footer_podcast','null'),(123562,1190,'_footer_podcast','footer_podcast'),(123563,1190,'banner_inherit_setting','0'),(123564,1190,'_banner_inherit_setting','banner_inherit_setting'),(123565,1190,'page_banner_subtitle_font_color',''),(123566,1190,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(123567,1190,'content_banner_overlap','0'),(123568,1190,'_content_banner_overlap','field_54ce55f555a02311'),(123569,1190,'alb_link_external',''),(123570,1190,'_alb_link_external','field_523b66d6f2382'),(123571,1190,'_elementor_edit_mode','builder'),(123572,1190,'_elementor_data','[{\"id\":\"b3ac02d\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dba8cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f79e87e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b2bc10b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52e90b7\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"image_overlay_size\":\"custom\",\"image_overlay_custom_dimension\":{\"width\":\"600\",\"height\":\"320\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20f6629\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3e7a07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0ea4ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b4e876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cfdbe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(123573,3100,'fw_options','a:0:{}'),(123574,3100,'_wp_page_template','default'),(123575,3100,'_thumbnail_id','1462'),(123576,3100,'_elementor_template_type','post'),(123578,3100,'_elementor_edit_mode','builder'),(123579,3100,'_elementor_data','[{\"id\":\"2adbad7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500}},\"elements\":[{\"id\":\"28951cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cdcb506\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-6.jpg\",\"id\":2958}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(123580,1190,'_elementor_version','0.4'),(123582,3101,'fw_options','a:0:{}'),(123583,3101,'_wp_page_template','default'),(123584,3101,'_thumbnail_id','1462'),(123585,3101,'_elementor_template_type','post'),(123586,3101,'_elementor_edit_mode','builder'),(123587,3101,'_elementor_data','[{\"id\":\"2adbad7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"28951cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cdcb506\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-6.jpg\",\"id\":2958}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(123588,3101,'_elementor_version','0.4'),(123600,3103,'fw_options','a:0:{}'),(123601,3103,'_wp_page_template','single-artists-blank.php'),(123602,3103,'_thumbnail_id','1462'),(123603,3103,'_elementor_template_type','post'),(123604,3103,'_elementor_edit_mode','builder'),(123605,3103,'_elementor_data','[{\"id\":\"2adbad7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":899}},\"elements\":[{\"id\":\"28951cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cdcb506\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-6.jpg\",\"id\":2958}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(123606,3103,'_elementor_version','0.4'),(123609,1190,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(123610,3104,'fw_options','a:0:{}'),(123611,3104,'_wp_page_template','single-artists-blank.php'),(123612,3104,'_thumbnail_id','1462'),(123613,3104,'_elementor_template_type','post'),(123614,3104,'_elementor_edit_mode','builder'),(123615,3104,'_elementor_data','[]'),(123616,3104,'_elementor_version','0.4'),(123617,3104,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(123620,1227,'_elementor_edit_mode','builder'),(123621,1227,'_elementor_template_type','post'),(123629,1227,'_elementor_data','[{\"id\":\"76a9cbec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5dec70c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b58c8d\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(123635,1227,'_elementor_version','0.4'),(123638,1711,'_elementor_edit_mode','builder'),(123639,1711,'_elementor_template_type','post'),(123647,1711,'_elementor_data','[{\"id\":\"794d6416\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7914fb10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d2eeb07\",\"elType\":\"widget\",\"settings\":{\"grid_columns\":\"2\",\"parallax_enabled\":\"no\",\"parallax_speed\":\"2, -2, 1\"},\"elements\":[],\"widgetType\":\"parallaxgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(123653,1711,'_elementor_version','0.4'),(123664,1719,'_elementor_edit_mode','builder'),(123665,1719,'_elementor_template_type','post'),(123678,1719,'_elementor_data','[{\"id\":\"a7c1961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0030979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"04ded49\",\"elType\":\"widget\",\"settings\":{\"parallax_speed\":\"2, -2, 1\"},\"elements\":[],\"widgetType\":\"parallaxgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(123685,1719,'_elementor_version','0.4'),(123688,2663,'_elementor_edit_mode','builder'),(123689,2663,'_elementor_template_type','post'),(123697,2663,'_elementor_data','[{\"id\":\"24df7a0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d52601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a55e11f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"musicgrid-clickandplay\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(123703,2663,'_elementor_version','0.4'),(123714,1233,'_elementor_edit_mode','builder'),(123715,1233,'_elementor_template_type','post'),(123723,1233,'_elementor_data','[{\"id\":\"788f618\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4cc6e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb7be5e\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(123729,1233,'_elementor_version','0.4'),(123731,1229,'_elementor_edit_mode','builder'),(123732,1229,'_elementor_template_type','post'),(123737,1229,'_elementor_data','[{\"id\":\"7a25762e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"757d4f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7a6ca39\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-filters\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(123743,1229,'_elementor_version','0.4'),(123745,827,'_elementor_edit_mode','builder'),(123746,827,'_elementor_template_type','post'),(123751,827,'_elementor_data','[{\"id\":\"34cf8f0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"26b718c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0a83ceb\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"\",\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"},{\"id\":\"ac2f130\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"2090\"],\"playlist_autoplay\":\"\",\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"},{\"id\":\"e6f2f63\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"2086\"],\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false}]'),(123757,827,'_elementor_version','0.4'),(123776,831,'_elementor_edit_mode','builder'),(123777,831,'_elementor_template_type','post'),(123785,831,'_elementor_data','[{\"id\":\"e4c2145\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2d4cbfc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1fff57e\",\"elType\":\"widget\",\"settings\":{\"revslider_list\":\"music-slider\"},\"elements\":[],\"widgetType\":\"sr-revslider\"}],\"isInner\":false}],\"isInner\":false}]'),(123791,831,'_elementor_version','0.4'),(123794,1767,'_elementor_edit_mode','builder'),(123795,1767,'_elementor_template_type','post'),(123803,1767,'_elementor_data','[{\"id\":\"23f45a6\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"333b9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5dc5a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e68456\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar & The Bands\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f62c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"A journey that changed my life.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"header_size\":\"div\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0332ddc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8e169\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[{\"id\":\"ffd205d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10d2763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"700\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":72},\"css_filters_css_filter\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63196a1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b78089d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cc9a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"IT START WITH\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"903c149\",\"elType\":\"widget\",\"settings\":{\"title\":\"An Endless Passion for Music<br>\\nFor Discovery, for People, for Life...\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cfd66f\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"911cbfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"020a2d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"justify\",\"align_tablet\":\"left\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#121214\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":9},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":73},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"typography_typography\":\"custom\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4a69075\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"032f6bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris.\\u00a0<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis.\\u00a0<\\/p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa.\\u00a0<\\/p>\",\"align\":\"justify\",\"align_tablet\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6},\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#121214\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":9},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":73},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.3}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6bfe7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"949780c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e4106bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"width\":{\"unit\":\"px\",\"size\":430},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":24,\"spread\":2,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba7a213\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2d47762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d967ca3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"211764b\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f17ac80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee07763\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_text_transform\":\"none\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"728aca7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"2136d3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e13cb9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4afc44c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c24e40e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#121214\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(123809,1767,'_elementor_version','0.4'),(123899,836,'_elementor_edit_mode','builder'),(123900,836,'_elementor_template_type','post'),(123905,836,'_elementor_data','[{\"id\":\"14c647a2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"146d173a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2201269\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"events-grid\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(123911,836,'_elementor_version','0.4'),(123913,13,'_elementor_edit_mode','builder'),(123914,13,'_elementor_template_type','post'),(123917,1539,'_elementor_edit_mode','builder'),(123918,1539,'_elementor_template_type','post'),(123926,1539,'_elementor_data','[{\"id\":\"542ef33\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71cbb32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6011f18\",\"elType\":\"widget\",\"settings\":{\"band_name\":\"Ariana Grande\",\"widget_background_color\":\"rgba(255,255,255,0)\",\"widget_bt_color\":\"#000000\",\"widget_textcolor\":\"#000000\"},\"elements\":[],\"widgetType\":\"bandsintown\"}],\"isInner\":false}],\"isInner\":false}]'),(123932,1539,'_elementor_version','0.4'),(123959,1516,'_elementor_edit_mode','builder'),(123960,1516,'_elementor_template_type','post'),(123968,1516,'_elementor_data','[{\"id\":\"424c3c5\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e2ff064\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4fd77d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc77cc9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fd7bc08\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":3},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97de09e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7d711cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13386d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Past Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddbdc49\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4e8468e\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\",\"event_number_to_show\":3},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(123974,1516,'_elementor_version','0.4'),(123985,1892,'_elementor_edit_mode','builder'),(123986,1892,'_elementor_template_type','post'),(123996,1892,'_elementor_data','[{\"id\":\"85fa4bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3ed0f5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ada874\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e51aac8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"rgba(12,12,12,0.1)\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"8e077b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8f700\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"92a1a12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(12,12,12,0.1)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"background_position\":\"center left\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5}},\"elements\":[{\"id\":\"df5af0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21938d0\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(12,12,12,0.17)\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#3f3f3f\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"field_bg_focus\":\"rgba(255,255,255,0.24)\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(124002,1892,'_elementor_version','0.4'),(124047,21,'_elementor_edit_mode','builder'),(124048,21,'_elementor_template_type','post'),(124056,21,'_elementor_data','[{\"id\":\"be899ea\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a0a7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d586bee\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"News-2-columns\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(124062,21,'_elementor_version','0.4'),(124089,1703,'_elementor_edit_mode','builder'),(124090,1703,'_elementor_template_type','post'),(124098,1703,'_elementor_data','[{\"id\":\"6557ea7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f59c3f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1438d5c\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"news-3-columns\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(124104,1703,'_elementor_version','0.4'),(124111,1663,'_elementor_edit_mode','builder'),(124112,1663,'_elementor_template_type','post'),(124120,1663,'_elementor_data','[{\"id\":\"51fec3b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1edac30\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"28578ff\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"youtube-grid\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(124126,1663,'_elementor_version','0.4'),(124191,34,'page_logo_select','null'),(124192,34,'_page_logo_select','field_523384ce55a99'),(124193,34,'hide_header_and_menu','0'),(124194,34,'_hide_header_and_menu','field_523384ce34a85'),(124195,34,'block_footer','null'),(124196,34,'_block_footer','block_footer'),(124197,34,'video_link_type','single'),(124198,34,'_video_link_type','field_523382c925a73'),(124199,34,'artists_filter',''),(124200,34,'_artists_filter','field_51b7bff2193fe'),(124201,34,'footer_playlist','null'),(124202,34,'_footer_playlist','footer_playlist'),(124203,34,'footer_podcast','null'),(124204,34,'_footer_podcast','footer_podcast'),(124205,34,'banner_inherit_setting','0'),(124206,34,'_banner_inherit_setting','banner_inherit_setting'),(124207,34,'banner_background_type','null'),(124208,34,'_banner_background_type','field_54ce55f555a01'),(124209,34,'banner_fullscreen','0'),(124210,34,'_banner_fullscreen','field_54ce55f555a05'),(124211,34,'banner_height','0'),(124212,34,'_banner_height','field_54ce55f555a06'),(124213,34,'banner_content_type','default-content'),(124214,34,'_banner_content_type','field_54ce55f555a13'),(124215,34,'banner_title',''),(124216,34,'_banner_title','field_54ce55f555a07'),(124217,34,'banner_subtitle',''),(124218,34,'_banner_subtitle','field_54ce55f555a08'),(124219,34,'banner_horizontal_content_alignment','centered'),(124220,34,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(124221,34,'banner_font_color',''),(124222,34,'_banner_font_color','field_54ce55f555a12'),(124223,34,'page_banner_subtitle_font_color',''),(124224,34,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(124225,34,'content_banner_overlap','0'),(124226,34,'_content_banner_overlap','field_54ce55f555a02311'),(124240,989,'_elementor_edit_mode','builder'),(124241,989,'_elementor_template_type','post'),(124249,989,'_elementor_data','[{\"id\":\"b364866\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b626117\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf23d66\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"instagram\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(124255,989,'_elementor_version','0.4'),(124258,36,'_elementor_edit_mode','builder'),(124259,36,'_elementor_template_type','post'),(124267,36,'_elementor_data','[{\"id\":\"d17e990\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f168b91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2797b34\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(124273,36,'_elementor_version','0.4'),(124276,38,'_elementor_edit_mode','builder'),(124277,38,'_elementor_template_type','post'),(124285,38,'_elementor_data','[{\"id\":\"767b778\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"cddc58f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c936e23\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(124291,38,'_elementor_version','0.4'),(124366,38,'hide_header_and_menu','0'),(124367,38,'_hide_header_and_menu','field_523384ce34a85'),(124368,38,'footer_playlist','null'),(124369,38,'_footer_playlist','footer_playlist'),(124370,38,'footer_podcast','null'),(124371,38,'_footer_podcast','footer_podcast'),(124372,38,'banner_inherit_setting','0'),(124373,38,'_banner_inherit_setting','banner_inherit_setting'),(124374,38,'page_banner_subtitle_font_color',''),(124375,38,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(124376,38,'content_banner_overlap','0'),(124377,38,'_content_banner_overlap','field_54ce55f555a02311'),(124379,902,'_elementor_edit_mode','builder'),(124380,902,'_elementor_template_type','post'),(124388,902,'_elementor_data','[{\"id\":\"f1747ee\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8045f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"87794ea\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"artists-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(124394,902,'_elementor_version','0.4'),(124397,1742,'_elementor_edit_mode','builder'),(124398,1742,'_elementor_template_type','post'),(124406,1742,'_elementor_data','[{\"id\":\"34bd98e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b4582b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8b93943\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"artists-grid-filters\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(124412,1742,'_elementor_version','0.4'),(124415,1737,'_elementor_edit_mode','builder'),(124416,1737,'_elementor_template_type','post'),(124424,1737,'_elementor_data','[{\"id\":\"bb5424a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"200\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"11c6ba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e2649f2\",\"elType\":\"widget\",\"settings\":{\"grid_post_type\":\"artist\",\"parallax_speed\":\"2, -2, 1\"},\"elements\":[],\"widgetType\":\"parallaxgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(124430,1737,'_elementor_version','0.4'),(124449,1733,'_elementor_edit_mode','builder'),(124450,1733,'_elementor_template_type','post'),(124458,1733,'_elementor_data','[{\"id\":\"12a808d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"895ed5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"88e490e\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"artists-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(124464,1733,'_elementor_version','0.4'),(124527,1802,'footer_podcast','null'),(124528,1802,'_footer_podcast','footer_podcast'),(124529,1802,'banner_inherit_setting','0'),(124530,1802,'_banner_inherit_setting','banner_inherit_setting'),(124531,1802,'page_banner_subtitle_font_color',''),(124532,1802,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(124533,1802,'content_banner_overlap','0'),(124534,1802,'_content_banner_overlap','field_54ce55f555a02311'),(124535,1802,'_elementor_edit_mode','builder'),(124536,1802,'_elementor_template_type','post'),(124537,1802,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am Soundman\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_size\":\"contain\"},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeIn\",\"_animation_delay\":900,\"color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"text_color\":\"#ffffff\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8f25cb9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":35},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#ffffff\",\"align\":\"left\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":630},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#ffffff\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2017\\/04\\/Wyclef_square.jpg\",\"id\":1464},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd1998c\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":317},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":852},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ab6967\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44b5e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b6fe7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":0,\"bottom\":\"-11\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e4ee14c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"8f8b8d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"color_link\":\"#ffffff\",\"background_color\":\"#000000\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_position\":\"center right\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"710307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"title_color\":\"#ffffff\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeIn\",\"text_color\":\"#ffffff\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(124543,1802,'_elementor_version','0.4'),(124884,1835,'_elementor_edit_mode','builder'),(124885,1835,'_elementor_template_type','post'),(124893,1835,'_elementor_data','[{\"id\":\"e7e0b0c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b347ad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d1cf23e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df7923\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"443a47b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5b306546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"399fa6b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640c1627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e431\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e8ac95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"8e549bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4cb67207\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cfe67b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a2af32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(124899,1835,'_elementor_version','0.4'),(125038,3275,'fw_options','a:0:{}'),(125039,3275,'_wp_page_template','default'),(125040,3275,'_elementor_edit_mode','builder'),(125041,3275,'_elementor_template_type','post'),(125042,3275,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b29a2b8\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"81b468e\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"a33c35a\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook-official\",\"_id\":\"e4fbacb\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"},\"_id\":\"893e8a8\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color_hover\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":21},\"text_color_hover\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"icon_typography_font_weight\":\"600\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":2.1}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(125043,3275,'_elementor_version','0.4'),(125055,29,'_elementor_edit_mode','builder'),(125056,29,'_elementor_template_type','post'),(125064,29,'_elementor_data','[{\"id\":\"2ec373fc\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3cb2f6dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4bf15157\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"334fefbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"_inline_size_tablet\":100,\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ba726f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66829d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35ab14d5\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(12,12,12,0.17)\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#3f3f3f\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"field_bg_focus\":\"rgba(255,255,255,0.24)\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"7d450e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.74},\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c83a1dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5efd5c07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55038e65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(125070,29,'_elementor_version','0.4'),(125115,1861,'_elementor_edit_mode','builder'),(125116,1861,'_elementor_template_type','post'),(125184,1861,'footer_podcast','null'),(125185,1861,'_footer_podcast','footer_podcast'),(125186,1861,'banner_inherit_setting','0'),(125187,1861,'_banner_inherit_setting','banner_inherit_setting'),(125188,1861,'page_banner_subtitle_font_color',''),(125189,1861,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(125190,1861,'content_banner_overlap','0'),(125191,1861,'_content_banner_overlap','field_54ce55f555a02311'),(125192,1861,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"963c2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/hero-oulander.png\",\"id\":3826},\"width_mobile\":{\"unit\":\"%\",\"size\":60}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(12,12,12,0.17)\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#3f3f3f\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"field_bg_focus\":\"rgba(255,255,255,0.24)\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(125198,1861,'_elementor_version','0.4'),(125429,29,'hide_header_and_menu','0'),(125430,29,'_hide_header_and_menu','field_523384ce34a85'),(125431,29,'footer_playlist','null'),(125432,29,'_footer_playlist','footer_playlist'),(125433,29,'footer_podcast','null'),(125434,29,'_footer_podcast','footer_podcast'),(125435,29,'banner_inherit_setting','0'),(125436,29,'_banner_inherit_setting','banner_inherit_setting'),(125437,29,'page_banner_subtitle_font_color',''),(125438,29,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(125439,29,'content_banner_overlap','0'),(125440,29,'_content_banner_overlap','field_54ce55f555a02311'),(125500,27,'footer_podcast','null'),(125501,27,'_footer_podcast','footer_podcast'),(125502,27,'banner_inherit_setting','0'),(125503,27,'_banner_inherit_setting','banner_inherit_setting'),(125504,27,'page_banner_subtitle_font_color',''),(125505,27,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(125506,27,'content_banner_overlap','0'),(125507,27,'_content_banner_overlap','field_54ce55f555a02311'),(125508,27,'_elementor_edit_mode','builder'),(125509,27,'_elementor_template_type','post'),(125510,27,'_elementor_data','[{\"id\":\"e410f2d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3786},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"f8134a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"top\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5a2c03a\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_icon\":\"\",\"sr_dch_first_title\":\"Donate &\",\"sr_dch_last_title\":\"Support\",\"sr_dch_subtext\":\"\",\"sr_dch_container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_border_color\":\"#ffffff\",\"sr_dch_base_title_color\":\"#ffffff\",\"sr_dch_icon_size\":{\"unit\":\"px\",\"size\":42},\"sr_dch_icon_color\":\"#ffffff\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"0e08f02\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":20},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"27ed2c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"ba57ef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"80c60a6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SONAAR HAS ALWAYS SUBSCRIBED TO THE PRINCIPLE THAT MUSIC SHOULD BE MADE AVAILABLE TO ANYONE FREE OF CHARGE. THAT\\u2019S WHY WE GIVE YOU THIS ALBUM FOR FREE. IF YOU ARE IN A POSITION TO BE ABLE TO SUPPORT THIS PERSONAL POLICY OF FREE MUSIC AND HELP US CONTINUE ON THIS PATH, THERE\\u2019S AN OPTION TO MAKE A DONATION OF YOUR CHOOSING HERE.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32a98de\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"form\\\" style=\\\"text-align: center;\\\"><form action=\\\"https:\\/\\/www.paypal.com\\/cgi-bin\\/webscr\\\" method=\\\"post\\\" target=\\\"_top\\\"><input name=\\\"cmd\\\" type=\\\"hidden\\\" value=\\\"_s-xclick\\\" \\/><input name=\\\"hosted_button_id\\\" type=\\\"hidden\\\" value=\\\"7798XY7PAM2P6\\\" \\/><input alt=\\\"PayPal - The safer, easier way to pay online!\\\" name=\\\"submit\\\" src=\\\"https:\\/\\/www.paypalobjects.com\\/en_US\\/i\\/btn\\/btn_donateCC_LG.gif\\\" type=\\\"image\\\" \\/><img src=\\\"https:\\/\\/www.paypalobjects.com\\/en_US\\/i\\/scr\\/pixel.gif\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" border=\\\"0\\\" \\/><\\/form><\\/div>\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"248c0cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(125516,27,'_elementor_version','0.4'),(125754,40,'footer_podcast','null'),(125755,40,'_footer_podcast','footer_podcast'),(125756,40,'banner_inherit_setting','0'),(125757,40,'_banner_inherit_setting','banner_inherit_setting'),(125758,40,'page_banner_subtitle_font_color','#ffffff'),(125759,40,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(125760,40,'content_banner_overlap','0'),(125761,40,'_content_banner_overlap','field_54ce55f555a02311'),(125762,40,'_elementor_edit_mode','builder'),(125763,40,'_elementor_template_type','post'),(125764,40,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91632fe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"26ba0af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"lightbox\":\"yes\",\"image_overlay_custom_dimension\":{\"width\":\"200\",\"height\":\"300\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1ffa7a\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b6c5845\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3786},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(125770,40,'_elementor_version','0.4'),(125780,40,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(125781,40,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543872352'),(125839,1938,'_elementor_edit_mode','builder'),(125840,1938,'_elementor_template_type','post'),(125848,1938,'_elementor_data','[{\"id\":\"83efac5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"content_position\":\"middle\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":56},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"3f24cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d61d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8658d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"5eea2de\",\"elType\":\"widget\",\"settings\":{\"title\":\"this website<br>is coming<br>\\nsoon.\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ffffff\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":2.7},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_font_size\":{\"unit\":\"px\",\"size\":60},\"align_mobile\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4159406\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8bc6894\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"title_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9bc0a72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"f800bfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"87a0b56\",\"elType\":\"widget\",\"settings\":{\"sonaar_mailchimp_lists\":\"b893717c76\",\"sr_mailchimp_email_label_text\":\"\",\"sr_mailchimp_fname_show\":\"\",\"sr_mailchimp_fname_label_text\":\"First Name\",\"sr_mailchimp_lname_show\":\"\",\"sr_mailchimp_lname_label_text\":\"Last Name\",\"sr_section_mailchimp_button_text\":\"Subscribe\",\"sr_section_mailchimp_loading_text\":\"Submitting...\",\"sr_section_mailchimp_success_text\":\"You have subscribed successfully!\",\"sr_mailchimp_input_height\":{\"unit\":\"px\",\"size\":70},\"sr_mailchimp_subscribe_btn_display\":\"block\",\"sr_mailchimp_subscribe_btn_width\":{\"unit\":\"px\",\"size\":211},\"sr_mailchimp_subscribe_btn_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_mailchimp_message_alignment\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"sr_mailchimp_input_background\":\"rgba(0,0,0,0.58)\",\"sr_mailchimp_input_border_border\":\"solid\",\"sr_mailchimp_input_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"sr_mailchimp_input_border_color\":\"#ffffff\",\"sr_mailchimp_field_color\":\"#ffffff\",\"sr_mailchimp_field_placeholder_color\":\"#ffffff\",\"sr_mailchimp_label_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"sr_mailchimp_subscribe_btn_normal_text_color\":\"#000000\",\"sr_mailchimp_subscribe_btn_normal_bg_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"sonaar-mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(125854,1938,'_elementor_version','0.4'),(125921,1938,'footer_podcast','null'),(125922,1938,'_footer_podcast','footer_podcast'),(125923,1938,'banner_inherit_setting','0'),(125924,1938,'_banner_inherit_setting','banner_inherit_setting'),(125925,1938,'page_banner_subtitle_font_color',''),(125926,1938,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(125927,1938,'content_banner_overlap','0'),(125928,1938,'_content_banner_overlap','field_54ce55f555a02311'),(126084,2651,'_elementor_edit_mode','builder'),(126085,2651,'_elementor_template_type','post'),(126093,2651,'_elementor_data','[{\"id\":\"e602186\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=fKopy74weus\",\"background_video_start\":22,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.61},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"color_link_hover\":\"#ffffff\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"18c3f69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ea2cef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your site Title\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70fae49\",\"elType\":\"widget\",\"settings\":{\"title\":\"official website\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db210f5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enter website\",\"link\":{\"url\":\"..\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":20},\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#23a455\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":2000,\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d39f3be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"03ef8a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(126099,2651,'_elementor_version','0.4'),(126216,2651,'footer_playlist','1218'),(126217,2651,'_footer_playlist','footer_playlist'),(126218,2651,'footer_podcast','null'),(126219,2651,'_footer_podcast','footer_podcast'),(126220,2651,'banner_inherit_setting','0'),(126221,2651,'_banner_inherit_setting','banner_inherit_setting'),(126222,2651,'page_banner_subtitle_font_color',''),(126223,2651,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(126224,2651,'content_banner_overlap','0'),(126225,2651,'_content_banner_overlap','field_54ce55f555a02311'),(127082,550,'_wp_page_template','default'),(127083,3367,'page_logo_select','null'),(127084,3367,'_page_logo_select','field_523384ce55a99'),(127085,3367,'hide_page_title','0'),(127086,3367,'_hide_page_title','field_523382c955a73'),(127087,3367,'classic_menu_over_content','0'),(127088,3367,'_classic_menu_over_content','field_523384ce55a85'),(127089,3367,'hide_header_and_menu','0'),(127090,3367,'_hide_header_and_menu','field_523384ce34a85'),(127091,3367,'classic_menu_background',''),(127092,3367,'_classic_menu_background','field_523384ce55a84'),(127093,3367,'classic_menu_background_alpha','1'),(127094,3367,'_classic_menu_background_alpha','field_523384ce55a86'),(127095,3367,'hamburger_icon_color',''),(127096,3367,'_hamburger_icon_color','field_523384ce55a23'),(127097,3367,'background',''),(127098,3367,'_background','field_523382c955a74'),(127099,3367,'background_repeat','null'),(127100,3367,'_background_repeat','field_523382f555a75'),(127101,3367,'background_size','null'),(127102,3367,'_background_size','field_5233837455a76'),(127103,3367,'background_position','null'),(127104,3367,'_background_position','field_5233842d55a78'),(127105,3367,'content_background_color',''),(127106,3367,'_content_background_color','field_523384ce55a80'),(127107,3367,'content_background_transparency','1'),(127108,3367,'_content_background_transparency','field_523384ce55a81'),(127109,3367,'background_color',''),(127110,3367,'_background_color','field_523384ce55a79'),(127111,3367,'block_footer','null'),(127112,3367,'_block_footer','block_footer'),(127113,3367,'footer_playlist','null'),(127114,3367,'_footer_playlist','footer_playlist'),(127115,3367,'footer_podcast','null'),(127116,3367,'_footer_podcast','footer_podcast'),(127117,3367,'event_show_time','1'),(127118,3367,'_event_show_time','field_523b46ebe35ef'),(127119,3367,'event_enable_countdown','0'),(127120,3367,'_event_enable_countdown','field_523b46ebe35f0'),(127121,3367,'event_city','Montreal, Canada'),(127122,3367,'_event_city','field_51b8bf97193f8'),(127123,3367,'event_venue',''),(127124,3367,'_event_venue','field_51b8bfa8193f9'),(127125,3367,'event_map_label','Google Map'),(127126,3367,'_event_map_label','field_51b8bfbf193fb'),(127127,3367,'event_map',''),(127128,3367,'_event_map','field_51b8bfbf193fa'),(127129,3367,'event_call_action_0_event_action_label_rp','Buy Tickets'),(127130,3367,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(127131,3367,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(127132,3367,'_event_call_action_0_event_link_rp','event_link_rp'),(127133,3367,'event_call_action','1'),(127134,3367,'_event_call_action','event_call_action'),(127135,3367,'artist_at_event','a:1:{i:0;s:4:\"1146\";}'),(127136,3367,'_artist_at_event','field_548d3d5415e41'),(127137,3367,'alb_link_external',''),(127138,3367,'_alb_link_external','field_523b66d6f2382'),(127139,3367,'banner_inherit_setting','0'),(127140,3367,'_banner_inherit_setting','banner_inherit_setting'),(127141,3367,'banner_background_type','null'),(127142,3367,'_banner_background_type','field_54ce55f555a01'),(127143,3367,'banner_fullscreen','0'),(127144,3367,'_banner_fullscreen','field_54ce55f555a05'),(127145,3367,'banner_height','0'),(127146,3367,'_banner_height','field_54ce55f555a06'),(127147,3367,'banner_content_type','default-content'),(127148,3367,'_banner_content_type','field_54ce55f555a13'),(127149,3367,'banner_title',''),(127150,3367,'_banner_title','field_54ce55f555a07'),(127151,3367,'banner_subtitle',''),(127152,3367,'_banner_subtitle','field_54ce55f555a08'),(127153,3367,'banner_horizontal_content_alignment','centered'),(127154,3367,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(127155,3367,'banner_font_color',''),(127156,3367,'_banner_font_color','field_54ce55f555a12'),(127157,3367,'page_banner_subtitle_font_color',''),(127158,3367,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127159,3367,'content_banner_overlap','0'),(127160,3367,'_content_banner_overlap','field_54ce55f555a02311'),(127161,3367,'fw_options','a:0:{}'),(127162,550,'footer_podcast','null'),(127163,550,'_footer_podcast','footer_podcast'),(127164,550,'banner_inherit_setting','0'),(127165,550,'_banner_inherit_setting','banner_inherit_setting'),(127166,550,'page_banner_subtitle_font_color',''),(127167,550,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127168,550,'content_banner_overlap','0'),(127169,550,'_content_banner_overlap','field_54ce55f555a02311'),(127170,540,'_wp_page_template','default'),(127171,3368,'page_logo_select','null'),(127172,3368,'_page_logo_select','field_523384ce55a99'),(127173,3368,'hide_page_title','0'),(127174,3368,'_hide_page_title','field_523382c955a73'),(127175,3368,'classic_menu_over_content','0'),(127176,3368,'_classic_menu_over_content','field_523384ce55a85'),(127177,3368,'hide_header_and_menu','0'),(127178,3368,'_hide_header_and_menu','field_523384ce34a85'),(127179,3368,'classic_menu_background',''),(127180,3368,'_classic_menu_background','field_523384ce55a84'),(127181,3368,'classic_menu_background_alpha','1'),(127182,3368,'_classic_menu_background_alpha','field_523384ce55a86'),(127183,3368,'hamburger_icon_color',''),(127184,3368,'_hamburger_icon_color','field_523384ce55a23'),(127185,3368,'background',''),(127186,3368,'_background','field_523382c955a74'),(127187,3368,'background_repeat','null'),(127188,3368,'_background_repeat','field_523382f555a75'),(127189,3368,'background_size','null'),(127190,3368,'_background_size','field_5233837455a76'),(127191,3368,'background_position','null'),(127192,3368,'_background_position','field_5233842d55a78'),(127193,3368,'content_background_color',''),(127194,3368,'_content_background_color','field_523384ce55a80'),(127195,3368,'content_background_transparency','1'),(127196,3368,'_content_background_transparency','field_523384ce55a81'),(127197,3368,'background_color',''),(127198,3368,'_background_color','field_523384ce55a79'),(127199,3368,'block_footer','null'),(127200,3368,'_block_footer','block_footer'),(127201,3368,'footer_playlist','null'),(127202,3368,'_footer_playlist','footer_playlist'),(127203,3368,'footer_podcast','null'),(127204,3368,'_footer_podcast','footer_podcast'),(127205,3368,'event_show_time','1'),(127206,3368,'_event_show_time','field_523b46ebe35ef'),(127207,3368,'event_enable_countdown','0'),(127208,3368,'_event_enable_countdown','field_523b46ebe35f0'),(127209,3368,'event_city','Toronto, Canada'),(127210,3368,'_event_city','field_51b8bf97193f8'),(127211,3368,'event_venue',''),(127212,3368,'_event_venue','field_51b8bfa8193f9'),(127213,3368,'event_map_label','Google Map'),(127214,3368,'_event_map_label','field_51b8bfbf193fb'),(127215,3368,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(127216,3368,'_event_map','field_51b8bfbf193fa'),(127217,3368,'event_call_action_0_event_action_label_rp','Buy Tickets'),(127218,3368,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(127219,3368,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(127220,3368,'_event_call_action_0_event_link_rp','event_link_rp'),(127221,3368,'event_call_action','1'),(127222,3368,'_event_call_action','event_call_action'),(127223,3368,'artist_at_event','a:2:{i:0;s:4:\"1177\";i:1;s:4:\"1146\";}'),(127224,3368,'_artist_at_event','field_548d3d5415e41'),(127225,3368,'alb_link_external',''),(127226,3368,'_alb_link_external','field_523b66d6f2382'),(127227,3368,'banner_inherit_setting','0'),(127228,3368,'_banner_inherit_setting','banner_inherit_setting'),(127229,3368,'banner_background_type','null'),(127230,3368,'_banner_background_type','field_54ce55f555a01'),(127231,3368,'banner_fullscreen','0'),(127232,3368,'_banner_fullscreen','field_54ce55f555a05'),(127233,3368,'banner_height','0'),(127234,3368,'_banner_height','field_54ce55f555a06'),(127235,3368,'banner_content_type','default-content'),(127236,3368,'_banner_content_type','field_54ce55f555a13'),(127237,3368,'banner_title',''),(127238,3368,'_banner_title','field_54ce55f555a07'),(127239,3368,'banner_subtitle',''),(127240,3368,'_banner_subtitle','field_54ce55f555a08'),(127241,3368,'banner_horizontal_content_alignment','centered'),(127242,3368,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(127243,3368,'banner_font_color',''),(127244,3368,'_banner_font_color','field_54ce55f555a12'),(127245,3368,'page_banner_subtitle_font_color',''),(127246,3368,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127247,3368,'content_banner_overlap','0'),(127248,3368,'_content_banner_overlap','field_54ce55f555a02311'),(127249,3368,'fw_options','a:0:{}'),(127250,540,'footer_podcast','null'),(127251,540,'_footer_podcast','footer_podcast'),(127252,540,'banner_inherit_setting','0'),(127253,540,'_banner_inherit_setting','banner_inherit_setting'),(127254,540,'page_banner_subtitle_font_color',''),(127255,540,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127256,540,'content_banner_overlap','0'),(127257,540,'_content_banner_overlap','field_54ce55f555a02311'),(127258,548,'_wp_page_template','default'),(127259,3369,'page_logo_select','null'),(127260,3369,'_page_logo_select','field_523384ce55a99'),(127261,3369,'hide_page_title','0'),(127262,3369,'_hide_page_title','field_523382c955a73'),(127263,3369,'classic_menu_over_content','0'),(127264,3369,'_classic_menu_over_content','field_523384ce55a85'),(127265,3369,'hide_header_and_menu','0'),(127266,3369,'_hide_header_and_menu','field_523384ce34a85'),(127267,3369,'classic_menu_background',''),(127268,3369,'_classic_menu_background','field_523384ce55a84'),(127269,3369,'classic_menu_background_alpha','1'),(127270,3369,'_classic_menu_background_alpha','field_523384ce55a86'),(127271,3369,'hamburger_icon_color',''),(127272,3369,'_hamburger_icon_color','field_523384ce55a23'),(127273,3369,'background',''),(127274,3369,'_background','field_523382c955a74'),(127275,3369,'background_repeat','null'),(127276,3369,'_background_repeat','field_523382f555a75'),(127277,3369,'background_size','null'),(127278,3369,'_background_size','field_5233837455a76'),(127279,3369,'background_position','null'),(127280,3369,'_background_position','field_5233842d55a78'),(127281,3369,'content_background_color',''),(127282,3369,'_content_background_color','field_523384ce55a80'),(127283,3369,'content_background_transparency','1'),(127284,3369,'_content_background_transparency','field_523384ce55a81'),(127285,3369,'background_color',''),(127286,3369,'_background_color','field_523384ce55a79'),(127287,3369,'block_footer','null'),(127288,3369,'_block_footer','block_footer'),(127289,3369,'footer_playlist','null'),(127290,3369,'_footer_playlist','footer_playlist'),(127291,3369,'footer_podcast','null'),(127292,3369,'_footer_podcast','footer_podcast'),(127293,3369,'event_show_time','1'),(127294,3369,'_event_show_time','field_523b46ebe35ef'),(127295,3369,'event_enable_countdown','0'),(127296,3369,'_event_enable_countdown','field_523b46ebe35f0'),(127297,3369,'event_city','Dublin, Ireland'),(127298,3369,'_event_city','field_51b8bf97193f8'),(127299,3369,'event_venue',''),(127300,3369,'_event_venue','field_51b8bfa8193f9'),(127301,3369,'event_map_label','Google Map'),(127302,3369,'_event_map_label','field_51b8bfbf193fb'),(127303,3369,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(127304,3369,'_event_map','field_51b8bfbf193fa'),(127305,3369,'event_call_action_0_event_action_label_rp','Buy Tickets'),(127306,3369,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(127307,3369,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(127308,3369,'_event_call_action_0_event_link_rp','event_link_rp'),(127309,3369,'event_call_action','1'),(127310,3369,'_event_call_action','event_call_action'),(127311,3369,'artist_at_event','a:1:{i:0;s:4:\"1196\";}'),(127312,3369,'_artist_at_event','field_548d3d5415e41'),(127313,3369,'alb_link_external',''),(127314,3369,'_alb_link_external','field_523b66d6f2382'),(127315,3369,'banner_inherit_setting','0'),(127316,3369,'_banner_inherit_setting','banner_inherit_setting'),(127317,3369,'banner_background_type','null'),(127318,3369,'_banner_background_type','field_54ce55f555a01'),(127319,3369,'banner_fullscreen','0'),(127320,3369,'_banner_fullscreen','field_54ce55f555a05'),(127321,3369,'banner_height','0'),(127322,3369,'_banner_height','field_54ce55f555a06'),(127323,3369,'banner_content_type','default-content'),(127324,3369,'_banner_content_type','field_54ce55f555a13'),(127325,3369,'banner_title',''),(127326,3369,'_banner_title','field_54ce55f555a07'),(127327,3369,'banner_subtitle',''),(127328,3369,'_banner_subtitle','field_54ce55f555a08'),(127329,3369,'banner_horizontal_content_alignment','centered'),(127330,3369,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(127331,3369,'banner_font_color',''),(127332,3369,'_banner_font_color','field_54ce55f555a12'),(127333,3369,'page_banner_subtitle_font_color',''),(127334,3369,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127335,3369,'content_banner_overlap','0'),(127336,3369,'_content_banner_overlap','field_54ce55f555a02311'),(127337,3369,'fw_options','a:0:{}'),(127338,548,'footer_podcast','null'),(127339,548,'_footer_podcast','footer_podcast'),(127340,548,'banner_inherit_setting','0'),(127341,548,'_banner_inherit_setting','banner_inherit_setting'),(127342,548,'page_banner_subtitle_font_color',''),(127343,548,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127344,548,'content_banner_overlap','0'),(127345,548,'_content_banner_overlap','field_54ce55f555a02311'),(127346,546,'_wp_page_template','default'),(127347,3370,'page_logo_select','null'),(127348,3370,'_page_logo_select','field_523384ce55a99'),(127349,3370,'hide_page_title','0'),(127350,3370,'_hide_page_title','field_523382c955a73'),(127351,3370,'classic_menu_over_content','0'),(127352,3370,'_classic_menu_over_content','field_523384ce55a85'),(127353,3370,'hide_header_and_menu','0'),(127354,3370,'_hide_header_and_menu','field_523384ce34a85'),(127355,3370,'classic_menu_background',''),(127356,3370,'_classic_menu_background','field_523384ce55a84'),(127357,3370,'classic_menu_background_alpha','1'),(127358,3370,'_classic_menu_background_alpha','field_523384ce55a86'),(127359,3370,'hamburger_icon_color',''),(127360,3370,'_hamburger_icon_color','field_523384ce55a23'),(127361,3370,'background',''),(127362,3370,'_background','field_523382c955a74'),(127363,3370,'background_repeat','null'),(127364,3370,'_background_repeat','field_523382f555a75'),(127365,3370,'background_size','null'),(127366,3370,'_background_size','field_5233837455a76'),(127367,3370,'background_position','null'),(127368,3370,'_background_position','field_5233842d55a78'),(127369,3370,'content_background_color',''),(127370,3370,'_content_background_color','field_523384ce55a80'),(127371,3370,'content_background_transparency','1'),(127372,3370,'_content_background_transparency','field_523384ce55a81'),(127373,3370,'background_color',''),(127374,3370,'_background_color','field_523384ce55a79'),(127375,3370,'block_footer','null'),(127376,3370,'_block_footer','block_footer'),(127377,3370,'footer_playlist','null'),(127378,3370,'_footer_playlist','footer_playlist'),(127379,3370,'footer_podcast','null'),(127380,3370,'_footer_podcast','footer_podcast'),(127381,3370,'event_show_time','1'),(127382,3370,'_event_show_time','field_523b46ebe35ef'),(127383,3370,'event_enable_countdown','0'),(127384,3370,'_event_enable_countdown','field_523b46ebe35f0'),(127385,3370,'event_city','London, United Kingdom'),(127386,3370,'_event_city','field_51b8bf97193f8'),(127387,3370,'event_venue',''),(127388,3370,'_event_venue','field_51b8bfa8193f9'),(127389,3370,'event_map_label','Google Map'),(127390,3370,'_event_map_label','field_51b8bfbf193fb'),(127391,3370,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(127392,3370,'_event_map','field_51b8bfbf193fa'),(127393,3370,'event_call_action_0_event_action_label_rp','Buy Tickets'),(127394,3370,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(127395,3370,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(127396,3370,'_event_call_action_0_event_link_rp','event_link_rp'),(127397,3370,'event_call_action','1'),(127398,3370,'_event_call_action','event_call_action'),(127399,3370,'artist_at_event','a:1:{i:0;s:4:\"1177\";}'),(127400,3370,'_artist_at_event','field_548d3d5415e41'),(127401,3370,'alb_link_external',''),(127402,3370,'_alb_link_external','field_523b66d6f2382'),(127403,3370,'banner_inherit_setting','0'),(127404,3370,'_banner_inherit_setting','banner_inherit_setting'),(127405,3370,'banner_background_type','null'),(127406,3370,'_banner_background_type','field_54ce55f555a01'),(127407,3370,'banner_fullscreen','0'),(127408,3370,'_banner_fullscreen','field_54ce55f555a05'),(127409,3370,'banner_height','0'),(127410,3370,'_banner_height','field_54ce55f555a06'),(127411,3370,'banner_content_type','default-content'),(127412,3370,'_banner_content_type','field_54ce55f555a13'),(127413,3370,'banner_title',''),(127414,3370,'_banner_title','field_54ce55f555a07'),(127415,3370,'banner_subtitle',''),(127416,3370,'_banner_subtitle','field_54ce55f555a08'),(127417,3370,'banner_horizontal_content_alignment','centered'),(127418,3370,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(127419,3370,'banner_font_color',''),(127420,3370,'_banner_font_color','field_54ce55f555a12'),(127421,3370,'page_banner_subtitle_font_color',''),(127422,3370,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127423,3370,'content_banner_overlap','0'),(127424,3370,'_content_banner_overlap','field_54ce55f555a02311'),(127425,3370,'fw_options','a:0:{}'),(127426,546,'footer_podcast','null'),(127427,546,'_footer_podcast','footer_podcast'),(127428,546,'banner_inherit_setting','0'),(127429,546,'_banner_inherit_setting','banner_inherit_setting'),(127430,546,'page_banner_subtitle_font_color',''),(127431,546,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127432,546,'content_banner_overlap','0'),(127433,546,'_content_banner_overlap','field_54ce55f555a02311'),(127434,542,'_wp_page_template','default'),(127435,3371,'page_logo_select','null'),(127436,3371,'_page_logo_select','field_523384ce55a99'),(127437,3371,'hide_page_title','0'),(127438,3371,'_hide_page_title','field_523382c955a73'),(127439,3371,'classic_menu_over_content','0'),(127440,3371,'_classic_menu_over_content','field_523384ce55a85'),(127441,3371,'hide_header_and_menu','0'),(127442,3371,'_hide_header_and_menu','field_523384ce34a85'),(127443,3371,'classic_menu_background',''),(127444,3371,'_classic_menu_background','field_523384ce55a84'),(127445,3371,'classic_menu_background_alpha','1'),(127446,3371,'_classic_menu_background_alpha','field_523384ce55a86'),(127447,3371,'hamburger_icon_color',''),(127448,3371,'_hamburger_icon_color','field_523384ce55a23'),(127449,3371,'background',''),(127450,3371,'_background','field_523382c955a74'),(127451,3371,'background_repeat','null'),(127452,3371,'_background_repeat','field_523382f555a75'),(127453,3371,'background_size','null'),(127454,3371,'_background_size','field_5233837455a76'),(127455,3371,'background_position','null'),(127456,3371,'_background_position','field_5233842d55a78'),(127457,3371,'content_background_color',''),(127458,3371,'_content_background_color','field_523384ce55a80'),(127459,3371,'content_background_transparency','1'),(127460,3371,'_content_background_transparency','field_523384ce55a81'),(127461,3371,'background_color',''),(127462,3371,'_background_color','field_523384ce55a79'),(127463,3371,'block_footer','null'),(127464,3371,'_block_footer','block_footer'),(127465,3371,'footer_playlist','null'),(127466,3371,'_footer_playlist','footer_playlist'),(127467,3371,'footer_podcast','null'),(127468,3371,'_footer_podcast','footer_podcast'),(127469,3371,'event_show_time','1'),(127470,3371,'_event_show_time','field_523b46ebe35ef'),(127471,3371,'event_enable_countdown','0'),(127472,3371,'_event_enable_countdown','field_523b46ebe35f0'),(127473,3371,'event_city','Veinna, Austria'),(127474,3371,'_event_city','field_51b8bf97193f8'),(127475,3371,'event_venue',''),(127476,3371,'_event_venue','field_51b8bfa8193f9'),(127477,3371,'event_map_label','Google Map'),(127478,3371,'_event_map_label','field_51b8bfbf193fb'),(127479,3371,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(127480,3371,'_event_map','field_51b8bfbf193fa'),(127481,3371,'event_call_action_0_event_action_label_rp','Buy Tickets'),(127482,3371,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(127483,3371,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(127484,3371,'_event_call_action_0_event_link_rp','event_link_rp'),(127485,3371,'event_call_action','1'),(127486,3371,'_event_call_action','event_call_action'),(127487,3371,'artist_at_event','a:3:{i:0;s:4:\"1148\";i:1;s:4:\"1192\";i:2;s:4:\"1190\";}'),(127488,3371,'_artist_at_event','field_548d3d5415e41'),(127489,3371,'alb_link_external',''),(127490,3371,'_alb_link_external','field_523b66d6f2382'),(127491,3371,'banner_inherit_setting','0'),(127492,3371,'_banner_inherit_setting','banner_inherit_setting'),(127493,3371,'banner_background_type','null'),(127494,3371,'_banner_background_type','field_54ce55f555a01'),(127495,3371,'banner_fullscreen','0'),(127496,3371,'_banner_fullscreen','field_54ce55f555a05'),(127497,3371,'banner_height','0'),(127498,3371,'_banner_height','field_54ce55f555a06'),(127499,3371,'banner_content_type','default-content'),(127500,3371,'_banner_content_type','field_54ce55f555a13'),(127501,3371,'banner_title',''),(127502,3371,'_banner_title','field_54ce55f555a07'),(127503,3371,'banner_subtitle',''),(127504,3371,'_banner_subtitle','field_54ce55f555a08'),(127505,3371,'banner_horizontal_content_alignment','centered'),(127506,3371,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(127507,3371,'banner_font_color',''),(127508,3371,'_banner_font_color','field_54ce55f555a12'),(127509,3371,'page_banner_subtitle_font_color',''),(127510,3371,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127511,3371,'content_banner_overlap','0'),(127512,3371,'_content_banner_overlap','field_54ce55f555a02311'),(127513,3371,'fw_options','a:0:{}'),(127514,542,'footer_podcast','null'),(127515,542,'_footer_podcast','footer_podcast'),(127516,542,'banner_inherit_setting','0'),(127517,542,'_banner_inherit_setting','banner_inherit_setting'),(127518,542,'page_banner_subtitle_font_color',''),(127519,542,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127520,542,'content_banner_overlap','0'),(127521,542,'_content_banner_overlap','field_54ce55f555a02311'),(127522,549,'_wp_page_template','default'),(127523,3372,'page_logo_select','null'),(127524,3372,'_page_logo_select','field_523384ce55a99'),(127525,3372,'hide_page_title','0'),(127526,3372,'_hide_page_title','field_523382c955a73'),(127527,3372,'classic_menu_over_content','0'),(127528,3372,'_classic_menu_over_content','field_523384ce55a85'),(127529,3372,'hide_header_and_menu','0'),(127530,3372,'_hide_header_and_menu','field_523384ce34a85'),(127531,3372,'classic_menu_background',''),(127532,3372,'_classic_menu_background','field_523384ce55a84'),(127533,3372,'classic_menu_background_alpha','1'),(127534,3372,'_classic_menu_background_alpha','field_523384ce55a86'),(127535,3372,'hamburger_icon_color',''),(127536,3372,'_hamburger_icon_color','field_523384ce55a23'),(127537,3372,'background',''),(127538,3372,'_background','field_523382c955a74'),(127539,3372,'background_repeat','null'),(127540,3372,'_background_repeat','field_523382f555a75'),(127541,3372,'background_size','null'),(127542,3372,'_background_size','field_5233837455a76'),(127543,3372,'background_position','null'),(127544,3372,'_background_position','field_5233842d55a78'),(127545,3372,'content_background_color',''),(127546,3372,'_content_background_color','field_523384ce55a80'),(127547,3372,'content_background_transparency','1'),(127548,3372,'_content_background_transparency','field_523384ce55a81'),(127549,3372,'background_color',''),(127550,3372,'_background_color','field_523384ce55a79'),(127551,3372,'block_footer','null'),(127552,3372,'_block_footer','block_footer'),(127553,3372,'footer_playlist','null'),(127554,3372,'_footer_playlist','footer_playlist'),(127555,3372,'footer_podcast','null'),(127556,3372,'_footer_podcast','footer_podcast'),(127557,3372,'event_show_time','1'),(127558,3372,'_event_show_time','field_523b46ebe35ef'),(127559,3372,'event_enable_countdown','0'),(127560,3372,'_event_enable_countdown','field_523b46ebe35f0'),(127561,3372,'event_city','Houston, US'),(127562,3372,'_event_city','field_51b8bf97193f8'),(127563,3372,'event_venue',''),(127564,3372,'_event_venue','field_51b8bfa8193f9'),(127565,3372,'event_map_label','Google Map'),(127566,3372,'_event_map_label','field_51b8bfbf193fb'),(127567,3372,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(127568,3372,'_event_map','field_51b8bfbf193fa'),(127569,3372,'event_call_action_0_event_action_label_rp','Buy Tickets'),(127570,3372,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(127571,3372,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(127572,3372,'_event_call_action_0_event_link_rp','event_link_rp'),(127573,3372,'event_call_action','1'),(127574,3372,'_event_call_action','event_call_action'),(127575,3372,'artist_at_event','a:1:{i:0;s:4:\"1192\";}'),(127576,3372,'_artist_at_event','field_548d3d5415e41'),(127577,3372,'alb_link_external',''),(127578,3372,'_alb_link_external','field_523b66d6f2382'),(127579,3372,'banner_inherit_setting','0'),(127580,3372,'_banner_inherit_setting','banner_inherit_setting'),(127581,3372,'banner_background_type','null'),(127582,3372,'_banner_background_type','field_54ce55f555a01'),(127583,3372,'banner_fullscreen','0'),(127584,3372,'_banner_fullscreen','field_54ce55f555a05'),(127585,3372,'banner_height','0'),(127586,3372,'_banner_height','field_54ce55f555a06'),(127587,3372,'banner_content_type','default-content'),(127588,3372,'_banner_content_type','field_54ce55f555a13'),(127589,3372,'banner_title',''),(127590,3372,'_banner_title','field_54ce55f555a07'),(127591,3372,'banner_subtitle',''),(127592,3372,'_banner_subtitle','field_54ce55f555a08'),(127593,3372,'banner_horizontal_content_alignment','centered'),(127594,3372,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(127595,3372,'banner_font_color',''),(127596,3372,'_banner_font_color','field_54ce55f555a12'),(127597,3372,'page_banner_subtitle_font_color',''),(127598,3372,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127599,3372,'content_banner_overlap','0'),(127600,3372,'_content_banner_overlap','field_54ce55f555a02311'),(127601,3372,'fw_options','a:0:{}'),(127602,549,'footer_podcast','null'),(127603,549,'_footer_podcast','footer_podcast'),(127604,549,'banner_inherit_setting','0'),(127605,549,'_banner_inherit_setting','banner_inherit_setting'),(127606,549,'page_banner_subtitle_font_color',''),(127607,549,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127608,549,'content_banner_overlap','0'),(127609,549,'_content_banner_overlap','field_54ce55f555a02311'),(127610,551,'_wp_page_template','default'),(127611,3373,'page_logo_select','null'),(127612,3373,'_page_logo_select','field_523384ce55a99'),(127613,3373,'hide_page_title','0'),(127614,3373,'_hide_page_title','field_523382c955a73'),(127615,3373,'classic_menu_over_content','0'),(127616,3373,'_classic_menu_over_content','field_523384ce55a85'),(127617,3373,'hide_header_and_menu','0'),(127618,3373,'_hide_header_and_menu','field_523384ce34a85'),(127619,3373,'classic_menu_background',''),(127620,3373,'_classic_menu_background','field_523384ce55a84'),(127621,3373,'classic_menu_background_alpha','1'),(127622,3373,'_classic_menu_background_alpha','field_523384ce55a86'),(127623,3373,'hamburger_icon_color',''),(127624,3373,'_hamburger_icon_color','field_523384ce55a23'),(127625,3373,'background',''),(127626,3373,'_background','field_523382c955a74'),(127627,3373,'background_repeat','null'),(127628,3373,'_background_repeat','field_523382f555a75'),(127629,3373,'background_size','null'),(127630,3373,'_background_size','field_5233837455a76'),(127631,3373,'background_position','null'),(127632,3373,'_background_position','field_5233842d55a78'),(127633,3373,'content_background_color',''),(127634,3373,'_content_background_color','field_523384ce55a80'),(127635,3373,'content_background_transparency','1'),(127636,3373,'_content_background_transparency','field_523384ce55a81'),(127637,3373,'background_color',''),(127638,3373,'_background_color','field_523384ce55a79'),(127639,3373,'block_footer','null'),(127640,3373,'_block_footer','block_footer'),(127641,3373,'footer_playlist','null'),(127642,3373,'_footer_playlist','footer_playlist'),(127643,3373,'footer_podcast','null'),(127644,3373,'_footer_podcast','footer_podcast'),(127645,3373,'event_show_time','1'),(127646,3373,'_event_show_time','field_523b46ebe35ef'),(127647,3373,'event_enable_countdown','0'),(127648,3373,'_event_enable_countdown','field_523b46ebe35f0'),(127649,3373,'event_city','New York, US'),(127650,3373,'_event_city','field_51b8bf97193f8'),(127651,3373,'event_venue',''),(127652,3373,'_event_venue','field_51b8bfa8193f9'),(127653,3373,'event_map_label','Google Map'),(127654,3373,'_event_map_label','field_51b8bfbf193fb'),(127655,3373,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(127656,3373,'_event_map','field_51b8bfbf193fa'),(127657,3373,'event_call_action_0_event_action_label_rp','Buy Tickets'),(127658,3373,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(127659,3373,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(127660,3373,'_event_call_action_0_event_link_rp','event_link_rp'),(127661,3373,'event_call_action','1'),(127662,3373,'_event_call_action','event_call_action'),(127663,3373,'artist_at_event','a:1:{i:0;s:4:\"1143\";}'),(127664,3373,'_artist_at_event','field_548d3d5415e41'),(127665,3373,'alb_link_external',''),(127666,3373,'_alb_link_external','field_523b66d6f2382'),(127667,3373,'banner_inherit_setting','0'),(127668,3373,'_banner_inherit_setting','banner_inherit_setting'),(127669,3373,'banner_background_type','null'),(127670,3373,'_banner_background_type','field_54ce55f555a01'),(127671,3373,'banner_fullscreen','0'),(127672,3373,'_banner_fullscreen','field_54ce55f555a05'),(127673,3373,'banner_height','0'),(127674,3373,'_banner_height','field_54ce55f555a06'),(127675,3373,'banner_content_type','default-content'),(127676,3373,'_banner_content_type','field_54ce55f555a13'),(127677,3373,'banner_title',''),(127678,3373,'_banner_title','field_54ce55f555a07'),(127679,3373,'banner_subtitle',''),(127680,3373,'_banner_subtitle','field_54ce55f555a08'),(127681,3373,'banner_horizontal_content_alignment','centered'),(127682,3373,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(127683,3373,'banner_font_color',''),(127684,3373,'_banner_font_color','field_54ce55f555a12'),(127685,3373,'page_banner_subtitle_font_color',''),(127686,3373,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127687,3373,'content_banner_overlap','0'),(127688,3373,'_content_banner_overlap','field_54ce55f555a02311'),(127689,3373,'fw_options','a:0:{}'),(127690,551,'footer_podcast','null'),(127691,551,'_footer_podcast','footer_podcast'),(127692,551,'banner_inherit_setting','0'),(127693,551,'_banner_inherit_setting','banner_inherit_setting'),(127694,551,'page_banner_subtitle_font_color',''),(127695,551,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127696,551,'content_banner_overlap','0'),(127697,551,'_content_banner_overlap','field_54ce55f555a02311'),(127698,532,'_wp_page_template','default'),(127699,3374,'page_logo_select','null'),(127700,3374,'_page_logo_select','field_523384ce55a99'),(127701,3374,'hide_page_title','0'),(127702,3374,'_hide_page_title','field_523382c955a73'),(127703,3374,'classic_menu_over_content','0'),(127704,3374,'_classic_menu_over_content','field_523384ce55a85'),(127705,3374,'hide_header_and_menu','0'),(127706,3374,'_hide_header_and_menu','field_523384ce34a85'),(127707,3374,'classic_menu_background',''),(127708,3374,'_classic_menu_background','field_523384ce55a84'),(127709,3374,'classic_menu_background_alpha','1'),(127710,3374,'_classic_menu_background_alpha','field_523384ce55a86'),(127711,3374,'hamburger_icon_color',''),(127712,3374,'_hamburger_icon_color','field_523384ce55a23'),(127713,3374,'background',''),(127714,3374,'_background','field_523382c955a74'),(127715,3374,'background_repeat','null'),(127716,3374,'_background_repeat','field_523382f555a75'),(127717,3374,'background_size','null'),(127718,3374,'_background_size','field_5233837455a76'),(127719,3374,'background_position','null'),(127720,3374,'_background_position','field_5233842d55a78'),(127721,3374,'content_background_color',''),(127722,3374,'_content_background_color','field_523384ce55a80'),(127723,3374,'content_background_transparency','1'),(127724,3374,'_content_background_transparency','field_523384ce55a81'),(127725,3374,'background_color',''),(127726,3374,'_background_color','field_523384ce55a79'),(127727,3374,'block_footer','null'),(127728,3374,'_block_footer','block_footer'),(127729,3374,'footer_playlist','null'),(127730,3374,'_footer_playlist','footer_playlist'),(127731,3374,'footer_podcast','null'),(127732,3374,'_footer_podcast','footer_podcast'),(127733,3374,'event_show_time','1'),(127734,3374,'_event_show_time','field_523b46ebe35ef'),(127735,3374,'event_enable_countdown','0'),(127736,3374,'_event_enable_countdown','field_523b46ebe35f0'),(127737,3374,'event_city','Hannover, Germany'),(127738,3374,'_event_city','field_51b8bf97193f8'),(127739,3374,'event_venue',''),(127740,3374,'_event_venue','field_51b8bfa8193f9'),(127741,3374,'event_map_label','Google Map'),(127742,3374,'_event_map_label','field_51b8bfbf193fb'),(127743,3374,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(127744,3374,'_event_map','field_51b8bfbf193fa'),(127745,3374,'event_call_action_0_event_action_label_rp','Buy Tickets'),(127746,3374,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(127747,3374,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(127748,3374,'_event_call_action_0_event_link_rp','event_link_rp'),(127749,3374,'event_call_action','1'),(127750,3374,'_event_call_action','event_call_action'),(127751,3374,'artist_at_event','a:2:{i:0;s:4:\"1181\";i:1;s:4:\"1179\";}'),(127752,3374,'_artist_at_event','field_548d3d5415e41'),(127753,3374,'alb_link_external',''),(127754,3374,'_alb_link_external','field_523b66d6f2382'),(127755,3374,'banner_inherit_setting','0'),(127756,3374,'_banner_inherit_setting','banner_inherit_setting'),(127757,3374,'banner_background_type','null'),(127758,3374,'_banner_background_type','field_54ce55f555a01'),(127759,3374,'banner_fullscreen','0'),(127760,3374,'_banner_fullscreen','field_54ce55f555a05'),(127761,3374,'banner_height','0'),(127762,3374,'_banner_height','field_54ce55f555a06'),(127763,3374,'banner_content_type','default-content'),(127764,3374,'_banner_content_type','field_54ce55f555a13'),(127765,3374,'banner_title',''),(127766,3374,'_banner_title','field_54ce55f555a07'),(127767,3374,'banner_subtitle',''),(127768,3374,'_banner_subtitle','field_54ce55f555a08'),(127769,3374,'banner_horizontal_content_alignment','centered'),(127770,3374,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(127771,3374,'banner_font_color',''),(127772,3374,'_banner_font_color','field_54ce55f555a12'),(127773,3374,'page_banner_subtitle_font_color',''),(127774,3374,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127775,3374,'content_banner_overlap','0'),(127776,3374,'_content_banner_overlap','field_54ce55f555a02311'),(127777,3374,'fw_options','a:0:{}'),(127778,532,'footer_podcast','null'),(127779,532,'_footer_podcast','footer_podcast'),(127780,532,'banner_inherit_setting','0'),(127781,532,'_banner_inherit_setting','banner_inherit_setting'),(127782,532,'page_banner_subtitle_font_color',''),(127783,532,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127784,532,'content_banner_overlap','0'),(127785,532,'_content_banner_overlap','field_54ce55f555a02311'),(127786,552,'_wp_page_template','default'),(127787,3375,'page_logo_select','null'),(127788,3375,'_page_logo_select','field_523384ce55a99'),(127789,3375,'hide_page_title','0'),(127790,3375,'_hide_page_title','field_523382c955a73'),(127791,3375,'classic_menu_over_content','0'),(127792,3375,'_classic_menu_over_content','field_523384ce55a85'),(127793,3375,'hide_header_and_menu','0'),(127794,3375,'_hide_header_and_menu','field_523384ce34a85'),(127795,3375,'classic_menu_background',''),(127796,3375,'_classic_menu_background','field_523384ce55a84'),(127797,3375,'classic_menu_background_alpha','1'),(127798,3375,'_classic_menu_background_alpha','field_523384ce55a86'),(127799,3375,'hamburger_icon_color',''),(127800,3375,'_hamburger_icon_color','field_523384ce55a23'),(127801,3375,'background',''),(127802,3375,'_background','field_523382c955a74'),(127803,3375,'background_repeat','null'),(127804,3375,'_background_repeat','field_523382f555a75'),(127805,3375,'background_size','null'),(127806,3375,'_background_size','field_5233837455a76'),(127807,3375,'background_position','null'),(127808,3375,'_background_position','field_5233842d55a78'),(127809,3375,'content_background_color',''),(127810,3375,'_content_background_color','field_523384ce55a80'),(127811,3375,'content_background_transparency','1'),(127812,3375,'_content_background_transparency','field_523384ce55a81'),(127813,3375,'background_color',''),(127814,3375,'_background_color','field_523384ce55a79'),(127815,3375,'block_footer','null'),(127816,3375,'_block_footer','block_footer'),(127817,3375,'footer_playlist','null'),(127818,3375,'_footer_playlist','footer_playlist'),(127819,3375,'footer_podcast','null'),(127820,3375,'_footer_podcast','footer_podcast'),(127821,3375,'event_show_time','1'),(127822,3375,'_event_show_time','field_523b46ebe35ef'),(127823,3375,'event_enable_countdown','0'),(127824,3375,'_event_enable_countdown','field_523b46ebe35f0'),(127825,3375,'event_city','Cologne, Germany'),(127826,3375,'_event_city','field_51b8bf97193f8'),(127827,3375,'event_venue',''),(127828,3375,'_event_venue','field_51b8bfa8193f9'),(127829,3375,'event_map_label','Google Map'),(127830,3375,'_event_map_label','field_51b8bfbf193fb'),(127831,3375,'event_map','https://www.google.ca/maps/@56.151925,9.3095443,8z?hl=en'),(127832,3375,'_event_map','field_51b8bfbf193fa'),(127833,3375,'event_call_action_0_event_action_label_rp','Buy Tickets'),(127834,3375,'_event_call_action_0_event_action_label_rp','event_action_label_rp'),(127835,3375,'event_call_action_0_event_link_rp','//www.eventbrite.ca'),(127836,3375,'_event_call_action_0_event_link_rp','event_link_rp'),(127837,3375,'event_call_action','1'),(127838,3375,'_event_call_action','event_call_action'),(127839,3375,'artist_at_event','a:1:{i:0;s:4:\"1143\";}'),(127840,3375,'_artist_at_event','field_548d3d5415e41'),(127841,3375,'alb_link_external',''),(127842,3375,'_alb_link_external','field_523b66d6f2382'),(127843,3375,'banner_inherit_setting','0'),(127844,3375,'_banner_inherit_setting','banner_inherit_setting'),(127845,3375,'banner_background_type','null'),(127846,3375,'_banner_background_type','field_54ce55f555a01'),(127847,3375,'banner_fullscreen','0'),(127848,3375,'_banner_fullscreen','field_54ce55f555a05'),(127849,3375,'banner_height','0'),(127850,3375,'_banner_height','field_54ce55f555a06'),(127851,3375,'banner_content_type','default-content'),(127852,3375,'_banner_content_type','field_54ce55f555a13'),(127853,3375,'banner_title',''),(127854,3375,'_banner_title','field_54ce55f555a07'),(127855,3375,'banner_subtitle',''),(127856,3375,'_banner_subtitle','field_54ce55f555a08'),(127857,3375,'banner_horizontal_content_alignment','centered'),(127858,3375,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(127859,3375,'banner_font_color',''),(127860,3375,'_banner_font_color','field_54ce55f555a12'),(127861,3375,'page_banner_subtitle_font_color',''),(127862,3375,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127863,3375,'content_banner_overlap','0'),(127864,3375,'_content_banner_overlap','field_54ce55f555a02311'),(127865,3375,'fw_options','a:0:{}'),(127866,552,'footer_podcast','null'),(127867,552,'_footer_podcast','footer_podcast'),(127868,552,'banner_inherit_setting','0'),(127869,552,'_banner_inherit_setting','banner_inherit_setting'),(127870,552,'page_banner_subtitle_font_color',''),(127871,552,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127872,552,'content_banner_overlap','0'),(127873,552,'_content_banner_overlap','field_54ce55f555a02311'),(127874,97,'_wp_page_template','default'),(127876,3376,'page_logo_select','null'),(127877,3376,'_page_logo_select','field_523384ce55a99'),(127878,3376,'hide_page_title','0'),(127879,3376,'_hide_page_title','field_523382c955a73'),(127880,3376,'classic_menu_over_content','0'),(127881,3376,'_classic_menu_over_content','field_523384ce55a85'),(127882,3376,'hide_header_and_menu','0'),(127883,3376,'_hide_header_and_menu','field_523384ce34a85'),(127884,3376,'classic_menu_background',''),(127885,3376,'_classic_menu_background','field_523384ce55a84'),(127886,3376,'classic_menu_background_alpha','1'),(127887,3376,'_classic_menu_background_alpha','field_523384ce55a86'),(127888,3376,'hamburger_icon_color',''),(127889,3376,'_hamburger_icon_color','field_523384ce55a23'),(127890,3376,'background',''),(127891,3376,'_background','field_523382c955a74'),(127892,3376,'background_repeat','null'),(127893,3376,'_background_repeat','field_523382f555a75'),(127894,3376,'background_size','null'),(127895,3376,'_background_size','field_5233837455a76'),(127896,3376,'background_position','null'),(127897,3376,'_background_position','field_5233842d55a78'),(127898,3376,'content_background_color',''),(127899,3376,'_content_background_color','field_523384ce55a80'),(127900,3376,'content_background_transparency','1'),(127901,3376,'_content_background_transparency','field_523384ce55a81'),(127902,3376,'background_color',''),(127903,3376,'_background_color','field_523384ce55a79'),(127904,3376,'block_footer','null'),(127905,3376,'_block_footer','block_footer'),(127906,3376,'footer_playlist','null'),(127907,3376,'_footer_playlist','footer_playlist'),(127908,3376,'footer_podcast','null'),(127909,3376,'_footer_podcast','footer_podcast'),(127910,3376,'banner_inherit_setting','0'),(127911,3376,'_banner_inherit_setting','banner_inherit_setting'),(127912,3376,'banner_background_type','null'),(127913,3376,'_banner_background_type','field_54ce55f555a01'),(127914,3376,'banner_fullscreen','0'),(127915,3376,'_banner_fullscreen','field_54ce55f555a05'),(127916,3376,'banner_height','0'),(127917,3376,'_banner_height','field_54ce55f555a06'),(127918,3376,'banner_content_type','default-content'),(127919,3376,'_banner_content_type','field_54ce55f555a13'),(127920,3376,'banner_title',''),(127921,3376,'_banner_title','field_54ce55f555a07'),(127922,3376,'banner_subtitle',''),(127923,3376,'_banner_subtitle','field_54ce55f555a08'),(127924,3376,'banner_horizontal_content_alignment','centered'),(127925,3376,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(127926,3376,'banner_font_color',''),(127927,3376,'_banner_font_color','field_54ce55f555a12'),(127928,3376,'page_banner_subtitle_font_color',''),(127929,3376,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127930,3376,'content_banner_overlap','0'),(127931,3376,'_content_banner_overlap','field_54ce55f555a02311'),(127932,3376,'fw_options','a:0:{}'),(127933,97,'hide_header_and_menu','0'),(127934,97,'_hide_header_and_menu','field_523384ce34a85'),(127935,97,'footer_playlist','null'),(127936,97,'_footer_playlist','footer_playlist'),(127937,97,'footer_podcast','null'),(127938,97,'_footer_podcast','footer_podcast'),(127939,97,'banner_inherit_setting','0'),(127940,97,'_banner_inherit_setting','banner_inherit_setting'),(127941,97,'page_banner_subtitle_font_color',''),(127942,97,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(127943,97,'content_banner_overlap','0'),(127944,97,'_content_banner_overlap','field_54ce55f555a02311'),(127946,3377,'page_logo_select','light'),(127947,3377,'_page_logo_select','field_523384ce55a99'),(127948,3377,'hide_page_title','0'),(127949,3377,'_hide_page_title','field_523382c955a73'),(127950,3377,'classic_menu_over_content','1'),(127951,3377,'_classic_menu_over_content','field_523384ce55a85'),(127952,3377,'hide_header_and_menu','0'),(127953,3377,'_hide_header_and_menu','field_523384ce34a85'),(127954,3377,'classic_menu_main_item_color',''),(127955,3377,'_classic_menu_main_item_color','field_523384ce55a87'),(127956,3377,'classic_menu_background',''),(127957,3377,'_classic_menu_background','field_523384ce55a84'),(127958,3377,'classic_menu_background_alpha','1'),(127959,3377,'_classic_menu_background_alpha','field_523384ce55a86'),(127960,3377,'hamburger_icon_color',''),(127961,3377,'_hamburger_icon_color','field_523384ce55a23'),(127962,3377,'background',''),(127963,3377,'_background','field_523382c955a74'),(127964,3377,'background_repeat','null'),(127965,3377,'_background_repeat','field_523382f555a75'),(127966,3377,'background_size','null'),(127967,3377,'_background_size','field_5233837455a76'),(127968,3377,'background_position','null'),(127969,3377,'_background_position','field_5233842d55a78'),(127970,3377,'content_background_color',''),(127971,3377,'_content_background_color','field_523384ce55a80'),(127972,3377,'content_background_transparency','1'),(127973,3377,'_content_background_transparency','field_523384ce55a81'),(127974,3377,'background_color',''),(127975,3377,'_background_color','field_523384ce55a79'),(127976,3377,'block_footer','null'),(127977,3377,'_block_footer','block_footer'),(127978,3377,'footer_playlist','null'),(127979,3377,'_footer_playlist','footer_playlist'),(127980,3377,'footer_podcast','null'),(127981,3377,'_footer_podcast','footer_podcast'),(127982,3377,'banner_inherit_setting','0'),(127983,3377,'_banner_inherit_setting','banner_inherit_setting'),(127984,3377,'banner_background_type','image-background'),(127985,3377,'_banner_background_type','field_54ce55f555a01'),(127986,3377,'banner_parallax','1'),(127987,3377,'_banner_parallax','field_54ce55f555a03'),(127988,3377,'banner_image','1415'),(127989,3377,'_banner_image','field_54ce55f555a04'),(127990,3377,'banner_fullscreen','1'),(127991,3377,'_banner_fullscreen','field_54ce55f555a05'),(127992,3377,'banner_content_type','default-content'),(127993,3377,'_banner_content_type','field_54ce55f555a13'),(127994,3377,'banner_title','Above the Ground'),(127995,3377,'_banner_title','field_54ce55f555a07'),(127996,3377,'banner_subtitle','Grammy Award for \"Best New Artist\" in 2017'),(127997,3377,'_banner_subtitle','field_54ce55f555a08'),(127998,3377,'banner_horizontal_content_alignment','centered'),(127999,3377,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(128000,3377,'banner_background_alignement','top'),(128001,3377,'_banner_background_alignement','field_54ce55f555a11'),(128002,3377,'banner_font_color',''),(128003,3377,'_banner_font_color','field_54ce55f555a12'),(128004,3377,'page_banner_subtitle_font_color',''),(128005,3377,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(128006,3377,'content_banner_overlap','0'),(128007,3377,'_content_banner_overlap','field_54ce55f555a02311'),(128008,3377,'artist_hero_playlist','1218'),(128009,3377,'_artist_hero_playlist','artist_hero_playlist'),(128010,3377,'artist_desc','BAHAMAS\'s mainstream success was signified by a growing interest in punk rock during the 1990s, but unlike many of their contemporaries (including Bad Religion, Green Day and The Offspring), they have never been signed to a major label. NOFX has released thirteen studio albums, sixteen extended plays<sup id=\"cite_ref-6\" class=\"reference\">[6]</sup> and a number of seven-inch singles.'),(128011,3377,'_artist_desc','artist_desc'),(128012,3377,'artist_social','0'),(128013,3377,'_artist_social','artist_social'),(128014,3377,'artist_link','0'),(128015,3377,'_artist_link','artist_link'),(128016,3377,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>'),(128017,3377,'_artist_contact','artist_contact'),(128018,3377,'artist_download_0_artist_download_label',''),(128019,3377,'_artist_download_0_artist_download_label','artist_download_label'),(128020,3377,'artist_download_0_artist_download_link',''),(128021,3377,'_artist_download_0_artist_download_link','artist_download_link'),(128022,3377,'artist_download','1'),(128023,3377,'_artist_download','artist_download'),(128024,3377,'alb_link_external',''),(128025,3377,'_alb_link_external','field_523b66d6f2382'),(128026,3377,'fw_options','a:0:{}'),(128027,1181,'hide_header_and_menu','0'),(128028,1181,'_hide_header_and_menu','field_523384ce34a85'),(128029,1181,'footer_playlist','null'),(128030,1181,'_footer_playlist','footer_playlist'),(128031,1181,'footer_podcast','null'),(128032,1181,'_footer_podcast','footer_podcast'),(128033,1181,'banner_inherit_setting','0'),(128034,1181,'_banner_inherit_setting','banner_inherit_setting'),(128035,1181,'page_banner_subtitle_font_color',''),(128036,1181,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(128037,1181,'content_banner_overlap','0'),(128038,1181,'_content_banner_overlap','field_54ce55f555a02311'),(128039,1181,'alb_link_external',''),(128040,1181,'_alb_link_external','field_523b66d6f2382'),(128041,1181,'_elementor_edit_mode','builder'),(128042,1181,'_elementor_template_type','post'),(128043,1181,'_elementor_data','[{\"id\":\"3c9e6b06\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"72f5fd90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33a12add\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5554e955\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5719d325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e725d4d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-infamous.jpg\",\"id\":3707},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70825134\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"57b7c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2d72d358\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c79a22d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b40f7aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"588b92e2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"14d0e4bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"229a6b8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45754b5b\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e0f242d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"263c8c39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"144edc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a14b74d\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128044,3378,'fw_options','a:0:{}'),(128045,3378,'_wp_page_template','default'),(128046,3378,'_thumbnail_id','1414'),(128047,3378,'_elementor_edit_mode','builder'),(128048,3378,'_elementor_template_type','post'),(128049,3378,'_elementor_data','[{\"id\":\"a2fce79\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000}},\"elements\":[{\"id\":\"3c6677e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(128050,1181,'_elementor_version','0.4'),(128052,3379,'fw_options','a:0:{}'),(128053,3379,'_wp_page_template','default'),(128054,3379,'_thumbnail_id','1414'),(128055,3379,'_elementor_edit_mode','builder'),(128056,3379,'_elementor_template_type','post'),(128057,3379,'_elementor_data','[{\"id\":\"a2fce79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c6677e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"365142e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(128058,3379,'_elementor_version','0.4'),(128061,3380,'fw_options','a:0:{}'),(128062,3380,'_wp_page_template','default'),(128063,3380,'_thumbnail_id','1414'),(128064,3380,'_elementor_edit_mode','builder'),(128065,3380,'_elementor_template_type','post'),(128066,3380,'_elementor_data','[{\"id\":\"a2fce79\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800}},\"elements\":[{\"id\":\"3c6677e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"365142e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11a4a29\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800}},\"elements\":[{\"id\":\"02af4cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b0439a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c07c75\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100}},\"elements\":[{\"id\":\"2569c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55da65a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(128067,3380,'_elementor_version','0.4'),(128080,3382,'fw_options','a:0:{}'),(128081,3382,'_wp_page_template','default'),(128082,3382,'_thumbnail_id','1462'),(128083,3382,'_elementor_template_type','post'),(128084,3382,'_elementor_edit_mode','builder'),(128085,3382,'_elementor_data','[{\"id\":\"c10951e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2816be5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4a35999\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(128086,3382,'_elementor_version','0.4'),(128087,3382,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128099,3384,'fw_options','a:0:{}'),(128100,3384,'_wp_page_template','default'),(128101,3384,'_thumbnail_id','1462'),(128102,3384,'_elementor_template_type','post'),(128103,3384,'_elementor_edit_mode','builder'),(128104,3384,'_elementor_data','[{\"id\":\"e613366\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a4bbeea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"62ba294\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ef541\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7598876\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"dfdc5d4\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1143\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(128105,3384,'_elementor_version','0.4'),(128106,3384,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128108,1190,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(128109,1190,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543871529'),(128110,3385,'fw_options','a:0:{}'),(128111,3385,'_wp_page_template','default'),(128112,3385,'_thumbnail_id','1462'),(128113,3385,'_elementor_template_type','post'),(128114,3385,'_elementor_edit_mode','builder'),(128115,3385,'_elementor_data','[{\"id\":\"e613366\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a4bbeea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"62ba294\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ef541\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7598876\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"dfdc5d4\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1143\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(128116,3385,'_elementor_version','0.4'),(128117,3385,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128120,3386,'fw_options','a:0:{}'),(128121,3386,'_wp_page_template','default'),(128122,3386,'_thumbnail_id','1462'),(128123,3386,'_elementor_template_type','post'),(128124,3386,'_elementor_edit_mode','builder'),(128125,3386,'_elementor_data','[{\"id\":\"e613366\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a4bbeea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"62ba294\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ef541\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7598876\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"dfdc5d4\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(128126,3386,'_elementor_version','0.4'),(128127,3386,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128130,3387,'fw_options','a:0:{}'),(128131,3387,'_wp_page_template','default'),(128132,3387,'_thumbnail_id','1462'),(128133,3387,'_elementor_template_type','post'),(128134,3387,'_elementor_edit_mode','builder'),(128135,3387,'_elementor_data','[{\"id\":\"e613366\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a4bbeea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4493549\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c655ad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa721f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62ba294\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ef541\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7598876\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6cd784d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfdc5d4\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(128136,3387,'_elementor_version','0.4'),(128137,3387,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128140,3388,'fw_options','a:0:{}'),(128141,3388,'_wp_page_template','default'),(128142,3388,'_thumbnail_id','1462'),(128143,3388,'_elementor_template_type','post'),(128144,3388,'_elementor_edit_mode','builder'),(128145,3388,'_elementor_data','[{\"id\":\"e613366\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a4bbeea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4493549\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c655ad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa721f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62ba294\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128146,3388,'_elementor_version','0.4'),(128147,3388,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128175,3393,'page_logo_select','null'),(128176,3393,'_page_logo_select','field_523384ce55a99'),(128177,3393,'hide_page_title','1'),(128178,3393,'_hide_page_title','field_523382c955a73'),(128179,3393,'classic_menu_over_content','0'),(128180,3393,'_classic_menu_over_content','field_523384ce55a85'),(128181,3393,'hide_header_and_menu','0'),(128182,3393,'_hide_header_and_menu','field_523384ce34a85'),(128183,3393,'classic_menu_background',''),(128184,3393,'_classic_menu_background','field_523384ce55a84'),(128185,3393,'classic_menu_background_alpha','1'),(128186,3393,'_classic_menu_background_alpha','field_523384ce55a86'),(128187,3393,'hamburger_icon_color',''),(128188,3393,'_hamburger_icon_color','field_523384ce55a23'),(128189,3393,'background',''),(128190,3393,'_background','field_523382c955a74'),(128191,3393,'background_repeat','no-repeat'),(128192,3393,'_background_repeat','field_523382f555a75'),(128193,3393,'background_size','cover'),(128194,3393,'_background_size','field_5233837455a76'),(128195,3393,'background_position','center top'),(128196,3393,'_background_position','field_5233842d55a78'),(128197,3393,'content_background_color',''),(128198,3393,'_content_background_color','field_523384ce55a80'),(128199,3393,'content_background_transparency','1'),(128200,3393,'_content_background_transparency','field_523384ce55a81'),(128201,3393,'background_color',''),(128202,3393,'_background_color','field_523384ce55a79'),(128203,3393,'block_footer','null'),(128204,3393,'_block_footer','block_footer'),(128205,3393,'footer_playlist','null'),(128206,3393,'_footer_playlist','footer_playlist'),(128207,3393,'footer_podcast','null'),(128208,3393,'_footer_podcast','footer_podcast'),(128209,3393,'banner_inherit_setting','0'),(128210,3393,'_banner_inherit_setting','banner_inherit_setting'),(128211,3393,'banner_background_type','null'),(128212,3393,'_banner_background_type','field_54ce55f555a01'),(128213,3393,'banner_fullscreen','0'),(128214,3393,'_banner_fullscreen','field_54ce55f555a05'),(128215,3393,'banner_height','750'),(128216,3393,'_banner_height','field_54ce55f555a06'),(128217,3393,'banner_content_type','default-content'),(128218,3393,'_banner_content_type','field_54ce55f555a13'),(128219,3393,'banner_title',''),(128220,3393,'_banner_title','field_54ce55f555a07'),(128221,3393,'banner_subtitle',''),(128222,3393,'_banner_subtitle','field_54ce55f555a08'),(128223,3393,'banner_horizontal_content_alignment','centered'),(128224,3393,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(128225,3393,'banner_font_color',''),(128226,3393,'_banner_font_color','field_54ce55f555a12'),(128227,3393,'page_banner_subtitle_font_color',''),(128228,3393,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(128229,3393,'content_banner_overlap','0'),(128230,3393,'_content_banner_overlap','field_54ce55f555a02311'),(128231,3393,'artist_hero_playlist','null'),(128232,3393,'_artist_hero_playlist','artist_hero_playlist'),(128233,3393,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(128234,3393,'_artist_desc','artist_desc'),(128235,3393,'artist_social','0'),(128236,3393,'_artist_social','artist_social'),(128237,3393,'artist_link','0'),(128238,3393,'_artist_link','artist_link'),(128239,3393,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(128240,3393,'_artist_contact','artist_contact'),(128241,3393,'artist_download','0'),(128242,3393,'_artist_download','artist_download'),(128243,3393,'alb_link_external',''),(128244,3393,'_alb_link_external','field_523b66d6f2382'),(128245,3393,'fw_options','a:0:{}'),(128246,1177,'hide_header_and_menu','0'),(128247,1177,'_hide_header_and_menu','field_523384ce34a85'),(128248,1177,'footer_playlist','null'),(128249,1177,'_footer_playlist','footer_playlist'),(128250,1177,'footer_podcast','null'),(128251,1177,'_footer_podcast','footer_podcast'),(128252,1177,'banner_inherit_setting','0'),(128253,1177,'_banner_inherit_setting','banner_inherit_setting'),(128254,1177,'page_banner_subtitle_font_color',''),(128255,1177,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(128256,1177,'content_banner_overlap','0'),(128257,1177,'_content_banner_overlap','field_54ce55f555a02311'),(128258,1177,'alb_link_external',''),(128259,1177,'_alb_link_external','field_523b66d6f2382'),(128260,1177,'_elementor_edit_mode','builder'),(128261,1177,'_elementor_template_type','post'),(128262,1177,'_elementor_data','[{\"id\":\"9d9e937\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2318810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2e12a89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Raymayor_wide.jpg\",\"id\":1427},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"650\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":55},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68fb986\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6035b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ca70227\",\"elType\":\"widget\",\"settings\":{\"title\":\"RAYMAYOR\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":4},\"_background_color\":\"rgba(255,255,255,0.67)\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1},\"_background_color_b\":\"rgba(255,255,255,0)\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da65d53\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7947ed9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4b5eeca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biography\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722f57c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a24f1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07844d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"28e439a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2d95451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf1f317\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-mynameissonaar.jpg\",\"id\":3708},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"image_overlay_size\":\"custom\",\"image_overlay_custom_dimension\":{\"width\":\"600\",\"height\":\"320\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57dd557a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4dd1719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f416c5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"222990d9\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd6b72d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5e9f0281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"248f09bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5059649b\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128263,3394,'fw_options','a:0:{}'),(128264,3394,'_wp_page_template','single-artists-blank.php'),(128265,3394,'_thumbnail_id','1426'),(128266,3394,'_elementor_edit_mode','builder'),(128267,3394,'_elementor_template_type','post'),(128268,3394,'_elementor_data','[{\"id\":\"9d9e937\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2318810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2e12a89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Raymayor_wide.jpg\",\"id\":1427},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"650\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68fb986\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6035b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ca70227\",\"elType\":\"widget\",\"settings\":{\"title\":\"RAYMAYOR\",\"header_size\":\"h1\",\"title_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"gradient\",\"_background_color\":\"rgba(255,255,255,0.67)\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1},\"_background_color_b\":\"rgba(255,255,255,0)\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cca4bc\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"96a325c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f1a7059\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a8ef78\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b1d227\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"751fb33a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"73bc7d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5ae78dbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7843bfcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"76028da\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b3eb9dc\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"19440e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"566e8009\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a5b80e\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(128269,1177,'_elementor_version','0.4'),(128271,1177,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(128272,1177,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543523702'),(128282,3396,'fw_options','a:0:{}'),(128283,3396,'_wp_page_template','single-artists-blank.php'),(128284,3396,'_thumbnail_id','1426'),(128285,3396,'_elementor_edit_mode','builder'),(128286,3396,'_elementor_template_type','post'),(128287,3396,'_elementor_data','[{\"id\":\"9d9e937\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2318810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2e12a89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Raymayor_wide.jpg\",\"id\":1427},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"650\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":55},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68fb986\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6035b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ca70227\",\"elType\":\"widget\",\"settings\":{\"title\":\"RAYMAYOR\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":4},\"_background_color\":\"rgba(255,255,255,0.67)\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1},\"_background_color_b\":\"rgba(255,255,255,0)\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cca4bc\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"96a325c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f1a7059\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a8ef78\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b1d227\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"751fb33a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"73bc7d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5ae78dbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7843bfcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"76028da\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b3eb9dc\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"19440e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"566e8009\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a5b80e\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(128288,3396,'_elementor_version','0.4'),(128291,3397,'fw_options','a:0:{}'),(128292,3397,'_wp_page_template','default'),(128293,3397,'_thumbnail_id','1462'),(128294,3397,'_elementor_template_type','post'),(128295,3397,'_elementor_edit_mode','builder'),(128296,3397,'_elementor_data','[{\"id\":\"e613366\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"a4bbeea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4493549\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c655ad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa721f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62ba294\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128297,3397,'_elementor_version','0.4'),(128298,3397,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128301,3398,'fw_options','a:0:{}'),(128302,3398,'_wp_page_template','default'),(128303,3398,'_thumbnail_id','1462'),(128304,3398,'_elementor_template_type','post'),(128305,3398,'_elementor_edit_mode','builder'),(128306,3398,'_elementor_data','[{\"id\":\"b3ac02d\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dba8cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f79e87e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b2bc10b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52e90b7\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20f6629\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3e7a07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"719a7a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ea4ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b4e876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cfdbe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128307,3398,'_elementor_version','0.4'),(128308,3398,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128311,3399,'fw_options','a:0:{}'),(128312,3399,'_wp_page_template','default'),(128313,3399,'_thumbnail_id','1462'),(128314,3399,'_elementor_template_type','post'),(128315,3399,'_elementor_edit_mode','builder'),(128316,3399,'_elementor_data','[{\"id\":\"b3ac02d\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dba8cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f79e87e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b2bc10b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52e90b7\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20f6629\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3e7a07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0ea4ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b4e876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cfdbe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128317,3399,'_elementor_version','0.4'),(128318,3399,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128335,3403,'fw_options','a:0:{}'),(128336,3403,'_wp_page_template','default'),(128337,3403,'_thumbnail_id','1414'),(128338,3403,'_elementor_edit_mode','builder'),(128339,3403,'_elementor_template_type','post'),(128340,3403,'_elementor_data','[{\"id\":\"304bda01\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"d6d9fb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"352f706f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1b4c1dc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5dcd29f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"47eb0dcf\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"147e7459\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4f591a93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"53895a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28bbb5c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"285bcf05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f0a8093\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"10597733\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"575b78d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f0d93a\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"]},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bbad240\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"45f86e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1db2b62\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e5f2ce\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128341,3403,'_elementor_version','0.4'),(128344,1181,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(128345,1181,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543871511'),(128346,3404,'fw_options','a:0:{}'),(128347,3404,'_wp_page_template','default'),(128348,3404,'_thumbnail_id','1462'),(128349,3404,'_elementor_template_type','post'),(128350,3404,'_elementor_edit_mode','builder'),(128351,3404,'_elementor_data','[{\"id\":\"b3ac02d\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dba8cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f79e87e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b2bc10b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52e90b7\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20f6629\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3e7a07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0ea4ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b4e876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cfdbe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128352,3404,'_elementor_version','0.4'),(128353,3404,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128366,3406,'fw_options','a:0:{}'),(128367,3406,'_wp_page_template','default'),(128368,3406,'_thumbnail_id','1462'),(128369,3406,'_elementor_template_type','post'),(128370,3406,'_elementor_edit_mode','builder'),(128371,3406,'_elementor_data','[{\"id\":\"b3ac02d\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dba8cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f79e87e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b2bc10b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52e90b7\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20f6629\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3e7a07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0ea4ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b4e876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cfdbe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128372,3406,'_elementor_version','0.4'),(128373,3406,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128390,3410,'fw_options','a:0:{}'),(128391,3410,'_wp_page_template','default'),(128392,3410,'_thumbnail_id','1414'),(128393,3410,'_elementor_edit_mode','builder'),(128394,3410,'_elementor_template_type','post'),(128395,3410,'_elementor_data','[{\"id\":\"3c9e6b06\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"72f5fd90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33a12add\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5554e955\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5719d325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e725d4d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70825134\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"57b7c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2d72d358\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c79a22d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b40f7aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"588b92e2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"14d0e4bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"229a6b8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45754b5b\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e0f242d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"263c8c39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"144edc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a14b74d\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128396,3410,'_elementor_version','0.4'),(128409,1188,'_elementor_edit_mode','builder'),(128410,1188,'_elementor_template_type','post'),(128415,3413,'fw_options','a:0:{}'),(128416,3413,'_wp_page_template','default'),(128417,3413,'_thumbnail_id','1416'),(128418,3413,'_elementor_edit_mode','builder'),(128419,3413,'_elementor_template_type','post'),(128420,1188,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128421,1188,'_elementor_data','[{\"id\":\"52ae2421\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49089ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"74fe4f90\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43c6f9ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"73c33bcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54453b5c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-gloria.jpg\",\"id\":3706},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ca459ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4a3e90e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"3c2e183d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1144193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79c9138c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79fa610f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3b0ad659\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36525260\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ddb6b3a\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78e1f0b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21150002\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6deff187\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f5f38d0\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128422,3414,'fw_options','a:0:{}'),(128423,3414,'_wp_page_template','default'),(128424,3414,'_thumbnail_id','1416'),(128425,3414,'_elementor_edit_mode','builder'),(128426,3414,'_elementor_template_type','post'),(128427,3414,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128428,3414,'_elementor_data','[{\"id\":\"52ae2421\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49089ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"74fe4f90\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43c6f9ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"73c33bcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54453b5c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ca459ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4a3e90e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"3c2e183d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1144193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79c9138c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79fa610f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3b0ad659\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36525260\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ddb6b3a\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78e1f0b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21150002\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6deff187\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f5f38d0\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128429,1188,'_elementor_version','0.4'),(128431,1179,'_elementor_edit_mode','builder'),(128432,1179,'_elementor_template_type','post'),(128438,1148,'_elementor_edit_mode','builder'),(128439,1148,'_elementor_template_type','post'),(128445,1192,'_elementor_edit_mode','builder'),(128446,1192,'_elementor_template_type','post'),(128451,3418,'fw_options','a:0:{}'),(128452,3418,'_wp_page_template','default'),(128453,3418,'_thumbnail_id','1418'),(128454,3418,'_elementor_edit_mode','builder'),(128455,3418,'_elementor_template_type','post'),(128456,1179,'_elementor_data','[{\"id\":\"38cc4523\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"21bad1ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"68a17680\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"290a4ec0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60eada9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d42f0da\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fbbdf70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c132fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"746f667c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55fcf3a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d767e47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"135b9932\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76020147\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3288f243\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"578d2064\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3193440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"266bc866\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e5c972e\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128457,3419,'fw_options','a:0:{}'),(128458,3419,'_wp_page_template','default'),(128459,3419,'_thumbnail_id','1418'),(128460,3419,'_elementor_edit_mode','builder'),(128461,3419,'_elementor_template_type','post'),(128462,3419,'_elementor_data','[{\"id\":\"38cc4523\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"21bad1ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"68a17680\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"290a4ec0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60eada9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d42f0da\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fbbdf70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c132fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"746f667c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55fcf3a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d767e47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"135b9932\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76020147\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3288f243\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"578d2064\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3193440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"266bc866\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e5c972e\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128463,1179,'_elementor_version','0.4'),(128464,3420,'fw_options','a:0:{}'),(128465,3420,'_wp_page_template','default'),(128466,3420,'_thumbnail_id','1422'),(128467,3420,'_elementor_edit_mode','builder'),(128468,3420,'_elementor_template_type','post'),(128469,1148,'_elementor_data','[{\"id\":\"78a9e071\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7a71611b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f42f7ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"13f5fee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"725df74f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c381d4\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-upnorth.jpg\",\"id\":3711},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc4cd6b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8fcd692\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"61d18ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28773b30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"121527af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3de6f741\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"34cf1c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"554580c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69e7b132\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9a0888\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"76b33c64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"472aa20c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5689edd7\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128470,3421,'fw_options','a:0:{}'),(128471,3421,'_wp_page_template','default'),(128472,3421,'_thumbnail_id','1422'),(128473,3421,'_elementor_edit_mode','builder'),(128474,3421,'_elementor_template_type','post'),(128475,3421,'_elementor_data','[{\"id\":\"78a9e071\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7a71611b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f42f7ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"13f5fee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"725df74f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c381d4\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc4cd6b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8fcd692\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"61d18ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28773b30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"121527af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3de6f741\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"34cf1c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"554580c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69e7b132\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9a0888\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"76b33c64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"472aa20c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5689edd7\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128476,1148,'_elementor_version','0.4'),(128477,3422,'fw_options','a:0:{}'),(128478,3422,'_wp_page_template','default'),(128479,3422,'_thumbnail_id','1466'),(128480,3422,'_elementor_edit_mode','builder'),(128481,3422,'_elementor_template_type','post'),(128482,1192,'_elementor_data','[{\"id\":\"65e7f520\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"55788663\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3b7c4ed9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5ba26cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49e2f837\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c490ba6\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-upnorth.jpg\",\"id\":3711},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759afa63\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7f62a9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"534896bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f48d47\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3764d5c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e838085\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8afcbcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a83e23b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67d457f7\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"119d8a37\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7cddfa9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4f7bd55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6abefdfe\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128483,3423,'fw_options','a:0:{}'),(128484,3423,'_wp_page_template','default'),(128485,3423,'_thumbnail_id','1466'),(128486,3423,'_elementor_edit_mode','builder'),(128487,3423,'_elementor_template_type','post'),(128488,3423,'_elementor_data','[{\"id\":\"65e7f520\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"55788663\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3b7c4ed9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5ba26cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49e2f837\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c490ba6\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759afa63\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7f62a9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"534896bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f48d47\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3764d5c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e838085\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8afcbcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a83e23b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67d457f7\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"119d8a37\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7cddfa9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4f7bd55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6abefdfe\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128489,1192,'_elementor_version','0.4'),(128490,3424,'fw_options','a:0:{}'),(128491,3424,'_wp_page_template','default'),(128492,3424,'_thumbnail_id','1418'),(128493,3424,'_elementor_edit_mode','builder'),(128494,3424,'_elementor_template_type','post'),(128495,3424,'_elementor_data','[{\"id\":\"38cc4523\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"21bad1ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"68a17680\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"290a4ec0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60eada9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d42f0da\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fbbdf70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c132fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"746f667c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55fcf3a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d767e47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"135b9932\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76020147\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3288f243\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"578d2064\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3193440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"266bc866\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e5c972e\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128496,3424,'_elementor_version','0.4'),(128497,3425,'fw_options','a:0:{}'),(128498,3425,'_wp_page_template','default'),(128499,3425,'_thumbnail_id','1422'),(128500,3425,'_elementor_edit_mode','builder'),(128501,3425,'_elementor_template_type','post'),(128502,3425,'_elementor_data','[{\"id\":\"78a9e071\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7a71611b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f42f7ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"13f5fee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"725df74f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c381d4\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc4cd6b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8fcd692\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"61d18ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28773b30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"121527af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3de6f741\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"34cf1c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"554580c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69e7b132\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9a0888\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"76b33c64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"472aa20c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5689edd7\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128503,3425,'_elementor_version','0.4'),(128504,3426,'fw_options','a:0:{}'),(128505,3426,'_wp_page_template','default'),(128506,3426,'_thumbnail_id','1466'),(128507,3426,'_elementor_edit_mode','builder'),(128508,3426,'_elementor_template_type','post'),(128509,3426,'_elementor_data','[{\"id\":\"65e7f520\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"55788663\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3b7c4ed9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5ba26cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49e2f837\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c490ba6\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759afa63\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7f62a9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"534896bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f48d47\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3764d5c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e838085\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8afcbcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a83e23b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67d457f7\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"119d8a37\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7cddfa9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4f7bd55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6abefdfe\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128510,3426,'_elementor_version','0.4'),(128511,3427,'_elementor_template_type','page'),(128512,3427,'_elementor_edit_mode','builder'),(128513,3428,'fw_options','a:0:{}'),(128514,3428,'_elementor_template_type','page'),(128515,3428,'_elementor_edit_mode','builder'),(128516,3427,'_wp_page_template','default'),(128517,3427,'_elementor_data','[{\"id\":\"65e7f520\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"55788663\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3b7c4ed9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5ba26cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49e2f837\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c490ba6\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759afa63\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7f62a9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"534896bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f48d47\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3764d5c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e838085\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8afcbcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a83e23b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67d457f7\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"119d8a37\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7cddfa9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4f7bd55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6abefdfe\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128518,3429,'fw_options','a:0:{}'),(128519,3429,'_elementor_template_type','page'),(128520,3429,'_elementor_edit_mode','builder'),(128521,3429,'_wp_page_template','default'),(128522,3429,'_elementor_data','[{\"id\":\"65e7f520\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"55788663\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3b7c4ed9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5ba26cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49e2f837\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c490ba6\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759afa63\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7f62a9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"534896bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f48d47\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3764d5c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e838085\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8afcbcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a83e23b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67d457f7\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"119d8a37\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7cddfa9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4f7bd55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6abefdfe\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128523,3427,'_elementor_version','0.4'),(128524,3430,'fw_options','a:0:{}'),(128525,3430,'_wp_page_template','default'),(128526,3430,'_thumbnail_id','1414'),(128527,3430,'_elementor_edit_mode','builder'),(128528,3430,'_elementor_template_type','post'),(128529,3430,'_elementor_data','[{\"id\":\"3c9e6b06\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"72f5fd90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33a12add\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5554e955\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5719d325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e725d4d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70825134\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"57b7c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2d72d358\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c79a22d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b40f7aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"588b92e2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"14d0e4bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"229a6b8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45754b5b\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e0f242d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"263c8c39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"144edc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a14b74d\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128530,3430,'_elementor_version','0.4'),(128533,1196,'_elementor_edit_mode','builder'),(128534,1196,'_elementor_template_type','post'),(128539,3432,'fw_options','a:0:{}'),(128540,3432,'_wp_page_template','default'),(128541,3432,'_thumbnail_id','1460'),(128542,3432,'_elementor_edit_mode','builder'),(128543,3432,'_elementor_template_type','post'),(128544,1196,'_elementor_data','[{\"id\":\"26227986\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"42b4b64a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"388e0c34\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"63736a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3884d813\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d0f5358\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-dream.jpg\",\"id\":3705},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23c72a31\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3a136daa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5db20a2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"570c328e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3693b4cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ff4a583\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9db436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7c63d5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2451452c\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"199e0792\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4736ce82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7bb1156d\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0696e6\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128545,3433,'fw_options','a:0:{}'),(128546,3433,'_wp_page_template','default'),(128547,3433,'_thumbnail_id','1460'),(128548,3433,'_elementor_edit_mode','builder'),(128549,3433,'_elementor_template_type','post'),(128550,3433,'_elementor_data','[{\"id\":\"26227986\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"42b4b64a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"388e0c34\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"63736a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3884d813\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d0f5358\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23c72a31\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3a136daa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5db20a2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"570c328e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3693b4cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ff4a583\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9db436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7c63d5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2451452c\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"199e0792\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4736ce82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7bb1156d\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0696e6\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128551,1196,'_elementor_version','0.4'),(128553,1196,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(128554,1196,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543871554'),(128556,1188,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(128557,1188,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543871520'),(128558,3434,'fw_options','a:0:{}'),(128559,3434,'_wp_page_template','default'),(128560,3434,'_thumbnail_id','1416'),(128561,3434,'_elementor_edit_mode','builder'),(128562,3434,'_elementor_template_type','post'),(128563,3434,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128564,3434,'_elementor_data','[{\"id\":\"52ae2421\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49089ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"74fe4f90\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43c6f9ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"73c33bcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54453b5c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ca459ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4a3e90e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"3c2e183d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1144193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79c9138c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79fa610f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3b0ad659\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36525260\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ddb6b3a\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78e1f0b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21150002\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6deff187\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f5f38d0\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128565,3434,'_elementor_version','0.4'),(128568,1148,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(128569,1148,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543871580'),(128571,1192,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(128572,1192,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543871536'),(128573,3435,'fw_options','a:0:{}'),(128574,3435,'_wp_page_template','default'),(128575,3435,'_thumbnail_id','1462'),(128576,3435,'_elementor_template_type','post'),(128577,3435,'_elementor_edit_mode','builder'),(128578,3435,'_elementor_data','[{\"id\":\"b3ac02d\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dba8cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f79e87e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b2bc10b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52e90b7\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20f6629\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3e7a07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0ea4ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b4e876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cfdbe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128579,3435,'_elementor_version','0.4'),(128580,3435,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(128583,1143,'_elementor_edit_mode','builder'),(128584,1143,'_elementor_template_type','post'),(128590,1175,'_elementor_edit_mode','builder'),(128591,1175,'_elementor_template_type','post'),(128597,1194,'_elementor_edit_mode','builder'),(128598,1194,'_elementor_template_type','post'),(128603,3439,'fw_options','a:0:{}'),(128604,3439,'_wp_page_template','default'),(128605,3439,'_thumbnail_id','1420'),(128606,3439,'_elementor_edit_mode','builder'),(128607,3439,'_elementor_template_type','post'),(128608,1143,'_elementor_data','[{\"id\":\"40f2968\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6e5a73ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69899363\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5a04bd27\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c848753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c6524ef\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c407fd2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"23a02e09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"44fcdeb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"385cb0c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aba701d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65b38dca\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7aeccae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2a2285a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70ddc539\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60b8e024\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"74a920b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47f9bbb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5726653\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128609,3440,'fw_options','a:0:{}'),(128610,3440,'_wp_page_template','default'),(128611,3440,'_thumbnail_id','1420'),(128612,3440,'_elementor_edit_mode','builder'),(128613,3440,'_elementor_template_type','post'),(128614,3440,'_elementor_data','[{\"id\":\"40f2968\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6e5a73ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69899363\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5a04bd27\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c848753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c6524ef\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c407fd2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"23a02e09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"44fcdeb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"385cb0c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aba701d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65b38dca\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7aeccae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2a2285a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70ddc539\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60b8e024\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"74a920b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47f9bbb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5726653\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128615,1143,'_elementor_version','0.4'),(128616,3441,'fw_options','a:0:{}'),(128617,3441,'_wp_page_template','default'),(128618,3441,'_thumbnail_id','1424'),(128619,3441,'_elementor_edit_mode','builder'),(128620,3441,'_elementor_template_type','post'),(128621,1175,'_elementor_data','[{\"id\":\"51e1c807\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"47731b03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a5c0105\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"36b6266b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a5f05c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b4d7cd1\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-gloria.jpg\",\"id\":3706},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"235f578d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"42023ddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1f69ae4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ab92892\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de3e26a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e490112\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"32e3a536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"449029d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"429e7924\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ab9b18e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5cab6ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1ba6bf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8731321\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128622,3442,'fw_options','a:0:{}'),(128623,3442,'_wp_page_template','default'),(128624,3442,'_thumbnail_id','1424'),(128625,3442,'_elementor_edit_mode','builder'),(128626,3442,'_elementor_template_type','post'),(128627,3442,'_elementor_data','[{\"id\":\"51e1c807\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"47731b03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a5c0105\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"36b6266b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a5f05c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b4d7cd1\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"235f578d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"42023ddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1f69ae4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ab92892\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de3e26a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e490112\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"32e3a536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"449029d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"429e7924\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ab9b18e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5cab6ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1ba6bf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8731321\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128628,1175,'_elementor_version','0.4'),(128629,3443,'fw_options','a:0:{}'),(128630,3443,'_wp_page_template','default'),(128631,3443,'_thumbnail_id','1464'),(128632,3443,'_elementor_edit_mode','builder'),(128633,3443,'_elementor_template_type','post'),(128634,1194,'_elementor_data','[{\"id\":\"7032d463\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"79894e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"66132587\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3101e832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb0d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7cc1210f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-voyante.jpg\",\"id\":3712},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50718e7c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4c9738d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"32ebbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21b52f36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79b9f220\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a39e62\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"39fb21df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"763e7973\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"269bf5fb\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d531a6d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"77a07d14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"14f669a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e0a4b47\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128635,3444,'fw_options','a:0:{}'),(128636,3444,'_wp_page_template','default'),(128637,3444,'_thumbnail_id','1464'),(128638,3444,'_elementor_edit_mode','builder'),(128639,3444,'_elementor_template_type','post'),(128640,3444,'_elementor_data','[{\"id\":\"7032d463\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"79894e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"66132587\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3101e832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb0d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7cc1210f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50718e7c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4c9738d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"32ebbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21b52f36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79b9f220\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a39e62\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"39fb21df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"763e7973\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"269bf5fb\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d531a6d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"77a07d14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"14f669a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e0a4b47\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128641,1194,'_elementor_version','0.4'),(128643,1194,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(128644,1194,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543871545'),(128645,3445,'fw_options','a:0:{}'),(128646,3445,'_wp_page_template','single-artists-blank.php'),(128647,3445,'_thumbnail_id','1426'),(128648,3445,'_elementor_edit_mode','builder'),(128649,3445,'_elementor_template_type','post'),(128650,3445,'_elementor_data','[{\"id\":\"9d9e937\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2318810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2e12a89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Raymayor_wide.jpg\",\"id\":1427},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"650\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":55},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68fb986\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6035b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ca70227\",\"elType\":\"widget\",\"settings\":{\"title\":\"RAYMAYOR\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":4},\"_background_color\":\"rgba(255,255,255,0.67)\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1},\"_background_color_b\":\"rgba(255,255,255,0)\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da65d53\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c91518d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7df2a9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9027325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c6d62d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ac47b8f\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2c432e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36e3e1db\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6f6f9f07\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55f7344b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b47f9a\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57dd557a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4dd1719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f416c5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"222990d9\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd6b72d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5e9f0281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"248f09bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5059649b\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128651,3445,'_elementor_version','0.4'),(128653,3446,'page_logo_select','null'),(128654,3446,'_page_logo_select','field_523384ce55a99'),(128655,3446,'hide_page_title','1'),(128656,3446,'_hide_page_title','field_523382c955a73'),(128657,3446,'classic_menu_over_content','0'),(128658,3446,'_classic_menu_over_content','field_523384ce55a85'),(128659,3446,'hide_header_and_menu','0'),(128660,3446,'_hide_header_and_menu','field_523384ce34a85'),(128661,3446,'classic_menu_background',''),(128662,3446,'_classic_menu_background','field_523384ce55a84'),(128663,3446,'classic_menu_background_alpha','1'),(128664,3446,'_classic_menu_background_alpha','field_523384ce55a86'),(128665,3446,'hamburger_icon_color',''),(128666,3446,'_hamburger_icon_color','field_523384ce55a23'),(128667,3446,'background',''),(128668,3446,'_background','field_523382c955a74'),(128669,3446,'background_repeat','no-repeat'),(128670,3446,'_background_repeat','field_523382f555a75'),(128671,3446,'background_size','cover'),(128672,3446,'_background_size','field_5233837455a76'),(128673,3446,'background_position','center top'),(128674,3446,'_background_position','field_5233842d55a78'),(128675,3446,'content_background_color',''),(128676,3446,'_content_background_color','field_523384ce55a80'),(128677,3446,'content_background_transparency','1'),(128678,3446,'_content_background_transparency','field_523384ce55a81'),(128679,3446,'background_color',''),(128680,3446,'_background_color','field_523384ce55a79'),(128681,3446,'block_footer','null'),(128682,3446,'_block_footer','block_footer'),(128683,3446,'footer_playlist','null'),(128684,3446,'_footer_playlist','footer_playlist'),(128685,3446,'footer_podcast','null'),(128686,3446,'_footer_podcast','footer_podcast'),(128687,3446,'banner_inherit_setting','0'),(128688,3446,'_banner_inherit_setting','banner_inherit_setting'),(128689,3446,'banner_background_type','null'),(128690,3446,'_banner_background_type','field_54ce55f555a01'),(128691,3446,'banner_fullscreen','0'),(128692,3446,'_banner_fullscreen','field_54ce55f555a05'),(128693,3446,'banner_height','750'),(128694,3446,'_banner_height','field_54ce55f555a06'),(128695,3446,'banner_content_type','default-content'),(128696,3446,'_banner_content_type','field_54ce55f555a13'),(128697,3446,'banner_title',''),(128698,3446,'_banner_title','field_54ce55f555a07'),(128699,3446,'banner_subtitle',''),(128700,3446,'_banner_subtitle','field_54ce55f555a08'),(128701,3446,'banner_horizontal_content_alignment','centered'),(128702,3446,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(128703,3446,'banner_font_color',''),(128704,3446,'_banner_font_color','field_54ce55f555a12'),(128705,3446,'page_banner_subtitle_font_color',''),(128706,3446,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(128707,3446,'content_banner_overlap','0'),(128708,3446,'_content_banner_overlap','field_54ce55f555a02311'),(128709,3446,'artist_hero_playlist','null'),(128710,3446,'_artist_hero_playlist','artist_hero_playlist'),(128711,3446,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(128712,3446,'_artist_desc','artist_desc'),(128713,3446,'artist_social','0'),(128714,3446,'_artist_social','artist_social'),(128715,3446,'artist_link','0'),(128716,3446,'_artist_link','artist_link'),(128717,3446,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(128718,3446,'_artist_contact','artist_contact'),(128719,3446,'artist_download','0'),(128720,3446,'_artist_download','artist_download'),(128721,3446,'alb_link_external',''),(128722,3446,'_alb_link_external','field_523b66d6f2382'),(128723,3446,'fw_options','a:0:{}'),(128724,3446,'_wp_page_template','single-artists-blank.php'),(128725,3446,'_thumbnail_id','1426'),(128726,3446,'_elementor_edit_mode','builder'),(128727,3446,'_elementor_template_type','post'),(128728,3446,'_elementor_data','[{\"id\":\"9d9e937\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2318810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2e12a89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Raymayor_wide.jpg\",\"id\":1427},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"650\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":55},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68fb986\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6035b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ca70227\",\"elType\":\"widget\",\"settings\":{\"title\":\"RAYMAYOR\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":4},\"_background_color\":\"rgba(255,255,255,0.67)\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1},\"_background_color_b\":\"rgba(255,255,255,0)\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da65d53\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c91518d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7df2a9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9027325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c6d62d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ac47b8f\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2c432e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36e3e1db\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6f6f9f07\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55f7344b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b47f9a\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57dd557a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4dd1719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f416c5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"222990d9\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd6b72d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5e9f0281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"248f09bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5059649b\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128729,3446,'_elementor_version','0.4'),(128740,3448,'fw_options','a:0:{}'),(128741,3448,'_wp_page_template','single-artists-blank.php'),(128742,3448,'_thumbnail_id','1426'),(128743,3448,'_elementor_edit_mode','builder'),(128744,3448,'_elementor_template_type','post'),(128745,3448,'_elementor_data','[{\"id\":\"9d9e937\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2318810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2e12a89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Raymayor_wide.jpg\",\"id\":1427},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"650\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":55},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68fb986\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6035b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ca70227\",\"elType\":\"widget\",\"settings\":{\"title\":\"RAYMAYOR\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":4},\"_background_color\":\"rgba(255,255,255,0.67)\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1},\"_background_color_b\":\"rgba(255,255,255,0)\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da65d53\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7947ed9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4b5eeca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biography\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722f57c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a24f1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07844d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"28e439a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2d95451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf1f317\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57dd557a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4dd1719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f416c5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"222990d9\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd6b72d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5e9f0281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"248f09bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5059649b\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128746,3448,'_elementor_version','0.4'),(128749,3449,'fw_options','a:0:{}'),(128750,3449,'_wp_page_template','single-artists-blank.php'),(128751,3449,'_thumbnail_id','1426'),(128752,3449,'_elementor_edit_mode','builder'),(128753,3449,'_elementor_template_type','post'),(128754,3449,'_elementor_data','[{\"id\":\"9d9e937\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2318810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2e12a89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Raymayor_wide.jpg\",\"id\":1427},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"650\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":55},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68fb986\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6035b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ca70227\",\"elType\":\"widget\",\"settings\":{\"title\":\"RAYMAYOR\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":4},\"_background_color\":\"rgba(255,255,255,0.67)\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1},\"_background_color_b\":\"rgba(255,255,255,0)\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da65d53\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7947ed9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4b5eeca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biography\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722f57c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a24f1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07844d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"28e439a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2d95451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf1f317\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57dd557a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4dd1719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f416c5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"222990d9\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd6b72d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5e9f0281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"248f09bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5059649b\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(128755,3449,'_elementor_version','0.4'),(128877,1146,'_elementor_edit_mode','builder'),(128878,1146,'_elementor_template_type','post'),(128885,3466,'fw_options','a:0:{}'),(128886,3466,'_wp_page_template','single-artists-blank.php'),(128887,3466,'_thumbnail_id','1428'),(128888,3466,'_elementor_edit_mode','builder'),(128889,3466,'_elementor_template_type','post'),(128890,1146,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":50},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"top\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":151},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d0d668\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/hero-oulander.png\",\"id\":3826},\"width\":{\"unit\":\"px\",\"size\":390},\"width_mobile\":{\"unit\":\"%\",\"size\":57}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"center\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f2106\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"f83f97d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(128891,3467,'fw_options','a:0:{}'),(128892,3467,'_wp_page_template','single-artists-blank.php'),(128893,3467,'_thumbnail_id','1428'),(128894,3467,'_elementor_edit_mode','builder'),(128895,3467,'_elementor_template_type','post'),(128896,3467,'_elementor_data','[{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(128897,1146,'_elementor_version','0.4'),(128898,3468,'page_logo_select','light'),(128899,3468,'_page_logo_select','field_523384ce55a99'),(128900,3468,'hide_page_title','1'),(128901,3468,'_hide_page_title','field_523382c955a73'),(128902,3468,'classic_menu_over_content','1'),(128903,3468,'_classic_menu_over_content','field_523384ce55a85'),(128904,3468,'hide_header_and_menu','0'),(128905,3468,'_hide_header_and_menu','field_523384ce34a85'),(128906,3468,'classic_menu_main_item_color',''),(128907,3468,'_classic_menu_main_item_color','field_523384ce55a87'),(128908,3468,'classic_menu_background',''),(128909,3468,'_classic_menu_background','field_523384ce55a84'),(128910,3468,'classic_menu_background_alpha','1'),(128911,3468,'_classic_menu_background_alpha','field_523384ce55a86'),(128912,3468,'hamburger_icon_color',''),(128913,3468,'_hamburger_icon_color','field_523384ce55a23'),(128914,3468,'background',''),(128915,3468,'_background','field_523382c955a74'),(128916,3468,'background_repeat','null'),(128917,3468,'_background_repeat','field_523382f555a75'),(128918,3468,'background_size','null'),(128919,3468,'_background_size','field_5233837455a76'),(128920,3468,'background_position','null'),(128921,3468,'_background_position','field_5233842d55a78'),(128922,3468,'content_background_color',''),(128923,3468,'_content_background_color','field_523384ce55a80'),(128924,3468,'content_background_transparency','1'),(128925,3468,'_content_background_transparency','field_523384ce55a81'),(128926,3468,'background_color',''),(128927,3468,'_background_color','field_523384ce55a79'),(128928,3468,'block_footer','null'),(128929,3468,'_block_footer','block_footer'),(128930,3468,'footer_playlist','null'),(128931,3468,'_footer_playlist','footer_playlist'),(128932,3468,'footer_podcast','null'),(128933,3468,'_footer_podcast','footer_podcast'),(128934,3468,'banner_inherit_setting','0'),(128935,3468,'_banner_inherit_setting','banner_inherit_setting'),(128936,3468,'banner_background_type','image-background'),(128937,3468,'_banner_background_type','field_54ce55f555a01'),(128938,3468,'banner_parallax','1'),(128939,3468,'_banner_parallax','field_54ce55f555a03'),(128940,3468,'banner_image','1429'),(128941,3468,'_banner_image','field_54ce55f555a04'),(128942,3468,'banner_fullscreen','0'),(128943,3468,'_banner_fullscreen','field_54ce55f555a05'),(128944,3468,'banner_height','750'),(128945,3468,'_banner_height','field_54ce55f555a06'),(128946,3468,'banner_content_type','default-content'),(128947,3468,'_banner_content_type','field_54ce55f555a13'),(128948,3468,'banner_title','Ultrasonic'),(128949,3468,'_banner_title','field_54ce55f555a07'),(128950,3468,'banner_subtitle','Electro | Hip-hop | Drum & Bass'),(128951,3468,'_banner_subtitle','field_54ce55f555a08'),(128952,3468,'banner_horizontal_content_alignment','right'),(128953,3468,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(128954,3468,'banner_background_alignement','center'),(128955,3468,'_banner_background_alignement','field_54ce55f555a11'),(128956,3468,'banner_font_color',''),(128957,3468,'_banner_font_color','field_54ce55f555a12'),(128958,3468,'page_banner_subtitle_font_color',''),(128959,3468,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(128960,3468,'content_banner_overlap','0'),(128961,3468,'_content_banner_overlap','field_54ce55f555a02311'),(128962,3468,'artist_hero_playlist','null'),(128963,3468,'_artist_hero_playlist','artist_hero_playlist'),(128964,3468,'artist_desc',''),(128965,3468,'_artist_desc','artist_desc'),(128966,3468,'artist_social','0'),(128967,3468,'_artist_social','artist_social'),(128968,3468,'artist_link','0'),(128969,3468,'_artist_link','artist_link'),(128970,3468,'artist_contact',''),(128971,3468,'_artist_contact','artist_contact'),(128972,3468,'artist_download','0'),(128973,3468,'_artist_download','artist_download'),(128974,3468,'alb_link_external',''),(128975,3468,'_alb_link_external','field_523b66d6f2382'),(128976,3468,'fw_options','a:0:{}'),(128977,3468,'_wp_page_template','single-artists-blank.php'),(128978,3468,'_thumbnail_id','1428'),(128979,3468,'_elementor_edit_mode','builder'),(128980,3468,'_elementor_template_type','post'),(128981,3468,'_elementor_data','[{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(128982,3468,'_elementor_version','0.4'),(128983,1146,'hide_header_and_menu','0'),(128984,1146,'_hide_header_and_menu','field_523384ce34a85'),(128985,1146,'footer_playlist','null'),(128986,1146,'_footer_playlist','footer_playlist'),(128987,1146,'footer_podcast','null'),(128988,1146,'_footer_podcast','footer_podcast'),(128989,1146,'banner_inherit_setting','0'),(128990,1146,'_banner_inherit_setting','banner_inherit_setting'),(128991,1146,'page_banner_subtitle_font_color',''),(128992,1146,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(128993,1146,'content_banner_overlap','0'),(128994,1146,'_content_banner_overlap','field_54ce55f555a02311'),(128995,1146,'alb_link_external',''),(128996,1146,'_alb_link_external','field_523b66d6f2382'),(128998,3469,'page_logo_select','light'),(128999,3469,'_page_logo_select','field_523384ce55a99'),(129000,3469,'hide_page_title','1'),(129001,3469,'_hide_page_title','field_523382c955a73'),(129002,3469,'classic_menu_over_content','1'),(129003,3469,'_classic_menu_over_content','field_523384ce55a85'),(129004,3469,'hide_header_and_menu','0'),(129005,3469,'_hide_header_and_menu','field_523384ce34a85'),(129006,3469,'classic_menu_main_item_color',''),(129007,3469,'_classic_menu_main_item_color','field_523384ce55a87'),(129008,3469,'classic_menu_background',''),(129009,3469,'_classic_menu_background','field_523384ce55a84'),(129010,3469,'classic_menu_background_alpha','1'),(129011,3469,'_classic_menu_background_alpha','field_523384ce55a86'),(129012,3469,'hamburger_icon_color',''),(129013,3469,'_hamburger_icon_color','field_523384ce55a23'),(129014,3469,'background',''),(129015,3469,'_background','field_523382c955a74'),(129016,3469,'background_repeat','null'),(129017,3469,'_background_repeat','field_523382f555a75'),(129018,3469,'background_size','null'),(129019,3469,'_background_size','field_5233837455a76'),(129020,3469,'background_position','null'),(129021,3469,'_background_position','field_5233842d55a78'),(129022,3469,'content_background_color',''),(129023,3469,'_content_background_color','field_523384ce55a80'),(129024,3469,'content_background_transparency','1'),(129025,3469,'_content_background_transparency','field_523384ce55a81'),(129026,3469,'background_color',''),(129027,3469,'_background_color','field_523384ce55a79'),(129028,3469,'block_footer','null'),(129029,3469,'_block_footer','block_footer'),(129030,3469,'footer_playlist','null'),(129031,3469,'_footer_playlist','footer_playlist'),(129032,3469,'footer_podcast','null'),(129033,3469,'_footer_podcast','footer_podcast'),(129034,3469,'banner_inherit_setting','0'),(129035,3469,'_banner_inherit_setting','banner_inherit_setting'),(129036,3469,'banner_background_type','null'),(129037,3469,'_banner_background_type','field_54ce55f555a01'),(129038,3469,'banner_fullscreen','0');
INSERT INTO `wppk_postmeta` VALUES (129039,3469,'_banner_fullscreen','field_54ce55f555a05'),(129040,3469,'banner_height',''),(129041,3469,'_banner_height','field_54ce55f555a06'),(129042,3469,'banner_content_type','default-content'),(129043,3469,'_banner_content_type','field_54ce55f555a13'),(129044,3469,'banner_title',''),(129045,3469,'_banner_title','field_54ce55f555a07'),(129046,3469,'banner_subtitle',''),(129047,3469,'_banner_subtitle','field_54ce55f555a08'),(129048,3469,'banner_horizontal_content_alignment','centered'),(129049,3469,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(129050,3469,'banner_font_color',''),(129051,3469,'_banner_font_color','field_54ce55f555a12'),(129052,3469,'page_banner_subtitle_font_color',''),(129053,3469,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(129054,3469,'content_banner_overlap','0'),(129055,3469,'_content_banner_overlap','field_54ce55f555a02311'),(129056,3469,'artist_hero_playlist','null'),(129057,3469,'_artist_hero_playlist','artist_hero_playlist'),(129058,3469,'artist_desc',''),(129059,3469,'_artist_desc','artist_desc'),(129060,3469,'artist_social','0'),(129061,3469,'_artist_social','artist_social'),(129062,3469,'artist_link','0'),(129063,3469,'_artist_link','artist_link'),(129064,3469,'artist_contact',''),(129065,3469,'_artist_contact','artist_contact'),(129066,3469,'artist_download','0'),(129067,3469,'_artist_download','artist_download'),(129068,3469,'alb_link_external',''),(129069,3469,'_alb_link_external','field_523b66d6f2382'),(129070,3469,'fw_options','a:0:{}'),(129071,3469,'_wp_page_template','single-artists-blank.php'),(129072,3469,'_thumbnail_id','1428'),(129073,3469,'_elementor_edit_mode','builder'),(129074,3469,'_elementor_template_type','post'),(129075,3469,'_elementor_data','[{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129076,3469,'_elementor_version','0.4'),(129078,3470,'fw_options','a:0:{}'),(129079,3470,'_wp_page_template','single-artists-blank.php'),(129080,3470,'_thumbnail_id','1428'),(129081,3470,'_elementor_edit_mode','builder'),(129082,3470,'_elementor_template_type','post'),(129083,3470,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":750},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Ultrasonic_wide.jpg\",\"id\":1429},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129084,3470,'_elementor_version','0.4'),(129086,3471,'fw_options','a:0:{}'),(129087,3471,'_wp_page_template','single-artists-blank.php'),(129088,3471,'_thumbnail_id','1428'),(129089,3471,'_elementor_edit_mode','builder'),(129090,3471,'_elementor_template_type','post'),(129091,3471,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":750},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Ultrasonic_wide.jpg\",\"id\":1429},\"background_position\":\"center center\",\"background_size\":\"cover\",\"column_position\":\"bottom\"},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129092,3471,'_elementor_version','0.4'),(129094,3472,'fw_options','a:0:{}'),(129095,3472,'_wp_page_template','single-artists-blank.php'),(129096,3472,'_thumbnail_id','1428'),(129097,3472,'_elementor_edit_mode','builder'),(129098,3472,'_elementor_template_type','post'),(129099,3472,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":750},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Ultrasonic_wide.jpg\",\"id\":1429},\"background_position\":\"center center\",\"background_size\":\"cover\",\"column_position\":\"bottom\",\"shape_divider_bottom\":\"curve-asymmetrical\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":151},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129100,3472,'_elementor_version','0.4'),(129112,3474,'fw_options','a:0:{}'),(129113,3474,'_wp_page_template','single-artists-blank.php'),(129114,3474,'_thumbnail_id','1428'),(129115,3474,'_elementor_edit_mode','builder'),(129116,3474,'_elementor_template_type','post'),(129117,3474,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Ultrasonic_wide.jpg\",\"id\":1429},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":50},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"bottom\",\"shape_divider_bottom\":\"curve-asymmetrical\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":151},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129118,3474,'_elementor_version','0.4'),(129121,3475,'fw_options','a:0:{}'),(129122,3475,'_wp_page_template','single-artists-blank.php'),(129123,3475,'_thumbnail_id','1428'),(129124,3475,'_elementor_edit_mode','builder'),(129125,3475,'_elementor_template_type','post'),(129126,3475,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Ultrasonic_wide.jpg\",\"id\":1429},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":50},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"bottom\",\"shape_divider_bottom\":\"curve-asymmetrical\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":151},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"-200\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129127,3475,'_elementor_version','0.4'),(129130,3476,'fw_options','a:0:{}'),(129131,3476,'_wp_page_template','single-artists-blank.php'),(129132,3476,'_thumbnail_id','1428'),(129133,3476,'_elementor_edit_mode','builder'),(129134,3476,'_elementor_template_type','post'),(129135,3476,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Ultrasonic_wide.jpg\",\"id\":1429},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":50},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"bottom\",\"shape_divider_bottom\":\"curve-asymmetrical\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":151},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129136,3476,'_elementor_version','0.4'),(129139,1146,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#716d93\";}'),(129144,3477,'page_logo_select','null'),(129145,3477,'_page_logo_select','field_523384ce55a99'),(129146,3477,'hide_page_title','0'),(129147,3477,'_hide_page_title','field_523382c955a73'),(129148,3477,'classic_menu_over_content','0'),(129149,3477,'_classic_menu_over_content','field_523384ce55a85'),(129150,3477,'hide_header_and_menu','0'),(129151,3477,'_hide_header_and_menu','field_523384ce34a85'),(129152,3477,'classic_menu_background',''),(129153,3477,'_classic_menu_background','field_523384ce55a84'),(129154,3477,'classic_menu_background_alpha','1'),(129155,3477,'_classic_menu_background_alpha','field_523384ce55a86'),(129156,3477,'hamburger_icon_color',''),(129157,3477,'_hamburger_icon_color','field_523384ce55a23'),(129158,3477,'background',''),(129159,3477,'_background','field_523382c955a74'),(129160,3477,'background_repeat','null'),(129161,3477,'_background_repeat','field_523382f555a75'),(129162,3477,'background_size','null'),(129163,3477,'_background_size','field_5233837455a76'),(129164,3477,'background_position','null'),(129165,3477,'_background_position','field_5233842d55a78'),(129166,3477,'content_background_color',''),(129167,3477,'_content_background_color','field_523384ce55a80'),(129168,3477,'content_background_transparency','1'),(129169,3477,'_content_background_transparency','field_523384ce55a81'),(129170,3477,'background_color',''),(129171,3477,'_background_color','field_523384ce55a79'),(129172,3477,'block_footer','null'),(129173,3477,'_block_footer','block_footer'),(129174,3477,'sidebar-position','right'),(129175,3477,'_sidebar-position','field_526d6ec715ee9'),(129176,3477,'sidebar-area_id','croma_sidebar_0'),(129177,3477,'_sidebar-area_id','field_526d6c0da8219'),(129178,3477,'enable_excerpts','0'),(129179,3477,'_enable_excerpts','field_523382c925a72'),(129180,3477,'footer_playlist','null'),(129181,3477,'_footer_playlist','footer_playlist'),(129182,3477,'footer_podcast','null'),(129183,3477,'_footer_podcast','footer_podcast'),(129184,3477,'banner_inherit_setting','0'),(129185,3477,'_banner_inherit_setting','banner_inherit_setting'),(129186,3477,'banner_background_type','null'),(129187,3477,'_banner_background_type','field_54ce55f555a01'),(129188,3477,'banner_fullscreen','0'),(129189,3477,'_banner_fullscreen','field_54ce55f555a05'),(129190,3477,'banner_height','0'),(129191,3477,'_banner_height','field_54ce55f555a06'),(129192,3477,'banner_content_type','default-content'),(129193,3477,'_banner_content_type','field_54ce55f555a13'),(129194,3477,'banner_title',''),(129195,3477,'_banner_title','field_54ce55f555a07'),(129196,3477,'banner_subtitle',''),(129197,3477,'_banner_subtitle','field_54ce55f555a08'),(129198,3477,'banner_horizontal_content_alignment','centered'),(129199,3477,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(129200,3477,'banner_font_color',''),(129201,3477,'_banner_font_color','field_54ce55f555a12'),(129202,3477,'page_banner_subtitle_font_color',''),(129203,3477,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(129204,3477,'content_banner_overlap','0'),(129205,3477,'_content_banner_overlap','field_54ce55f555a02311'),(129206,3477,'fw_options','a:0:{}'),(129207,19,'page_logo_select','null'),(129208,19,'_page_logo_select','field_523384ce55a99'),(129209,19,'hide_header_and_menu','0'),(129210,19,'_hide_header_and_menu','field_523384ce34a85'),(129211,19,'block_footer','null'),(129212,19,'_block_footer','block_footer'),(129213,19,'footer_playlist','null'),(129214,19,'_footer_playlist','footer_playlist'),(129215,19,'footer_podcast','null'),(129216,19,'_footer_podcast','footer_podcast'),(129217,19,'banner_inherit_setting','0'),(129218,19,'_banner_inherit_setting','banner_inherit_setting'),(129219,19,'banner_background_type','null'),(129220,19,'_banner_background_type','field_54ce55f555a01'),(129221,19,'banner_fullscreen','0'),(129222,19,'_banner_fullscreen','field_54ce55f555a05'),(129223,19,'banner_height','0'),(129224,19,'_banner_height','field_54ce55f555a06'),(129225,19,'banner_content_type','default-content'),(129226,19,'_banner_content_type','field_54ce55f555a13'),(129227,19,'banner_title',''),(129228,19,'_banner_title','field_54ce55f555a07'),(129229,19,'banner_subtitle',''),(129230,19,'_banner_subtitle','field_54ce55f555a08'),(129231,19,'banner_horizontal_content_alignment','centered'),(129232,19,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(129233,19,'banner_font_color',''),(129234,19,'_banner_font_color','field_54ce55f555a12'),(129235,19,'page_banner_subtitle_font_color',''),(129236,19,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(129237,19,'content_banner_overlap','0'),(129238,19,'_content_banner_overlap','field_54ce55f555a02311'),(129239,3478,'page_logo_select','light'),(129240,3478,'_page_logo_select','field_523384ce55a99'),(129241,3478,'hide_page_title','1'),(129242,3478,'_hide_page_title','field_523382c955a73'),(129243,3478,'classic_menu_over_content','1'),(129244,3478,'_classic_menu_over_content','field_523384ce55a85'),(129245,3478,'hide_header_and_menu','1'),(129246,3478,'_hide_header_and_menu','field_523384ce34a85'),(129247,3478,'classic_menu_main_item_color',''),(129248,3478,'_classic_menu_main_item_color','field_523384ce55a87'),(129249,3478,'classic_menu_background',''),(129250,3478,'_classic_menu_background','field_523384ce55a84'),(129251,3478,'classic_menu_background_alpha','1'),(129252,3478,'_classic_menu_background_alpha','field_523384ce55a86'),(129253,3478,'hamburger_icon_color',''),(129254,3478,'_hamburger_icon_color','field_523384ce55a23'),(129255,3478,'background',''),(129256,3478,'_background','field_523382c955a74'),(129257,3478,'background_repeat','no-repeat'),(129258,3478,'_background_repeat','field_523382f555a75'),(129259,3478,'background_size','cover'),(129260,3478,'_background_size','field_5233837455a76'),(129261,3478,'background_position','center bottom'),(129262,3478,'_background_position','field_5233842d55a78'),(129263,3478,'content_background_color',''),(129264,3478,'_content_background_color','field_523384ce55a80'),(129265,3478,'content_background_transparency','1'),(129266,3478,'_content_background_transparency','field_523384ce55a81'),(129267,3478,'background_color',''),(129268,3478,'_background_color','field_523384ce55a79'),(129269,3478,'block_footer','1940'),(129270,3478,'_block_footer','block_footer'),(129271,3478,'sidebar-position','disabled'),(129272,3478,'_sidebar-position','field_526d6ec715ee9'),(129273,3478,'footer_playlist','1218'),(129274,3478,'_footer_playlist','footer_playlist'),(129275,3478,'footer_podcast','null'),(129276,3478,'_footer_podcast','footer_podcast'),(129277,3478,'banner_inherit_setting','0'),(129278,3478,'_banner_inherit_setting','banner_inherit_setting'),(129279,3478,'banner_background_type','null'),(129280,3478,'_banner_background_type','field_54ce55f555a01'),(129281,3478,'banner_fullscreen','0'),(129282,3478,'_banner_fullscreen','field_54ce55f555a05'),(129283,3478,'banner_height','0'),(129284,3478,'_banner_height','field_54ce55f555a06'),(129285,3478,'banner_content_type','default-content'),(129286,3478,'_banner_content_type','field_54ce55f555a13'),(129287,3478,'banner_title',''),(129288,3478,'_banner_title','field_54ce55f555a07'),(129289,3478,'banner_subtitle',''),(129290,3478,'_banner_subtitle','field_54ce55f555a08'),(129291,3478,'banner_horizontal_content_alignment','centered'),(129292,3478,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(129293,3478,'banner_font_color',''),(129294,3478,'_banner_font_color','field_54ce55f555a12'),(129295,3478,'page_banner_subtitle_font_color',''),(129296,3478,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(129297,3478,'content_banner_overlap','0'),(129298,3478,'_content_banner_overlap','field_54ce55f555a02311'),(129299,3478,'fw_options','a:0:{}'),(129300,3478,'_wp_page_template','default'),(129301,3478,'_elementor_edit_mode','builder'),(129302,3478,'_elementor_template_type','post'),(129303,3478,'_elementor_data','[{\"id\":\"83efac5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"content_position\":\"middle\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3f24cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a46d56c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Website is under construction\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#ffffff\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":2.7},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2f6a68\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'ll be here soon with our new awesome site. stay tuned\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.4},\"title_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bc0a72\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"99b6a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":true},{\"id\":\"f800bfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.333,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"87a0b56\",\"elType\":\"widget\",\"settings\":{\"sonaar_mailchimp_lists\":\"b893717c76\",\"sr_mailchimp_email_label_text\":\"\",\"sr_mailchimp_fname_show\":\"\",\"sr_mailchimp_fname_label_text\":\"First Name\",\"sr_mailchimp_lname_show\":\"\",\"sr_mailchimp_lname_label_text\":\"Last Name\",\"sr_section_mailchimp_button_text\":\"Subscribe\",\"sr_section_mailchimp_loading_text\":\"Submitting...\",\"sr_section_mailchimp_success_text\":\"You have subscribed successfully!\",\"sr_mailchimp_input_height\":{\"unit\":\"px\",\"size\":70},\"sr_mailchimp_subscribe_btn_display\":\"block\",\"sr_mailchimp_subscribe_btn_width\":{\"unit\":\"px\",\"size\":211},\"sr_mailchimp_subscribe_btn_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_mailchimp_message_alignment\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"sonaar-mailchimp\"}],\"isInner\":true},{\"id\":\"21b6ba3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(129304,3478,'_elementor_version','0.4'),(129317,3480,'fw_options','a:0:{}'),(129318,3480,'_wp_page_template','default'),(129319,3480,'_elementor_edit_mode','builder'),(129320,3480,'_elementor_template_type','post'),(129321,3480,'_elementor_data','[{\"id\":\"23f45a6\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"333b9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5dc5a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e68456\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar & The Bands\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f62c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"A JOURNEY THAT CHANGED MY LIFE.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0332ddc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8e169\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[{\"id\":\"ffd205d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10d2763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"700\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":72},\"css_filters_css_filter\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":160},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":0},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63196a1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b78089d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cc9a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"IT START WITH\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"903c149\",\"elType\":\"widget\",\"settings\":{\"title\":\"An Endless Passion for Music\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e62699e\",\"elType\":\"widget\",\"settings\":{\"title\":\"For Discovery, for People, for Life...\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cfd66f\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"911cbfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"020a2d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"justify\",\"align_tablet\":\"left\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"typography_font_size\":{\"unit\":\"px\",\"size\":130},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4a69075\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"032f6bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris.\\u00a0<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis.\\u00a0<\\/p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa.\\u00a0<\\/p>\",\"align\":\"justify\",\"align_tablet\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6bfe7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"949780c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e4106bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-6.jpg\",\"id\":2958},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"750\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba7a213\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2d47762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d967ca3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"211764b\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f17ac80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee07763\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e13cb9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4afc44c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c24e40e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#818181\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#818181\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(129322,3480,'_elementor_version','0.4'),(129324,3481,'fw_options','a:0:{}'),(129325,3481,'_wp_page_template','default'),(129326,3481,'_elementor_edit_mode','builder'),(129327,3481,'_elementor_template_type','post'),(129328,3481,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"I am Victor hedman\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":6.3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/patern-small.jpg\",\"id\":2866},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#54595f\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":14},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":10},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":71},\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.7},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-wordpress\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"square\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#7a7a7a\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fbf47d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist Management\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2234784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Administration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc96d5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"289032d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":609},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-4.jpg\",\"id\":2956},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_video_start\":3,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"af4a293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4cabd804\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"68ad354f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"111a3d77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color\":\"rgba(255,255,255,0.12)\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"#818181\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#818181\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#000000\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(129329,3481,'_elementor_version','0.4'),(129331,3482,'fw_options','a:0:{}'),(129332,3482,'_wp_page_template','default'),(129333,3482,'_elementor_edit_mode','builder'),(129334,3482,'_elementor_template_type','post'),(129335,3482,'_elementor_data','[{\"id\":\"e7e0b0c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b347ad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d1cf23e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-6.jpg\",\"id\":2958},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"550\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df7923\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"443a47b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5b306546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"399fa6b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640c1627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e431\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4cb67207\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cfe67b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a2af32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#818181\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#818181\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(129336,3482,'_elementor_version','0.4'),(129338,3483,'fw_options','a:0:{}'),(129339,3483,'_wp_page_template','default'),(129340,3483,'_elementor_edit_mode','builder'),(129341,3483,'_elementor_template_type','post'),(129342,3483,'_elementor_data','[{\"id\":\"2ec373fc\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3cb2f6dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4bf15157\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"334fefbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"_inline_size_tablet\":100,\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ba726f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66829d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35ab14d5\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"#818181\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#818181\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#000000\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"7d450e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-4.jpg\",\"id\":2956},\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.74},\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c83a1dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5efd5c07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55038e65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(129343,3483,'_elementor_version','0.4'),(129345,3484,'fw_options','a:0:{}'),(129346,3484,'_wp_page_template','default'),(129347,3484,'_elementor_edit_mode','builder'),(129348,3484,'_elementor_template_type','post'),(129349,3484,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"#818181\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#818181\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#000000\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(129350,3484,'_elementor_version','0.4'),(129352,3485,'fw_options','a:0:{}'),(129353,3485,'_wp_page_template','default'),(129354,3485,'_elementor_edit_mode','builder'),(129355,3485,'_elementor_template_type','post'),(129356,3485,'_elementor_data','[{\"id\":\"85fa4bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3ed0f5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad25090\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9a00d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7267c64\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ada874\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e51aac8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-4.jpg\",\"id\":2956},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"8e077b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8f700\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"92a1a12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color\":\"rgba(255,255,255,0.12)\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"df5af0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21938d0\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"#818181\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#818181\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#000000\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(129357,3485,'_elementor_version','0.4'),(129359,3486,'fw_options','a:0:{}'),(129360,3486,'_wp_page_template','default'),(129361,3486,'_elementor_edit_mode','builder'),(129362,3486,'_elementor_template_type','post'),(129363,3486,'_elementor_data','[{\"id\":\"51fec3b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1edac30\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a2ce24d\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"19\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129364,3486,'_elementor_version','0.4'),(129366,3487,'fw_options','a:0:{}'),(129367,3487,'_wp_page_template','default'),(129368,3487,'_elementor_edit_mode','builder'),(129369,3487,'_elementor_template_type','post'),(129370,3487,'_elementor_data','[{\"id\":\"e410f2d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f8134a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"top\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5a2c03a\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_icon\":\"\",\"sr_dch_first_title\":\"Donate &\",\"sr_dch_last_title\":\"Support\",\"sr_dch_subtext\":\"\",\"sr_dch_container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_border_color\":\"#ffffff\",\"sr_dch_base_title_color\":\"#ffffff\",\"sr_dch_icon_size\":{\"unit\":\"px\",\"size\":42},\"sr_dch_icon_color\":\"#ffffff\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"0e08f02\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":20},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"27ed2c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ba21721\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"content_position\":\"center\"},\"elements\":[],\"isInner\":true},{\"id\":\"ba57ef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50},\"elements\":[{\"id\":\"80c60a6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><strong><em>SONAAR<\\/em><\\/strong>\\u00a0HAS ALWAYS SUBSCRIBED TO THE PRINCIPLE THAT MUSIC SHOULD BE MADE AVAILABLE TO ANYONE FREE OF CHARGE. THAT\\u2019S WHY WE GIVE YOU THIS ALBUM FOR FREE. IF YOU ARE IN A POSITION TO BE ABLE TO SUPPORT THIS PERSONAL POLICY OF FREE MUSIC AND HELP US CONTINUE ON THIS PATH, THERE\\u2019S AN OPTION TO MAKE A DONATION OF YOUR CHOOSING HERE.<\\/p><p style=\\\"text-align: center;\\\"><strong>THANK YOU!<\\/strong><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"457b421\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.333},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"32a98de\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"form\\\" style=\\\"text-align: center;\\\"><form action=\\\"https:\\/\\/www.paypal.com\\/cgi-bin\\/webscr\\\" method=\\\"post\\\" target=\\\"_top\\\"><input name=\\\"cmd\\\" type=\\\"hidden\\\" value=\\\"_s-xclick\\\" \\/><input name=\\\"hosted_button_id\\\" type=\\\"hidden\\\" value=\\\"7798XY7PAM2P6\\\" \\/><input alt=\\\"PayPal - The safer, easier way to pay online!\\\" name=\\\"submit\\\" src=\\\"https:\\/\\/www.paypalobjects.com\\/en_US\\/i\\/btn\\/btn_donateCC_LG.gif\\\" type=\\\"image\\\" \\/><img src=\\\"https:\\/\\/www.paypalobjects.com\\/en_US\\/i\\/scr\\/pixel.gif\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" border=\\\"0\\\" \\/><\\/form><\\/div>\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"248c0cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129371,3487,'_elementor_version','0.4'),(129373,3488,'fw_options','a:0:{}'),(129374,3488,'_wp_page_template','default'),(129375,3488,'_elementor_edit_mode','builder'),(129376,3488,'_elementor_template_type','post'),(129377,3488,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"1\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#818181\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#818181\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"image_overlay_size\":\"large\",\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"820731f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"53\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27132e1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"60f062f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/10\\/console-1.jpg\",\"id\":2357},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b64a5b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(129378,3488,'_elementor_version','0.4'),(129380,3489,'fw_options','a:0:{}'),(129381,3489,'_wp_page_template','default'),(129382,3489,'_elementor_edit_mode','builder'),(129383,3489,'_elementor_template_type','post'),(129384,3489,'_elementor_data','[{\"id\":\"767b778\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"cddc58f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"013833a\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129385,3489,'_elementor_version','0.4'),(129386,3490,'fw_options','a:0:{}'),(129387,3490,'_wp_page_template','default'),(129388,3490,'_elementor_edit_mode','builder'),(129389,3490,'_elementor_template_type','post'),(129390,3490,'_elementor_data','[{\"id\":\"d17e990\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f168b91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"82aa913\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129391,3490,'_elementor_version','0.4'),(129392,3491,'fw_options','a:0:{}'),(129393,3491,'_wp_page_template','default'),(129394,3491,'_elementor_edit_mode','builder'),(129395,3491,'_elementor_template_type','post'),(129396,3491,'_elementor_data','[{\"id\":\"24df7a0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d52601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1163c46\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"53\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129397,3491,'_elementor_version','0.4'),(129398,3492,'fw_options','a:0:{}'),(129399,3492,'_wp_page_template','default'),(129400,3492,'_elementor_edit_mode','builder'),(129401,3492,'_elementor_template_type','post'),(129402,3492,'_elementor_data','[{\"id\":\"a7c1961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0030979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"04ded49\",\"elType\":\"widget\",\"settings\":{\"parallax_speed\":\"2, -2, 1\"},\"elements\":[],\"widgetType\":\"parallaxgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(129403,3492,'_elementor_version','0.4'),(129404,3493,'fw_options','a:0:{}'),(129405,3493,'_wp_page_template','default'),(129406,3493,'_elementor_edit_mode','builder'),(129407,3493,'_elementor_template_type','post'),(129408,3493,'_elementor_data','[{\"id\":\"794d6416\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7914fb10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d2eeb07\",\"elType\":\"widget\",\"settings\":{\"grid_columns\":\"2\",\"parallax_enabled\":\"no\",\"parallax_speed\":\"2, -2, 1\"},\"elements\":[],\"widgetType\":\"parallaxgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(129409,3493,'_elementor_version','0.4'),(129411,3494,'fw_options','a:0:{}'),(129412,3494,'_wp_page_template','default'),(129413,3494,'_elementor_edit_mode','builder'),(129414,3494,'_elementor_template_type','post'),(129415,3494,'_elementor_data','[{\"id\":\"76a9cbec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5dec70c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"68da378\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"14\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129416,3494,'_elementor_version','0.4'),(129418,3495,'fw_options','a:0:{}'),(129419,3495,'_wp_page_template','default'),(129420,3495,'_elementor_edit_mode','builder'),(129421,3495,'_elementor_template_type','post'),(129422,3495,'_elementor_data','[{\"id\":\"7a25762e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"757d4f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"48e7a3b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"15\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129423,3495,'_elementor_version','0.4'),(129424,3496,'fw_options','a:0:{}'),(129425,3496,'_wp_page_template','default'),(129426,3496,'_elementor_edit_mode','builder'),(129427,3496,'_elementor_template_type','post'),(129428,3496,'_elementor_data','[{\"id\":\"788f618\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4cc6e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"50f4de5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"14\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129429,3496,'_elementor_version','0.4'),(129430,3497,'fw_options','a:0:{}'),(129431,3497,'_wp_page_template','default'),(129432,3497,'_elementor_edit_mode','builder'),(129433,3497,'_elementor_template_type','post'),(129434,3497,'_elementor_data','[{\"id\":\"34cf8f0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"26b718c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0a83ceb\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"\",\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"},{\"id\":\"ac2f130\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"2090\"],\"playlist_autoplay\":\"\",\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"},{\"id\":\"e6f2f63\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"2086\"],\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false}]'),(129435,3497,'_elementor_version','0.4'),(129436,3498,'fw_options','a:0:{}'),(129437,3498,'_wp_page_template','default'),(129438,3498,'_elementor_edit_mode','builder'),(129439,3498,'_elementor_template_type','post'),(129440,3498,'_elementor_data','[{\"id\":\"e4c2145\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2d4cbfc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"90e5a68\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"8\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129441,3498,'_elementor_version','0.4'),(129442,3499,'fw_options','a:0:{}'),(129443,3499,'_wp_page_template','default'),(129444,3499,'_elementor_edit_mode','builder'),(129445,3499,'_elementor_template_type','post'),(129446,3499,'_elementor_data','[{\"id\":\"34bd98e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b4582b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a510d0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"12\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129447,3499,'_elementor_version','0.4'),(129448,3500,'fw_options','a:0:{}'),(129449,3500,'_wp_page_template','default'),(129450,3500,'_elementor_edit_mode','builder'),(129451,3500,'_elementor_template_type','post'),(129452,3500,'_elementor_data','[{\"id\":\"bb5424a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"200\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"11c6ba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e2649f2\",\"elType\":\"widget\",\"settings\":{\"grid_post_type\":\"artist\",\"parallax_speed\":\"2, -2, 1\"},\"elements\":[],\"widgetType\":\"parallaxgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(129453,3500,'_elementor_version','0.4'),(129454,3501,'fw_options','a:0:{}'),(129455,3501,'_wp_page_template','default'),(129456,3501,'_elementor_edit_mode','builder'),(129457,3501,'_elementor_template_type','post'),(129458,3501,'_elementor_data','[{\"id\":\"f1747ee\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8045f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5952146\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"11\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129459,3501,'_elementor_version','0.4'),(129461,3502,'fw_options','a:0:{}'),(129462,3502,'_wp_page_template','default'),(129463,3502,'_elementor_edit_mode','builder'),(129464,3502,'_elementor_template_type','post'),(129465,3502,'_elementor_data','[{\"id\":\"12a808d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"895ed5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"03bfa52\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"11\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129466,3502,'_elementor_version','0.4'),(129467,3503,'fw_options','a:0:{}'),(129468,3503,'_wp_page_template','default'),(129469,3503,'_elementor_edit_mode','builder'),(129470,3503,'_elementor_template_type','post'),(129471,3503,'_elementor_data','[{\"id\":\"b364866\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b626117\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7ce43ef\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"1\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(129472,3503,'_elementor_version','0.4'),(129501,735,'_config_errors','a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),(129504,3509,'fw_options','a:0:{}'),(129505,3509,'_wp_page_template','default'),(129506,3509,'_elementor_edit_mode','builder'),(129507,3509,'_elementor_template_type','post'),(129508,3509,'_elementor_data','[{\"id\":\"6a65d3e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":650}},\"elements\":[{\"id\":\"c76becd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6963644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/hero-oulander.png\",\"id\":2949},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":3},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"386dbea\",\"elType\":\"widget\",\"settings\":{\"title\":\"VRJN\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":275},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_background_color\":\"#716d93\",\"text_shadow_text_shadow\":{\"horizontal\":-17,\"vertical\":5,\"blur\":41,\"color\":\"rgba(255,255,255,0.3)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":200},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":94},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(135,40,65,0.54)\",\"sr_gradient_text_color_b\":\"rgba(228,191,157,0.54)\",\"sr_gradient_text_gradient_angle\":{\"unit\":\"deg\",\"size\":170}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"287fed4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"391cf41\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"eab7483\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook\",\"_id\":\"938d263\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"22c258f\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color\":\"#82594e\",\"icon_size\":{\"unit\":\"px\",\"size\":23},\"text_color\":\"#82594e\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Raleway\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"icon_typography_font_weight\":\"600\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":19},\"space_between_mobile\":{\"unit\":\"px\",\"size\":27},\"icon_align_mobile\":\"center\",\"icon_color_hover\":\"#ffffff\",\"text_color_hover\":\"#ffffff\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.4},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fb9f56\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3624fa9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bbce9b9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"91c831d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b580aef\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"VICTOR\",\"sr_dch_last_title\":\"JOHNSON\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48},\"sr_dch_first_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"2897c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSICIAN & SONGWRITER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ac44ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d415094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hello. I\\u2019m Victor Johnson know as VRJN and I\\u2019m a&nbsp;<span style=\\\"color: #ffffff;\\\">professional guitarist and music teacher<\\/span>. Hope you\\u2019ll like my website and&nbsp;discover&nbsp;more about me and my&nbsp;<span style=\\\"color: #ffffff;\\\">passion<\\/span>.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"_border_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72f127b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"1\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":144},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":200}},\"elements\":[{\"id\":\"f07fce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5f142ff\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3edea26\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"LATEST\",\"sr_dch_last_title\":\"SINGLE\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"5690ab0\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc21576\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"54\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e255de\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_background\":\"gradient\",\"background_color\":\"rgba(255,255,255,0.1)\",\"background_color_b\":\"rgba(255,255,255,0)\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":123},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":242},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc7045b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8140cc6\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c8c551c\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"PHOTO\",\"sr_dch_last_title\":\"GALLERY\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"3e9793f\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b9241a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a326d0f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color_b\":\"rgba(255,255,255,0)\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":123},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":242},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"7a198dd\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c7ed7d1\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"UPCOMING\",\"sr_dch_last_title\":\"EVENTS\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"bad4952\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3ecf18d\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":5},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c14a665\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.1)\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"200\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b23d399\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f845e42\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/Guitarman.jpg\",\"id\":2933},\"image_size\":\"full\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":140},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"image_border_color\":\"rgba(255,255,255,0.1)\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fddf35\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d3cc9e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"88e0a29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for visiting\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#818181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a73f289\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/10\\/victor-signature.png\",\"id\":2970},\"image_size\":\"medium\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129509,3509,'_elementor_version','0.4'),(129511,3510,'fw_options','a:0:{}'),(129512,3510,'_wp_page_template','default'),(129513,3510,'_elementor_edit_mode','builder'),(129514,3510,'_elementor_template_type','post'),(129515,3510,'_elementor_data','[{\"id\":\"6a65d3e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":650}},\"elements\":[{\"id\":\"c76becd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6963644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/hero-oulander.png\",\"id\":2949},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":3},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"386dbea\",\"elType\":\"widget\",\"settings\":{\"title\":\"VRJN\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":275},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_background_color\":\"#716d93\",\"text_shadow_text_shadow\":{\"horizontal\":-17,\"vertical\":5,\"blur\":41,\"color\":\"rgba(255,255,255,0.3)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":200},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":94},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(135,40,65,0.54)\",\"sr_gradient_text_color_b\":\"rgba(228,191,157,0.54)\",\"sr_gradient_text_gradient_angle\":{\"unit\":\"deg\",\"size\":170},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"287fed4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"391cf41\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"eab7483\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook\",\"_id\":\"938d263\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"22c258f\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color\":\"#82594e\",\"icon_size\":{\"unit\":\"px\",\"size\":23},\"text_color\":\"#82594e\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Raleway\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"icon_typography_font_weight\":\"600\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":19},\"space_between_mobile\":{\"unit\":\"px\",\"size\":27},\"icon_align_mobile\":\"center\",\"icon_color_hover\":\"#ffffff\",\"text_color_hover\":\"#ffffff\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.4},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fb9f56\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3624fa9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bbce9b9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"91c831d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b580aef\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"VICTOR\",\"sr_dch_last_title\":\"JOHNSON\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48},\"sr_dch_first_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"2897c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSICIAN & SONGWRITER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ac44ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d415094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hello. I\\u2019m Victor Johnson know as VRJN and I\\u2019m a&nbsp;<span style=\\\"color: #ffffff;\\\">professional guitarist and music teacher<\\/span>. Hope you\\u2019ll like my website and&nbsp;discover&nbsp;more about me and my&nbsp;<span style=\\\"color: #ffffff;\\\">passion<\\/span>.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"_border_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72f127b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"1\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":144},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":200}},\"elements\":[{\"id\":\"f07fce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5f142ff\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3edea26\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"LATEST\",\"sr_dch_last_title\":\"SINGLE\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"5690ab0\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc21576\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"54\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e255de\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_background\":\"gradient\",\"background_color\":\"rgba(255,255,255,0.1)\",\"background_color_b\":\"rgba(255,255,255,0)\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":123},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":242},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc7045b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8140cc6\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c8c551c\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"PHOTO\",\"sr_dch_last_title\":\"GALLERY\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"3e9793f\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b9241a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a326d0f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color_b\":\"rgba(255,255,255,0)\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":123},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":242},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"7a198dd\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c7ed7d1\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"UPCOMING\",\"sr_dch_last_title\":\"EVENTS\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"bad4952\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3ecf18d\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":5},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c14a665\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.1)\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"200\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b23d399\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f845e42\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/Guitarman.jpg\",\"id\":2933},\"image_size\":\"full\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":140},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"image_border_color\":\"rgba(255,255,255,0.1)\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fddf35\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d3cc9e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"88e0a29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for visiting\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#818181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a73f289\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/10\\/victor-signature.png\",\"id\":2970},\"image_size\":\"medium\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129516,3510,'_elementor_version','0.4'),(129519,3511,'fw_options','a:0:{}'),(129520,3511,'_wp_page_template','default'),(129521,3511,'_elementor_edit_mode','builder'),(129522,3511,'_elementor_template_type','post'),(129523,3511,'_elementor_data','[{\"id\":\"6a65d3e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":650}},\"elements\":[{\"id\":\"c76becd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6963644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/hero-oulander.png\",\"id\":2949},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":3},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"386dbea\",\"elType\":\"widget\",\"settings\":{\"title\":\"VRJN\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":275},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_background_color\":\"#716d93\",\"text_shadow_text_shadow\":{\"horizontal\":-17,\"vertical\":5,\"blur\":41,\"color\":\"rgba(255,255,255,0.3)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":200},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":94},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(135,40,65,0.54)\",\"sr_gradient_text_color_b\":\"rgba(228,191,157,0.54)\",\"sr_gradient_text_gradient_angle\":{\"unit\":\"deg\",\"size\":170},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"287fed4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"391cf41\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"eab7483\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook\",\"_id\":\"938d263\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"22c258f\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color\":\"#82594e\",\"icon_size\":{\"unit\":\"px\",\"size\":23},\"text_color\":\"#82594e\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Raleway\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"icon_typography_font_weight\":\"600\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":19},\"space_between_mobile\":{\"unit\":\"px\",\"size\":27},\"icon_align_mobile\":\"center\",\"icon_color_hover\":\"#ffffff\",\"text_color_hover\":\"#ffffff\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.4},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fb9f56\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3624fa9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bbce9b9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"91c831d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b580aef\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"VICTOR\",\"sr_dch_last_title\":\"JOHNSON\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48},\"sr_dch_first_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"2897c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSICIAN & SONGWRITER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ac44ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d415094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hello. I\\u2019m Victor Johnson know as VRJN and I\\u2019m a&nbsp;<span style=\\\"color: #ffffff;\\\">professional guitarist and music teacher<\\/span>. Hope you\\u2019ll like my website and&nbsp;discover&nbsp;more about me and my&nbsp;<span style=\\\"color: #ffffff;\\\">passion<\\/span>.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"_border_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72f127b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"1\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":144},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":200}},\"elements\":[{\"id\":\"f07fce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5f142ff\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3edea26\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"LATEST\",\"sr_dch_last_title\":\"SINGLE\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"5690ab0\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc21576\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"54\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e255de\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_background\":\"gradient\",\"background_color\":\"rgba(255,255,255,0.1)\",\"background_color_b\":\"rgba(255,255,255,0)\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":123},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":242},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc7045b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8140cc6\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c8c551c\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"PHOTO\",\"sr_dch_last_title\":\"GALLERY\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"3e9793f\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b9241a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a326d0f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color_b\":\"rgba(255,255,255,0)\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":123},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":242},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"7a198dd\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c7ed7d1\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"UPCOMING\",\"sr_dch_last_title\":\"EVENTS\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"bad4952\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3ecf18d\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":5},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c14a665\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.1)\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"200\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b23d399\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f845e42\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/Guitarman.jpg\",\"id\":2933},\"image_size\":\"full\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":140},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"image_border_color\":\"rgba(255,255,255,0.1)\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fddf35\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d3cc9e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"88e0a29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for visiting\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#818181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a73f289\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/10\\/victor-signature.png\",\"id\":2970},\"image_size\":\"medium\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129524,3511,'_elementor_version','0.4'),(129527,3512,'fw_options','a:0:{}'),(129528,3512,'_wp_page_template','default'),(129529,3512,'_elementor_edit_mode','builder'),(129530,3512,'_elementor_template_type','post'),(129531,3512,'_elementor_data','[{\"id\":\"6a65d3e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":650}},\"elements\":[{\"id\":\"c76becd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6963644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/hero-oulander.png\",\"id\":2949},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":3},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"386dbea\",\"elType\":\"widget\",\"settings\":{\"title\":\"VRJN\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":275},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_background_color\":\"#716d93\",\"text_shadow_text_shadow\":{\"horizontal\":-17,\"vertical\":5,\"blur\":41,\"color\":\"rgba(255,255,255,0.3)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":200},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":94},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(135,40,65,0.54)\",\"sr_gradient_text_color_b\":\"rgba(228,191,157,0.54)\",\"sr_gradient_text_gradient_angle\":{\"unit\":\"deg\",\"size\":170},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"287fed4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"391cf41\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"eab7483\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook\",\"_id\":\"938d263\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"22c258f\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color\":\"#82594e\",\"icon_size\":{\"unit\":\"px\",\"size\":23},\"text_color\":\"#82594e\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Raleway\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"icon_typography_font_weight\":\"600\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":19},\"space_between_mobile\":{\"unit\":\"px\",\"size\":27},\"icon_align_mobile\":\"center\",\"icon_color_hover\":\"#ffffff\",\"text_color_hover\":\"#ffffff\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.4},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fb9f56\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3624fa9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bbce9b9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"91c831d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b580aef\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"VICTOR\",\"sr_dch_last_title\":\"JOHNSON\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48},\"sr_dch_first_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"2897c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSICIAN & SONGWRITER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ac44ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d415094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hello. I\\u2019m Victor Johnson know as VRJN and I\\u2019m a&nbsp;<span style=\\\"color: #ffffff;\\\">professional guitarist and music teacher<\\/span>. Hope you\\u2019ll like my website and&nbsp;discover&nbsp;more about me and my&nbsp;<span style=\\\"color: #ffffff;\\\">passion<\\/span>.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"_border_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72f127b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"1\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":144},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":200}},\"elements\":[{\"id\":\"f07fce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5f142ff\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3edea26\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"LATEST\",\"sr_dch_last_title\":\"SINGLE\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"5690ab0\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc21576\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"54\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e255de\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_background\":\"gradient\",\"background_color\":\"rgba(255,255,255,0.1)\",\"background_color_b\":\"rgba(255,255,255,0)\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":123},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":242},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc7045b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8140cc6\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c8c551c\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"PHOTO\",\"sr_dch_last_title\":\"GALLERY\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"3e9793f\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b9241a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a326d0f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color_b\":\"rgba(255,255,255,0)\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":123},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":242},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"7a198dd\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c7ed7d1\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"UPCOMING\",\"sr_dch_last_title\":\"EVENTS\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"bad4952\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3ecf18d\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":5},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c14a665\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.1)\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"200\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b23d399\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f845e42\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/Guitarman.jpg\",\"id\":2933},\"image_size\":\"full\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":140},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"image_border_color\":\"rgba(255,255,255,0.1)\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fddf35\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d3cc9e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"88e0a29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for visiting\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#818181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a73f289\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/10\\/victor-signature.png\",\"id\":2970},\"image_size\":\"medium\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129532,3512,'_elementor_version','0.4'),(129535,3513,'fw_options','a:0:{}'),(129536,3513,'_wp_page_template','default'),(129537,3513,'_elementor_edit_mode','builder'),(129538,3513,'_elementor_template_type','post'),(129539,3513,'_elementor_data','[{\"id\":\"6a65d3e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":650}},\"elements\":[{\"id\":\"c76becd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6963644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/hero-oulander.png\",\"id\":2949},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":3},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"386dbea\",\"elType\":\"widget\",\"settings\":{\"title\":\"VRJN\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":275},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_background_color\":\"#716d93\",\"text_shadow_text_shadow\":{\"horizontal\":-17,\"vertical\":5,\"blur\":41,\"color\":\"rgba(255,255,255,0.3)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":200},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":94},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(135,40,65,0.54)\",\"sr_gradient_text_color_b\":\"rgba(228,191,157,0.54)\",\"sr_gradient_text_gradient_angle\":{\"unit\":\"deg\",\"size\":170},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"287fed4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"391cf41\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"eab7483\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook\",\"_id\":\"938d263\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"22c258f\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color\":\"#82594e\",\"icon_size\":{\"unit\":\"px\",\"size\":23},\"text_color\":\"#82594e\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Raleway\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"icon_typography_font_weight\":\"600\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":19},\"space_between_mobile\":{\"unit\":\"px\",\"size\":27},\"icon_align_mobile\":\"center\",\"icon_color_hover\":\"#ffffff\",\"text_color_hover\":\"#ffffff\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.4},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fb9f56\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3624fa9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bbce9b9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"91c831d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b580aef\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"VICTOR\",\"sr_dch_last_title\":\"JOHNSON\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48},\"sr_dch_first_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"2897c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSICIAN & SONGWRITER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ac44ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d415094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hello. I\\u2019m Victor Johnson know as VRJN and I\\u2019m a&nbsp;<span style=\\\"color: #ffffff;\\\">professional guitarist and music teacher<\\/span>. Hope you\\u2019ll like my website and&nbsp;discover&nbsp;more about me and my&nbsp;<span style=\\\"color: #ffffff;\\\">passion<\\/span>.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"_border_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72f127b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"1\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":144},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":200}},\"elements\":[{\"id\":\"f07fce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5f142ff\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3edea26\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"LATEST\",\"sr_dch_last_title\":\"SINGLE\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"5690ab0\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc21576\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"54\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e255de\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_background\":\"gradient\",\"background_color\":\"rgba(255,255,255,0.1)\",\"background_color_b\":\"rgba(255,255,255,0)\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":123},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":242},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc7045b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8140cc6\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c8c551c\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"PHOTO\",\"sr_dch_last_title\":\"GALLERY\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"3e9793f\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b9241a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a326d0f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color_b\":\"rgba(255,255,255,0)\",\"shape_divider_bottom_color\":\"rgba(255,255,255,0.1)\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":123},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":242},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"7a198dd\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c7ed7d1\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_first_title\":\"UPCOMING\",\"sr_dch_last_title\":\"EVENTS\",\"sr_dch_subtext\":\"\",\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_base_title_color\":\"#82594e\",\"sr_dch_dual_title_color\":\"#818181\",\"sr_dch_first_title_typography_typography\":\"custom\",\"sr_dch_first_title_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"sr_dch_first_title_typography_font_weight\":\"600\",\"sr_dch_first_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_dch_subtext_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_first_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"bad4952\",\"elType\":\"widget\",\"settings\":{\"color\":\"#ffffff\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3ecf18d\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":5},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c14a665\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.1)\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"200\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b23d399\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f845e42\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/Guitarman.jpg\",\"id\":2933},\"image_size\":\"full\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":140},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"image_border_color\":\"rgba(255,255,255,0.1)\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fddf35\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d3cc9e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"88e0a29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for visiting\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#818181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a73f289\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/10\\/victor-signature.png\",\"id\":2970},\"image_size\":\"medium\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129540,3513,'_elementor_version','0.4'),(129543,3514,'fw_options','a:0:{}'),(129544,3514,'_wp_page_template','default'),(129545,3514,'_elementor_edit_mode','builder'),(129546,3514,'_elementor_template_type','post'),(129547,3514,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"I am Victor hedman\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":6.3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/patern-small.jpg\",\"id\":2866},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#54595f\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":14},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":10},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":71},\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.7},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-wordpress\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"square\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#7a7a7a\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"structure\":\"20\"},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24021c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-4.jpg\",\"id\":2956}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fbf47d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist Management\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2234784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Administration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc96d5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4cabd804\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"68ad354f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"111a3d77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color\":\"rgba(255,255,255,0.12)\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"#818181\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#818181\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#000000\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(129548,3514,'_elementor_version','0.4'),(129551,3515,'fw_options','a:0:{}'),(129552,3515,'_wp_page_template','default'),(129553,3515,'_elementor_edit_mode','builder'),(129554,3515,'_elementor_template_type','post'),(129555,3515,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"I am Victor hedman\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":6.3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/patern-small.jpg\",\"id\":2866},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#54595f\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":14},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":10},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":71},\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.7},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-wordpress\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"square\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#7a7a7a\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"structure\":\"20\"},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24021c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-4.jpg\",\"id\":2956}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fbf47d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist Management\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2234784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc96d5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color\":\"rgba(255,255,255,0.12)\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"#818181\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#818181\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#000000\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(129556,3515,'_elementor_version','0.4'),(129559,3516,'fw_options','a:0:{}'),(129560,3516,'_wp_page_template','default'),(129561,3516,'_elementor_edit_mode','builder'),(129562,3516,'_elementor_template_type','post'),(129563,3516,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Are Victor hedman\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/patern-small.jpg\",\"id\":2866},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#54595f\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":14},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":10},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":71},\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.7},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-wordpress\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"square\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#7a7a7a\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"structure\":\"20\"},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24021c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-4.jpg\",\"id\":2956}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fbf47d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist Management\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2234784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc96d5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color\":\"rgba(255,255,255,0.12)\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"#818181\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#818181\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#000000\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(129564,3516,'_elementor_version','0.4'),(129575,3518,'fw_options','a:0:{}'),(129576,3518,'_wp_page_template','default'),(129577,3518,'_elementor_edit_mode','builder'),(129578,3518,'_elementor_template_type','post'),(129579,3518,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Are Victor hedman\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/patern-small.jpg\",\"id\":2866},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#54595f\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":14},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":10},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":71},\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.7},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-wordpress\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"square\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#7a7a7a\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"structure\":\"20\"},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24021c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-4.jpg\",\"id\":2956}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist Management\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2234784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc96d5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color\":\"rgba(255,255,255,0.12)\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"#818181\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#818181\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#000000\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(129580,3518,'_elementor_version','0.4'),(129633,3535,'_wp_attached_file','2018/12/hero_02_piano.jpg'),(129634,3535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:777;s:4:\"file\";s:25:\"2018/12/hero_02_piano.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_02_piano-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hero_02_piano-559x310.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hero_02_piano-768x426.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"hero_02_piano-1024x568.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:25:\"hero_02_piano-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129637,3535,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.81023283701409098966905730776488780975341796875;s:5:\"bytes\";i:6815;s:11:\"size_before\";i:100070;s:10:\"size_after\";i:93255;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:717;s:11:\"size_before\";i:3054;s:10:\"size_after\";i:2337;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:817;s:11:\"size_before\";i:10943;s:10:\"size_after\";i:10126;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:890;s:11:\"size_before\";i:20115;s:10:\"size_after\";i:19225;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1375;s:11:\"size_before\";i:37703;s:10:\"size_after\";i:36328;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:748;s:11:\"size_before\";i:5919;s:10:\"size_after\";i:5171;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:753;s:11:\"size_before\";i:7728;s:10:\"size_after\";i:6975;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:800;s:11:\"size_before\";i:12510;s:10:\"size_after\";i:11710;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:715;s:11:\"size_before\";i:2098;s:10:\"size_after\";i:1383;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(129658,3543,'fw_options','a:0:{}'),(129659,3543,'_wp_page_template','default'),(129660,3543,'_elementor_edit_mode','builder'),(129661,3543,'_elementor_template_type','post'),(129662,3543,'_elementor_data','[{\"id\":\"6a65d3e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":650}},\"elements\":[{\"id\":\"c76becd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6963644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/hero-oulander.png\",\"id\":2949},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":3},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"386dbea\",\"elType\":\"widget\",\"settings\":{\"title\":\"VRJN\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":275},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_background_color\":\"#716d93\",\"text_shadow_text_shadow\":{\"horizontal\":-17,\"vertical\":5,\"blur\":41,\"color\":\"rgba(255,255,255,0.3)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":200},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":94},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(135,40,65,0.54)\",\"sr_gradient_text_color_b\":\"rgba(228,191,157,0.54)\",\"sr_gradient_text_gradient_angle\":{\"unit\":\"deg\",\"size\":170},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"287fed4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"391cf41\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"eab7483\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook\",\"_id\":\"938d263\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"22c258f\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color\":\"#82594e\",\"icon_size\":{\"unit\":\"px\",\"size\":23},\"text_color\":\"#82594e\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Raleway\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"icon_typography_font_weight\":\"600\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":19},\"space_between_mobile\":{\"unit\":\"px\",\"size\":27},\"icon_align_mobile\":\"center\",\"icon_color_hover\":\"#ffffff\",\"text_color_hover\":\"#ffffff\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.4},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(129663,3543,'_elementor_version','0.4'),(129665,3544,'page_logo_select','null'),(129666,3544,'_page_logo_select','field_523384ce55a99'),(129667,3544,'hide_page_title','1'),(129668,3544,'_hide_page_title','field_523382c955a73'),(129669,3544,'classic_menu_over_content','1'),(129670,3544,'_classic_menu_over_content','field_523384ce55a85'),(129671,3544,'hide_header_and_menu','0'),(129672,3544,'_hide_header_and_menu','field_523384ce34a85'),(129673,3544,'classic_menu_main_item_color','#ffffff'),(129674,3544,'_classic_menu_main_item_color','field_523384ce55a87'),(129675,3544,'classic_menu_background',''),(129676,3544,'_classic_menu_background','field_523384ce55a84'),(129677,3544,'classic_menu_background_alpha','1'),(129678,3544,'_classic_menu_background_alpha','field_523384ce55a86'),(129679,3544,'hamburger_icon_color',''),(129680,3544,'_hamburger_icon_color','field_523384ce55a23'),(129681,3544,'background',''),(129682,3544,'_background','field_523382c955a74'),(129683,3544,'background_repeat','repeat'),(129684,3544,'_background_repeat','field_523382f555a75'),(129685,3544,'background_size','cover'),(129686,3544,'_background_size','field_5233837455a76'),(129687,3544,'background_position','center center'),(129688,3544,'_background_position','field_5233842d55a78'),(129689,3544,'content_background_color',''),(129690,3544,'_content_background_color','field_523384ce55a80'),(129691,3544,'content_background_transparency','1'),(129692,3544,'_content_background_transparency','field_523384ce55a81'),(129693,3544,'background_color',''),(129694,3544,'_background_color','field_523384ce55a79'),(129695,3544,'block_footer','null'),(129696,3544,'_block_footer','block_footer'),(129697,3544,'sidebar-position','disabled'),(129698,3544,'_sidebar-position','field_526d6ec715ee9'),(129699,3544,'footer_playlist','null'),(129700,3544,'_footer_playlist','footer_playlist'),(129701,3544,'footer_podcast','null'),(129702,3544,'_footer_podcast','footer_podcast'),(129703,3544,'banner_inherit_setting','0'),(129704,3544,'_banner_inherit_setting','banner_inherit_setting'),(129705,3544,'banner_background_type','null'),(129706,3544,'_banner_background_type','field_54ce55f555a01'),(129707,3544,'banner_fullscreen','0'),(129708,3544,'_banner_fullscreen','field_54ce55f555a05'),(129709,3544,'banner_height','0'),(129710,3544,'_banner_height','field_54ce55f555a06'),(129711,3544,'banner_content_type','default-content'),(129712,3544,'_banner_content_type','field_54ce55f555a13'),(129713,3544,'banner_title',''),(129714,3544,'_banner_title','field_54ce55f555a07'),(129715,3544,'banner_subtitle',''),(129716,3544,'_banner_subtitle','field_54ce55f555a08'),(129717,3544,'banner_horizontal_content_alignment','centered'),(129718,3544,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(129719,3544,'banner_font_color',''),(129720,3544,'_banner_font_color','field_54ce55f555a12'),(129721,3544,'page_banner_subtitle_font_color',''),(129722,3544,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(129723,3544,'content_banner_overlap','0'),(129724,3544,'_content_banner_overlap','field_54ce55f555a02311'),(129725,3544,'fw_options','a:0:{}'),(129726,3544,'_wp_page_template','default'),(129727,3544,'_elementor_edit_mode','builder'),(129728,3544,'_elementor_template_type','post'),(129729,3544,'_elementor_data','[{\"id\":\"6a65d3e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":650}},\"elements\":[{\"id\":\"c76becd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6963644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/hero-oulander.png\",\"id\":2949},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":3},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"386dbea\",\"elType\":\"widget\",\"settings\":{\"title\":\"VRJN\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":275},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_background_color\":\"#716d93\",\"text_shadow_text_shadow\":{\"horizontal\":-17,\"vertical\":5,\"blur\":41,\"color\":\"rgba(255,255,255,0.3)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":200},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":94},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(135,40,65,0.54)\",\"sr_gradient_text_color_b\":\"rgba(228,191,157,0.54)\",\"sr_gradient_text_gradient_angle\":{\"unit\":\"deg\",\"size\":170},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"287fed4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"391cf41\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"eab7483\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook\",\"_id\":\"938d263\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"22c258f\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color\":\"#82594e\",\"icon_size\":{\"unit\":\"px\",\"size\":23},\"text_color\":\"#82594e\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Raleway\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"icon_typography_font_weight\":\"600\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":19},\"space_between_mobile\":{\"unit\":\"px\",\"size\":27},\"icon_align_mobile\":\"center\",\"icon_color_hover\":\"#ffffff\",\"text_color_hover\":\"#ffffff\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.4},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(129730,3544,'_elementor_version','0.4'),(129731,3545,'page_logo_select','light'),(129732,3545,'_page_logo_select','field_523384ce55a99'),(129733,3545,'hide_page_title','1'),(129734,3545,'_hide_page_title','field_523382c955a73'),(129735,3545,'classic_menu_over_content','1'),(129736,3545,'_classic_menu_over_content','field_523384ce55a85'),(129737,3545,'hide_header_and_menu','0'),(129738,3545,'_hide_header_and_menu','field_523384ce34a85'),(129739,3545,'classic_menu_main_item_color','#ffffff'),(129740,3545,'_classic_menu_main_item_color','field_523384ce55a87'),(129741,3545,'classic_menu_background',''),(129742,3545,'_classic_menu_background','field_523384ce55a84'),(129743,3545,'classic_menu_background_alpha','1'),(129744,3545,'_classic_menu_background_alpha','field_523384ce55a86'),(129745,3545,'hamburger_icon_color',''),(129746,3545,'_hamburger_icon_color','field_523384ce55a23'),(129747,3545,'background',''),(129748,3545,'_background','field_523382c955a74'),(129749,3545,'background_repeat','repeat'),(129750,3545,'_background_repeat','field_523382f555a75'),(129751,3545,'background_size','cover'),(129752,3545,'_background_size','field_5233837455a76'),(129753,3545,'background_position','center center'),(129754,3545,'_background_position','field_5233842d55a78'),(129755,3545,'content_background_color',''),(129756,3545,'_content_background_color','field_523384ce55a80'),(129757,3545,'content_background_transparency','1'),(129758,3545,'_content_background_transparency','field_523384ce55a81'),(129759,3545,'background_color',''),(129760,3545,'_background_color','field_523384ce55a79'),(129761,3545,'block_footer','null'),(129762,3545,'_block_footer','block_footer'),(129763,3545,'sidebar-position','disabled'),(129764,3545,'_sidebar-position','field_526d6ec715ee9'),(129765,3545,'footer_playlist','null'),(129766,3545,'_footer_playlist','footer_playlist'),(129767,3545,'footer_podcast','null'),(129768,3545,'_footer_podcast','footer_podcast'),(129769,3545,'banner_inherit_setting','0'),(129770,3545,'_banner_inherit_setting','banner_inherit_setting'),(129771,3545,'banner_background_type','null'),(129772,3545,'_banner_background_type','field_54ce55f555a01'),(129773,3545,'banner_fullscreen','0'),(129774,3545,'_banner_fullscreen','field_54ce55f555a05'),(129775,3545,'banner_height','0'),(129776,3545,'_banner_height','field_54ce55f555a06'),(129777,3545,'banner_content_type','default-content'),(129778,3545,'_banner_content_type','field_54ce55f555a13'),(129779,3545,'banner_title',''),(129780,3545,'_banner_title','field_54ce55f555a07'),(129781,3545,'banner_subtitle',''),(129782,3545,'_banner_subtitle','field_54ce55f555a08'),(129783,3545,'banner_horizontal_content_alignment','centered'),(129784,3545,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(129785,3545,'banner_font_color',''),(129786,3545,'_banner_font_color','field_54ce55f555a12'),(129787,3545,'page_banner_subtitle_font_color',''),(129788,3545,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(129789,3545,'content_banner_overlap','0'),(129790,3545,'_content_banner_overlap','field_54ce55f555a02311'),(129791,3545,'fw_options','a:0:{}'),(129792,3545,'_wp_page_template','default'),(129793,3545,'_elementor_edit_mode','builder'),(129794,3545,'_elementor_template_type','post'),(129795,3545,'_elementor_data','[{\"id\":\"6a65d3e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":650}},\"elements\":[{\"id\":\"c76becd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6963644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/hero-oulander.png\",\"id\":2949},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":3},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"386dbea\",\"elType\":\"widget\",\"settings\":{\"title\":\"VRJN\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":275},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_background_color\":\"#716d93\",\"text_shadow_text_shadow\":{\"horizontal\":-17,\"vertical\":5,\"blur\":41,\"color\":\"rgba(255,255,255,0.3)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":200},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":94},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(135,40,65,0.54)\",\"sr_gradient_text_color_b\":\"rgba(228,191,157,0.54)\",\"sr_gradient_text_gradient_angle\":{\"unit\":\"deg\",\"size\":170},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"287fed4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"SOUNDCLOUD\",\"icon\":\"fa fa-soundcloud\",\"_id\":\"391cf41\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"on\",\"nofollow\":\"on\"}},{\"text\":\"INSTAGRAM\",\"icon\":\"fa fa-instagram\",\"_id\":\"eab7483\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-facebook\",\"_id\":\"938d263\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"YOUTUBE\",\"icon\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.soundcloud.com\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"22c258f\"}],\"space_between\":{\"unit\":\"px\",\"size\":70},\"icon_align\":\"center\",\"icon_color\":\"#82594e\",\"icon_size\":{\"unit\":\"px\",\"size\":23},\"text_color\":\"#82594e\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Raleway\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"icon_typography_font_weight\":\"600\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":19},\"space_between_mobile\":{\"unit\":\"px\",\"size\":27},\"icon_align_mobile\":\"center\",\"icon_color_hover\":\"#ffffff\",\"text_color_hover\":\"#ffffff\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.4},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(129796,3545,'_elementor_version','0.4'),(129797,3546,'fw_options','a:0:{}'),(129798,3546,'_wp_page_template','default'),(129799,3546,'_elementor_edit_mode','builder'),(129800,3546,'_elementor_template_type','post'),(129801,3546,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false}]'),(129802,3546,'_elementor_version','0.4'),(129803,3547,'fw_options','a:0:{}'),(129804,3547,'_wp_page_template','default'),(129805,3547,'_elementor_edit_mode','builder'),(129806,3547,'_elementor_template_type','post'),(129807,3547,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":2},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top\":\"tilt\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"margin\":{\"unit\":\"px\",\"top\":\"-400\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129808,3547,'_elementor_version','0.4'),(129810,3050,'_oembed_7e75ef2f5f4354f0debde2b0b5975159','<iframe src=\"https://player.vimeo.com/video/41982255?app_id=122963\" width=\"640\" height=\"360\" frameborder=\"0\" title=\"Chilly Gonzales Solo Piano II - Piano Vision Medley\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),(129811,3050,'_oembed_time_7e75ef2f5f4354f0debde2b0b5975159','1543855496'),(129812,3548,'fw_options','a:0:{}'),(129813,3548,'_wp_page_template','default'),(129814,3548,'_elementor_edit_mode','builder'),(129815,3548,'_elementor_template_type','post'),(129816,3548,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":124},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129817,3548,'_elementor_version','0.4'),(129820,3549,'fw_options','a:0:{}'),(129821,3549,'_wp_page_template','default'),(129822,3549,'_elementor_edit_mode','builder'),(129823,3549,'_elementor_template_type','post'),(129824,3549,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":124},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129825,3549,'_elementor_version','0.4'),(129828,3550,'fw_options','a:0:{}'),(129829,3550,'_wp_page_template','default'),(129830,3550,'_elementor_edit_mode','builder'),(129831,3550,'_elementor_template_type','post'),(129832,3550,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129833,3550,'_elementor_version','0.4'),(129836,3551,'fw_options','a:0:{}'),(129837,3551,'_wp_page_template','default'),(129838,3551,'_elementor_edit_mode','builder'),(129839,3551,'_elementor_template_type','post'),(129840,3551,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129841,3551,'_elementor_version','0.4'),(129844,3552,'fw_options','a:0:{}'),(129845,3552,'_wp_page_template','default'),(129846,3552,'_elementor_edit_mode','builder'),(129847,3552,'_elementor_template_type','post'),(129848,3552,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":138},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129849,3552,'_elementor_version','0.4'),(129852,3553,'fw_options','a:0:{}'),(129853,3553,'_wp_page_template','default'),(129854,3553,'_elementor_edit_mode','builder'),(129855,3553,'_elementor_template_type','post'),(129856,3553,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205},\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":111},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_negative\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"shape_divider_top\":\"arrow\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129857,3553,'_elementor_version','0.4'),(129860,3554,'fw_options','a:0:{}'),(129861,3554,'_wp_page_template','default'),(129862,3554,'_elementor_edit_mode','builder'),(129863,3554,'_elementor_template_type','post'),(129864,3554,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205},\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":111},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_negative\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\",\"playlist_autoplay\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"shape_divider_top\":\"arrow\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129865,3554,'_elementor_version','0.4'),(129868,3555,'fw_options','a:0:{}'),(129869,3555,'_wp_page_template','default'),(129870,3555,'_elementor_edit_mode','builder'),(129871,3555,'_elementor_template_type','post'),(129872,3555,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205},\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":111},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_negative\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\",\"playlist_autoplay\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"shape_divider_top\":\"arrow\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":160},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":300}},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":104},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":86}},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":129},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129873,3555,'_elementor_version','0.4'),(129876,3556,'fw_options','a:0:{}'),(129877,3556,'_wp_page_template','default'),(129878,3556,'_elementor_edit_mode','builder'),(129879,3556,'_elementor_template_type','post'),(129880,3556,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205},\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":111},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_negative\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\",\"playlist_autoplay\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"shape_divider_top\":\"arrow\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":160},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":300}},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":104},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":86}},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":129},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129881,3556,'_elementor_version','0.4'),(129884,3557,'fw_options','a:0:{}'),(129885,3557,'_wp_page_template','default'),(129886,3557,'_elementor_edit_mode','builder'),(129887,3557,'_elementor_template_type','post'),(129888,3557,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205},\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":111},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_negative\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\",\"playlist_autoplay\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"shape_divider_top\":\"arrow\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":160},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":400}},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":104},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":86}},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":129},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129889,3557,'_elementor_version','0.4'),(129892,3558,'fw_options','a:0:{}'),(129893,3558,'_wp_page_template','default'),(129894,3558,'_elementor_edit_mode','builder'),(129895,3558,'_elementor_template_type','post'),(129896,3558,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38c06c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Social\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2a1049\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-soundcloud\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"f68ac81\"},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"039bfa8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"739eb83\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":24},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":60},\"hover_primary_color\":\"#ffffff\",\"hover_secondary_color\":\"#000000\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(129897,3558,'_elementor_version','0.4'),(129900,3559,'fw_options','a:0:{}'),(129901,3559,'_wp_page_template','default'),(129902,3559,'_elementor_edit_mode','builder'),(129903,3559,'_elementor_template_type','post'),(129904,3559,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38c06c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Social\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2a1049\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-soundcloud\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"f68ac81\"},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"039bfa8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"739eb83\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":24},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":60},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"#ffffff\",\"hover_secondary_color\":\"#000000\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(129905,3559,'_elementor_version','0.4'),(129920,3563,'fw_options','a:0:{}'),(129921,3563,'_wp_page_template','default'),(129922,3563,'_elementor_edit_mode','builder'),(129923,3563,'_elementor_template_type','post'),(129924,3563,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38c06c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Social\",\"header_size\":\"p\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2a1049\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-soundcloud\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"f68ac81\"},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"039bfa8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"739eb83\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":60},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(129925,3563,'_elementor_version','0.4'),(129927,3564,'fw_options','a:0:{}'),(129928,3564,'_wp_page_template','default'),(129929,3564,'_elementor_edit_mode','builder'),(129930,3564,'_elementor_template_type','post'),(129931,3564,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38c06c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Social\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2a1049\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-soundcloud\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"f68ac81\"},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"039bfa8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"739eb83\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":60},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(129932,3564,'_elementor_version','0.4'),(129935,3565,'fw_options','a:0:{}'),(129936,3565,'_wp_page_template','default'),(129937,3565,'_elementor_edit_mode','builder'),(129938,3565,'_elementor_template_type','post'),(129939,3565,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38c06c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Social\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#716d93\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2a1049\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-soundcloud\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"f68ac81\"},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"039bfa8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"739eb83\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":60},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(129940,3565,'_elementor_version','0.4'),(129943,3566,'fw_options','a:0:{}'),(129944,3566,'_wp_page_template','default'),(129945,3566,'_elementor_edit_mode','builder'),(129946,3566,'_elementor_template_type','post'),(129947,3566,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#9b9b9b\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38c06c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Social\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#716d93\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2a1049\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-soundcloud\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"f68ac81\"},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"039bfa8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"739eb83\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":60},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(129948,3566,'_elementor_version','0.4'),(129951,3567,'fw_options','a:0:{}'),(129952,3567,'_wp_page_template','default'),(129953,3567,'_elementor_edit_mode','builder'),(129954,3567,'_elementor_template_type','post'),(129955,3567,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#9b9b9b\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38c06c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Social\",\"header_size\":\"div\",\"align\":\"center\",\"title_color\":\"#716d93\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2a1049\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-soundcloud\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"f68ac81\"},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"039bfa8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"739eb83\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":60},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(129956,3567,'_elementor_version','0.4'),(129959,3568,'fw_options','a:0:{}'),(129960,3568,'_wp_page_template','default'),(129961,3568,'_elementor_edit_mode','builder'),(129962,3568,'_elementor_template_type','post'),(129963,3568,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38c06c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Social\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2a1049\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-soundcloud\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"f68ac81\"},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"039bfa8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"739eb83\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":60},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(129964,3568,'_elementor_version','0.4'),(129967,3569,'fw_options','a:0:{}'),(129968,3569,'_wp_page_template','default'),(129969,3569,'_elementor_edit_mode','builder'),(129970,3569,'_elementor_template_type','post'),(129971,3569,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205},\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":111},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_negative\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\",\"playlist_autoplay\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"shape_divider_top\":\"arrow\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":160},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":400}},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":104},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":86}},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":129},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(129972,3569,'_elementor_version','0.4'),(132218,3579,'page_logo_select','null'),(132219,3579,'_page_logo_select','field_523384ce55a99'),(132220,3579,'hide_page_title','0'),(132221,3579,'_hide_page_title','field_523382c955a73'),(132222,3579,'classic_menu_over_content','0'),(132223,3579,'_classic_menu_over_content','field_523384ce55a85'),(132224,3579,'hide_header_and_menu','0'),(132225,3579,'_hide_header_and_menu','field_523384ce34a85'),(132226,3579,'classic_menu_background',''),(132227,3579,'_classic_menu_background','field_523384ce55a84'),(132228,3579,'classic_menu_background_alpha','1'),(132229,3579,'_classic_menu_background_alpha','field_523384ce55a86'),(132230,3579,'hamburger_icon_color',''),(132231,3579,'_hamburger_icon_color','field_523384ce55a23'),(132232,3579,'background',''),(132233,3579,'_background','field_523382c955a74'),(132234,3579,'background_repeat','no-repeat'),(132235,3579,'_background_repeat','field_523382f555a75'),(132236,3579,'background_size','cover'),(132237,3579,'_background_size','field_5233837455a76'),(132238,3579,'background_position','center bottom'),(132239,3579,'_background_position','field_5233842d55a78'),(132240,3579,'content_background_color',''),(132241,3579,'_content_background_color','field_523384ce55a80'),(132242,3579,'content_background_transparency','0'),(132243,3579,'_content_background_transparency','field_523384ce55a81'),(132244,3579,'background_color',''),(132245,3579,'_background_color','field_523384ce55a79'),(132246,3579,'block_footer','null'),(132247,3579,'_block_footer','block_footer'),(132248,3579,'events_filter','upcoming'),(132249,3579,'_events_filter','field_51b8bff2193fc'),(132250,3579,'artists_filter',''),(132251,3579,'_artists_filter','field_51b8bff2193fe'),(132252,3579,'sidebar-position','disabled'),(132253,3579,'_sidebar-position','field_526d6ec715ee9'),(132254,3579,'footer_playlist','null'),(132255,3579,'_footer_playlist','footer_playlist'),(132256,3579,'footer_podcast','null'),(132257,3579,'_footer_podcast','footer_podcast'),(132258,3579,'banner_inherit_setting','0'),(132259,3579,'_banner_inherit_setting','banner_inherit_setting'),(132260,3579,'banner_background_type','null'),(132261,3579,'_banner_background_type','field_54ce55f555a01'),(132262,3579,'banner_fullscreen','0'),(132263,3579,'_banner_fullscreen','field_54ce55f555a05'),(132264,3579,'banner_height','0'),(132265,3579,'_banner_height','field_54ce55f555a06'),(132266,3579,'banner_content_type','default-content'),(132267,3579,'_banner_content_type','field_54ce55f555a13'),(132268,3579,'banner_title',''),(132269,3579,'_banner_title','field_54ce55f555a07'),(132270,3579,'banner_subtitle',''),(132271,3579,'_banner_subtitle','field_54ce55f555a08'),(132272,3579,'banner_horizontal_content_alignment','centered'),(132273,3579,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(132274,3579,'banner_font_color',''),(132275,3579,'_banner_font_color','field_54ce55f555a12'),(132276,3579,'page_banner_subtitle_font_color',''),(132277,3579,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(132278,3579,'content_banner_overlap','0'),(132279,3579,'_content_banner_overlap','field_54ce55f555a02311'),(132280,3579,'fw_options','a:0:{}'),(132281,3579,'_wp_page_template','default'),(132282,3579,'_elementor_edit_mode','builder'),(132283,3579,'_elementor_template_type','post'),(132285,13,'hide_header_and_menu','0'),(132286,13,'_hide_header_and_menu','field_523384ce34a85'),(132287,13,'footer_playlist','null'),(132288,13,'_footer_playlist','footer_playlist'),(132289,13,'footer_podcast','null'),(132290,13,'_footer_podcast','footer_podcast'),(132291,13,'banner_inherit_setting','0'),(132292,13,'_banner_inherit_setting','banner_inherit_setting'),(132293,13,'page_banner_subtitle_font_color',''),(132294,13,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(132295,13,'content_banner_overlap','0'),(132296,13,'_content_banner_overlap','field_54ce55f555a02311'),(132297,13,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"sr_event_btn_hover_bg_color\":\"\",\"sr_event_btn_hover_text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132298,3580,'fw_options','a:0:{}'),(132299,3580,'_wp_page_template','default'),(132300,3580,'_elementor_edit_mode','builder'),(132301,3580,'_elementor_template_type','post'),(132303,3580,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132304,13,'_elementor_version','0.4'),(132306,3581,'fw_options','a:0:{}'),(132307,3581,'_wp_page_template','default'),(132308,3581,'_elementor_edit_mode','builder'),(132309,3581,'_elementor_template_type','post'),(132310,3581,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132311,3581,'_elementor_version','0.4'),(132314,3582,'fw_options','a:0:{}'),(132315,3582,'_wp_page_template','default'),(132316,3582,'_elementor_edit_mode','builder'),(132317,3582,'_elementor_template_type','post'),(132318,3582,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132319,3582,'_elementor_version','0.4'),(132322,3583,'fw_options','a:0:{}'),(132323,3583,'_wp_page_template','default'),(132324,3583,'_elementor_edit_mode','builder'),(132325,3583,'_elementor_template_type','post'),(132326,3583,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132327,3583,'_elementor_version','0.4'),(132330,3584,'fw_options','a:0:{}'),(132331,3584,'_wp_page_template','default'),(132332,3584,'_elementor_edit_mode','builder'),(132333,3584,'_elementor_template_type','post'),(132334,3584,'_elementor_data','[{\"id\":\"542ef33\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71cbb32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6011f18\",\"elType\":\"widget\",\"settings\":{\"band_name\":\"Ariana Grande\",\"widget_background_color\":\"#0c0c0c\",\"widget_bt_color\":\"#82594e\",\"widget_textcolor\":\"#818181\"},\"elements\":[],\"widgetType\":\"bandsintown\"}],\"isInner\":false}],\"isInner\":false}]'),(132335,3584,'_elementor_version','0.4'),(132337,3585,'fw_options','a:0:{}'),(132338,3585,'_wp_page_template','default'),(132339,3585,'_elementor_edit_mode','builder'),(132340,3585,'_elementor_template_type','post'),(132341,3585,'_elementor_data','[{\"id\":\"542ef33\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71cbb32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6011f18\",\"elType\":\"widget\",\"settings\":{\"band_name\":\"Ariana Grande\",\"widget_background_color\":\"#0c0c0c\",\"widget_bt_color\":\"#abb2c4\",\"widget_textcolor\":\"#818181\"},\"elements\":[],\"widgetType\":\"bandsintown\"}],\"isInner\":false}],\"isInner\":false}]'),(132342,3585,'_elementor_version','0.4'),(132345,3586,'fw_options','a:0:{}'),(132346,3586,'_wp_page_template','default'),(132347,3586,'_elementor_edit_mode','builder'),(132348,3586,'_elementor_template_type','post'),(132349,3586,'_elementor_data','[{\"id\":\"542ef33\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71cbb32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6011f18\",\"elType\":\"widget\",\"settings\":{\"band_name\":\"Ariana Grande\",\"widget_background_color\":\"#ffffff\",\"widget_bt_color\":\"#abb2c4\",\"widget_textcolor\":\"#000000\",\"event_number_to_show\":2},\"elements\":[],\"widgetType\":\"bandsintown\"}],\"isInner\":false}],\"isInner\":false}]'),(132350,3586,'_elementor_version','0.4'),(132353,3587,'fw_options','a:0:{}'),(132354,3587,'_wp_page_template','default'),(132355,3587,'_elementor_edit_mode','builder'),(132356,3587,'_elementor_template_type','post'),(132357,3587,'_elementor_data','[{\"id\":\"542ef33\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71cbb32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6011f18\",\"elType\":\"widget\",\"settings\":{\"band_name\":\"Ariana Grande\",\"widget_background_color\":\"#ffffff\",\"widget_bt_color\":\"#abb2c4\",\"widget_textcolor\":\"#000000\"},\"elements\":[],\"widgetType\":\"bandsintown\"}],\"isInner\":false}],\"isInner\":false}]'),(132358,3587,'_elementor_version','0.4'),(132361,3588,'fw_options','a:0:{}'),(132362,3588,'_wp_page_template','default'),(132363,3588,'_elementor_edit_mode','builder'),(132364,3588,'_elementor_template_type','post'),(132365,3588,'_elementor_data','[{\"id\":\"542ef33\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71cbb32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6011f18\",\"elType\":\"widget\",\"settings\":{\"band_name\":\"Ariana Grande\",\"widget_background_color\":\"#ffffff\",\"widget_bt_color\":\"#000000\",\"widget_textcolor\":\"#000000\"},\"elements\":[],\"widgetType\":\"bandsintown\"}],\"isInner\":false}],\"isInner\":false}]'),(132366,3588,'_elementor_version','0.4'),(132369,3589,'fw_options','a:0:{}'),(132370,3589,'_wp_page_template','default'),(132371,3589,'_elementor_edit_mode','builder'),(132372,3589,'_elementor_template_type','post'),(132373,3589,'_elementor_data','[{\"id\":\"23f45a6\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"333b9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5dc5a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e68456\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar & The Bands\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f62c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"A journey that changed my life.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"header_size\":\"div\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0332ddc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8e169\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[{\"id\":\"ffd205d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10d2763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"700\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":72},\"css_filters_css_filter\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":160},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":0},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63196a1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b78089d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cc9a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"IT START WITH\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"903c149\",\"elType\":\"widget\",\"settings\":{\"title\":\"An Endless Passion for Music\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e62699e\",\"elType\":\"widget\",\"settings\":{\"title\":\"For Discovery, for People, for Life...\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cfd66f\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"911cbfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"020a2d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"justify\",\"align_tablet\":\"left\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"typography_font_size\":{\"unit\":\"px\",\"size\":130},\"_animation\":\"fadeInUp\",\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#121214\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":9},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":73},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.3}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4a69075\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"032f6bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris.\\u00a0<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis.\\u00a0<\\/p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa.\\u00a0<\\/p>\",\"align\":\"justify\",\"align_tablet\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6bfe7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"949780c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e4106bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba7a213\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2d47762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d967ca3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"211764b\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f17ac80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee07763\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e13cb9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4afc44c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c24e40e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#121214\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(132374,3589,'_elementor_version','0.4'),(132377,3590,'fw_options','a:0:{}'),(132378,3590,'_wp_page_template','default'),(132379,3590,'_elementor_edit_mode','builder'),(132380,3590,'_elementor_template_type','post'),(132381,3590,'_elementor_data','[{\"id\":\"23f45a6\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"333b9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5dc5a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e68456\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar & The Bands\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f62c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"A journey that changed my life.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"header_size\":\"div\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0332ddc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8e169\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[{\"id\":\"ffd205d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10d2763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":72},\"css_filters_css_filter\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":160},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":0},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63196a1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b78089d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cc9a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"IT START WITH\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"903c149\",\"elType\":\"widget\",\"settings\":{\"title\":\"An Endless Passion for Music\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e62699e\",\"elType\":\"widget\",\"settings\":{\"title\":\"For Discovery, for People, for Life...\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cfd66f\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"911cbfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"020a2d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"justify\",\"align_tablet\":\"left\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"typography_font_size\":{\"unit\":\"px\",\"size\":130},\"_animation\":\"fadeInUp\",\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#121214\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":9},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":73},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4a69075\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"032f6bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris.\\u00a0<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis.\\u00a0<\\/p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa.\\u00a0<\\/p>\",\"align\":\"justify\",\"align_tablet\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6bfe7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"949780c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e4106bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba7a213\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2d47762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d967ca3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"211764b\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f17ac80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee07763\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e13cb9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4afc44c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c24e40e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#121214\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(132382,3590,'_elementor_version','0.4'),(132385,3591,'page_logo_select','light'),(132386,3591,'_page_logo_select','field_523384ce55a99'),(132387,3591,'hide_page_title','1'),(132388,3591,'_hide_page_title','field_523382c955a73'),(132389,3591,'classic_menu_over_content','1'),(132390,3591,'_classic_menu_over_content','field_523384ce55a85'),(132391,3591,'hide_header_and_menu','0'),(132392,3591,'_hide_header_and_menu','field_523384ce34a85'),(132393,3591,'classic_menu_main_item_color','#ffffff'),(132394,3591,'_classic_menu_main_item_color','field_523384ce55a87'),(132395,3591,'classic_menu_background',''),(132396,3591,'_classic_menu_background','field_523384ce55a84'),(132397,3591,'classic_menu_background_alpha','1'),(132398,3591,'_classic_menu_background_alpha','field_523384ce55a86'),(132399,3591,'hamburger_icon_color',''),(132400,3591,'_hamburger_icon_color','field_523384ce55a23'),(132401,3591,'background',''),(132402,3591,'_background','field_523382c955a74'),(132403,3591,'background_repeat','null'),(132404,3591,'_background_repeat','field_523382f555a75'),(132405,3591,'background_size','null'),(132406,3591,'_background_size','field_5233837455a76'),(132407,3591,'background_position','null'),(132408,3591,'_background_position','field_5233842d55a78'),(132409,3591,'content_background_color',''),(132410,3591,'_content_background_color','field_523384ce55a80'),(132411,3591,'content_background_transparency','1'),(132412,3591,'_content_background_transparency','field_523384ce55a81'),(132413,3591,'background_color',''),(132414,3591,'_background_color','field_523384ce55a79'),(132415,3591,'block_footer','null'),(132416,3591,'_block_footer','block_footer'),(132417,3591,'sidebar-position','disabled'),(132418,3591,'_sidebar-position','field_526d6ec715ee9'),(132419,3591,'footer_playlist','null'),(132420,3591,'_footer_playlist','footer_playlist'),(132421,3591,'footer_podcast','null'),(132422,3591,'_footer_podcast','footer_podcast'),(132423,3591,'banner_inherit_setting','0'),(132424,3591,'_banner_inherit_setting','banner_inherit_setting'),(132425,3591,'banner_background_type','null'),(132426,3591,'_banner_background_type','field_54ce55f555a01'),(132427,3591,'banner_fullscreen','0'),(132428,3591,'_banner_fullscreen','field_54ce55f555a05'),(132429,3591,'banner_height','850'),(132430,3591,'_banner_height','field_54ce55f555a06'),(132431,3591,'banner_content_type','default-content'),(132432,3591,'_banner_content_type','field_54ce55f555a13'),(132433,3591,'banner_title',''),(132434,3591,'_banner_title','field_54ce55f555a07'),(132435,3591,'banner_subtitle',''),(132436,3591,'_banner_subtitle','field_54ce55f555a08'),(132437,3591,'banner_horizontal_content_alignment','centered'),(132438,3591,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(132439,3591,'banner_font_color',''),(132440,3591,'_banner_font_color','field_54ce55f555a12'),(132441,3591,'page_banner_subtitle_font_color',''),(132442,3591,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(132443,3591,'content_banner_overlap','0'),(132444,3591,'_content_banner_overlap','field_54ce55f555a02311'),(132445,3591,'fw_options','a:0:{}'),(132446,3591,'_wp_page_template','default'),(132447,3591,'_elementor_edit_mode','builder'),(132448,3591,'_elementor_template_type','post'),(132449,3591,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/mountain_bg.jpg\",\"id\":2952},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Are Victor hedman\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/patern-small.jpg\",\"id\":2866},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#54595f\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":14},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":10},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":71},\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.7},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-wordpress\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"square\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#7a7a7a\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"structure\":\"20\"},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24021c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-4.jpg\",\"id\":2956}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist Management\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2234784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc96d5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color\":\"rgba(255,255,255,0.12)\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"#818181\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#818181\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#000000\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132450,3591,'_elementor_version','0.4'),(132452,3592,'fw_options','a:0:{}'),(132453,3592,'_wp_page_template','default'),(132454,3592,'_elementor_edit_mode','builder'),(132455,3592,'_elementor_template_type','post'),(132456,3592,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":17},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":77},\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.7},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200,\"text_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.1}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-wordpress\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"square\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#7a7a7a\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"structure\":\"20\"},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"24021c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist Management\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color\":\"rgba(255,255,255,0.12)\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"#818181\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#818181\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#000000\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132457,3592,'_elementor_version','0.4'),(132460,3593,'fw_options','a:0:{}'),(132461,3593,'_wp_page_template','default'),(132462,3593,'_elementor_edit_mode','builder'),(132463,3593,'_elementor_template_type','post'),(132464,3593,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200,\"text_color\":\"#000000\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"structure\":\"20\"},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"24021c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist Management\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"color_link\":\"#ffffff\"},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132465,3593,'_elementor_version','0.4'),(132467,3594,'fw_options','a:0:{}'),(132468,3594,'_wp_page_template','default'),(132469,3594,'_elementor_edit_mode','builder'),(132470,3594,'_elementor_template_type','post'),(132471,3594,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200,\"text_color\":\"#000000\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"24021c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"hover_animation\":\"shrink\",\"width\":{\"unit\":\"%\",\"size\":82}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist Management\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#818181\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"color_link\":\"#ffffff\"},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132472,3594,'_elementor_version','0.4'),(132473,3595,'fw_options','a:0:{}'),(132474,3595,'_wp_page_template','default'),(132475,3595,'_elementor_edit_mode','builder'),(132476,3595,'_elementor_template_type','post'),(132477,3595,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200,\"text_color\":\"#000000\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"24021c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"hover_animation\":\"shrink\",\"width\":{\"unit\":\"%\",\"size\":82}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist Management\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_position\":\"top center\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"color_link\":\"#ffffff\",\"background_repeat\":\"no-repeat\",\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"animation_delay\":300},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132478,3595,'_elementor_version','0.4'),(132479,3596,'fw_options','a:0:{}'),(132480,3596,'_wp_page_template','default'),(132481,3596,'_elementor_edit_mode','builder'),(132482,3596,'_elementor_template_type','post'),(132483,3596,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200,\"text_color\":\"#000000\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"24021c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"hover_animation\":\"shrink\",\"width\":{\"unit\":\"%\",\"size\":82},\"width_tablet\":{\"unit\":\"%\",\"size\":100}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_position\":\"top center\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"color_link\":\"#ffffff\",\"background_repeat\":\"no-repeat\",\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"animation_delay\":300},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132484,3596,'_elementor_version','0.4'),(132485,3597,'fw_options','a:0:{}'),(132486,3597,'_wp_page_template','default'),(132487,3597,'_elementor_edit_mode','builder'),(132488,3597,'_elementor_template_type','post'),(132489,3597,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200,\"text_color\":\"#000000\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f79b0dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700},\"space_tablet\":{\"unit\":\"px\",\"size\":450},\"space_mobile\":{\"unit\":\"px\",\"size\":350}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_position\":\"top center\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"color_link\":\"#ffffff\",\"background_repeat\":\"no-repeat\",\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"animation_delay\":300},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132490,3597,'_elementor_version','0.4'),(132492,3598,'fw_options','a:0:{}'),(132493,3598,'_wp_page_template','default'),(132494,3598,'_elementor_edit_mode','builder'),(132495,3598,'_elementor_template_type','post'),(132496,3598,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200,\"text_color\":\"#000000\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f79b0dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700},\"space_tablet\":{\"unit\":\"px\",\"size\":450},\"space_mobile\":{\"unit\":\"px\",\"size\":350}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_position\":\"top center\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"color_link\":\"#ffffff\",\"background_repeat\":\"no-repeat\",\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"animation_delay\":300},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132497,3598,'_elementor_version','0.4'),(132500,3599,'fw_options','a:0:{}'),(132501,3599,'_wp_page_template','default'),(132502,3599,'_elementor_edit_mode','builder'),(132503,3599,'_elementor_template_type','post'),(132504,3599,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200,\"text_color\":\"#000000\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a017206\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":1.2},\"icon_spacing\":{\"unit\":\"px\",\"size\":66},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f79b0dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700},\"space_tablet\":{\"unit\":\"px\",\"size\":450},\"space_mobile\":{\"unit\":\"px\",\"size\":350}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":852},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0fa924\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ba3c1e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ac47127\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53062511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc6f19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48140e4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"59f17833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":300,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"e5d3c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_01_faceonly.jpg\",\"id\":3534},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_position\":\"top center\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"color_link\":\"#ffffff\",\"background_repeat\":\"no-repeat\",\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"animation_delay\":300},\"elements\":[{\"id\":\"06152e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132505,3599,'_elementor_version','0.4'),(132516,3601,'fw_options','a:0:{}'),(132517,3601,'_wp_page_template','default'),(132518,3601,'_elementor_edit_mode','builder'),(132519,3601,'_elementor_template_type','post'),(132520,3601,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_size\":\"contain\"},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900,\"color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200,\"text_color\":\"#ffffff\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8f25cb9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":35},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#ffffff\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":630},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#ffffff\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_hero.jpg\",\"id\":3528},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd1998c\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":317},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":852},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ab6967\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44b5e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b6fe7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":0,\"bottom\":\"-11\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e4ee14c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"8f8b8d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"color_link\":\"#ffffff\"},\"elements\":[{\"id\":\"710307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132521,3601,'_elementor_version','0.4'),(132524,3602,'fw_options','a:0:{}'),(132525,3602,'_wp_page_template','default'),(132526,3602,'_elementor_edit_mode','builder'),(132527,3602,'_elementor_template_type','post'),(132528,3602,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_size\":\"contain\"},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_animation_delay\":900,\"color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeInUp\",\"_animation_delay\":1200,\"text_color\":\"#ffffff\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8f25cb9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":35},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#ffffff\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":630},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#ffffff\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_hero.jpg\",\"id\":3528},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd1998c\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":317},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":852},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ab6967\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44b5e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b6fe7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":0,\"bottom\":\"-11\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e4ee14c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"8f8b8d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"color_link\":\"#ffffff\"},\"elements\":[{\"id\":\"710307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132529,3602,'_elementor_version','0.4'),(132532,3603,'fw_options','a:0:{}'),(132533,3603,'_wp_page_template','default'),(132534,3603,'_elementor_edit_mode','builder'),(132535,3603,'_elementor_template_type','post'),(132536,3603,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am apex\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_size\":\"contain\"},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeIn\",\"_animation_delay\":900,\"color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"text_color\":\"#ffffff\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8f25cb9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":35},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#ffffff\",\"align\":\"left\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":630},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#ffffff\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_hero.jpg\",\"id\":3528},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd1998c\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":317},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":852},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ab6967\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44b5e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b6fe7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":0,\"bottom\":\"-11\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e4ee14c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"8f8b8d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"color_link\":\"#ffffff\"},\"elements\":[{\"id\":\"710307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"title_color\":\"#ffffff\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeIn\",\"text_color\":\"#ffffff\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132537,3603,'_elementor_version','0.4'),(132540,3604,'fw_options','a:0:{}'),(132541,3604,'_wp_page_template','default'),(132542,3604,'_elementor_edit_mode','builder'),(132543,3604,'_elementor_template_type','post'),(132544,3604,'_elementor_data','[{\"id\":\"e7e0b0c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b347ad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d1cf23e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"550\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df7923\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"443a47b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5b306546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"399fa6b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640c1627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e431\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":9.7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e8ac95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"8e549bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4cb67207\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cfe67b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a2af32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(132545,3604,'_elementor_version','0.4'),(132548,3605,'fw_options','a:0:{}'),(132549,3605,'_wp_page_template','default'),(132550,3605,'_elementor_edit_mode','builder'),(132551,3605,'_elementor_template_type','post'),(132552,3605,'_elementor_data','[{\"id\":\"e7e0b0c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b347ad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d1cf23e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"550\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df7923\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"443a47b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5b306546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"399fa6b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640c1627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e431\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":9.7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e8ac95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"8e549bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4cb67207\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":1000,\"align_mobile\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cfe67b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a2af32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(132553,3605,'_elementor_version','0.4'),(132556,3606,'fw_options','a:0:{}'),(132557,3606,'_wp_page_template','default'),(132558,3606,'_elementor_edit_mode','builder'),(132559,3606,'_elementor_template_type','post'),(132560,3606,'_elementor_data','[{\"id\":\"e7e0b0c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b347ad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d1cf23e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"550\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df7923\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"443a47b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5b306546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"399fa6b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640c1627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e431\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":9.7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e8ac95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"8e549bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4cb67207\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cfe67b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a2af32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(132561,3606,'_elementor_version','0.4'),(132564,3607,'fw_options','a:0:{}'),(132565,3607,'_wp_page_template','default'),(132566,3607,'_elementor_edit_mode','builder'),(132567,3607,'_elementor_template_type','post'),(132568,3607,'_elementor_data','[{\"id\":\"23f45a6\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"333b9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5dc5a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e68456\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar & The Bands\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f62c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"A journey that changed my life.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"header_size\":\"div\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0332ddc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8e169\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[{\"id\":\"ffd205d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10d2763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":72},\"css_filters_css_filter\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":160},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":0},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63196a1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b78089d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cc9a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"IT START WITH\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"903c149\",\"elType\":\"widget\",\"settings\":{\"title\":\"An Endless Passion for Music\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e62699e\",\"elType\":\"widget\",\"settings\":{\"title\":\"For Discovery, for People, for Life...\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cfd66f\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"911cbfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"020a2d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"justify\",\"align_tablet\":\"left\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"typography_font_size\":{\"unit\":\"px\",\"size\":130},\"_animation\":\"fadeInUp\",\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#121214\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":9},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":73},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4a69075\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"032f6bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris.\\u00a0<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis.\\u00a0<\\/p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa.\\u00a0<\\/p>\",\"align\":\"justify\",\"align_tablet\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6bfe7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"949780c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e4106bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba7a213\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2d47762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d967ca3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"211764b\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f17ac80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee07763\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"728aca7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"2136d3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e13cb9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4afc44c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c24e40e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#121214\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(132569,3607,'_elementor_version','0.4'),(132573,3608,'fw_options','a:0:{}'),(132574,3608,'_wp_page_template','default'),(132575,3608,'_elementor_edit_mode','builder'),(132576,3608,'_elementor_template_type','post'),(132577,3608,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205},\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":111},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_negative\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\",\"playlist_autoplay\":\"1\",\"playlist_list\":[\"2093\"]},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"shape_divider_top\":\"arrow\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":160},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":400}},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":104},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":86}},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":129},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(132578,3608,'_elementor_version','0.4'),(132581,3609,'fw_options','a:0:{}'),(132582,3609,'_wp_page_template','default'),(132583,3609,'_elementor_edit_mode','builder'),(132584,3609,'_elementor_template_type','post'),(132585,3609,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132586,3609,'_elementor_version','0.4'),(132588,3610,'fw_options','a:0:{}'),(132589,3610,'_wp_page_template','default'),(132590,3610,'_elementor_edit_mode','builder'),(132591,3610,'_elementor_template_type','post'),(132592,3610,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132593,3610,'_elementor_version','0.4'),(132595,3611,'fw_options','a:0:{}'),(132596,3611,'_wp_page_template','default'),(132597,3611,'_elementor_edit_mode','builder'),(132598,3611,'_elementor_template_type','post'),(132599,3611,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"event_hoverbg_color\":\"#353535\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132600,3611,'_elementor_version','0.4'),(132603,3612,'fw_options','a:0:{}'),(132604,3612,'_wp_page_template','default'),(132605,3612,'_elementor_edit_mode','builder'),(132606,3612,'_elementor_template_type','post'),(132607,3612,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132608,3612,'_elementor_version','0.4'),(132611,3613,'fw_options','a:0:{}'),(132612,3613,'_wp_page_template','default'),(132613,3613,'_elementor_edit_mode','builder'),(132614,3613,'_elementor_template_type','post'),(132615,3613,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132616,3613,'_elementor_version','0.4'),(132619,3614,'fw_options','a:0:{}'),(132620,3614,'_wp_page_template','default'),(132621,3614,'_elementor_edit_mode','builder'),(132622,3614,'_elementor_template_type','post'),(132623,3614,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"300\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_weight\":\"300\",\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132624,3614,'_elementor_version','0.4'),(132627,3615,'fw_options','a:0:{}'),(132628,3615,'_wp_page_template','default'),(132629,3615,'_elementor_edit_mode','builder'),(132630,3615,'_elementor_template_type','post'),(132631,3615,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"300\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132632,3615,'_elementor_version','0.4'),(132635,3616,'fw_options','a:0:{}'),(132636,3616,'_wp_page_template','default'),(132637,3616,'_elementor_edit_mode','builder'),(132638,3616,'_elementor_template_type','post'),(132639,3616,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"300\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132640,3616,'_elementor_version','0.4'),(132643,3617,'fw_options','a:0:{}'),(132644,3617,'_wp_page_template','default'),(132645,3617,'_elementor_edit_mode','builder'),(132646,3617,'_elementor_template_type','post'),(132647,3617,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132648,3617,'_elementor_version','0.4'),(132651,3618,'fw_options','a:0:{}'),(132652,3618,'_wp_page_template','default'),(132653,3618,'_elementor_edit_mode','builder'),(132654,3618,'_elementor_template_type','post'),(132655,3618,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":9.9},\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132656,3618,'_elementor_version','0.4'),(132659,3619,'fw_options','a:0:{}'),(132660,3619,'_wp_page_template','default'),(132661,3619,'_elementor_edit_mode','builder'),(132662,3619,'_elementor_template_type','post'),(132663,3619,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132664,3619,'_elementor_version','0.4'),(132667,3620,'fw_options','a:0:{}'),(132668,3620,'_wp_page_template','default'),(132669,3620,'_elementor_edit_mode','builder'),(132670,3620,'_elementor_template_type','post'),(132671,3620,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132672,3620,'_elementor_version','0.4'),(132675,3621,'fw_options','a:0:{}'),(132676,3621,'_wp_page_template','default'),(132677,3621,'_elementor_edit_mode','builder'),(132678,3621,'_elementor_template_type','post'),(132679,3621,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_border_radius\":{\"unit\":\"px\",\"size\":100},\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132680,3621,'_elementor_version','0.4'),(132683,3622,'fw_options','a:0:{}'),(132684,3622,'_wp_page_template','default'),(132685,3622,'_elementor_edit_mode','builder'),(132686,3622,'_elementor_template_type','post'),(132687,3622,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_border_radius\":{\"unit\":\"px\",\"size\":100},\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132688,3622,'_elementor_version','0.4'),(132691,3623,'fw_options','a:0:{}'),(132692,3623,'_wp_page_template','default'),(132693,3623,'_elementor_edit_mode','builder'),(132694,3623,'_elementor_template_type','post'),(132695,3623,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_hoverbg_color\":\"#353535\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132696,3623,'_elementor_version','0.4'),(132699,3624,'fw_options','a:0:{}'),(132700,3624,'_wp_page_template','default'),(132701,3624,'_elementor_edit_mode','builder'),(132702,3624,'_elementor_template_type','post'),(132703,3624,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_hoverbg_color\":\"#353535\",\"buttons_typography_typography\":\"custom\",\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132704,3624,'_elementor_version','0.4'),(132707,3625,'fw_options','a:0:{}'),(132708,3625,'_wp_page_template','default'),(132709,3625,'_elementor_edit_mode','builder'),(132710,3625,'_elementor_template_type','post'),(132711,3625,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_hoverbg_color\":\"#353535\",\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132712,3625,'_elementor_version','0.4'),(132715,3626,'fw_options','a:0:{}'),(132716,3626,'_wp_page_template','default'),(132717,3626,'_elementor_edit_mode','builder'),(132718,3626,'_elementor_template_type','post'),(132719,3626,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_hoverbg_color\":\"#353535\",\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132720,3626,'_elementor_version','0.4'),(132723,3627,'fw_options','a:0:{}'),(132724,3627,'_wp_page_template','default'),(132725,3627,'_elementor_edit_mode','builder'),(132726,3627,'_elementor_template_type','post'),(132727,3627,'_elementor_data','[{\"id\":\"424c3c5\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e2ff064\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4fd77d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc77cc9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fd7bc08\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":3},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97de09e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7d711cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13386d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Past Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddbdc49\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4e8468e\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\",\"event_number_to_show\":3},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132728,3627,'_elementor_version','0.4'),(132730,3628,'fw_options','a:0:{}'),(132731,3628,'_wp_page_template','default'),(132732,3628,'_elementor_edit_mode','builder'),(132733,3628,'_elementor_template_type','post'),(132734,3628,'_elementor_data','[{\"id\":\"424c3c5\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e2ff064\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4fd77d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc77cc9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fd7bc08\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":3,\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_bg_color\":\"#000000\",\"event_hoverbg_color\":\"#353535\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97de09e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7d711cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13386d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Past Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddbdc49\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4e8468e\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\",\"event_number_to_show\":3,\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_bg_color\":\"#000000\",\"event_hoverbg_color\":\"#353535\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132735,3628,'_elementor_version','0.4'),(132738,3629,'fw_options','a:0:{}'),(132739,3629,'_wp_page_template','default'),(132740,3629,'_elementor_edit_mode','builder'),(132741,3629,'_elementor_template_type','post'),(132742,3629,'_elementor_data','[{\"id\":\"424c3c5\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e2ff064\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4fd77d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc77cc9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fd7bc08\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":3,\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_bg_color\":\"#000000\",\"event_hoverbg_color\":\"#353535\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97de09e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7d711cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13386d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Past Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddbdc49\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4e8468e\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\",\"event_number_to_show\":3,\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":33},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_bg_color\":\"#818181\",\"event_hoverbg_color\":\"#353535\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132743,3629,'_elementor_version','0.4'),(132746,3630,'fw_options','a:0:{}'),(132747,3630,'_wp_page_template','default'),(132748,3630,'_elementor_edit_mode','builder'),(132749,3630,'_elementor_template_type','post'),(132750,3630,'_elementor_data','[{\"id\":\"424c3c5\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e2ff064\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4fd77d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc77cc9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fd7bc08\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":3,\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_bg_color\":\"#000000\",\"event_hoverbg_color\":\"#353535\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97de09e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7d711cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13386d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Past Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddbdc49\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4e8468e\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\",\"event_number_to_show\":3,\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_bg_color\":\"#818181\",\"event_hoverbg_color\":\"#353535\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132751,3630,'_elementor_version','0.4'),(132754,3631,'fw_options','a:0:{}'),(132755,3631,'_wp_page_template','default'),(132756,3631,'_elementor_edit_mode','builder'),(132757,3631,'_elementor_template_type','post'),(132758,3631,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_hoverbg_color\":\"#353535\",\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132759,3631,'_elementor_version','0.4'),(132762,3632,'fw_options','a:0:{}'),(132763,3632,'_wp_page_template','default'),(132764,3632,'_elementor_edit_mode','builder'),(132765,3632,'_elementor_template_type','post'),(132766,3632,'_elementor_data','[{\"id\":\"424c3c5\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e2ff064\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4fd77d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc77cc9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fd7bc08\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":3,\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_bg_color\":\"#000000\",\"event_hoverbg_color\":\"#353535\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97de09e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7d711cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13386d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Past Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddbdc49\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4e8468e\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\",\"event_number_to_show\":3,\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_bg_color\":\"#818181\",\"event_hoverbg_color\":\"#353535\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132767,3632,'_elementor_version','0.4'),(132770,3633,'fw_options','a:0:{}'),(132771,3633,'_wp_page_template','default'),(132772,3633,'_elementor_edit_mode','builder'),(132773,3633,'_elementor_template_type','post'),(132774,3633,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"event_bg_color\":\"#000000\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_hoverbg_color\":\"#353535\",\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132775,3633,'_elementor_version','0.4'),(132777,3634,'page_logo_select','null'),(132778,3634,'_page_logo_select','field_523384ce55a99'),(132779,3634,'hide_page_title','0'),(132780,3634,'_hide_page_title','field_523382c955a73'),(132781,3634,'classic_menu_over_content','0'),(132782,3634,'_classic_menu_over_content','field_523384ce55a85'),(132783,3634,'hide_header_and_menu','0'),(132784,3634,'_hide_header_and_menu','field_523384ce34a85'),(132785,3634,'classic_menu_background',''),(132786,3634,'_classic_menu_background','field_523384ce55a84'),(132787,3634,'classic_menu_background_alpha','1'),(132788,3634,'_classic_menu_background_alpha','field_523384ce55a86'),(132789,3634,'hamburger_icon_color',''),(132790,3634,'_hamburger_icon_color','field_523384ce55a23'),(132791,3634,'background',''),(132792,3634,'_background','field_523382c955a74'),(132793,3634,'background_repeat','no-repeat'),(132794,3634,'_background_repeat','field_523382f555a75'),(132795,3634,'background_size','cover'),(132796,3634,'_background_size','field_5233837455a76'),(132797,3634,'background_position','center bottom'),(132798,3634,'_background_position','field_5233842d55a78'),(132799,3634,'content_background_color',''),(132800,3634,'_content_background_color','field_523384ce55a80'),(132801,3634,'content_background_transparency','0'),(132802,3634,'_content_background_transparency','field_523384ce55a81'),(132803,3634,'background_color',''),(132804,3634,'_background_color','field_523384ce55a79'),(132805,3634,'block_footer','null'),(132806,3634,'_block_footer','block_footer'),(132807,3634,'sidebar-position','disabled'),(132808,3634,'_sidebar-position','field_526d6ec715ee9'),(132809,3634,'footer_playlist','null'),(132810,3634,'_footer_playlist','footer_playlist'),(132811,3634,'footer_podcast','null'),(132812,3634,'_footer_podcast','footer_podcast'),(132813,3634,'banner_inherit_setting','0'),(132814,3634,'_banner_inherit_setting','banner_inherit_setting'),(132815,3634,'banner_background_type','null'),(132816,3634,'_banner_background_type','field_54ce55f555a01'),(132817,3634,'banner_fullscreen','0'),(132818,3634,'_banner_fullscreen','field_54ce55f555a05'),(132819,3634,'banner_height','0'),(132820,3634,'_banner_height','field_54ce55f555a06'),(132821,3634,'banner_content_type','default-content'),(132822,3634,'_banner_content_type','field_54ce55f555a13'),(132823,3634,'banner_title',''),(132824,3634,'_banner_title','field_54ce55f555a07'),(132825,3634,'banner_subtitle',''),(132826,3634,'_banner_subtitle','field_54ce55f555a08'),(132827,3634,'banner_horizontal_content_alignment','centered'),(132828,3634,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(132829,3634,'banner_font_color',''),(132830,3634,'_banner_font_color','field_54ce55f555a12'),(132831,3634,'page_banner_subtitle_font_color',''),(132832,3634,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(132833,3634,'content_banner_overlap','0'),(132834,3634,'_content_banner_overlap','field_54ce55f555a02311'),(132835,3634,'fw_options','a:0:{}'),(132836,850,'hide_header_and_menu','0'),(132837,850,'_hide_header_and_menu','field_523384ce34a85'),(132838,850,'footer_playlist','null'),(132839,850,'_footer_playlist','footer_playlist'),(132840,850,'footer_podcast','null'),(132841,850,'_footer_podcast','footer_podcast'),(132842,850,'banner_inherit_setting','0'),(132843,850,'_banner_inherit_setting','banner_inherit_setting'),(132844,850,'page_banner_subtitle_font_color',''),(132845,850,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(132846,850,'content_banner_overlap','0'),(132847,850,'_content_banner_overlap','field_54ce55f555a02311'),(132848,850,'_elementor_edit_mode','builder'),(132849,850,'_elementor_template_type','post'),(132850,850,'_elementor_data','[{\"id\":\"b4222c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e014029\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7cc786f\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\",\"event_number_to_show\":\"\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132851,3635,'fw_options','a:0:{}'),(132852,3635,'_wp_page_template','default'),(132853,3635,'_elementor_edit_mode','builder'),(132854,3635,'_elementor_template_type','post'),(132855,3635,'_elementor_data','[{\"id\":\"b4222c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e014029\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7cc786f\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\",\"event_number_to_show\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"event_bg_color\":\"#818181\",\"event_hoverbg_color\":\"#353535\",\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(132856,850,'_elementor_version','0.4'),(132867,3637,'fw_options','a:0:{}'),(132868,3637,'_wp_page_template','default'),(132869,3637,'_elementor_edit_mode','builder'),(132870,3637,'_elementor_template_type','post'),(132871,3637,'_elementor_data','[{\"id\":\"2ec373fc\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3cb2f6dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4bf15157\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"334fefbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"_inline_size_tablet\":100,\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ba726f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66829d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35ab14d5\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"7d450e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.74},\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c83a1dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5efd5c07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55038e65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132872,3637,'_elementor_version','0.4'),(132883,3639,'fw_options','a:0:{}'),(132884,3639,'_wp_page_template','default'),(132885,3639,'_elementor_edit_mode','builder'),(132886,3639,'_elementor_template_type','post'),(132887,3639,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\"},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(255,255,255,0.1)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":25},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#ffffff\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_color\":\"#ffffff\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"button_bg_color_normal\":\"rgba(255,255,255,0)\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_border_normal_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(132888,3639,'_elementor_version','0.4'),(132891,3640,'page_logo_select','light'),(132892,3640,'_page_logo_select','field_523384ce55a99'),(132893,3640,'hide_page_title','1'),(132894,3640,'_hide_page_title','field_523382c955a73'),(132895,3640,'classic_menu_over_content','1'),(132896,3640,'_classic_menu_over_content','field_523384ce55a85'),(132897,3640,'hide_header_and_menu','0'),(132898,3640,'_hide_header_and_menu','field_523384ce34a85'),(132899,3640,'classic_menu_main_item_color','#ffffff'),(132900,3640,'_classic_menu_main_item_color','field_523384ce55a87'),(132901,3640,'classic_menu_background',''),(132902,3640,'_classic_menu_background','field_523384ce55a84'),(132903,3640,'classic_menu_background_alpha','1'),(132904,3640,'_classic_menu_background_alpha','field_523384ce55a86'),(132905,3640,'hamburger_icon_color',''),(132906,3640,'_hamburger_icon_color','field_523384ce55a23'),(132907,3640,'background',''),(132908,3640,'_background','field_523382c955a74'),(132909,3640,'background_repeat','null'),(132910,3640,'_background_repeat','field_523382f555a75'),(132911,3640,'background_size','null'),(132912,3640,'_background_size','field_5233837455a76'),(132913,3640,'background_position','null'),(132914,3640,'_background_position','field_5233842d55a78'),(132915,3640,'content_background_color',''),(132916,3640,'_content_background_color','field_523384ce55a80'),(132917,3640,'content_background_transparency','1'),(132918,3640,'_content_background_transparency','field_523384ce55a81'),(132919,3640,'background_color',''),(132920,3640,'_background_color','field_523384ce55a79'),(132921,3640,'block_footer','null'),(132922,3640,'_block_footer','block_footer'),(132923,3640,'sidebar-position','disabled'),(132924,3640,'_sidebar-position','field_526d6ec715ee9'),(132925,3640,'footer_playlist','null'),(132926,3640,'_footer_playlist','footer_playlist'),(132927,3640,'footer_podcast','null'),(132928,3640,'_footer_podcast','footer_podcast'),(132929,3640,'banner_inherit_setting','0'),(132930,3640,'_banner_inherit_setting','banner_inherit_setting'),(132931,3640,'banner_background_type','null'),(132932,3640,'_banner_background_type','field_54ce55f555a01'),(132933,3640,'banner_fullscreen','0'),(132934,3640,'_banner_fullscreen','field_54ce55f555a05'),(132935,3640,'banner_height',''),(132936,3640,'_banner_height','field_54ce55f555a06'),(132937,3640,'banner_content_type','default-content'),(132938,3640,'_banner_content_type','field_54ce55f555a13'),(132939,3640,'banner_title',''),(132940,3640,'_banner_title','field_54ce55f555a07'),(132941,3640,'banner_subtitle',''),(132942,3640,'_banner_subtitle','field_54ce55f555a08'),(132943,3640,'banner_horizontal_content_alignment','centered'),(132944,3640,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(132945,3640,'banner_font_color',''),(132946,3640,'_banner_font_color','field_54ce55f555a12'),(132947,3640,'page_banner_subtitle_font_color',''),(132948,3640,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(132949,3640,'content_banner_overlap','0'),(132950,3640,'_content_banner_overlap','field_54ce55f555a02311'),(132951,3640,'fw_options','a:0:{}'),(132952,3640,'_wp_page_template','default'),(132953,3640,'_elementor_edit_mode','builder'),(132954,3640,'_elementor_template_type','post'),(132955,3640,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\"},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(255,255,255,0.1)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":25},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#ffffff\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_color\":\"#ffffff\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"button_bg_color_normal\":\"rgba(255,255,255,0)\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_border_normal_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(132956,3640,'_elementor_version','0.4'),(132958,3641,'fw_options','a:0:{}'),(132959,3641,'_wp_page_template','default'),(132960,3641,'_elementor_edit_mode','builder'),(132961,3641,'_elementor_template_type','post'),(132962,3641,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(255,255,255,0.1)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":25},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#ffffff\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_color\":\"#ffffff\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"button_bg_color_normal\":\"rgba(255,255,255,0)\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_border_normal_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(132963,3641,'_elementor_version','0.4'),(132965,3642,'fw_options','a:0:{}'),(132966,3642,'_wp_page_template','default'),(132967,3642,'_elementor_edit_mode','builder'),(132968,3642,'_elementor_template_type','post'),(132969,3642,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(255,255,255,0.1)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":25},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#ffffff\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_color\":\"#ffffff\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"button_bg_color_normal\":\"rgba(255,255,255,0)\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_border_normal_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(132970,3642,'_elementor_version','0.4'),(132972,3643,'fw_options','a:0:{}'),(132973,3643,'_wp_page_template','default'),(132974,3643,'_elementor_edit_mode','builder'),(132975,3643,'_elementor_template_type','post'),(132976,3643,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(255,255,255,0.1)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":25},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#ffffff\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_color\":\"#ffffff\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"button_bg_color_normal\":\"rgba(255,255,255,0)\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_border_normal_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(132977,3643,'_elementor_version','0.4'),(132980,3644,'fw_options','a:0:{}'),(132981,3644,'_wp_page_template','default'),(132982,3644,'_elementor_edit_mode','builder'),(132983,3644,'_elementor_template_type','post'),(132984,3644,'_elementor_data','[{\"id\":\"85fa4bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3ed0f5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad25090\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9a00d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7267c64\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ada874\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e51aac8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"8e077b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8f700\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"92a1a12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color\":\"rgba(255,255,255,0.12)\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"df5af0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21938d0\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(132985,3644,'_elementor_version','0.4'),(132990,3645,'page_logo_select','light'),(132991,3645,'_page_logo_select','field_523384ce55a99'),(132992,3645,'hide_page_title','0'),(132993,3645,'_hide_page_title','field_523382c955a73'),(132994,3645,'classic_menu_over_content','1'),(132995,3645,'_classic_menu_over_content','field_523384ce55a85'),(132996,3645,'hide_header_and_menu','0'),(132997,3645,'_hide_header_and_menu','field_523384ce34a85'),(132998,3645,'classic_menu_main_item_color','#ffffff'),(132999,3645,'_classic_menu_main_item_color','field_523384ce55a87'),(133000,3645,'classic_menu_background',''),(133001,3645,'_classic_menu_background','field_523384ce55a84'),(133002,3645,'classic_menu_background_alpha',''),(133003,3645,'_classic_menu_background_alpha','field_523384ce55a86'),(133004,3645,'hamburger_icon_color',''),(133005,3645,'_hamburger_icon_color','field_523384ce55a23'),(133006,3645,'background',''),(133007,3645,'_background','field_523382c955a74'),(133008,3645,'background_repeat','null'),(133009,3645,'_background_repeat','field_523382f555a75'),(133010,3645,'background_size','null'),(133011,3645,'_background_size','field_5233837455a76'),(133012,3645,'background_position','null'),(133013,3645,'_background_position','field_5233842d55a78'),(133014,3645,'content_background_color',''),(133015,3645,'_content_background_color','field_523384ce55a80'),(133016,3645,'content_background_transparency','1'),(133017,3645,'_content_background_transparency','field_523384ce55a81'),(133018,3645,'background_color',''),(133019,3645,'_background_color','field_523384ce55a79'),(133020,3645,'block_footer','null'),(133021,3645,'_block_footer','block_footer'),(133022,3645,'footer_playlist','null'),(133023,3645,'_footer_playlist','footer_playlist'),(133024,3645,'footer_podcast','null'),(133025,3645,'_footer_podcast','footer_podcast'),(133026,3645,'banner_inherit_setting','0'),(133027,3645,'_banner_inherit_setting','banner_inherit_setting'),(133028,3645,'banner_background_type','image-background'),(133029,3645,'_banner_background_type','field_54ce55f555a01'),(133030,3645,'banner_parallax','1'),(133031,3645,'_banner_parallax','field_54ce55f555a03'),(133032,3645,'banner_image','1419'),(133033,3645,'_banner_image','field_54ce55f555a04'),(133034,3645,'banner_fullscreen','1'),(133035,3645,'_banner_fullscreen','field_54ce55f555a05'),(133036,3645,'banner_content_type','default-content'),(133037,3645,'_banner_content_type','field_54ce55f555a13'),(133038,3645,'banner_title','Diamond'),(133039,3645,'_banner_title','field_54ce55f555a07'),(133040,3645,'banner_subtitle','Sentimental Darkness'),(133041,3645,'_banner_subtitle','field_54ce55f555a08'),(133042,3645,'banner_horizontal_content_alignment','left'),(133043,3645,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133044,3645,'banner_background_alignement','top'),(133045,3645,'_banner_background_alignement','field_54ce55f555a11'),(133046,3645,'banner_font_color',''),(133047,3645,'_banner_font_color','field_54ce55f555a12'),(133048,3645,'page_banner_subtitle_font_color',''),(133049,3645,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133050,3645,'content_banner_overlap','0'),(133051,3645,'_content_banner_overlap','field_54ce55f555a02311'),(133052,3645,'artist_hero_playlist','1218'),(133053,3645,'_artist_hero_playlist','artist_hero_playlist'),(133054,3645,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(133055,3645,'_artist_desc','artist_desc'),(133056,3645,'artist_social','0'),(133057,3645,'_artist_social','artist_social'),(133058,3645,'artist_link','0'),(133059,3645,'_artist_link','artist_link'),(133060,3645,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(133061,3645,'_artist_contact','artist_contact'),(133062,3645,'artist_download','0'),(133063,3645,'_artist_download','artist_download'),(133064,3645,'alb_link_external',''),(133065,3645,'_alb_link_external','field_523b66d6f2382'),(133066,3645,'fw_options','a:0:{}'),(133067,3645,'_wp_page_template','default'),(133068,3645,'_thumbnail_id','1418'),(133069,3645,'_elementor_edit_mode','builder'),(133070,3645,'_elementor_template_type','post'),(133071,3645,'_elementor_data','[{\"id\":\"38cc4523\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"21bad1ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"68a17680\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"290a4ec0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60eada9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d42f0da\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fbbdf70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c132fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"746f667c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55fcf3a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d767e47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"135b9932\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76020147\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3288f243\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"578d2064\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3193440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"266bc866\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e5c972e\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(133072,3645,'_elementor_version','0.4'),(133073,1179,'hide_header_and_menu','0'),(133074,1179,'_hide_header_and_menu','field_523384ce34a85'),(133075,1179,'footer_playlist','null'),(133076,1179,'_footer_playlist','footer_playlist'),(133077,1179,'footer_podcast','null'),(133078,1179,'_footer_podcast','footer_podcast'),(133079,1179,'banner_inherit_setting','0'),(133080,1179,'_banner_inherit_setting','banner_inherit_setting'),(133081,1179,'page_banner_subtitle_font_color',''),(133082,1179,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133083,1179,'content_banner_overlap','0'),(133084,1179,'_content_banner_overlap','field_54ce55f555a02311'),(133085,1179,'alb_link_external',''),(133086,1179,'_alb_link_external','field_523b66d6f2382'),(133087,1179,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(133088,1179,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543871474'),(133090,3646,'page_logo_select','light'),(133091,3646,'_page_logo_select','field_523384ce55a99'),(133092,3646,'hide_page_title','0'),(133093,3646,'_hide_page_title','field_523382c955a73'),(133094,3646,'classic_menu_over_content','1'),(133095,3646,'_classic_menu_over_content','field_523384ce55a85'),(133096,3646,'hide_header_and_menu','0'),(133097,3646,'_hide_header_and_menu','field_523384ce34a85'),(133098,3646,'classic_menu_main_item_color','#ffffff'),(133099,3646,'_classic_menu_main_item_color','field_523384ce55a87'),(133100,3646,'classic_menu_background',''),(133101,3646,'_classic_menu_background','field_523384ce55a84'),(133102,3646,'classic_menu_background_alpha','1'),(133103,3646,'_classic_menu_background_alpha','field_523384ce55a86'),(133104,3646,'hamburger_icon_color',''),(133105,3646,'_hamburger_icon_color','field_523384ce55a23'),(133106,3646,'background',''),(133107,3646,'_background','field_523382c955a74'),(133108,3646,'background_repeat','null'),(133109,3646,'_background_repeat','field_523382f555a75'),(133110,3646,'background_size','null'),(133111,3646,'_background_size','field_5233837455a76'),(133112,3646,'background_position','null'),(133113,3646,'_background_position','field_5233842d55a78'),(133114,3646,'content_background_color',''),(133115,3646,'_content_background_color','field_523384ce55a80'),(133116,3646,'content_background_transparency','1'),(133117,3646,'_content_background_transparency','field_523384ce55a81'),(133118,3646,'background_color',''),(133119,3646,'_background_color','field_523384ce55a79'),(133120,3646,'block_footer','null'),(133121,3646,'_block_footer','block_footer'),(133122,3646,'footer_playlist','null'),(133123,3646,'_footer_playlist','footer_playlist'),(133124,3646,'footer_podcast','null'),(133125,3646,'_footer_podcast','footer_podcast'),(133126,3646,'banner_inherit_setting','0'),(133127,3646,'_banner_inherit_setting','banner_inherit_setting'),(133128,3646,'banner_background_type','image-background'),(133129,3646,'_banner_background_type','field_54ce55f555a01'),(133130,3646,'banner_parallax','1'),(133131,3646,'_banner_parallax','field_54ce55f555a03'),(133132,3646,'banner_image','1415'),(133133,3646,'_banner_image','field_54ce55f555a04'),(133134,3646,'banner_fullscreen','1'),(133135,3646,'_banner_fullscreen','field_54ce55f555a05'),(133136,3646,'banner_content_type','default-content'),(133137,3646,'_banner_content_type','field_54ce55f555a13'),(133138,3646,'banner_title','Above the Ground'),(133139,3646,'_banner_title','field_54ce55f555a07'),(133140,3646,'banner_subtitle','Grammy Award for \"Best New Artist\" in 2017'),(133141,3646,'_banner_subtitle','field_54ce55f555a08'),(133142,3646,'banner_horizontal_content_alignment','centered'),(133143,3646,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133144,3646,'banner_background_alignement','top'),(133145,3646,'_banner_background_alignement','field_54ce55f555a11'),(133146,3646,'banner_font_color',''),(133147,3646,'_banner_font_color','field_54ce55f555a12'),(133148,3646,'page_banner_subtitle_font_color',''),(133149,3646,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133150,3646,'content_banner_overlap','0'),(133151,3646,'_content_banner_overlap','field_54ce55f555a02311'),(133152,3646,'artist_hero_playlist','1218'),(133153,3646,'_artist_hero_playlist','artist_hero_playlist'),(133154,3646,'artist_desc','BAHAMAS\'s mainstream success was signified by a growing interest in punk rock during the 1990s, but unlike many of their contemporaries (including Bad Religion, Green Day and The Offspring), they have never been signed to a major label. NOFX has released thirteen studio albums, sixteen extended plays<sup id=\"cite_ref-6\" class=\"reference\">[6]</sup> and a number of seven-inch singles.'),(133155,3646,'_artist_desc','artist_desc'),(133156,3646,'artist_social','0'),(133157,3646,'_artist_social','artist_social'),(133158,3646,'artist_link','0'),(133159,3646,'_artist_link','artist_link'),(133160,3646,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">Sonaar</a>'),(133161,3646,'_artist_contact','artist_contact'),(133162,3646,'artist_download_0_artist_download_label',''),(133163,3646,'_artist_download_0_artist_download_label','artist_download_label'),(133164,3646,'artist_download_0_artist_download_link',''),(133165,3646,'_artist_download_0_artist_download_link','artist_download_link'),(133166,3646,'artist_download','1'),(133167,3646,'_artist_download','artist_download'),(133168,3646,'alb_link_external',''),(133169,3646,'_alb_link_external','field_523b66d6f2382'),(133170,3646,'fw_options','a:0:{}'),(133171,3646,'_wp_page_template','default'),(133172,3646,'_thumbnail_id','1414'),(133173,3646,'_elementor_edit_mode','builder'),(133174,3646,'_elementor_template_type','post'),(133175,3646,'_elementor_data','[{\"id\":\"3c9e6b06\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"72f5fd90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33a12add\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5554e955\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5719d325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e725d4d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70825134\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"57b7c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2d72d358\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c79a22d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b40f7aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"588b92e2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"14d0e4bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"229a6b8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45754b5b\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e0f242d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"263c8c39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"144edc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a14b74d\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(133176,3646,'_elementor_version','0.4'),(133178,3647,'page_logo_select','light'),(133179,3647,'_page_logo_select','field_523384ce55a99'),(133180,3647,'hide_page_title','0'),(133181,3647,'_hide_page_title','field_523382c955a73'),(133182,3647,'classic_menu_over_content','1'),(133183,3647,'_classic_menu_over_content','field_523384ce55a85'),(133184,3647,'hide_header_and_menu','0'),(133185,3647,'_hide_header_and_menu','field_523384ce34a85'),(133186,3647,'classic_menu_main_item_color','#ffffff'),(133187,3647,'_classic_menu_main_item_color','field_523384ce55a87'),(133188,3647,'classic_menu_background',''),(133189,3647,'_classic_menu_background','field_523384ce55a84'),(133190,3647,'classic_menu_background_alpha',''),(133191,3647,'_classic_menu_background_alpha','field_523384ce55a86'),(133192,3647,'hamburger_icon_color',''),(133193,3647,'_hamburger_icon_color','field_523384ce55a23'),(133194,3647,'background',''),(133195,3647,'_background','field_523382c955a74'),(133196,3647,'background_repeat','null'),(133197,3647,'_background_repeat','field_523382f555a75'),(133198,3647,'background_size','null'),(133199,3647,'_background_size','field_5233837455a76'),(133200,3647,'background_position','null'),(133201,3647,'_background_position','field_5233842d55a78'),(133202,3647,'content_background_color',''),(133203,3647,'_content_background_color','field_523384ce55a80'),(133204,3647,'content_background_transparency','1'),(133205,3647,'_content_background_transparency','field_523384ce55a81'),(133206,3647,'background_color',''),(133207,3647,'_background_color','field_523384ce55a79'),(133208,3647,'block_footer','null'),(133209,3647,'_block_footer','block_footer'),(133210,3647,'footer_playlist','null'),(133211,3647,'_footer_playlist','footer_playlist'),(133212,3647,'footer_podcast','null'),(133213,3647,'_footer_podcast','footer_podcast'),(133214,3647,'banner_inherit_setting','0'),(133215,3647,'_banner_inherit_setting','banner_inherit_setting'),(133216,3647,'banner_background_type','image-background'),(133217,3647,'_banner_background_type','field_54ce55f555a01'),(133218,3647,'banner_parallax','1'),(133219,3647,'_banner_parallax','field_54ce55f555a03'),(133220,3647,'banner_image','1417'),(133221,3647,'_banner_image','field_54ce55f555a04'),(133222,3647,'banner_fullscreen','1'),(133223,3647,'_banner_fullscreen','field_54ce55f555a05'),(133224,3647,'banner_content_type','default-content'),(133225,3647,'_banner_content_type','field_54ce55f555a13'),(133226,3647,'banner_title','Caroline'),(133227,3647,'_banner_title','field_54ce55f555a07'),(133228,3647,'banner_subtitle','Nobody can drag me down'),(133229,3647,'_banner_subtitle','field_54ce55f555a08'),(133230,3647,'banner_horizontal_content_alignment','centered'),(133231,3647,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133232,3647,'banner_background_alignement','top'),(133233,3647,'_banner_background_alignement','field_54ce55f555a11'),(133234,3647,'banner_font_color',''),(133235,3647,'_banner_font_color','field_54ce55f555a12'),(133236,3647,'page_banner_subtitle_font_color',''),(133237,3647,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133238,3647,'content_banner_overlap','0'),(133239,3647,'_content_banner_overlap','field_54ce55f555a02311'),(133240,3647,'artist_hero_playlist','1218'),(133241,3647,'_artist_hero_playlist','artist_hero_playlist'),(133242,3647,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(133243,3647,'_artist_desc','artist_desc'),(133244,3647,'artist_social','0'),(133245,3647,'_artist_social','artist_social'),(133246,3647,'artist_link','0'),(133247,3647,'_artist_link','artist_link'),(133248,3647,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(133249,3647,'_artist_contact','artist_contact'),(133250,3647,'artist_download','0'),(133251,3647,'_artist_download','artist_download'),(133252,3647,'alb_link_external',''),(133253,3647,'_alb_link_external','field_523b66d6f2382'),(133254,3647,'fw_options','a:0:{}'),(133255,3647,'_wp_page_template','default'),(133256,3647,'_thumbnail_id','1416'),(133257,3647,'_elementor_edit_mode','builder'),(133258,3647,'_elementor_template_type','post'),(133259,3647,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(133260,3647,'_elementor_data','[{\"id\":\"52ae2421\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49089ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"74fe4f90\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43c6f9ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"73c33bcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54453b5c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ca459ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4a3e90e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"3c2e183d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1144193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79c9138c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79fa610f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3b0ad659\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36525260\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ddb6b3a\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78e1f0b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21150002\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6deff187\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f5f38d0\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(133261,3647,'_elementor_version','0.4'),(133262,1188,'hide_header_and_menu','0'),(133263,1188,'_hide_header_and_menu','field_523384ce34a85'),(133264,1188,'footer_playlist','null'),(133265,1188,'_footer_playlist','footer_playlist'),(133266,1188,'footer_podcast','null'),(133267,1188,'_footer_podcast','footer_podcast'),(133268,1188,'banner_inherit_setting','0'),(133269,1188,'_banner_inherit_setting','banner_inherit_setting'),(133270,1188,'page_banner_subtitle_font_color',''),(133271,1188,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133272,1188,'content_banner_overlap','0'),(133273,1188,'_content_banner_overlap','field_54ce55f555a02311'),(133274,1188,'alb_link_external',''),(133275,1188,'_alb_link_external','field_523b66d6f2382'),(133276,3648,'page_logo_select','light'),(133277,3648,'_page_logo_select','field_523384ce55a99'),(133278,3648,'hide_page_title','0'),(133279,3648,'_hide_page_title','field_523382c955a73'),(133280,3648,'classic_menu_over_content','1'),(133281,3648,'_classic_menu_over_content','field_523384ce55a85'),(133282,3648,'hide_header_and_menu','0'),(133283,3648,'_hide_header_and_menu','field_523384ce34a85'),(133284,3648,'classic_menu_main_item_color','#ffffff'),(133285,3648,'_classic_menu_main_item_color','field_523384ce55a87'),(133286,3648,'classic_menu_background',''),(133287,3648,'_classic_menu_background','field_523384ce55a84'),(133288,3648,'classic_menu_background_alpha','1'),(133289,3648,'_classic_menu_background_alpha','field_523384ce55a86'),(133290,3648,'hamburger_icon_color',''),(133291,3648,'_hamburger_icon_color','field_523384ce55a23'),(133292,3648,'background',''),(133293,3648,'_background','field_523382c955a74'),(133294,3648,'background_repeat','null'),(133295,3648,'_background_repeat','field_523382f555a75'),(133296,3648,'background_size','null'),(133297,3648,'_background_size','field_5233837455a76'),(133298,3648,'background_position','null'),(133299,3648,'_background_position','field_5233842d55a78'),(133300,3648,'content_background_color',''),(133301,3648,'_content_background_color','field_523384ce55a80'),(133302,3648,'content_background_transparency','1'),(133303,3648,'_content_background_transparency','field_523384ce55a81'),(133304,3648,'background_color',''),(133305,3648,'_background_color','field_523384ce55a79'),(133306,3648,'block_footer','null'),(133307,3648,'_block_footer','block_footer'),(133308,3648,'footer_playlist','null'),(133309,3648,'_footer_playlist','footer_playlist'),(133310,3648,'footer_podcast','null'),(133311,3648,'_footer_podcast','footer_podcast'),(133312,3648,'banner_inherit_setting','0'),(133313,3648,'_banner_inherit_setting','banner_inherit_setting'),(133314,3648,'banner_background_type','image-background'),(133315,3648,'_banner_background_type','field_54ce55f555a01'),(133316,3648,'banner_parallax','1'),(133317,3648,'_banner_parallax','field_54ce55f555a03'),(133318,3648,'banner_image','1463'),(133319,3648,'_banner_image','field_54ce55f555a04'),(133320,3648,'banner_fullscreen','1'),(133321,3648,'_banner_fullscreen','field_54ce55f555a05'),(133322,3648,'banner_content_type','default-content'),(133323,3648,'_banner_content_type','field_54ce55f555a13'),(133324,3648,'banner_title','Indiana'),(133325,3648,'_banner_title','field_54ce55f555a07'),(133326,3648,'banner_subtitle','\"Embrace\" EP available now'),(133327,3648,'_banner_subtitle','field_54ce55f555a08'),(133328,3648,'banner_horizontal_content_alignment','centered'),(133329,3648,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133330,3648,'banner_background_alignement','top'),(133331,3648,'_banner_background_alignement','field_54ce55f555a11'),(133332,3648,'banner_font_color',''),(133333,3648,'_banner_font_color','field_54ce55f555a12'),(133334,3648,'page_banner_subtitle_font_color',''),(133335,3648,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133336,3648,'content_banner_overlap','0'),(133337,3648,'_content_banner_overlap','field_54ce55f555a02311'),(133338,3648,'artist_hero_playlist','1218'),(133339,3648,'_artist_hero_playlist','artist_hero_playlist'),(133340,3648,'artist_desc','BAHAMAS\'s mainstream success was signified by a growing interest in punk rock during the 1990s, but unlike many of their contemporaries (including Bad Religion, Green Day and The Offspring), they have never been signed to a major label. NOFX has released thirteen studio albums, sixteen extended plays<sup id=\"cite_ref-6\" class=\"reference\">[6]</sup> and a number of seven-inch singles.'),(133341,3648,'_artist_desc','artist_desc'),(133342,3648,'artist_social','0'),(133343,3648,'_artist_social','artist_social'),(133344,3648,'artist_link','0'),(133345,3648,'_artist_link','artist_link'),(133346,3648,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(133347,3648,'_artist_contact','artist_contact'),(133348,3648,'artist_download','0'),(133349,3648,'_artist_download','artist_download'),(133350,3648,'alb_link_external',''),(133351,3648,'_alb_link_external','field_523b66d6f2382'),(133352,3648,'fw_options','a:0:{}'),(133353,3648,'_wp_page_template','default'),(133354,3648,'_thumbnail_id','1462'),(133355,3648,'_elementor_template_type','post'),(133356,3648,'_elementor_edit_mode','builder'),(133357,3648,'_elementor_data','[{\"id\":\"b3ac02d\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dba8cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f79e87e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b2bc10b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52e90b7\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20f6629\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3e7a07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0ea4ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b4e876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cfdbe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wppk_postmeta` VALUES (133358,3648,'_elementor_version','0.4'),(133359,3648,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(133361,3649,'page_logo_select','light'),(133362,3649,'_page_logo_select','field_523384ce55a99'),(133363,3649,'hide_page_title','0'),(133364,3649,'_hide_page_title','field_523382c955a73'),(133365,3649,'classic_menu_over_content','1'),(133366,3649,'_classic_menu_over_content','field_523384ce55a85'),(133367,3649,'hide_header_and_menu','0'),(133368,3649,'_hide_header_and_menu','field_523384ce34a85'),(133369,3649,'classic_menu_main_item_color','#ffffff'),(133370,3649,'_classic_menu_main_item_color','field_523384ce55a87'),(133371,3649,'classic_menu_background',''),(133372,3649,'_classic_menu_background','field_523384ce55a84'),(133373,3649,'classic_menu_background_alpha',''),(133374,3649,'_classic_menu_background_alpha','field_523384ce55a86'),(133375,3649,'hamburger_icon_color',''),(133376,3649,'_hamburger_icon_color','field_523384ce55a23'),(133377,3649,'background',''),(133378,3649,'_background','field_523382c955a74'),(133379,3649,'background_repeat','null'),(133380,3649,'_background_repeat','field_523382f555a75'),(133381,3649,'background_size','null'),(133382,3649,'_background_size','field_5233837455a76'),(133383,3649,'background_position','null'),(133384,3649,'_background_position','field_5233842d55a78'),(133385,3649,'content_background_color',''),(133386,3649,'_content_background_color','field_523384ce55a80'),(133387,3649,'content_background_transparency','1'),(133388,3649,'_content_background_transparency','field_523384ce55a81'),(133389,3649,'background_color',''),(133390,3649,'_background_color','field_523384ce55a79'),(133391,3649,'block_footer','null'),(133392,3649,'_block_footer','block_footer'),(133393,3649,'footer_playlist','null'),(133394,3649,'_footer_playlist','footer_playlist'),(133395,3649,'footer_podcast','null'),(133396,3649,'_footer_podcast','footer_podcast'),(133397,3649,'banner_inherit_setting','0'),(133398,3649,'_banner_inherit_setting','banner_inherit_setting'),(133399,3649,'banner_background_type','image-background'),(133400,3649,'_banner_background_type','field_54ce55f555a01'),(133401,3649,'banner_parallax','1'),(133402,3649,'_banner_parallax','field_54ce55f555a03'),(133403,3649,'banner_image','1467'),(133404,3649,'_banner_image','field_54ce55f555a04'),(133405,3649,'banner_fullscreen','1'),(133406,3649,'_banner_fullscreen','field_54ce55f555a05'),(133407,3649,'banner_content_type','default-content'),(133408,3649,'_banner_content_type','field_54ce55f555a13'),(133409,3649,'banner_title','Herbalizer'),(133410,3649,'_banner_title','field_54ce55f555a07'),(133411,3649,'banner_subtitle','\'Jazz them Up\' New Release'),(133412,3649,'_banner_subtitle','field_54ce55f555a08'),(133413,3649,'banner_horizontal_content_alignment','centered'),(133414,3649,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133415,3649,'banner_background_alignement','center'),(133416,3649,'_banner_background_alignement','field_54ce55f555a11'),(133417,3649,'banner_font_color',''),(133418,3649,'_banner_font_color','field_54ce55f555a12'),(133419,3649,'page_banner_subtitle_font_color',''),(133420,3649,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133421,3649,'content_banner_overlap','0'),(133422,3649,'_content_banner_overlap','field_54ce55f555a02311'),(133423,3649,'artist_hero_playlist','1218'),(133424,3649,'_artist_hero_playlist','artist_hero_playlist'),(133425,3649,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(133426,3649,'_artist_desc','artist_desc'),(133427,3649,'artist_social','0'),(133428,3649,'_artist_social','artist_social'),(133429,3649,'artist_link','0'),(133430,3649,'_artist_link','artist_link'),(133431,3649,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(133432,3649,'_artist_contact','artist_contact'),(133433,3649,'artist_download','0'),(133434,3649,'_artist_download','artist_download'),(133435,3649,'alb_link_external',''),(133436,3649,'_alb_link_external','field_523b66d6f2382'),(133437,3649,'fw_options','a:0:{}'),(133438,3649,'_wp_page_template','default'),(133439,3649,'_thumbnail_id','1466'),(133440,3649,'_elementor_edit_mode','builder'),(133441,3649,'_elementor_template_type','post'),(133442,3649,'_elementor_data','[{\"id\":\"65e7f520\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"55788663\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3b7c4ed9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5ba26cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49e2f837\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c490ba6\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759afa63\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7f62a9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"534896bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f48d47\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3764d5c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e838085\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8afcbcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a83e23b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67d457f7\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"119d8a37\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7cddfa9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4f7bd55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6abefdfe\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(133443,3649,'_elementor_version','0.4'),(133445,1192,'hide_header_and_menu','0'),(133446,1192,'_hide_header_and_menu','field_523384ce34a85'),(133447,1192,'footer_playlist','null'),(133448,1192,'_footer_playlist','footer_playlist'),(133449,1192,'footer_podcast','null'),(133450,1192,'_footer_podcast','footer_podcast'),(133451,1192,'banner_inherit_setting','0'),(133452,1192,'_banner_inherit_setting','banner_inherit_setting'),(133453,1192,'page_banner_subtitle_font_color',''),(133454,1192,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133455,1192,'content_banner_overlap','0'),(133456,1192,'_content_banner_overlap','field_54ce55f555a02311'),(133457,1192,'alb_link_external',''),(133458,1192,'_alb_link_external','field_523b66d6f2382'),(133459,3650,'page_logo_select','light'),(133460,3650,'_page_logo_select','field_523384ce55a99'),(133461,3650,'hide_page_title','0'),(133462,3650,'_hide_page_title','field_523382c955a73'),(133463,3650,'classic_menu_over_content','1'),(133464,3650,'_classic_menu_over_content','field_523384ce55a85'),(133465,3650,'hide_header_and_menu','0'),(133466,3650,'_hide_header_and_menu','field_523384ce34a85'),(133467,3650,'classic_menu_main_item_color','#ffffff'),(133468,3650,'_classic_menu_main_item_color','field_523384ce55a87'),(133469,3650,'classic_menu_background',''),(133470,3650,'_classic_menu_background','field_523384ce55a84'),(133471,3650,'classic_menu_background_alpha','1'),(133472,3650,'_classic_menu_background_alpha','field_523384ce55a86'),(133473,3650,'hamburger_icon_color',''),(133474,3650,'_hamburger_icon_color','field_523384ce55a23'),(133475,3650,'background',''),(133476,3650,'_background','field_523382c955a74'),(133477,3650,'background_repeat','null'),(133478,3650,'_background_repeat','field_523382f555a75'),(133479,3650,'background_size','null'),(133480,3650,'_background_size','field_5233837455a76'),(133481,3650,'background_position','null'),(133482,3650,'_background_position','field_5233842d55a78'),(133483,3650,'content_background_color',''),(133484,3650,'_content_background_color','field_523384ce55a80'),(133485,3650,'content_background_transparency','1'),(133486,3650,'_content_background_transparency','field_523384ce55a81'),(133487,3650,'background_color',''),(133488,3650,'_background_color','field_523384ce55a79'),(133489,3650,'block_footer','null'),(133490,3650,'_block_footer','block_footer'),(133491,3650,'footer_playlist','null'),(133492,3650,'_footer_playlist','footer_playlist'),(133493,3650,'footer_podcast','null'),(133494,3650,'_footer_podcast','footer_podcast'),(133495,3650,'banner_inherit_setting','0'),(133496,3650,'_banner_inherit_setting','banner_inherit_setting'),(133497,3650,'banner_background_type','image-background'),(133498,3650,'_banner_background_type','field_54ce55f555a01'),(133499,3650,'banner_parallax','1'),(133500,3650,'_banner_parallax','field_54ce55f555a03'),(133501,3650,'banner_image','1465'),(133502,3650,'_banner_image','field_54ce55f555a04'),(133503,3650,'banner_fullscreen','1'),(133504,3650,'_banner_fullscreen','field_54ce55f555a05'),(133505,3650,'banner_content_type','default-content'),(133506,3650,'_banner_content_type','field_54ce55f555a13'),(133507,3650,'banner_title','Wyclef'),(133508,3650,'_banner_title','field_54ce55f555a07'),(133509,3650,'banner_subtitle','2017 \"Best New Artist\" of the year'),(133510,3650,'_banner_subtitle','field_54ce55f555a08'),(133511,3650,'banner_horizontal_content_alignment','centered'),(133512,3650,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133513,3650,'banner_background_alignement','center'),(133514,3650,'_banner_background_alignement','field_54ce55f555a11'),(133515,3650,'banner_font_color',''),(133516,3650,'_banner_font_color','field_54ce55f555a12'),(133517,3650,'page_banner_subtitle_font_color',''),(133518,3650,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133519,3650,'content_banner_overlap','0'),(133520,3650,'_content_banner_overlap','field_54ce55f555a02311'),(133521,3650,'artist_hero_playlist','1218'),(133522,3650,'_artist_hero_playlist','artist_hero_playlist'),(133523,3650,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(133524,3650,'_artist_desc','artist_desc'),(133525,3650,'artist_social','0'),(133526,3650,'_artist_social','artist_social'),(133527,3650,'artist_link','0'),(133528,3650,'_artist_link','artist_link'),(133529,3650,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(133530,3650,'_artist_contact','artist_contact'),(133531,3650,'artist_download','0'),(133532,3650,'_artist_download','artist_download'),(133533,3650,'alb_link_external',''),(133534,3650,'_alb_link_external','field_523b66d6f2382'),(133535,3650,'fw_options','a:0:{}'),(133536,3650,'_wp_page_template','default'),(133537,3650,'_thumbnail_id','1464'),(133538,3650,'_elementor_edit_mode','builder'),(133539,3650,'_elementor_template_type','post'),(133540,3650,'_elementor_data','[{\"id\":\"7032d463\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"79894e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"66132587\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3101e832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb0d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7cc1210f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50718e7c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4c9738d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"32ebbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21b52f36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79b9f220\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a39e62\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"39fb21df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"763e7973\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"269bf5fb\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d531a6d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"77a07d14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"14f669a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e0a4b47\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(133541,3650,'_elementor_version','0.4'),(133543,1194,'hide_header_and_menu','0'),(133544,1194,'_hide_header_and_menu','field_523384ce34a85'),(133545,1194,'footer_playlist','null'),(133546,1194,'_footer_playlist','footer_playlist'),(133547,1194,'footer_podcast','null'),(133548,1194,'_footer_podcast','footer_podcast'),(133549,1194,'banner_inherit_setting','0'),(133550,1194,'_banner_inherit_setting','banner_inherit_setting'),(133551,1194,'page_banner_subtitle_font_color',''),(133552,1194,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133553,1194,'content_banner_overlap','0'),(133554,1194,'_content_banner_overlap','field_54ce55f555a02311'),(133555,1194,'alb_link_external',''),(133556,1194,'_alb_link_external','field_523b66d6f2382'),(133557,3651,'page_logo_select','light'),(133558,3651,'_page_logo_select','field_523384ce55a99'),(133559,3651,'hide_page_title','0'),(133560,3651,'_hide_page_title','field_523382c955a73'),(133561,3651,'classic_menu_over_content','1'),(133562,3651,'_classic_menu_over_content','field_523384ce55a85'),(133563,3651,'hide_header_and_menu','0'),(133564,3651,'_hide_header_and_menu','field_523384ce34a85'),(133565,3651,'classic_menu_main_item_color','#ffffff'),(133566,3651,'_classic_menu_main_item_color','field_523384ce55a87'),(133567,3651,'classic_menu_background',''),(133568,3651,'_classic_menu_background','field_523384ce55a84'),(133569,3651,'classic_menu_background_alpha','1'),(133570,3651,'_classic_menu_background_alpha','field_523384ce55a86'),(133571,3651,'hamburger_icon_color',''),(133572,3651,'_hamburger_icon_color','field_523384ce55a23'),(133573,3651,'background',''),(133574,3651,'_background','field_523382c955a74'),(133575,3651,'background_repeat','null'),(133576,3651,'_background_repeat','field_523382f555a75'),(133577,3651,'background_size','null'),(133578,3651,'_background_size','field_5233837455a76'),(133579,3651,'background_position','null'),(133580,3651,'_background_position','field_5233842d55a78'),(133581,3651,'content_background_color',''),(133582,3651,'_content_background_color','field_523384ce55a80'),(133583,3651,'content_background_transparency','1'),(133584,3651,'_content_background_transparency','field_523384ce55a81'),(133585,3651,'background_color',''),(133586,3651,'_background_color','field_523384ce55a79'),(133587,3651,'block_footer','null'),(133588,3651,'_block_footer','block_footer'),(133589,3651,'footer_playlist','null'),(133590,3651,'_footer_playlist','footer_playlist'),(133591,3651,'footer_podcast','null'),(133592,3651,'_footer_podcast','footer_podcast'),(133593,3651,'banner_inherit_setting','0'),(133594,3651,'_banner_inherit_setting','banner_inherit_setting'),(133595,3651,'banner_background_type','image-background'),(133596,3651,'_banner_background_type','field_54ce55f555a01'),(133597,3651,'banner_parallax','1'),(133598,3651,'_banner_parallax','field_54ce55f555a03'),(133599,3651,'banner_image','1461'),(133600,3651,'_banner_image','field_54ce55f555a04'),(133601,3651,'banner_fullscreen','1'),(133602,3651,'_banner_fullscreen','field_54ce55f555a05'),(133603,3651,'banner_content_type','default-content'),(133604,3651,'_banner_content_type','field_54ce55f555a13'),(133605,3651,'banner_title','Adele'),(133606,3651,'_banner_title','field_54ce55f555a07'),(133607,3651,'banner_subtitle','Music is everything'),(133608,3651,'_banner_subtitle','field_54ce55f555a08'),(133609,3651,'banner_horizontal_content_alignment','centered'),(133610,3651,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133611,3651,'banner_background_alignement','top'),(133612,3651,'_banner_background_alignement','field_54ce55f555a11'),(133613,3651,'banner_font_color',''),(133614,3651,'_banner_font_color','field_54ce55f555a12'),(133615,3651,'page_banner_subtitle_font_color',''),(133616,3651,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133617,3651,'content_banner_overlap','0'),(133618,3651,'_content_banner_overlap','field_54ce55f555a02311'),(133619,3651,'artist_hero_playlist','1218'),(133620,3651,'_artist_hero_playlist','artist_hero_playlist'),(133621,3651,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(133622,3651,'_artist_desc','artist_desc'),(133623,3651,'artist_social','0'),(133624,3651,'_artist_social','artist_social'),(133625,3651,'artist_link','0'),(133626,3651,'_artist_link','artist_link'),(133627,3651,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(133628,3651,'_artist_contact','artist_contact'),(133629,3651,'artist_download','0'),(133630,3651,'_artist_download','artist_download'),(133631,3651,'alb_link_external',''),(133632,3651,'_alb_link_external','field_523b66d6f2382'),(133633,3651,'fw_options','a:0:{}'),(133634,3651,'_wp_page_template','default'),(133635,3651,'_thumbnail_id','1460'),(133636,3651,'_elementor_edit_mode','builder'),(133637,3651,'_elementor_template_type','post'),(133638,3651,'_elementor_data','[{\"id\":\"26227986\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"42b4b64a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"388e0c34\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"63736a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3884d813\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d0f5358\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23c72a31\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3a136daa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5db20a2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"570c328e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3693b4cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ff4a583\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9db436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7c63d5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2451452c\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"199e0792\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4736ce82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7bb1156d\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0696e6\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(133639,3651,'_elementor_version','0.4'),(133641,1196,'hide_header_and_menu','0'),(133642,1196,'_hide_header_and_menu','field_523384ce34a85'),(133643,1196,'footer_playlist','null'),(133644,1196,'_footer_playlist','footer_playlist'),(133645,1196,'footer_podcast','null'),(133646,1196,'_footer_podcast','footer_podcast'),(133647,1196,'banner_inherit_setting','0'),(133648,1196,'_banner_inherit_setting','banner_inherit_setting'),(133649,1196,'page_banner_subtitle_font_color',''),(133650,1196,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133651,1196,'content_banner_overlap','0'),(133652,1196,'_content_banner_overlap','field_54ce55f555a02311'),(133653,1196,'alb_link_external',''),(133654,1196,'_alb_link_external','field_523b66d6f2382'),(133655,3652,'page_logo_select','light'),(133656,3652,'_page_logo_select','field_523384ce55a99'),(133657,3652,'hide_page_title','0'),(133658,3652,'_hide_page_title','field_523382c955a73'),(133659,3652,'classic_menu_over_content','1'),(133660,3652,'_classic_menu_over_content','field_523384ce55a85'),(133661,3652,'hide_header_and_menu','0'),(133662,3652,'_hide_header_and_menu','field_523384ce34a85'),(133663,3652,'classic_menu_main_item_color','#ffffff'),(133664,3652,'_classic_menu_main_item_color','field_523384ce55a87'),(133665,3652,'classic_menu_background',''),(133666,3652,'_classic_menu_background','field_523384ce55a84'),(133667,3652,'classic_menu_background_alpha','1'),(133668,3652,'_classic_menu_background_alpha','field_523384ce55a86'),(133669,3652,'hamburger_icon_color',''),(133670,3652,'_hamburger_icon_color','field_523384ce55a23'),(133671,3652,'background',''),(133672,3652,'_background','field_523382c955a74'),(133673,3652,'background_repeat','null'),(133674,3652,'_background_repeat','field_523382f555a75'),(133675,3652,'background_size','null'),(133676,3652,'_background_size','field_5233837455a76'),(133677,3652,'background_position','null'),(133678,3652,'_background_position','field_5233842d55a78'),(133679,3652,'content_background_color',''),(133680,3652,'_content_background_color','field_523384ce55a80'),(133681,3652,'content_background_transparency','1'),(133682,3652,'_content_background_transparency','field_523384ce55a81'),(133683,3652,'background_color',''),(133684,3652,'_background_color','field_523384ce55a79'),(133685,3652,'block_footer','null'),(133686,3652,'_block_footer','block_footer'),(133687,3652,'footer_playlist','null'),(133688,3652,'_footer_playlist','footer_playlist'),(133689,3652,'footer_podcast','null'),(133690,3652,'_footer_podcast','footer_podcast'),(133691,3652,'banner_inherit_setting','0'),(133692,3652,'_banner_inherit_setting','banner_inherit_setting'),(133693,3652,'banner_background_type','image-background'),(133694,3652,'_banner_background_type','field_54ce55f555a01'),(133695,3652,'banner_parallax','1'),(133696,3652,'_banner_parallax','field_54ce55f555a03'),(133697,3652,'banner_image','1421'),(133698,3652,'_banner_image','field_54ce55f555a04'),(133699,3652,'banner_fullscreen','1'),(133700,3652,'_banner_fullscreen','field_54ce55f555a05'),(133701,3652,'banner_content_type','default-content'),(133702,3652,'_banner_content_type','field_54ce55f555a13'),(133703,3652,'banner_title','DJ Sonaar'),(133704,3652,'_banner_title','field_54ce55f555a07'),(133705,3652,'banner_subtitle','Hip-Hop | Experimental Music'),(133706,3652,'_banner_subtitle','field_54ce55f555a08'),(133707,3652,'banner_horizontal_content_alignment','left'),(133708,3652,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133709,3652,'banner_background_alignement','top'),(133710,3652,'_banner_background_alignement','field_54ce55f555a11'),(133711,3652,'banner_font_color',''),(133712,3652,'_banner_font_color','field_54ce55f555a12'),(133713,3652,'page_banner_subtitle_font_color',''),(133714,3652,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133715,3652,'content_banner_overlap','0'),(133716,3652,'_content_banner_overlap','field_54ce55f555a02311'),(133717,3652,'artist_hero_playlist','null'),(133718,3652,'_artist_hero_playlist','artist_hero_playlist'),(133719,3652,'artist_desc','LowTempo is a Finnish-Canadian from Barrie–a working class town in rural Ontario. But his chosen epithet is fitting. Since 2009 he’s been making music under the name LowTempo – writing songs about sunsets, love affairs, and making out with crooked smiles. Through simple arrangements, he charts an escape route from the snow belt to the coral reefs. His new album, Low Grinder, will be released August 19, 2018 on SoundRise Records.'),(133720,3652,'_artist_desc','artist_desc'),(133721,3652,'artist_social','0'),(133722,3652,'_artist_social','artist_social'),(133723,3652,'artist_link','0'),(133724,3652,'_artist_link','artist_link'),(133725,3652,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(133726,3652,'_artist_contact','artist_contact'),(133727,3652,'artist_download','0'),(133728,3652,'_artist_download','artist_download'),(133729,3652,'alb_link_external',''),(133730,3652,'_alb_link_external','field_523b66d6f2382'),(133731,3652,'fw_options','a:0:{}'),(133732,3652,'_wp_page_template','default'),(133733,3652,'_thumbnail_id','1420'),(133734,3652,'_elementor_edit_mode','builder'),(133735,3652,'_elementor_template_type','post'),(133736,3652,'_elementor_data','[{\"id\":\"40f2968\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6e5a73ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69899363\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5a04bd27\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c848753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c6524ef\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c407fd2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"23a02e09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"44fcdeb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"385cb0c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aba701d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65b38dca\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7aeccae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2a2285a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70ddc539\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60b8e024\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"74a920b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47f9bbb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5726653\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(133737,3652,'_elementor_version','0.4'),(133738,1143,'hide_header_and_menu','0'),(133739,1143,'_hide_header_and_menu','field_523384ce34a85'),(133740,1143,'footer_playlist','null'),(133741,1143,'_footer_playlist','footer_playlist'),(133742,1143,'footer_podcast','null'),(133743,1143,'_footer_podcast','footer_podcast'),(133744,1143,'banner_inherit_setting','0'),(133745,1143,'_banner_inherit_setting','banner_inherit_setting'),(133746,1143,'page_banner_subtitle_font_color',''),(133747,1143,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133748,1143,'content_banner_overlap','0'),(133749,1143,'_content_banner_overlap','field_54ce55f555a02311'),(133750,1143,'alb_link_external',''),(133751,1143,'_alb_link_external','field_523b66d6f2382'),(133752,1143,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(133753,1143,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543871562'),(133754,3653,'page_logo_select','light'),(133755,3653,'_page_logo_select','field_523384ce55a99'),(133756,3653,'hide_page_title','1'),(133757,3653,'_hide_page_title','field_523382c955a73'),(133758,3653,'classic_menu_over_content','1'),(133759,3653,'_classic_menu_over_content','field_523384ce55a85'),(133760,3653,'hide_header_and_menu','0'),(133761,3653,'_hide_header_and_menu','field_523384ce34a85'),(133762,3653,'classic_menu_main_item_color','#ffffff'),(133763,3653,'_classic_menu_main_item_color','field_523384ce55a87'),(133764,3653,'classic_menu_background',''),(133765,3653,'_classic_menu_background','field_523384ce55a84'),(133766,3653,'classic_menu_background_alpha','1'),(133767,3653,'_classic_menu_background_alpha','field_523384ce55a86'),(133768,3653,'hamburger_icon_color',''),(133769,3653,'_hamburger_icon_color','field_523384ce55a23'),(133770,3653,'background',''),(133771,3653,'_background','field_523382c955a74'),(133772,3653,'background_repeat','null'),(133773,3653,'_background_repeat','field_523382f555a75'),(133774,3653,'background_size','null'),(133775,3653,'_background_size','field_5233837455a76'),(133776,3653,'background_position','null'),(133777,3653,'_background_position','field_5233842d55a78'),(133778,3653,'content_background_color',''),(133779,3653,'_content_background_color','field_523384ce55a80'),(133780,3653,'content_background_transparency','1'),(133781,3653,'_content_background_transparency','field_523384ce55a81'),(133782,3653,'background_color',''),(133783,3653,'_background_color','field_523384ce55a79'),(133784,3653,'block_footer','null'),(133785,3653,'_block_footer','block_footer'),(133786,3653,'footer_playlist','null'),(133787,3653,'_footer_playlist','footer_playlist'),(133788,3653,'footer_podcast','null'),(133789,3653,'_footer_podcast','footer_podcast'),(133790,3653,'banner_inherit_setting','0'),(133791,3653,'_banner_inherit_setting','banner_inherit_setting'),(133792,3653,'banner_background_type','null'),(133793,3653,'_banner_background_type','field_54ce55f555a01'),(133794,3653,'banner_fullscreen','0'),(133795,3653,'_banner_fullscreen','field_54ce55f555a05'),(133796,3653,'banner_height',''),(133797,3653,'_banner_height','field_54ce55f555a06'),(133798,3653,'banner_content_type','default-content'),(133799,3653,'_banner_content_type','field_54ce55f555a13'),(133800,3653,'banner_title',''),(133801,3653,'_banner_title','field_54ce55f555a07'),(133802,3653,'banner_subtitle',''),(133803,3653,'_banner_subtitle','field_54ce55f555a08'),(133804,3653,'banner_horizontal_content_alignment','centered'),(133805,3653,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133806,3653,'banner_font_color',''),(133807,3653,'_banner_font_color','field_54ce55f555a12'),(133808,3653,'page_banner_subtitle_font_color',''),(133809,3653,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133810,3653,'content_banner_overlap','0'),(133811,3653,'_content_banner_overlap','field_54ce55f555a02311'),(133812,3653,'artist_hero_playlist','null'),(133813,3653,'_artist_hero_playlist','artist_hero_playlist'),(133814,3653,'artist_desc',''),(133815,3653,'_artist_desc','artist_desc'),(133816,3653,'artist_social','0'),(133817,3653,'_artist_social','artist_social'),(133818,3653,'artist_link','0'),(133819,3653,'_artist_link','artist_link'),(133820,3653,'artist_contact',''),(133821,3653,'_artist_contact','artist_contact'),(133822,3653,'artist_download','0'),(133823,3653,'_artist_download','artist_download'),(133824,3653,'alb_link_external',''),(133825,3653,'_alb_link_external','field_523b66d6f2382'),(133826,3653,'fw_options','a:0:{}'),(133827,3653,'_wp_page_template','single-artists-blank.php'),(133828,3653,'_thumbnail_id','1428'),(133829,3653,'_elementor_edit_mode','builder'),(133830,3653,'_elementor_template_type','post'),(133831,3653,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Ultrasonic_wide.jpg\",\"id\":1429},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":50},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"bottom\",\"shape_divider_bottom\":\"curve-asymmetrical\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":151},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(133832,3653,'_elementor_version','0.4'),(133833,3653,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#716d93\";}'),(133835,3654,'page_logo_select','light'),(133836,3654,'_page_logo_select','field_523384ce55a99'),(133837,3654,'hide_page_title','0'),(133838,3654,'_hide_page_title','field_523382c955a73'),(133839,3654,'classic_menu_over_content','1'),(133840,3654,'_classic_menu_over_content','field_523384ce55a85'),(133841,3654,'hide_header_and_menu','0'),(133842,3654,'_hide_header_and_menu','field_523384ce34a85'),(133843,3654,'classic_menu_main_item_color','#ffffff'),(133844,3654,'_classic_menu_main_item_color','field_523384ce55a87'),(133845,3654,'classic_menu_background',''),(133846,3654,'_classic_menu_background','field_523384ce55a84'),(133847,3654,'classic_menu_background_alpha','1'),(133848,3654,'_classic_menu_background_alpha','field_523384ce55a86'),(133849,3654,'hamburger_icon_color',''),(133850,3654,'_hamburger_icon_color','field_523384ce55a23'),(133851,3654,'background',''),(133852,3654,'_background','field_523382c955a74'),(133853,3654,'background_repeat','null'),(133854,3654,'_background_repeat','field_523382f555a75'),(133855,3654,'background_size','null'),(133856,3654,'_background_size','field_5233837455a76'),(133857,3654,'background_position','null'),(133858,3654,'_background_position','field_5233842d55a78'),(133859,3654,'content_background_color',''),(133860,3654,'_content_background_color','field_523384ce55a80'),(133861,3654,'content_background_transparency','1'),(133862,3654,'_content_background_transparency','field_523384ce55a81'),(133863,3654,'background_color',''),(133864,3654,'_background_color','field_523384ce55a79'),(133865,3654,'block_footer','null'),(133866,3654,'_block_footer','block_footer'),(133867,3654,'footer_playlist','null'),(133868,3654,'_footer_playlist','footer_playlist'),(133869,3654,'footer_podcast','null'),(133870,3654,'_footer_podcast','footer_podcast'),(133871,3654,'banner_inherit_setting','0'),(133872,3654,'_banner_inherit_setting','banner_inherit_setting'),(133873,3654,'banner_background_type','image-background'),(133874,3654,'_banner_background_type','field_54ce55f555a01'),(133875,3654,'banner_parallax','1'),(133876,3654,'_banner_parallax','field_54ce55f555a03'),(133877,3654,'banner_image','1423'),(133878,3654,'_banner_image','field_54ce55f555a04'),(133879,3654,'banner_fullscreen','1'),(133880,3654,'_banner_fullscreen','field_54ce55f555a05'),(133881,3654,'banner_content_type','default-content'),(133882,3654,'_banner_content_type','field_54ce55f555a13'),(133883,3654,'banner_title','Galapaghost'),(133884,3654,'_banner_title','field_54ce55f555a07'),(133885,3654,'banner_subtitle','Powerful you have become, the dark side I sense in you.'),(133886,3654,'_banner_subtitle','field_54ce55f555a08'),(133887,3654,'banner_horizontal_content_alignment','centered'),(133888,3654,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133889,3654,'banner_background_alignement','top'),(133890,3654,'_banner_background_alignement','field_54ce55f555a11'),(133891,3654,'banner_font_color',''),(133892,3654,'_banner_font_color','field_54ce55f555a12'),(133893,3654,'page_banner_subtitle_font_color',''),(133894,3654,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133895,3654,'content_banner_overlap','0'),(133896,3654,'_content_banner_overlap','field_54ce55f555a02311'),(133897,3654,'artist_hero_playlist','1218'),(133898,3654,'_artist_hero_playlist','artist_hero_playlist'),(133899,3654,'artist_desc','BAHAMAS\'s mainstream success was signified by a growing interest in punk rock during the 1990s, but unlike many of their contemporaries (including Bad Religion, Green Day and The Offspring), they have never been signed to a major label. NOFX has released thirteen studio albums, sixteen extended plays<sup id=\"cite_ref-6\" class=\"reference\">[6]</sup> and a number of seven-inch singles.'),(133900,3654,'_artist_desc','artist_desc'),(133901,3654,'artist_social','0'),(133902,3654,'_artist_social','artist_social'),(133903,3654,'artist_link','0'),(133904,3654,'_artist_link','artist_link'),(133905,3654,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(133906,3654,'_artist_contact','artist_contact'),(133907,3654,'artist_download','0'),(133908,3654,'_artist_download','artist_download'),(133909,3654,'alb_link_external',''),(133910,3654,'_alb_link_external','field_523b66d6f2382'),(133911,3654,'fw_options','a:0:{}'),(133912,3654,'_wp_page_template','default'),(133913,3654,'_thumbnail_id','1422'),(133914,3654,'_elementor_edit_mode','builder'),(133915,3654,'_elementor_template_type','post'),(133916,3654,'_elementor_data','[{\"id\":\"78a9e071\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7a71611b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f42f7ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"13f5fee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"725df74f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c381d4\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc4cd6b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8fcd692\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"61d18ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28773b30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"121527af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3de6f741\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"34cf1c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"554580c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69e7b132\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9a0888\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"76b33c64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"472aa20c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5689edd7\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(133917,3654,'_elementor_version','0.4'),(133919,1148,'hide_header_and_menu','0'),(133920,1148,'_hide_header_and_menu','field_523384ce34a85'),(133921,1148,'footer_playlist','null'),(133922,1148,'_footer_playlist','footer_playlist'),(133923,1148,'footer_podcast','null'),(133924,1148,'_footer_podcast','footer_podcast'),(133925,1148,'banner_inherit_setting','0'),(133926,1148,'_banner_inherit_setting','banner_inherit_setting'),(133927,1148,'page_banner_subtitle_font_color',''),(133928,1148,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133929,1148,'content_banner_overlap','0'),(133930,1148,'_content_banner_overlap','field_54ce55f555a02311'),(133931,1148,'alb_link_external',''),(133932,1148,'_alb_link_external','field_523b66d6f2382'),(133933,3655,'page_logo_select','light'),(133934,3655,'_page_logo_select','field_523384ce55a99'),(133935,3655,'hide_page_title','0'),(133936,3655,'_hide_page_title','field_523382c955a73'),(133937,3655,'classic_menu_over_content','1'),(133938,3655,'_classic_menu_over_content','field_523384ce55a85'),(133939,3655,'hide_header_and_menu','0'),(133940,3655,'_hide_header_and_menu','field_523384ce34a85'),(133941,3655,'classic_menu_main_item_color','#ffffff'),(133942,3655,'_classic_menu_main_item_color','field_523384ce55a87'),(133943,3655,'classic_menu_background',''),(133944,3655,'_classic_menu_background','field_523384ce55a84'),(133945,3655,'classic_menu_background_alpha','1'),(133946,3655,'_classic_menu_background_alpha','field_523384ce55a86'),(133947,3655,'hamburger_icon_color',''),(133948,3655,'_hamburger_icon_color','field_523384ce55a23'),(133949,3655,'background',''),(133950,3655,'_background','field_523382c955a74'),(133951,3655,'background_repeat','null'),(133952,3655,'_background_repeat','field_523382f555a75'),(133953,3655,'background_size','null'),(133954,3655,'_background_size','field_5233837455a76'),(133955,3655,'background_position','null'),(133956,3655,'_background_position','field_5233842d55a78'),(133957,3655,'content_background_color',''),(133958,3655,'_content_background_color','field_523384ce55a80'),(133959,3655,'content_background_transparency','1'),(133960,3655,'_content_background_transparency','field_523384ce55a81'),(133961,3655,'background_color',''),(133962,3655,'_background_color','field_523384ce55a79'),(133963,3655,'block_footer','null'),(133964,3655,'_block_footer','block_footer'),(133965,3655,'footer_playlist','null'),(133966,3655,'_footer_playlist','footer_playlist'),(133967,3655,'footer_podcast','null'),(133968,3655,'_footer_podcast','footer_podcast'),(133969,3655,'banner_inherit_setting','0'),(133970,3655,'_banner_inherit_setting','banner_inherit_setting'),(133971,3655,'banner_background_type','image-background'),(133972,3655,'_banner_background_type','field_54ce55f555a01'),(133973,3655,'banner_parallax','1'),(133974,3655,'_banner_parallax','field_54ce55f555a03'),(133975,3655,'banner_image','1425'),(133976,3655,'_banner_image','field_54ce55f555a04'),(133977,3655,'banner_fullscreen','1'),(133978,3655,'_banner_fullscreen','field_54ce55f555a05'),(133979,3655,'banner_content_type','default-content'),(133980,3655,'_banner_content_type','field_54ce55f555a13'),(133981,3655,'banner_title','Maskatomb'),(133982,3655,'_banner_title','field_54ce55f555a07'),(133983,3655,'banner_subtitle','Ghetto Music Crunch new EP'),(133984,3655,'_banner_subtitle','field_54ce55f555a08'),(133985,3655,'banner_horizontal_content_alignment','right'),(133986,3655,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(133987,3655,'banner_background_alignement','top'),(133988,3655,'_banner_background_alignement','field_54ce55f555a11'),(133989,3655,'banner_font_color',''),(133990,3655,'_banner_font_color','field_54ce55f555a12'),(133991,3655,'page_banner_subtitle_font_color',''),(133992,3655,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(133993,3655,'content_banner_overlap','0'),(133994,3655,'_content_banner_overlap','field_54ce55f555a02311'),(133995,3655,'artist_hero_playlist','1218'),(133996,3655,'_artist_hero_playlist','artist_hero_playlist'),(133997,3655,'artist_desc','DJ Eklypse is a Canadian <a title=\"Indie rock\" href=\"https://en.wikipedia.org/wiki/Indie_rock\">indie rock</a> band based in <a title=\"Montreal\" href=\"https://en.wikipedia.org/wiki/Montreal\">Montreal</a>, <a title=\"Quebec\" href=\"https://en.wikipedia.org/wiki/Quebec\">Quebec</a>. The band members are: Devon Shwartz on vocals, guitar and percussion; Conner McDavid on vocals, guitar and keyboard; Dylan Dylan on vocals, drums and keyboard; and Isaac Mohamed on vocals, percussions, mandolin, keyboard and guitar. The group is known for their heavy use of percussion, and for playing multiple instruments during live performances.'),(133998,3655,'_artist_desc','artist_desc'),(133999,3655,'artist_social','0'),(134000,3655,'_artist_social','artist_social'),(134001,3655,'artist_link','0'),(134002,3655,'_artist_link','artist_link'),(134003,3655,'artist_contact','<strong>MANAGEMENT</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>LABEL</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>\r\n\r\n<strong>BOOKING</strong> <a href=\"mailto:no-reply@nodomain.com\">ISABEL KENNEDY </a>\r\n\r\n<strong>MARKETING</strong> <a href=\"mailto:no-reply@nodomain.com\">SOUNDRISE</a>'),(134004,3655,'_artist_contact','artist_contact'),(134005,3655,'artist_download','0'),(134006,3655,'_artist_download','artist_download'),(134007,3655,'alb_link_external',''),(134008,3655,'_alb_link_external','field_523b66d6f2382'),(134009,3655,'fw_options','a:0:{}'),(134010,3655,'_wp_page_template','default'),(134011,3655,'_thumbnail_id','1424'),(134012,3655,'_elementor_edit_mode','builder'),(134013,3655,'_elementor_template_type','post'),(134014,3655,'_elementor_data','[{\"id\":\"51e1c807\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"47731b03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a5c0105\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"36b6266b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a5f05c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b4d7cd1\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"235f578d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"42023ddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1f69ae4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ab92892\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de3e26a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e490112\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"32e3a536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"449029d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"429e7924\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ab9b18e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5cab6ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1ba6bf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8731321\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(134015,3655,'_elementor_version','0.4'),(134016,1175,'hide_header_and_menu','0'),(134017,1175,'_hide_header_and_menu','field_523384ce34a85'),(134018,1175,'footer_playlist','null'),(134019,1175,'_footer_playlist','footer_playlist'),(134020,1175,'footer_podcast','null'),(134021,1175,'_footer_podcast','footer_podcast'),(134022,1175,'banner_inherit_setting','0'),(134023,1175,'_banner_inherit_setting','banner_inherit_setting'),(134024,1175,'page_banner_subtitle_font_color',''),(134025,1175,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(134026,1175,'content_banner_overlap','0'),(134027,1175,'_content_banner_overlap','field_54ce55f555a02311'),(134028,1175,'alb_link_external',''),(134029,1175,'_alb_link_external','field_523b66d6f2382'),(134030,1175,'_oembed_f3a69e56e6a870cecd4a72dfec1ce5c1','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(134031,1175,'_oembed_time_f3a69e56e6a870cecd4a72dfec1ce5c1','1543871589'),(134032,3656,'fw_options','a:0:{}'),(134033,3656,'_wp_page_template','single-artists-blank.php'),(134034,3656,'_thumbnail_id','1426'),(134035,3656,'_elementor_edit_mode','builder'),(134036,3656,'_elementor_template_type','post'),(134037,3656,'_elementor_data','[{\"id\":\"9d9e937\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2318810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2e12a89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Raymayor_wide.jpg\",\"id\":1427},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"650\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":55},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68fb986\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6035b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ca70227\",\"elType\":\"widget\",\"settings\":{\"title\":\"RAYMAYOR\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":4},\"_background_color\":\"rgba(255,255,255,0.67)\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1},\"_background_color_b\":\"rgba(255,255,255,0)\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da65d53\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7947ed9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4b5eeca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biography\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722f57c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a24f1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07844d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"28e439a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2d95451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf1f317\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57dd557a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4dd1719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f416c5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"222990d9\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd6b72d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5e9f0281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"248f09bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5059649b\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(134038,3656,'_elementor_version','0.4'),(134041,3657,'fw_options','a:0:{}'),(134042,3657,'_wp_page_template','single-artists-blank.php'),(134043,3657,'_thumbnail_id','1428'),(134044,3657,'_elementor_edit_mode','builder'),(134045,3657,'_elementor_template_type','post'),(134046,3657,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Ultrasonic_wide.jpg\",\"id\":1429},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":50},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"bottom\",\"shape_divider_bottom\":\"curve-asymmetrical\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":151},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f2106\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"f83f97d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(134047,3657,'_elementor_version','0.4'),(134048,3657,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#716d93\";}'),(134051,3658,'page_logo_select','light'),(134052,3658,'_page_logo_select','field_523384ce55a99'),(134053,3658,'hide_page_title','1'),(134054,3658,'_hide_page_title','field_523382c955a73'),(134055,3658,'classic_menu_over_content','1'),(134056,3658,'_classic_menu_over_content','field_523384ce55a85'),(134057,3658,'hide_header_and_menu','0'),(134058,3658,'_hide_header_and_menu','field_523384ce34a85'),(134059,3658,'classic_menu_main_item_color','#ffffff'),(134060,3658,'_classic_menu_main_item_color','field_523384ce55a87'),(134061,3658,'classic_menu_background',''),(134062,3658,'_classic_menu_background','field_523384ce55a84'),(134063,3658,'classic_menu_background_alpha','1'),(134064,3658,'_classic_menu_background_alpha','field_523384ce55a86'),(134065,3658,'hamburger_icon_color',''),(134066,3658,'_hamburger_icon_color','field_523384ce55a23'),(134067,3658,'background',''),(134068,3658,'_background','field_523382c955a74'),(134069,3658,'background_repeat','no-repeat'),(134070,3658,'_background_repeat','field_523382f555a75'),(134071,3658,'background_size','cover'),(134072,3658,'_background_size','field_5233837455a76'),(134073,3658,'background_position','null'),(134074,3658,'_background_position','field_5233842d55a78'),(134075,3658,'content_background_color',''),(134076,3658,'_content_background_color','field_523384ce55a80'),(134077,3658,'content_background_transparency','1'),(134078,3658,'_content_background_transparency','field_523384ce55a81'),(134079,3658,'background_color',''),(134080,3658,'_background_color','field_523384ce55a79'),(134081,3658,'block_footer','1940'),(134082,3658,'_block_footer','block_footer'),(134083,3658,'sidebar-position','disabled'),(134084,3658,'_sidebar-position','field_526d6ec715ee9'),(134085,3658,'footer_playlist','null'),(134086,3658,'_footer_playlist','footer_playlist'),(134087,3658,'footer_podcast','null'),(134088,3658,'_footer_podcast','footer_podcast'),(134089,3658,'banner_inherit_setting','0'),(134090,3658,'_banner_inherit_setting','banner_inherit_setting'),(134091,3658,'banner_background_type','null'),(134092,3658,'_banner_background_type','field_54ce55f555a01'),(134093,3658,'banner_fullscreen','0'),(134094,3658,'_banner_fullscreen','field_54ce55f555a05'),(134095,3658,'banner_height','0'),(134096,3658,'_banner_height','field_54ce55f555a06'),(134097,3658,'banner_content_type','default-content'),(134098,3658,'_banner_content_type','field_54ce55f555a13'),(134099,3658,'banner_title',''),(134100,3658,'_banner_title','field_54ce55f555a07'),(134101,3658,'banner_subtitle',''),(134102,3658,'_banner_subtitle','field_54ce55f555a08'),(134103,3658,'banner_horizontal_content_alignment','centered'),(134104,3658,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(134105,3658,'banner_font_color',''),(134106,3658,'_banner_font_color','field_54ce55f555a12'),(134107,3658,'page_banner_subtitle_font_color',''),(134108,3658,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(134109,3658,'content_banner_overlap','0'),(134110,3658,'_content_banner_overlap','field_54ce55f555a02311'),(134111,3658,'fw_options','a:0:{}'),(134112,3658,'_wp_page_template','default'),(134113,3658,'_elementor_edit_mode','builder'),(134114,3658,'_elementor_template_type','post'),(134115,3658,'_elementor_data','[{\"id\":\"e410f2d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f8134a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"top\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5a2c03a\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_icon\":\"\",\"sr_dch_first_title\":\"Donate &\",\"sr_dch_last_title\":\"Support\",\"sr_dch_subtext\":\"\",\"sr_dch_container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_border_color\":\"#ffffff\",\"sr_dch_base_title_color\":\"#ffffff\",\"sr_dch_icon_size\":{\"unit\":\"px\",\"size\":42},\"sr_dch_icon_color\":\"#ffffff\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"0e08f02\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":20},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"27ed2c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ba21721\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"content_position\":\"center\"},\"elements\":[],\"isInner\":true},{\"id\":\"ba57ef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50},\"elements\":[{\"id\":\"80c60a6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><strong><em>SONAAR<\\/em><\\/strong>\\u00a0HAS ALWAYS SUBSCRIBED TO THE PRINCIPLE THAT MUSIC SHOULD BE MADE AVAILABLE TO ANYONE FREE OF CHARGE. THAT\\u2019S WHY WE GIVE YOU THIS ALBUM FOR FREE. IF YOU ARE IN A POSITION TO BE ABLE TO SUPPORT THIS PERSONAL POLICY OF FREE MUSIC AND HELP US CONTINUE ON THIS PATH, THERE\\u2019S AN OPTION TO MAKE A DONATION OF YOUR CHOOSING HERE.<\\/p><p style=\\\"text-align: center;\\\"><strong>THANK YOU!<\\/strong><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"457b421\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.333},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"32a98de\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"form\\\" style=\\\"text-align: center;\\\"><form action=\\\"https:\\/\\/www.paypal.com\\/cgi-bin\\/webscr\\\" method=\\\"post\\\" target=\\\"_top\\\"><input name=\\\"cmd\\\" type=\\\"hidden\\\" value=\\\"_s-xclick\\\" \\/><input name=\\\"hosted_button_id\\\" type=\\\"hidden\\\" value=\\\"7798XY7PAM2P6\\\" \\/><input alt=\\\"PayPal - The safer, easier way to pay online!\\\" name=\\\"submit\\\" src=\\\"https:\\/\\/www.paypalobjects.com\\/en_US\\/i\\/btn\\/btn_donateCC_LG.gif\\\" type=\\\"image\\\" \\/><img src=\\\"https:\\/\\/www.paypalobjects.com\\/en_US\\/i\\/scr\\/pixel.gif\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" border=\\\"0\\\" \\/><\\/form><\\/div>\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"248c0cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(134116,3658,'_elementor_version','0.4'),(134118,3659,'fw_options','a:0:{}'),(134119,3659,'_wp_page_template','default'),(134120,3659,'_elementor_edit_mode','builder'),(134121,3659,'_elementor_template_type','post'),(134122,3659,'_elementor_data','[{\"id\":\"e410f2d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"f8134a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"top\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5a2c03a\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_icon\":\"\",\"sr_dch_first_title\":\"Donate &\",\"sr_dch_last_title\":\"Support\",\"sr_dch_subtext\":\"\",\"sr_dch_container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_border_color\":\"#ffffff\",\"sr_dch_base_title_color\":\"#ffffff\",\"sr_dch_icon_size\":{\"unit\":\"px\",\"size\":42},\"sr_dch_icon_color\":\"#ffffff\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"0e08f02\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":20},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"27ed2c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"ba57ef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"80c60a6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SONAAR HAS ALWAYS SUBSCRIBED TO THE PRINCIPLE THAT MUSIC SHOULD BE MADE AVAILABLE TO ANYONE FREE OF CHARGE. THAT\\u2019S WHY WE GIVE YOU THIS ALBUM FOR FREE. IF YOU ARE IN A POSITION TO BE ABLE TO SUPPORT THIS PERSONAL POLICY OF FREE MUSIC AND HELP US CONTINUE ON THIS PATH, THERE\\u2019S AN OPTION TO MAKE A DONATION OF YOUR CHOOSING HERE.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32a98de\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"form\\\" style=\\\"text-align: center;\\\"><form action=\\\"https:\\/\\/www.paypal.com\\/cgi-bin\\/webscr\\\" method=\\\"post\\\" target=\\\"_top\\\"><input name=\\\"cmd\\\" type=\\\"hidden\\\" value=\\\"_s-xclick\\\" \\/><input name=\\\"hosted_button_id\\\" type=\\\"hidden\\\" value=\\\"7798XY7PAM2P6\\\" \\/><input alt=\\\"PayPal - The safer, easier way to pay online!\\\" name=\\\"submit\\\" src=\\\"https:\\/\\/www.paypalobjects.com\\/en_US\\/i\\/btn\\/btn_donateCC_LG.gif\\\" type=\\\"image\\\" \\/><img src=\\\"https:\\/\\/www.paypalobjects.com\\/en_US\\/i\\/scr\\/pixel.gif\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" border=\\\"0\\\" \\/><\\/form><\\/div>\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"248c0cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(134123,3659,'_elementor_version','0.4'),(134126,3660,'page_logo_select','light'),(134127,3660,'_page_logo_select','field_523384ce55a99'),(134128,3660,'hide_page_title','1'),(134129,3660,'_hide_page_title','field_523382c955a73'),(134130,3660,'classic_menu_over_content','1'),(134131,3660,'_classic_menu_over_content','field_523384ce55a85'),(134132,3660,'hide_header_and_menu','0'),(134133,3660,'_hide_header_and_menu','field_523384ce34a85'),(134134,3660,'classic_menu_main_item_color','#ffffff'),(134135,3660,'_classic_menu_main_item_color','field_523384ce55a87'),(134136,3660,'classic_menu_background',''),(134137,3660,'_classic_menu_background','field_523384ce55a84'),(134138,3660,'classic_menu_background_alpha','1'),(134139,3660,'_classic_menu_background_alpha','field_523384ce55a86'),(134140,3660,'hamburger_icon_color',''),(134141,3660,'_hamburger_icon_color','field_523384ce55a23'),(134142,3660,'background',''),(134143,3660,'_background','field_523382c955a74'),(134144,3660,'background_repeat','null'),(134145,3660,'_background_repeat','field_523382f555a75'),(134146,3660,'background_size','null'),(134147,3660,'_background_size','field_5233837455a76'),(134148,3660,'background_position','null'),(134149,3660,'_background_position','field_5233842d55a78'),(134150,3660,'content_background_color',''),(134151,3660,'_content_background_color','field_523384ce55a80'),(134152,3660,'content_background_transparency','1'),(134153,3660,'_content_background_transparency','field_523384ce55a81'),(134154,3660,'background_color',''),(134155,3660,'_background_color','field_523384ce55a79'),(134156,3660,'block_footer','null'),(134157,3660,'_block_footer','block_footer'),(134158,3660,'sidebar-position','disabled'),(134159,3660,'_sidebar-position','field_526d6ec715ee9'),(134160,3660,'footer_playlist','null'),(134161,3660,'_footer_playlist','footer_playlist'),(134162,3660,'footer_podcast','null'),(134163,3660,'_footer_podcast','footer_podcast'),(134164,3660,'banner_inherit_setting','0'),(134165,3660,'_banner_inherit_setting','banner_inherit_setting'),(134166,3660,'banner_background_type','image-background'),(134167,3660,'_banner_background_type','field_54ce55f555a01'),(134168,3660,'banner_parallax','1'),(134169,3660,'_banner_parallax','field_54ce55f555a03'),(134170,3660,'banner_image','2482'),(134171,3660,'_banner_image','field_54ce55f555a04'),(134172,3660,'banner_fullscreen','1'),(134173,3660,'_banner_fullscreen','field_54ce55f555a05'),(134174,3660,'banner_content_type','default-content'),(134175,3660,'_banner_content_type','field_54ce55f555a13'),(134176,3660,'banner_title','Presskit'),(134177,3660,'_banner_title','field_54ce55f555a07'),(134178,3660,'banner_subtitle','Hello promoter! I am DJ Sonaar'),(134179,3660,'_banner_subtitle','field_54ce55f555a08'),(134180,3660,'banner_horizontal_content_alignment','centered'),(134181,3660,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(134182,3660,'banner_background_alignement','center'),(134183,3660,'_banner_background_alignement','field_54ce55f555a11'),(134184,3660,'banner_font_color',''),(134185,3660,'_banner_font_color','field_54ce55f555a12'),(134186,3660,'page_banner_subtitle_font_color',''),(134187,3660,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(134188,3660,'content_banner_overlap','0'),(134189,3660,'_content_banner_overlap','field_54ce55f555a02311'),(134190,3660,'fw_options','a:0:{}'),(134191,3660,'_wp_page_template','default'),(134192,3660,'_elementor_edit_mode','builder'),(134193,3660,'_elementor_template_type','post'),(134194,3660,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"1\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#818181\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#818181\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"image_overlay_size\":\"large\",\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"820731f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"53\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27132e1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"60f062f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/10\\/console-1.jpg\",\"id\":2357},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b64a5b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(134195,3660,'_elementor_version','0.4'),(134197,3661,'page_logo_select','light'),(134198,3661,'_page_logo_select','field_523384ce55a99'),(134199,3661,'hide_page_title','1'),(134200,3661,'_hide_page_title','field_523382c955a73'),(134201,3661,'classic_menu_over_content','1'),(134202,3661,'_classic_menu_over_content','field_523384ce55a85'),(134203,3661,'hide_header_and_menu','0'),(134204,3661,'_hide_header_and_menu','field_523384ce34a85'),(134205,3661,'classic_menu_main_item_color','#ffffff'),(134206,3661,'_classic_menu_main_item_color','field_523384ce55a87'),(134207,3661,'classic_menu_background',''),(134208,3661,'_classic_menu_background','field_523384ce55a84'),(134209,3661,'classic_menu_background_alpha','1'),(134210,3661,'_classic_menu_background_alpha','field_523384ce55a86'),(134211,3661,'hamburger_icon_color',''),(134212,3661,'_hamburger_icon_color','field_523384ce55a23'),(134213,3661,'background',''),(134214,3661,'_background','field_523382c955a74'),(134215,3661,'background_repeat','null'),(134216,3661,'_background_repeat','field_523382f555a75'),(134217,3661,'background_size','null'),(134218,3661,'_background_size','field_5233837455a76'),(134219,3661,'background_position','null'),(134220,3661,'_background_position','field_5233842d55a78'),(134221,3661,'content_background_color',''),(134222,3661,'_content_background_color','field_523384ce55a80'),(134223,3661,'content_background_transparency','1'),(134224,3661,'_content_background_transparency','field_523384ce55a81'),(134225,3661,'background_color',''),(134226,3661,'_background_color','field_523384ce55a79'),(134227,3661,'block_footer','null'),(134228,3661,'_block_footer','block_footer'),(134229,3661,'sidebar-position','disabled'),(134230,3661,'_sidebar-position','field_526d6ec715ee9'),(134231,3661,'footer_playlist','null'),(134232,3661,'_footer_playlist','footer_playlist'),(134233,3661,'footer_podcast','null'),(134234,3661,'_footer_podcast','footer_podcast'),(134235,3661,'banner_inherit_setting','0'),(134236,3661,'_banner_inherit_setting','banner_inherit_setting'),(134237,3661,'banner_background_type','image-background'),(134238,3661,'_banner_background_type','field_54ce55f555a01'),(134239,3661,'banner_parallax','1'),(134240,3661,'_banner_parallax','field_54ce55f555a03'),(134241,3661,'banner_image','3527'),(134242,3661,'_banner_image','field_54ce55f555a04'),(134243,3661,'banner_fullscreen','1'),(134244,3661,'_banner_fullscreen','field_54ce55f555a05'),(134245,3661,'banner_content_type','default-content'),(134246,3661,'_banner_content_type','field_54ce55f555a13'),(134247,3661,'banner_title','Presskit'),(134248,3661,'_banner_title','field_54ce55f555a07'),(134249,3661,'banner_subtitle','Hello promoter! I am DJ Sonaar'),(134250,3661,'_banner_subtitle','field_54ce55f555a08'),(134251,3661,'banner_horizontal_content_alignment','centered'),(134252,3661,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(134253,3661,'banner_background_alignement','center'),(134254,3661,'_banner_background_alignement','field_54ce55f555a11'),(134255,3661,'banner_font_color',''),(134256,3661,'_banner_font_color','field_54ce55f555a12'),(134257,3661,'page_banner_subtitle_font_color',''),(134258,3661,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(134259,3661,'content_banner_overlap','0'),(134260,3661,'_content_banner_overlap','field_54ce55f555a02311'),(134261,3661,'fw_options','a:0:{}'),(134262,3661,'_wp_page_template','default'),(134263,3661,'_elementor_edit_mode','builder'),(134264,3661,'_elementor_template_type','post'),(134265,3661,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"1\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#818181\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#818181\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"image_overlay_size\":\"large\",\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"820731f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"53\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27132e1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"60f062f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/10\\/console-1.jpg\",\"id\":2357},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b64a5b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(134266,3661,'_elementor_version','0.4'),(134268,3662,'fw_options','a:0:{}'),(134269,3662,'_wp_page_template','default'),(134270,3662,'_elementor_edit_mode','builder'),(134271,3662,'_elementor_template_type','post'),(134272,3662,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"1\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91632fe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"26ba0af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"image_overlay_size\":\"large\",\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"820731f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"53\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27132e1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"60f062f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b64a5b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(134273,3662,'_elementor_version','0.4'),(134276,3663,'fw_options','a:0:{}'),(134277,3663,'_wp_page_template','default'),(134278,3663,'_elementor_edit_mode','builder'),(134279,3663,'_elementor_template_type','post'),(134280,3663,'_elementor_data','[{\"id\":\"83efac5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"content_position\":\"middle\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":56},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"3f24cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a46d56c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Website is under construction\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#ffffff\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":2.7},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2f6a68\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'ll be here soon with our new awesome site. stay tuned\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.4},\"title_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bc0a72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"f800bfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"87a0b56\",\"elType\":\"widget\",\"settings\":{\"sonaar_mailchimp_lists\":\"b893717c76\",\"sr_mailchimp_email_label_text\":\"\",\"sr_mailchimp_fname_show\":\"\",\"sr_mailchimp_fname_label_text\":\"First Name\",\"sr_mailchimp_lname_show\":\"\",\"sr_mailchimp_lname_label_text\":\"Last Name\",\"sr_section_mailchimp_button_text\":\"Subscribe\",\"sr_section_mailchimp_loading_text\":\"Submitting...\",\"sr_section_mailchimp_success_text\":\"You have subscribed successfully!\",\"sr_mailchimp_input_height\":{\"unit\":\"px\",\"size\":70},\"sr_mailchimp_subscribe_btn_display\":\"block\",\"sr_mailchimp_subscribe_btn_width\":{\"unit\":\"px\",\"size\":211},\"sr_mailchimp_subscribe_btn_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_mailchimp_message_alignment\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"sr_mailchimp_input_background\":\"rgba(0,0,0,0.58)\",\"sr_mailchimp_input_border_border\":\"solid\",\"sr_mailchimp_input_border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"sr_mailchimp_input_border_color\":\"#ffffff\",\"sr_mailchimp_field_color\":\"#ffffff\",\"sr_mailchimp_field_placeholder_color\":\"#ffffff\",\"sr_mailchimp_label_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"sr_mailchimp_subscribe_btn_normal_text_color\":\"#000000\",\"sr_mailchimp_subscribe_btn_normal_bg_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"sonaar-mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(134281,3663,'_elementor_version','0.4'),(134284,3664,'fw_options','a:0:{}'),(134285,3664,'_wp_page_template','default'),(134286,3664,'_elementor_edit_mode','builder'),(134287,3664,'_elementor_template_type','post'),(134288,3664,'_elementor_data','[{\"id\":\"83efac5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"content_position\":\"middle\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":56},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"3f24cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d61d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8658d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"5eea2de\",\"elType\":\"widget\",\"settings\":{\"title\":\"this website<br>is coming<br>\\nsoon.\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ffffff\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":2.7},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_font_size\":{\"unit\":\"px\",\"size\":60},\"align_mobile\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4159406\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8bc6894\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"title_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9bc0a72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"f800bfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"87a0b56\",\"elType\":\"widget\",\"settings\":{\"sonaar_mailchimp_lists\":\"b893717c76\",\"sr_mailchimp_email_label_text\":\"\",\"sr_mailchimp_fname_show\":\"\",\"sr_mailchimp_fname_label_text\":\"First Name\",\"sr_mailchimp_lname_show\":\"\",\"sr_mailchimp_lname_label_text\":\"Last Name\",\"sr_section_mailchimp_button_text\":\"Subscribe\",\"sr_section_mailchimp_loading_text\":\"Submitting...\",\"sr_section_mailchimp_success_text\":\"You have subscribed successfully!\",\"sr_mailchimp_input_height\":{\"unit\":\"px\",\"size\":70},\"sr_mailchimp_subscribe_btn_display\":\"block\",\"sr_mailchimp_subscribe_btn_width\":{\"unit\":\"px\",\"size\":211},\"sr_mailchimp_subscribe_btn_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_mailchimp_message_alignment\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"sr_mailchimp_input_background\":\"rgba(0,0,0,0.58)\",\"sr_mailchimp_input_border_border\":\"solid\",\"sr_mailchimp_input_border_width\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"sr_mailchimp_input_border_color\":\"#ffffff\",\"sr_mailchimp_field_color\":\"#ffffff\",\"sr_mailchimp_field_placeholder_color\":\"#ffffff\",\"sr_mailchimp_label_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"sr_mailchimp_subscribe_btn_normal_text_color\":\"#000000\",\"sr_mailchimp_subscribe_btn_normal_bg_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"sonaar-mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(134289,3664,'_elementor_version','0.4'),(134292,3665,'fw_options','a:0:{}'),(134293,3665,'_wp_page_template','default'),(134294,3665,'_elementor_edit_mode','builder'),(134295,3665,'_elementor_template_type','post'),(134296,3665,'_elementor_data','[{\"id\":\"83efac5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"content_position\":\"middle\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":56},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"3f24cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d61d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8658d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"5eea2de\",\"elType\":\"widget\",\"settings\":{\"title\":\"this website<br>is coming<br>\\nsoon.\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ffffff\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":2.7},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_font_size\":{\"unit\":\"px\",\"size\":60},\"align_mobile\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4159406\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8bc6894\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"title_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9bc0a72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"f800bfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"87a0b56\",\"elType\":\"widget\",\"settings\":{\"sonaar_mailchimp_lists\":\"b893717c76\",\"sr_mailchimp_email_label_text\":\"\",\"sr_mailchimp_fname_show\":\"\",\"sr_mailchimp_fname_label_text\":\"First Name\",\"sr_mailchimp_lname_show\":\"\",\"sr_mailchimp_lname_label_text\":\"Last Name\",\"sr_section_mailchimp_button_text\":\"Subscribe\",\"sr_section_mailchimp_loading_text\":\"Submitting...\",\"sr_section_mailchimp_success_text\":\"You have subscribed successfully!\",\"sr_mailchimp_input_height\":{\"unit\":\"px\",\"size\":70},\"sr_mailchimp_subscribe_btn_display\":\"block\",\"sr_mailchimp_subscribe_btn_width\":{\"unit\":\"px\",\"size\":211},\"sr_mailchimp_subscribe_btn_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_mailchimp_message_alignment\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"sr_mailchimp_input_background\":\"rgba(0,0,0,0.58)\",\"sr_mailchimp_input_border_border\":\"solid\",\"sr_mailchimp_input_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"sr_mailchimp_input_border_color\":\"#ffffff\",\"sr_mailchimp_field_color\":\"#ffffff\",\"sr_mailchimp_field_placeholder_color\":\"#ffffff\",\"sr_mailchimp_label_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"sr_mailchimp_subscribe_btn_normal_text_color\":\"#000000\",\"sr_mailchimp_subscribe_btn_normal_bg_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"sonaar-mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(134297,3665,'_elementor_version','0.4'),(134430,3672,'_elementor_template_type','page'),(134431,3672,'_elementor_edit_mode','builder'),(134432,3673,'fw_options','a:0:{}'),(134433,3673,'_elementor_template_type','page'),(134434,3673,'_elementor_edit_mode','builder'),(134435,3672,'_wp_page_template','default'),(134436,3672,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205},\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":111},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_negative\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\",\"playlist_autoplay\":\"1\",\"playlist_list\":[\"2093\"]},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"shape_divider_top\":\"arrow\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":160},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":400}},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":104},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":86}},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":129},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(134437,3674,'fw_options','a:0:{}'),(134438,3674,'_elementor_template_type','page'),(134439,3674,'_elementor_edit_mode','builder'),(134440,3674,'_wp_page_template','default'),(134441,3674,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"455b292\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"rev_slider_title\":\"\",\"rev_slider\":\"9\",\"rev_slider_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-rev-slider-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205},\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":111},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_negative\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\",\"playlist_autoplay\":\"1\",\"playlist_list\":[\"2093\"]},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"shape_divider_top\":\"arrow\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":160},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":400}},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":104},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":86}},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":129},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(134442,3672,'_elementor_version','0.4'),(134443,3675,'page_logo_select','null'),(134444,3675,'_page_logo_select','field_523384ce55a99'),(134445,3675,'hide_page_title','1'),(134446,3675,'_hide_page_title','field_523382c955a73'),(134447,3675,'classic_menu_over_content','0'),(134448,3675,'_classic_menu_over_content','field_523384ce55a85'),(134449,3675,'hide_header_and_menu','0'),(134450,3675,'_hide_header_and_menu','field_523384ce34a85'),(134451,3675,'classic_menu_background',''),(134452,3675,'_classic_menu_background','field_523384ce55a84'),(134453,3675,'classic_menu_background_alpha','1'),(134454,3675,'_classic_menu_background_alpha','field_523384ce55a86'),(134455,3675,'hamburger_icon_color',''),(134456,3675,'_hamburger_icon_color','field_523384ce55a23'),(134457,3675,'background',''),(134458,3675,'_background','field_523382c955a74'),(134459,3675,'background_repeat','no-repeat'),(134460,3675,'_background_repeat','field_523382f555a75'),(134461,3675,'background_size','cover'),(134462,3675,'_background_size','field_5233837455a76'),(134463,3675,'background_position','center bottom'),(134464,3675,'_background_position','field_5233842d55a78'),(134465,3675,'content_background_color',''),(134466,3675,'_content_background_color','field_523384ce55a80'),(134467,3675,'content_background_transparency','1'),(134468,3675,'_content_background_transparency','field_523384ce55a81'),(134469,3675,'background_color',''),(134470,3675,'_background_color','field_523384ce55a79'),(134471,3675,'block_footer','null'),(134472,3675,'_block_footer','block_footer'),(134473,3675,'sidebar-position','disabled'),(134474,3675,'_sidebar-position','field_526d6ec715ee9'),(134475,3675,'footer_playlist','null'),(134476,3675,'_footer_playlist','footer_playlist'),(134477,3675,'footer_podcast','null'),(134478,3675,'_footer_podcast','footer_podcast'),(134479,3675,'banner_inherit_setting','0'),(134480,3675,'_banner_inherit_setting','banner_inherit_setting'),(134481,3675,'banner_background_type','null'),(134482,3675,'_banner_background_type','field_54ce55f555a01'),(134483,3675,'banner_fullscreen','0'),(134484,3675,'_banner_fullscreen','field_54ce55f555a05'),(134485,3675,'banner_height','0'),(134486,3675,'_banner_height','field_54ce55f555a06'),(134487,3675,'banner_content_type','default-content'),(134488,3675,'_banner_content_type','field_54ce55f555a13'),(134489,3675,'banner_title',''),(134490,3675,'_banner_title','field_54ce55f555a07'),(134491,3675,'banner_subtitle',''),(134492,3675,'_banner_subtitle','field_54ce55f555a08'),(134493,3675,'banner_horizontal_content_alignment','centered'),(134494,3675,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(134495,3675,'banner_font_color',''),(134496,3675,'_banner_font_color','field_54ce55f555a12'),(134497,3675,'page_banner_subtitle_font_color',''),(134498,3675,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(134499,3675,'content_banner_overlap','0'),(134500,3675,'_content_banner_overlap','field_54ce55f555a02311'),(134501,3675,'fw_options','a:0:{}'),(134502,3675,'_wp_page_template','default'),(134503,3675,'_elementor_edit_mode','builder'),(134504,3675,'_elementor_template_type','post'),(134505,3675,'_elementor_data','[{\"id\":\"85fa4bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3ed0f5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad25090\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9a00d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7267c64\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ada874\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e51aac8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"8e077b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8f700\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"92a1a12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color\":\"rgba(255,255,255,0.12)\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(255,255,255,0.12)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"df5af0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21938d0\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(134506,3675,'_elementor_version','0.4'),(134508,1892,'footer_podcast','null'),(134509,1892,'_footer_podcast','footer_podcast'),(134510,1892,'banner_inherit_setting','0'),(134511,1892,'_banner_inherit_setting','banner_inherit_setting'),(134512,1892,'page_banner_subtitle_font_color',''),(134513,1892,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(134514,1892,'content_banner_overlap','0'),(134515,1892,'_content_banner_overlap','field_54ce55f555a02311'),(134516,3676,'fw_options','a:0:{}'),(134517,3676,'_wp_page_template','default'),(134518,3676,'_elementor_edit_mode','builder'),(134519,3676,'_elementor_template_type','post'),(134520,3676,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"200\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(255,255,255,0.1)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":25},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#ffffff\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_color\":\"#ffffff\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"button_bg_color_normal\":\"rgba(255,255,255,0)\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_border_normal_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(134521,3676,'_elementor_version','0.4'),(134524,3677,'fw_options','a:0:{}'),(134525,3677,'_wp_page_template','default'),(134526,3677,'_elementor_edit_mode','builder'),(134527,3677,'_elementor_template_type','post'),(134528,3677,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(255,255,255,0.1)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":25},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#ffffff\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_color\":\"#ffffff\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"button_bg_color_normal\":\"rgba(255,255,255,0)\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_border_normal_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(134529,3677,'_elementor_version','0.4'),(134532,3678,'fw_options','a:0:{}'),(134533,3678,'_wp_page_template','default'),(134534,3678,'_elementor_edit_mode','builder'),(134535,3678,'_elementor_template_type','post'),(134536,3678,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(255,255,255,0.1)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":25},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#ffffff\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_color\":\"#ffffff\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"button_bg_color_normal\":\"rgba(255,255,255,0)\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_border_normal_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(134537,3678,'_elementor_version','0.4'),(134540,3679,'fw_options','a:0:{}'),(134541,3679,'_wp_page_template','default'),(134542,3679,'_elementor_edit_mode','builder'),(134543,3679,'_elementor_template_type','post'),(134544,3679,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3527},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(255,255,255,0.1)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":25},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#ffffff\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_color\":\"#ffffff\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"button_bg_color_normal\":\"rgba(255,255,255,0)\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_border_normal_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(134545,3679,'_elementor_version','0.4'),(134548,3680,'fw_options','a:0:{}'),(134549,3680,'_wp_page_template','default'),(134550,3680,'_elementor_edit_mode','builder'),(134551,3680,'_elementor_template_type','post'),(134552,3680,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"1\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91632fe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"26ba0af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"image_overlay_size\":\"large\",\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"820731f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"53\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27132e1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"2\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(134553,3680,'_elementor_version','0.4'),(134555,3681,'fw_options','a:0:{}'),(134556,3681,'_wp_page_template','default'),(134557,3681,'_elementor_edit_mode','builder'),(134558,3681,'_elementor_template_type','post'),(134559,3681,'_elementor_data','[{\"id\":\"f3231c9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43aebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"61edbe9\",\"elType\":\"widget\",\"settings\":{\"revslider_list\":\"banner-01\"},\"elements\":[],\"widgetType\":\"sr-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e62e320\",\"elType\":\"section\",\"settings\":{\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":122},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":205},\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":111},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61},\"shape_divider_bottom_negative\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a65c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4041ccf\",\"elType\":\"widget\",\"settings\":{\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\",\"playlist_autoplay\":\"1\",\"playlist_list\":[\"2093\"]},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6a2543\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":536},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/hero_02_piano.jpg\",\"id\":3535},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"shape_divider_top\":\"arrow\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":160},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":400}},\"elements\":[{\"id\":\"ab3f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"910e259\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Ultimate\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de00227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music WordPress Theme\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18b026f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":104},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aef7cd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":187},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":262},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":86}},\"elements\":[{\"id\":\"ec6c7c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33be768\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Video\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80facac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"96da850\",\"elType\":\"widget\",\"settings\":{\"title\":\"born storm\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":125},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(0,0,0,0.24)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd132c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"taken from the self titled album the apex\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ae2909\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/41982255\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51e701\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":75},\"background_color_b\":\"rgba(12,12,12,0)\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":68},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":149},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":289},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":129},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"1d07986\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c33db2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_white.png\",\"id\":3533},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c741ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"about me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(255,255,255,0.67)\"},\"sr_gradient_text_color\":\"#ffffff\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\",\"sr_gradient_text_color_b_stop\":{\"unit\":\"%\",\"size\":75},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7091fdc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":750},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"ef4740b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a673f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cThere was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we\\u2019re doing the same thing, over and over, but we\\u2019re got on damn thing the phoenix never had. We know the damn silly thing we just did.\\u201d<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f47cc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cba14a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_profile.jpg\",\"id\":3529},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":74},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":3,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(134560,3681,'_elementor_version','0.4'),(134562,3682,'fw_options','a:0:{}'),(134563,3682,'_wp_page_template','default'),(134564,3682,'_elementor_edit_mode','builder'),(134565,3682,'_elementor_template_type','post'),(134566,3682,'_elementor_data','[{\"id\":\"e4c2145\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2d4cbfc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1fff57e\",\"elType\":\"widget\",\"settings\":{\"revslider_list\":\"music-slider\"},\"elements\":[],\"widgetType\":\"sr-revslider\"}],\"isInner\":false}],\"isInner\":false}]'),(134567,3682,'_elementor_version','0.4'),(134569,3683,'fw_options','a:0:{}'),(134570,3683,'_wp_page_template','default'),(134571,3683,'_elementor_edit_mode','builder'),(134572,3683,'_elementor_template_type','post'),(134573,3683,'_elementor_data','[{\"id\":\"24df7a0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d52601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a55e11f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"musicgrid-clickandplay\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134574,3683,'_elementor_version','0.4'),(134576,3684,'fw_options','a:0:{}'),(134577,3684,'_wp_page_template','default'),(134578,3684,'_elementor_edit_mode','builder'),(134579,3684,'_elementor_template_type','post'),(134580,3684,'_elementor_data','[{\"id\":\"76a9cbec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5dec70c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b58c8d\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134581,3684,'_elementor_version','0.4'),(134583,3685,'fw_options','a:0:{}'),(134584,3685,'_wp_page_template','default'),(134585,3685,'_elementor_edit_mode','builder'),(134586,3685,'_elementor_template_type','post'),(134587,3685,'_elementor_data','[{\"id\":\"788f618\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4cc6e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb7be5e\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134588,3685,'_elementor_version','0.4'),(134590,3686,'fw_options','a:0:{}'),(134591,3686,'_wp_page_template','default'),(134592,3686,'_elementor_edit_mode','builder'),(134593,3686,'_elementor_template_type','post'),(134594,3686,'_elementor_data','[{\"id\":\"7a25762e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"757d4f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7a6ca39\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-filters\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134595,3686,'_elementor_version','0.4'),(134597,3687,'fw_options','a:0:{}'),(134598,3687,'_wp_page_template','default'),(134599,3687,'_elementor_edit_mode','builder'),(134600,3687,'_elementor_template_type','post'),(134601,3687,'_elementor_data','[{\"id\":\"14c647a2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"146d173a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3ea8954\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"7\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(134602,3687,'_elementor_version','0.4'),(134604,3688,'fw_options','a:0:{}'),(134605,3688,'_wp_page_template','default'),(134606,3688,'_elementor_edit_mode','builder'),(134607,3688,'_elementor_template_type','post'),(134608,3688,'_elementor_data','[{\"id\":\"14c647a2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"146d173a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2201269\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"events-grid\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134609,3688,'_elementor_version','0.4'),(134611,3689,'fw_options','a:0:{}'),(134612,3689,'_wp_page_template','default'),(134613,3689,'_elementor_edit_mode','builder'),(134614,3689,'_elementor_template_type','post'),(134615,3689,'_elementor_data','[{\"id\":\"be899ea\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a0a7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"645b100\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"48\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(134616,3689,'_elementor_version','0.4'),(134618,3690,'fw_options','a:0:{}'),(134619,3690,'_wp_page_template','default'),(134620,3690,'_elementor_edit_mode','builder'),(134621,3690,'_elementor_template_type','post'),(134622,3690,'_elementor_data','[{\"id\":\"be899ea\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a0a7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d586bee\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"News-2-columns\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134623,3690,'_elementor_version','0.4'),(134625,3691,'fw_options','a:0:{}'),(134626,3691,'_wp_page_template','default'),(134627,3691,'_elementor_edit_mode','builder'),(134628,3691,'_elementor_template_type','post'),(134629,3691,'_elementor_data','[{\"id\":\"6557ea7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f59c3f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"78ab804\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"ess_grid_title\":\"\",\"ess_grid\":\"49\",\"ess_grid_pages\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-ess-grid-widget\"}],\"isInner\":false}],\"isInner\":false}]'),(134630,3691,'_elementor_version','0.4'),(134632,3692,'fw_options','a:0:{}'),(134633,3692,'_wp_page_template','default'),(134634,3692,'_elementor_edit_mode','builder'),(134635,3692,'_elementor_template_type','post'),(134636,3692,'_elementor_data','[{\"id\":\"6557ea7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f59c3f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1438d5c\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"news-3-columns\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134637,3692,'_elementor_version','0.4'),(134639,3693,'fw_options','a:0:{}'),(134640,3693,'_wp_page_template','default'),(134641,3693,'_elementor_edit_mode','builder'),(134642,3693,'_elementor_template_type','post'),(134643,3693,'_elementor_data','[{\"id\":\"51fec3b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1edac30\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"28578ff\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"youtube-grid\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134644,3693,'_elementor_version','0.4'),(134646,3694,'fw_options','a:0:{}'),(134647,3694,'_wp_page_template','default'),(134648,3694,'_elementor_edit_mode','builder'),(134649,3694,'_elementor_template_type','post'),(134650,3694,'_elementor_data','[{\"id\":\"b364866\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b626117\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf23d66\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"instagram\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134651,3694,'_elementor_version','0.4'),(134653,3695,'fw_options','a:0:{}'),(134654,3695,'_wp_page_template','default'),(134655,3695,'_elementor_edit_mode','builder'),(134656,3695,'_elementor_template_type','post'),(134657,3695,'_elementor_data','[{\"id\":\"d17e990\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f168b91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2797b34\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134658,3695,'_elementor_version','0.4'),(134660,3696,'fw_options','a:0:{}'),(134661,3696,'_wp_page_template','default'),(134662,3696,'_elementor_edit_mode','builder'),(134663,3696,'_elementor_template_type','post'),(134664,3696,'_elementor_data','[{\"id\":\"767b778\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"cddc58f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c936e23\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134665,3696,'_elementor_version','0.4'),(134667,3697,'fw_options','a:0:{}'),(134668,3697,'_wp_page_template','default'),(134669,3697,'_elementor_edit_mode','builder'),(134670,3697,'_elementor_template_type','post'),(134671,3697,'_elementor_data','[{\"id\":\"f1747ee\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8045f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"87794ea\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"artists-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134672,3697,'_elementor_version','0.4'),(134674,3698,'fw_options','a:0:{}'),(134675,3698,'_wp_page_template','default'),(134676,3698,'_elementor_edit_mode','builder'),(134677,3698,'_elementor_template_type','post'),(134678,3698,'_elementor_data','[{\"id\":\"34bd98e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b4582b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8b93943\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"artists-grid-filters\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134679,3698,'_elementor_version','0.4'),(134681,3699,'fw_options','a:0:{}'),(134682,3699,'_wp_page_template','default'),(134683,3699,'_elementor_edit_mode','builder'),(134684,3699,'_elementor_template_type','post'),(134685,3699,'_elementor_data','[{\"id\":\"12a808d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"895ed5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"88e490e\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"artists-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134686,3699,'_elementor_version','0.4'),(134690,3700,'fw_options','a:0:{}'),(134691,3700,'_wp_page_template','default'),(134692,3700,'_elementor_edit_mode','builder'),(134693,3700,'_elementor_template_type','post'),(134694,3700,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"1\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91632fe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"26ba0af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2016\\/11\\/prodigy_biobg.jpg\",\"id\":2482},\"image_overlay_size\":\"large\",\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1ffa7a\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b6c5845\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(134695,3700,'_elementor_version','0.4'),(134745,3703,'_wp_attached_file','2018/12/black-signature.png'),(134746,3703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:86;s:4:\"file\";s:27:\"2018/12/black-signature.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"black-signature-150x86.png\";s:5:\"width\";i:150;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134747,3703,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.58086253369272267121914410381577908992767333984375;s:5:\"bytes\";i:450;s:11:\"size_before\";i:5936;s:10:\"size_after\";i:5486;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3304;s:10:\"size_after\";i:3304;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:668;s:11:\"size_before\";i:2632;s:10:\"size_after\";i:2182;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134748,3704,'_wp_attached_file','2018/12/logo-soundman-dark.png'),(134749,3704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:135;s:6:\"height\";i:43;s:4:\"file\";s:30:\"2018/12/logo-soundman-dark.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:{}}}'),(134750,3704,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1400;s:10:\"size_after\";i:1400;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1400;s:10:\"size_after\";i:1400;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134751,3705,'_wp_attached_file','2018/12/movieposter-dream.jpg'),(134752,3705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:915;s:4:\"file\";s:29:\"2018/12/movieposter-dream.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"movieposter-dream-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"movieposter-dream-397x559.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:29:\"movieposter-dream-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134753,3705,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.607275247882824498191212114761583507061004638671875;s:5:\"bytes\";i:806;s:11:\"size_before\";i:132724;s:10:\"size_after\";i:131918;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4524;s:10:\"size_after\";i:4524;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:248;s:11:\"size_before\";i:35069;s:10:\"size_after\";i:34821;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9727;s:10:\"size_after\";i:9727;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13349;s:10:\"size_after\";i:13349;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.82999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:558;s:11:\"size_before\";i:67501;s:10:\"size_after\";i:66943;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2554;s:10:\"size_after\";i:2554;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(134754,3706,'_wp_attached_file','2018/12/movieposter-gloria.jpg'),(134755,3706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:915;s:4:\"file\";s:30:\"2018/12/movieposter-gloria.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"movieposter-gloria-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"movieposter-gloria-397x559.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:30:\"movieposter-gloria-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134756,3706,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.661387410043072332399560764315538108348846435546875;s:5:\"bytes\";i:4974;s:11:\"size_before\";i:186895;s:10:\"size_after\";i:181921;s:4:\"time\";d:0.210000000000000019984014443252817727625370025634765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2;s:11:\"size_before\";i:7512;s:10:\"size_after\";i:7510;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1440;s:11:\"size_before\";i:46222;s:10:\"size_after\";i:44782;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:235;s:11:\"size_before\";i:17646;s:10:\"size_after\";i:17411;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:341;s:11:\"size_before\";i:20829;s:10:\"size_after\";i:20488;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2956;s:11:\"size_before\";i:90542;s:10:\"size_after\";i:87586;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4144;s:10:\"size_after\";i:4144;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134757,3707,'_wp_attached_file','2018/12/movieposter-infamous.jpg'),(134758,3707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:915;s:4:\"file\";s:32:\"2018/12/movieposter-infamous.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"movieposter-infamous-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"movieposter-infamous-397x559.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:32:\"movieposter-infamous-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134759,3707,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8246862515896158374317792549845762550830841064453125;s:5:\"bytes\";i:2841;s:11:\"size_before\";i:155698;s:10:\"size_after\";i:152857;s:4:\"time\";d:0.09999999999999999167332731531132594682276248931884765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5954;s:10:\"size_after\";i:5954;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:853;s:11:\"size_before\";i:39456;s:10:\"size_after\";i:38603;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.56999999999999995115018691649311222136020660400390625;s:5:\"bytes\";i:81;s:11:\"size_before\";i:14325;s:10:\"size_after\";i:14244;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0900000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:192;s:11:\"size_before\";i:17655;s:10:\"size_after\";i:17463;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1715;s:11:\"size_before\";i:74988;s:10:\"size_after\";i:73273;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3320;s:10:\"size_after\";i:3320;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134760,3708,'_wp_attached_file','2018/12/movieposter-mynameissonaar.jpg'),(134761,3708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:915;s:4:\"file\";s:38:\"2018/12/movieposter-mynameissonaar.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"movieposter-mynameissonaar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"movieposter-mynameissonaar-397x559.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:38:\"movieposter-mynameissonaar-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134762,3708,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.385708602432686120664584450423717498779296875;s:5:\"bytes\";i:5637;s:11:\"size_before\";i:236282;s:10:\"size_after\";i:230645;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7601;s:10:\"size_after\";i:7601;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1562;s:11:\"size_before\";i:58646;s:10:\"size_after\";i:57084;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:184;s:11:\"size_before\";i:19324;s:10:\"size_after\";i:19140;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3200000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:326;s:11:\"size_before\";i:24646;s:10:\"size_after\";i:24320;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3565;s:11:\"size_before\";i:122011;s:10:\"size_after\";i:118446;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4054;s:10:\"size_after\";i:4054;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134763,3709,'_wp_attached_file','2018/12/movieposter-sonaar.jpg'),(134764,3709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:915;s:4:\"file\";s:30:\"2018/12/movieposter-sonaar.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"movieposter-sonaar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"movieposter-sonaar-397x559.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:30:\"movieposter-sonaar-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134765,3709,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.245929253228523325702781221480108797550201416015625;s:5:\"bytes\";i:4120;s:11:\"size_before\";i:183443;s:10:\"size_after\";i:179323;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6248;s:10:\"size_after\";i:6248;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:45816;s:10:\"size_after\";i:44556;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:238;s:11:\"size_before\";i:16484;s:10:\"size_after\";i:16246;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:329;s:11:\"size_before\";i:19964;s:10:\"size_after\";i:19635;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2293;s:11:\"size_before\";i:91510;s:10:\"size_after\";i:89217;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3421;s:10:\"size_after\";i:3421;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134766,3710,'_wp_attached_file','2018/12/movieposter-tiger.jpg'),(134767,3710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:915;s:4:\"file\";s:29:\"2018/12/movieposter-tiger.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"movieposter-tiger-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"movieposter-tiger-397x559.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:29:\"movieposter-tiger-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134768,3710,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.43332789293291984478173617389984428882598876953125;s:5:\"bytes\";i:5259;s:11:\"size_before\";i:153175;s:10:\"size_after\";i:147916;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4815;s:10:\"size_after\";i:4815;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1508;s:11:\"size_before\";i:38991;s:10:\"size_after\";i:37483;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0500000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:125;s:11:\"size_before\";i:11858;s:10:\"size_after\";i:11733;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6799999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:255;s:11:\"size_before\";i:15193;s:10:\"size_after\";i:14938;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3371;s:11:\"size_before\";i:79609;s:10:\"size_after\";i:76238;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2709;s:10:\"size_after\";i:2709;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134769,3711,'_wp_attached_file','2018/12/movieposter-upnorth.jpg'),(134770,3711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2018/12/movieposter-upnorth.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"movieposter-upnorth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"movieposter-upnorth-397x559.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:31:\"movieposter-upnorth-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134771,3711,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8803333166341034132784670873661525547504425048828125;s:5:\"bytes\";i:3378;s:11:\"size_before\";i:179649;s:10:\"size_after\";i:176271;s:4:\"time\";d:0.09999999999999999167332731531132594682276248931884765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6278;s:10:\"size_after\";i:6278;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1073;s:11:\"size_before\";i:46135;s:10:\"size_after\";i:45062;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.64000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:99;s:11:\"size_before\";i:15357;s:10:\"size_after\";i:15258;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:286;s:11:\"size_before\";i:19778;s:10:\"size_after\";i:19492;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1920;s:11:\"size_before\";i:88575;s:10:\"size_after\";i:86655;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3526;s:10:\"size_after\";i:3526;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134772,3712,'_wp_attached_file','2018/12/movieposter-voyante.jpg'),(134773,3712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2018/12/movieposter-voyante.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"movieposter-voyante-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"movieposter-voyante-397x559.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:31:\"movieposter-voyante-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134774,3712,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.763932212110492780965387282776646316051483154296875;s:5:\"bytes\";i:3438;s:11:\"size_before\";i:124388;s:10:\"size_after\";i:120950;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4614;s:10:\"size_after\";i:4614;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:989;s:11:\"size_before\";i:31466;s:10:\"size_after\";i:30477;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:30;s:11:\"size_before\";i:11105;s:10:\"size_after\";i:11075;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:16;s:11:\"size_before\";i:12792;s:10:\"size_after\";i:12776;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2403;s:11:\"size_before\";i:61690;s:10:\"size_after\";i:59287;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2721;s:10:\"size_after\";i:2721;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134775,3713,'_wp_attached_file','2018/12/soundman-bg.jpg'),(134776,3713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1241;s:4:\"file\";s:23:\"2018/12/soundman-bg.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"soundman-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"soundman-bg-559x496.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"soundman-bg-768x681.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"soundman-bg-1024x908.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:908;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:23:\"soundman-bg-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134777,3713,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.248217281879194562321799821802414953708648681640625;s:5:\"bytes\";i:2478;s:11:\"size_before\";i:76288;s:10:\"size_after\";i:73810;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:706;s:11:\"size_before\";i:2183;s:10:\"size_after\";i:1477;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9700;s:10:\"size_after\";i:9700;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16758;s:10:\"size_after\";i:16758;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27132;s:10:\"size_after\";i:27132;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:494;s:11:\"size_before\";i:3175;s:10:\"size_after\";i:2681;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:539;s:11:\"size_before\";i:4426;s:10:\"size_after\";i:3887;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11144;s:10:\"size_after\";i:11144;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.75;s:5:\"bytes\";i:739;s:11:\"size_before\";i:1770;s:10:\"size_after\";i:1031;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134778,3714,'_wp_attached_file','2018/12/soundman-footer.jpg'),(134779,3714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:274;s:4:\"file\";s:27:\"2018/12/soundman-footer.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"soundman-footer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"soundman-footer-559x109.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"soundman-footer-768x150.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"soundman-footer-1024x200.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:27:\"soundman-footer-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134780,3714,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.2033893077978756736001741955988109111785888671875;s:5:\"bytes\";i:6617;s:11:\"size_before\";i:64851;s:10:\"size_after\";i:58234;s:4:\"time\";d:0.09999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:773;s:11:\"size_before\";i:3489;s:10:\"size_after\";i:2716;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:820;s:11:\"size_before\";i:6845;s:10:\"size_after\";i:6025;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:858;s:11:\"size_before\";i:11083;s:10:\"size_after\";i:10225;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:927;s:11:\"size_before\";i:17313;s:10:\"size_after\";i:16386;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:800;s:11:\"size_before\";i:7383;s:10:\"size_after\";i:6583;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:803;s:11:\"size_before\";i:8650;s:10:\"size_after\";i:7847;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:855;s:11:\"size_before\";i:7651;s:10:\"size_after\";i:6796;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:781;s:11:\"size_before\";i:2437;s:10:\"size_after\";i:1656;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134781,3715,'_wp_attached_file','2018/12/soundman-hero.jpg'),(134782,3715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:25:\"2018/12/soundman-hero.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"soundman-hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"soundman-hero-559x373.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"soundman-hero-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"soundman-hero-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:25:\"soundman-hero-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134783,3715,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.12950202211306471866691936156712472438812255859375;s:5:\"bytes\";i:7212;s:11:\"size_before\";i:230452;s:10:\"size_after\";i:223240;s:4:\"time\";d:0.210000000000000019984014443252817727625370025634765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:601;s:11:\"size_before\";i:4928;s:10:\"size_after\";i:4327;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:864;s:11:\"size_before\";i:28733;s:10:\"size_after\";i:27869;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1025;s:11:\"size_before\";i:50269;s:10:\"size_after\";i:49244;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1941;s:11:\"size_before\";i:85631;s:10:\"size_after\";i:83690;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:711;s:11:\"size_before\";i:11788;s:10:\"size_after\";i:11077;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:590;s:11:\"size_before\";i:13090;s:10:\"size_after\";i:12500;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:878;s:11:\"size_before\";i:32755;s:10:\"size_after\";i:31877;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:602;s:11:\"size_before\";i:3258;s:10:\"size_after\";i:2656;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(134784,3716,'_wp_attached_file','2018/12/SoundManlogo-60px.png'),(134785,3716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:61;s:4:\"file\";s:29:\"2018/12/SoundManlogo-60px.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SoundManlogo-60px-150x61.png\";s:5:\"width\";i:150;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134786,3716,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.28767123287671125808628858067095279693603515625;s:5:\"bytes\";i:935;s:11:\"size_before\";i:4015;s:10:\"size_after\";i:3080;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:622;s:11:\"size_before\";i:2534;s:10:\"size_after\";i:1912;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:313;s:11:\"size_before\";i:1481;s:10:\"size_after\";i:1168;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(134787,3717,'_wp_attached_file','2018/12/SoundManlogo-60px@2x.png'),(134788,3717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:409;s:6:\"height\";i:120;s:4:\"file\";s:32:\"2018/12/SoundManlogo-60px@2x.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SoundManlogo-60px@2x-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:32:\"SoundManlogo-60px@2x-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134789,3718,'_wp_attached_file','2018/12/SoundManlogo-60px-black.png'),(134790,3718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:61;s:4:\"file\";s:35:\"2018/12/SoundManlogo-60px-black.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SoundManlogo-60px-black-150x61.png\";s:5:\"width\";i:150;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134791,3717,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.84241739621575817409393494017422199249267578125;s:5:\"bytes\";i:1819;s:11:\"size_before\";i:14164;s:10:\"size_after\";i:12345;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:1821;s:10:\"size_after\";i:1498;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1144;s:11:\"size_before\";i:5873;s:10:\"size_after\";i:4729;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4729;s:10:\"size_after\";i:4729;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:352;s:11:\"size_before\";i:1741;s:10:\"size_after\";i:1389;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}}}'),(134792,3718,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2964;s:10:\"size_after\";i:2964;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1839;s:10:\"size_after\";i:1839;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1125;s:10:\"size_after\";i:1125;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134793,3719,'_wp_attached_file','2018/12/SoundManlogo-60px-black@2x.png'),(134794,3719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:409;s:6:\"height\";i:120;s:4:\"file\";s:38:\"2018/12/SoundManlogo-60px-black@2x.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SoundManlogo-60px-black@2x-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:38:\"SoundManlogo-60px-black@2x-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134795,3719,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11492;s:10:\"size_after\";i:11492;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1388;s:10:\"size_after\";i:1388;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4376;s:10:\"size_after\";i:4376;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4376;s:10:\"size_after\";i:4376;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1352;s:10:\"size_after\";i:1352;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134796,3720,'_wp_attached_file','2018/12/white-signature.png'),(134797,3720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:86;s:4:\"file\";s:27:\"2018/12/white-signature.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"white-signature-150x86.png\";s:5:\"width\";i:150;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134798,3720,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.414685071337434152383139007724821567535400390625;s:5:\"bytes\";i:2191;s:11:\"size_before\";i:8621;s:10:\"size_after\";i:6430;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:1330;s:11:\"size_before\";i:5200;s:10:\"size_after\";i:3870;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:17220;s:11:\"size_before\";i:3421;s:10:\"size_after\";i:2560;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(134806,3722,'fw_options','a:0:{}'),(134807,3722,'_wp_page_template','default'),(134808,3722,'_elementor_edit_mode','builder'),(134809,3722,'_elementor_template_type','post'),(134810,3722,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134811,3722,'_elementor_version','0.4'),(134813,3723,'fw_options','a:0:{}'),(134814,3723,'_wp_page_template','default'),(134815,3723,'_elementor_edit_mode','builder'),(134816,3723,'_elementor_template_type','post'),(134817,3723,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134818,3723,'_elementor_version','0.4'),(134821,3724,'fw_options','a:0:{}'),(134822,3724,'_wp_page_template','default'),(134823,3724,'_elementor_edit_mode','builder'),(134824,3724,'_elementor_template_type','post'),(134825,3724,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1144},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134826,3724,'_elementor_version','0.4'),(134829,3725,'fw_options','a:0:{}'),(134830,3725,'_wp_page_template','default'),(134831,3725,'_elementor_edit_mode','builder'),(134832,3725,'_elementor_template_type','post'),(134833,3725,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1144},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134834,3725,'_elementor_version','0.4'),(134837,3726,'fw_options','a:0:{}'),(134838,3726,'_wp_page_template','default'),(134839,3726,'_elementor_edit_mode','builder'),(134840,3726,'_elementor_template_type','post'),(134841,3726,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1144},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"18\",\"bottom\":\"100\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134842,3726,'_elementor_version','0.4'),(134845,3727,'fw_options','a:0:{}'),(134846,3727,'_wp_page_template','default'),(134847,3727,'_elementor_edit_mode','builder'),(134848,3727,'_elementor_template_type','post'),(134849,3727,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1144},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134850,3727,'_elementor_version','0.4'),(134853,3728,'fw_options','a:0:{}'),(134854,3728,'_wp_page_template','default'),(134855,3728,'_elementor_edit_mode','builder'),(134856,3728,'_elementor_template_type','post'),(134857,3728,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134858,3728,'_elementor_version','0.4'),(134861,3729,'fw_options','a:0:{}'),(134862,3729,'_wp_page_template','default'),(134863,3729,'_elementor_edit_mode','builder'),(134864,3729,'_elementor_template_type','post'),(134865,3729,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134866,3729,'_elementor_version','0.4'),(134869,3730,'fw_options','a:0:{}'),(134870,3730,'_wp_page_template','default'),(134871,3730,'_elementor_edit_mode','builder'),(134872,3730,'_elementor_template_type','post'),(134873,3730,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134874,3730,'_elementor_version','0.4'),(134877,3731,'fw_options','a:0:{}'),(134878,3731,'_wp_page_template','default'),(134879,3731,'_elementor_edit_mode','builder'),(134880,3731,'_elementor_template_type','post'),(134881,3731,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134882,3731,'_elementor_version','0.4'),(134885,3732,'fw_options','a:0:{}'),(134886,3732,'_wp_page_template','default'),(134887,3732,'_elementor_edit_mode','builder'),(134888,3732,'_elementor_template_type','post'),(134889,3732,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134890,3732,'_elementor_version','0.4'),(134893,3733,'fw_options','a:0:{}'),(134894,3733,'_wp_page_template','default'),(134895,3733,'_elementor_edit_mode','builder'),(134896,3733,'_elementor_template_type','post'),(134897,3733,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60cb63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(134898,3733,'_elementor_version','0.4'),(134902,3734,'fw_options','a:0:{}'),(134903,3734,'_wp_page_template','default'),(134904,3734,'_elementor_edit_mode','builder'),(134905,3734,'_elementor_template_type','post'),(134906,3734,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60cb63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(134907,3734,'_elementor_version','0.4'),(134910,3735,'fw_options','a:0:{}'),(134911,3735,'_wp_page_template','default'),(134912,3735,'_elementor_edit_mode','builder'),(134913,3735,'_elementor_template_type','post'),(134914,3735,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134915,3735,'_elementor_version','0.4'),(134917,3736,'fw_options','a:0:{}'),(134918,3736,'_wp_page_template','default'),(134919,3736,'_elementor_edit_mode','builder'),(134920,3736,'_elementor_template_type','post'),(134921,3736,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134922,3736,'_elementor_version','0.4'),(134924,3737,'fw_options','a:0:{}'),(134925,3737,'_wp_page_template','default'),(134926,3737,'_elementor_edit_mode','builder'),(134927,3737,'_elementor_template_type','post'),(134928,3737,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false}]'),(134929,3737,'_elementor_version','0.4'),(134964,646,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(134965,646,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(134966,646,'_edit_last','2'),(134967,646,'slide_template',''),(134968,646,'eg_sources_html5_mp4',''),(134969,646,'eg_sources_html5_ogv',''),(134970,646,'eg_sources_html5_webm',''),(134971,646,'eg_sources_youtube',''),(134972,646,'eg_sources_vimeo',''),(134973,646,'eg_sources_wistia',''),(134974,646,'eg_sources_image',''),(134975,646,'eg_sources_iframe',''),(134976,646,'eg_sources_soundcloud',''),(134977,646,'eg_vimeo_ratio','0'),(134978,646,'eg_youtube_ratio','0'),(134979,646,'eg_wistia_ratio','0'),(134980,646,'eg_html5_ratio','0'),(134981,646,'eg_soundcloud_ratio','0'),(134982,646,'eg_settings_custom_meta_skin',''),(134983,646,'eg_settings_custom_meta_element',''),(134984,646,'eg_settings_custom_meta_setting',''),(134985,646,'eg_settings_custom_meta_style',''),(134986,646,'_wpb_vc_js_status','true'),(134987,646,'_wp_old_slug','-2'),(134988,646,'classic_menu_background',''),(134989,646,'_classic_menu_background','field_523384ce55a84'),(134990,646,'classic_menu_background_alpha','1'),(134991,646,'_classic_menu_background_alpha','field_523384ce55a86'),(134992,646,'classic_menu_over_content','0'),(134993,646,'_classic_menu_over_content','field_523384ce55a85'),(134994,646,'hamburger_icon_color',''),(134995,646,'_hamburger_icon_color','field_523384ce55a23'),(134996,646,'alternative_logo','0'),(134997,646,'_alternative_logo','field_523384ce55a99'),(134998,646,'hide_page_title','0'),(134999,646,'_hide_page_title','field_523382c955a73'),(135000,646,'background',''),(135001,646,'_background','field_523382c955a74'),(135002,646,'background_repeat','null'),(135003,646,'_background_repeat','field_523382f555a75'),(135004,646,'background_size','null'),(135005,646,'_background_size','field_5233837455a76'),(135006,646,'background_position','null'),(135007,646,'_background_position','field_5233842d55a78'),(135008,646,'content_background_color',''),(135009,646,'_content_background_color','field_523384ce55a80'),(135010,646,'content_background_transparency','1'),(135011,646,'_content_background_transparency','field_523384ce55a81'),(135012,646,'background_color',''),(135013,646,'_background_color','field_523384ce55a79'),(135014,646,'sidebar-position','right'),(135015,646,'_sidebar-position','field_526d6ec715ee9'),(135016,646,'sidebar-area_id','null'),(135017,646,'_sidebar-area_id','field_526d6c0da8219'),(135018,646,'album_background_type','default'),(135019,646,'_album_background_type','album_background_type'),(135020,646,'hide_album','0'),(135021,646,'_hide_album','field_51b8db2cd11c5'),(135022,646,'alb_release_date','2018'),(135023,646,'_alb_release_date','field_51b8db2cd11c4'),(135024,646,'alb_link_external',''),(135025,646,'_alb_link_external','field_523b66d6f2382'),(135026,646,'alb_tracklist','0'),(135027,646,'_alb_tracklist','field_51b8c4facc846'),(135028,646,'alb_store_list_0_store_name','Spotify'),(135029,646,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(135030,646,'alb_store_list_0_store_link','https://www.spotify.com'),(135031,646,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(135032,646,'alb_store_list','1'),(135033,646,'_alb_store_list','field_51b8c6d6cc84a'),(135034,646,'alb_review','5 ouf of 5 stars album review for the Dave Adkins album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(135035,646,'_alb_review','field_51b8c792cc84d'),(135036,646,'alb_review_author','IronTemplates'),(135037,646,'_alb_review_author','field_51b8c88fcc84e'),(135038,646,'artist_of_album','a:1:{i:0;s:4:\"1179\";}'),(135039,646,'_artist_of_album','field_548d3d6715e41'),(135040,646,'_trash_the_other_posts','0'),(135041,646,'_dp_original','632'),(135042,646,'_wp_old_slug','2-3'),(135043,646,'_wp_page_template','default'),(135044,646,'eg_custom_meta_216','true'),(135045,646,'page_logo_select','null'),(135046,646,'_page_logo_select','field_523384ce55a99'),(135047,646,'block_footer','null'),(135048,646,'_block_footer','block_footer'),(135049,646,'alb_store_list_0_album_store_icon','fab fa-spotify'),(135050,646,'_alb_store_list_0_album_store_icon','album_store_icon'),(135051,646,'_wp_old_slug','lights-out'),(135052,646,'artist_of_album_string','Diamond'),(135053,646,'eg-pricetable-price',''),(135054,646,'eg-pricetable-line1',''),(135055,646,'eg-pricetable-line2',''),(135056,646,'eg-pricetable-line3',''),(135057,646,'eg-pricetable-line4',''),(135058,646,'eg-pricetable-buy-url',''),(135059,646,'eg-demogrid-link',''),(135060,646,'eg-clients-icon',''),(135061,646,'eg-clients-icon-dark',''),(135062,646,'_thumbnail_id','1748'),(135063,646,'_wp_old_slug','one-king-down'),(135064,646,'hide_header_and_menu','0'),(135065,646,'_hide_header_and_menu','field_523384ce34a85'),(135066,646,'eg_sources_revslider',''),(135067,646,'eg_sources_essgrid',''),(135068,646,'eg_featured_grid',''),(135069,646,'eg_votes_count','0'),(135070,1218,'_wp_page_template','single-album-sidecover.php'),(135071,1218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135072,1218,'_page_logo_select','field_523384ce55a99'),(135073,1218,'page_logo_select','light'),(135074,1218,'_hide_page_title','field_523382c955a73'),(135075,1218,'hide_page_title','0'),(135076,1218,'_classic_menu_over_content','field_523384ce55a85'),(135077,1218,'classic_menu_over_content','1'),(135078,1218,'_classic_menu_main_item_color','field_523384ce55a87'),(135079,1218,'classic_menu_main_item_color','#ffffff'),(135080,1218,'_classic_menu_background','field_523384ce55a84'),(135081,1218,'classic_menu_background',''),(135082,1218,'_classic_menu_background_alpha','field_523384ce55a86'),(135083,1218,'classic_menu_background_alpha',''),(135084,1218,'_hamburger_icon_color','field_523384ce55a23'),(135085,1218,'hamburger_icon_color',''),(135086,1218,'_background','field_523382c955a74'),(135087,1218,'_background_repeat','field_523382f555a75'),(135088,1218,'background_repeat','null'),(135089,1218,'_background_size','field_5233837455a76'),(135090,1218,'background_size','null'),(135091,1218,'_background_position','field_5233842d55a78'),(135092,1218,'background_position','null'),(135093,1218,'_content_background_color','field_523384ce55a80'),(135094,1218,'content_background_color',''),(135095,1218,'_content_background_transparency','field_523384ce55a81'),(135096,1218,'content_background_transparency','1'),(135097,1218,'_background_color','field_523384ce55a79'),(135098,1218,'background_color',''),(135099,1218,'_block_footer','block_footer'),(135100,1218,'block_footer','null'),(135101,1218,'_sidebar-position','field_526d6ec715ee9'),(135102,1218,'sidebar-position','right'),(135103,1218,'_sidebar-area_id','field_526d6c0da8219'),(135104,1218,'_album_background_type','album_background_type'),(135105,1218,'album_background_type','blurry'),(135106,1218,'_album_background_image','album_background_image'),(135107,1218,'_album_background_color','album_background_color'),(135108,1218,'album_background_color',''),(135109,1218,'_banner_background_type','field_54ce55f555a01'),(135110,1218,'banner_background_type',''),(135111,1218,'_banner_background_color','field_54ce55f555a02'),(135112,1218,'banner_background_color',''),(135113,1218,'_banner_parallax','field_54ce55f555a03'),(135114,1218,'banner_parallax',''),(135115,1218,'_banner_image','field_54ce55f555a04'),(135116,1218,'_banner_fullscreen','field_54ce55f555a05'),(135117,1218,'banner_fullscreen',''),(135118,1218,'_banner_height','field_54ce55f555a06'),(135119,1218,'banner_height',''),(135120,1218,'_banner_content_type','field_54ce55f555a13'),(135121,1218,'banner_content_type',''),(135122,1218,'_banner_texteditor_content','field_54ce55f555a14'),(135123,1218,'banner_texteditor_content',''),(135124,1218,'_banner_title','field_54ce55f555a07'),(135125,1218,'banner_title',''),(135126,1218,'_banner_subtitle','field_54ce55f555a08'),(135127,1218,'banner_subtitle',''),(135128,1218,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(135129,1218,'banner_horizontal_content_alignment',''),(135130,1218,'_banner_background_alignement','field_54ce55f555a11'),(135131,1218,'banner_background_alignement',''),(135132,1218,'_banner_font_color','field_54ce55f555a12'),(135133,1218,'banner_font_color',''),(135134,1218,'_hide_album','field_51b8db2cd11c5'),(135135,1218,'hide_album','0'),(135136,1218,'_alb_release_date','field_51b8db2cd11c4'),(135137,1218,'alb_release_date','2017'),(135138,1218,'_artist_of_album','field_548d3d6715e41'),(135139,1218,'artist_of_album','a:1:{i:0;s:4:\"1192\";}'),(135140,1218,'_alb_link_external','field_523b66d6f2382'),(135141,1218,'alb_link_external',''),(135142,1218,'_alb_tracklist','field_51b8c4facc846'),(135143,1218,'alb_tracklist','7'),(135144,1218,'_alb_store_list','field_51b8c6d6cc84a'),(135145,1218,'alb_store_list','5'),(135146,1218,'_alb_review','field_51b8c792cc84d'),(135147,1218,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(135148,1218,'_alb_review_author','field_51b8c88fcc84e'),(135149,1218,'alb_review_author','Sonaar Magazine'),(135150,1218,'artist_of_album_string','Herbalizer'),(135151,1218,'_edit_last','2'),(135152,1218,'slide_template',''),(135153,1218,'eg_sources_html5_mp4',''),(135154,1218,'eg_sources_html5_ogv',''),(135155,1218,'eg_sources_html5_webm',''),(135156,1218,'eg_sources_youtube',''),(135157,1218,'eg_sources_vimeo',''),(135158,1218,'eg_sources_wistia',''),(135159,1218,'eg_sources_image',''),(135160,1218,'eg_sources_iframe',''),(135161,1218,'eg_sources_soundcloud',''),(135162,1218,'eg_vimeo_ratio','0'),(135163,1218,'eg_youtube_ratio','0'),(135164,1218,'eg_wistia_ratio','0'),(135165,1218,'eg_html5_ratio','0'),(135166,1218,'eg_soundcloud_ratio','0'),(135167,1218,'eg_settings_custom_meta_skin',''),(135168,1218,'eg_settings_custom_meta_element',''),(135169,1218,'eg_settings_custom_meta_setting',''),(135170,1218,'eg_settings_custom_meta_style',''),(135171,1218,'eg_custom_meta_216','true'),(135172,1218,'_wpb_vc_js_status','true'),(135173,1218,'_wp_old_slug','trailblazers'),(135174,1218,'background',''),(135175,1218,'alb_store_list_0_album_store_icon','fab fa-apple'),(135176,1218,'_alb_store_list_0_album_store_icon','album_store_icon'),(135177,1218,'alb_store_list_0_store_name','iTunes'),(135178,1218,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(135179,1218,'alb_store_list_0_store_link','https://www.itunes.com'),(135180,1218,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(135181,1218,'alb_store_list_1_album_store_icon','fab fa-spotify'),(135182,1218,'_alb_store_list_1_album_store_icon','album_store_icon'),(135183,1218,'alb_store_list_1_store_name','Spotify'),(135184,1218,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(135185,1218,'alb_store_list_1_store_link','https://www.spotify.com'),(135186,1218,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(135187,1218,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(135188,1218,'_alb_store_list_2_album_store_icon','album_store_icon'),(135189,1218,'alb_store_list_2_store_name','SoundCloud'),(135190,1218,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(135191,1218,'alb_store_list_2_store_link','https://www.soundcloud.com'),(135192,1218,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(135193,1218,'alb_store_list_3_album_store_icon','fab fa-amazon'),(135194,1218,'_alb_store_list_3_album_store_icon','album_store_icon'),(135195,1218,'alb_store_list_3_store_name','Amazon'),(135196,1218,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(135197,1218,'alb_store_list_3_store_link','https://www.amazon.com'),(135198,1218,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(135199,1218,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(135200,1218,'_alb_store_list_4_album_store_icon','album_store_icon'),(135201,1218,'alb_store_list_4_store_name','Buy Online'),(135202,1218,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(135203,1218,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(135204,1218,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(135205,1218,'alb_tracklist_0_track_title','Nuclear Ft. Drake'),(135206,1218,'_alb_tracklist_0_track_title','field_51b8c51ecc847'),(135207,1218,'alb_tracklist_0_track_buy_label','Free download'),(135208,1218,'_alb_tracklist_0_track_buy_label','field_51b8c5e3cc850'),(135209,1218,'alb_tracklist_0_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(135210,1218,'_alb_tracklist_0_track_store','field_51b8c5e3cc848'),(135211,1218,'alb_tracklist_0_track_mp3',''),(135212,1218,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(135213,1218,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(135214,1218,'_alb_tracklist_0_stream_link','stream_link'),(135215,1218,'alb_tracklist_1_track_title','Airborn'),(135216,1218,'_alb_tracklist_1_track_title','field_51b8c51ecc847'),(135217,1218,'alb_tracklist_1_track_buy_label','Free download'),(135218,1218,'_alb_tracklist_1_track_buy_label','field_51b8c5e3cc850'),(135219,1218,'alb_tracklist_1_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(135220,1218,'_alb_tracklist_1_track_store','field_51b8c5e3cc848'),(135221,1218,'alb_tracklist_1_track_mp3',''),(135222,1218,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(135223,1218,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(135224,1218,'_alb_tracklist_1_stream_link','stream_link'),(135225,1218,'alb_tracklist_2_track_title','Outbreak Ft. Reign'),(135226,1218,'_alb_tracklist_2_track_title','field_51b8c51ecc847'),(135227,1218,'alb_tracklist_2_track_buy_label','Listen on spotify'),(135228,1218,'_alb_tracklist_2_track_buy_label','field_51b8c5e3cc850'),(135229,1218,'alb_tracklist_2_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(135230,1218,'_alb_tracklist_2_track_store','field_51b8c5e3cc848'),(135231,1218,'alb_tracklist_2_track_mp3',''),(135232,1218,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(135233,1218,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(135234,1218,'_alb_tracklist_2_stream_link','stream_link'),(135235,1218,'alb_tracklist_3_track_title','Game Time'),(135236,1218,'_alb_tracklist_3_track_title','field_51b8c51ecc847'),(135237,1218,'alb_tracklist_3_track_buy_label','Listen on spotify'),(135238,1218,'_alb_tracklist_3_track_buy_label','field_51b8c5e3cc850'),(135239,1218,'alb_tracklist_3_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(135240,1218,'_alb_tracklist_3_track_store','field_51b8c5e3cc848'),(135241,1218,'alb_tracklist_3_track_mp3',''),(135242,1218,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(135243,1218,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(135244,1218,'_alb_tracklist_3_stream_link','stream_link'),(135245,1218,'alb_tracklist_4_track_title','Resurrected'),(135246,1218,'_alb_tracklist_4_track_title','field_51b8c51ecc847'),(135247,1218,'alb_tracklist_4_track_buy_label','Listen on spotify'),(135248,1218,'_alb_tracklist_4_track_buy_label','field_51b8c5e3cc850'),(135249,1218,'alb_tracklist_4_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(135250,1218,'_alb_tracklist_4_track_store','field_51b8c5e3cc848'),(135251,1218,'alb_tracklist_4_track_mp3',''),(135252,1218,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(135253,1218,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(135254,1218,'_alb_tracklist_4_stream_link','stream_link'),(135255,1218,'alb_tracklist_5_track_title','Break Aparts'),(135256,1218,'_alb_tracklist_5_track_title','field_51b8c51ecc847'),(135257,1218,'alb_tracklist_5_track_buy_label','Listen on spotify'),(135258,1218,'_alb_tracklist_5_track_buy_label','field_51b8c5e3cc850'),(135259,1218,'alb_tracklist_5_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(135260,1218,'_alb_tracklist_5_track_store','field_51b8c5e3cc848'),(135261,1218,'alb_tracklist_5_track_mp3',''),(135262,1218,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(135263,1218,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(135264,1218,'_alb_tracklist_5_stream_link','stream_link'),(135265,1218,'eg-pricetable-price',''),(135266,1218,'eg-pricetable-line1',''),(135267,1218,'eg-pricetable-line2',''),(135268,1218,'eg-pricetable-line3',''),(135269,1218,'eg-pricetable-line4',''),(135270,1218,'eg-pricetable-buy-url',''),(135271,1218,'eg-demogrid-link',''),(135272,1218,'eg-clients-icon',''),(135273,1218,'eg-clients-icon-dark',''),(135274,1218,'alb_tracklist_0_FileOrStream','stream'),(135275,1218,'_alb_tracklist_0_FileOrStream','FileOrStream'),(135276,1218,'alb_tracklist_0_stream_title','Little Talks'),(135277,1218,'_alb_tracklist_0_stream_title','stream_title'),(135278,1218,'alb_tracklist_0_stream_artist',''),(135279,1218,'_alb_tracklist_0_stream_artist','stream_artist'),(135280,1218,'alb_tracklist_0_stream_album',''),(135281,1218,'_alb_tracklist_0_stream_album','stream_album'),(135282,1218,'alb_tracklist_0_song_store_list','3'),(135283,1218,'_alb_tracklist_0_song_store_list','song_store_list'),(135284,1218,'alb_tracklist_1_FileOrStream','stream'),(135285,1218,'_alb_tracklist_1_FileOrStream','FileOrStream'),(135286,1218,'alb_tracklist_1_stream_title','Just Dancing'),(135287,1218,'_alb_tracklist_1_stream_title','stream_title'),(135288,1218,'alb_tracklist_1_stream_artist',''),(135289,1218,'_alb_tracklist_1_stream_artist','stream_artist'),(135290,1218,'alb_tracklist_1_stream_album',''),(135291,1218,'_alb_tracklist_1_stream_album','stream_album'),(135292,1218,'alb_tracklist_1_song_store_list','2'),(135293,1218,'_alb_tracklist_1_song_store_list','song_store_list'),(135294,1218,'alb_tracklist_2_FileOrStream','stream'),(135295,1218,'_alb_tracklist_2_FileOrStream','FileOrStream'),(135296,1218,'alb_tracklist_2_stream_title','Warrior'),(135297,1218,'_alb_tracklist_2_stream_title','stream_title'),(135298,1218,'alb_tracklist_2_stream_artist',''),(135299,1218,'_alb_tracklist_2_stream_artist','stream_artist'),(135300,1218,'alb_tracklist_2_stream_album',''),(135301,1218,'_alb_tracklist_2_stream_album','stream_album'),(135302,1218,'alb_tracklist_2_song_store_list','2'),(135303,1218,'_alb_tracklist_2_song_store_list','song_store_list'),(135304,1218,'alb_tracklist_3_FileOrStream','stream'),(135305,1218,'_alb_tracklist_3_FileOrStream','FileOrStream'),(135306,1218,'alb_tracklist_3_stream_title','Turn Me Good'),(135307,1218,'_alb_tracklist_3_stream_title','stream_title'),(135308,1218,'alb_tracklist_3_stream_artist',''),(135309,1218,'_alb_tracklist_3_stream_artist','stream_artist'),(135310,1218,'alb_tracklist_3_stream_album',''),(135311,1218,'_alb_tracklist_3_stream_album','stream_album'),(135312,1218,'alb_tracklist_3_song_store_list','3'),(135313,1218,'_alb_tracklist_3_song_store_list','song_store_list'),(135314,1218,'alb_tracklist_4_FileOrStream','stream'),(135315,1218,'_alb_tracklist_4_FileOrStream','FileOrStream'),(135316,1218,'alb_tracklist_4_stream_title','Feels Like Summer'),(135317,1218,'_alb_tracklist_4_stream_title','stream_title'),(135318,1218,'alb_tracklist_4_stream_artist',''),(135319,1218,'_alb_tracklist_4_stream_artist','stream_artist'),(135320,1218,'alb_tracklist_4_stream_album',''),(135321,1218,'_alb_tracklist_4_stream_album','stream_album'),(135322,1218,'alb_tracklist_4_song_store_list','2'),(135323,1218,'_alb_tracklist_4_song_store_list','song_store_list'),(135324,1218,'alb_tracklist_5_FileOrStream','stream'),(135325,1218,'_alb_tracklist_5_FileOrStream','FileOrStream'),(135326,1218,'alb_tracklist_5_stream_title','Bro Hymn'),(135327,1218,'_alb_tracklist_5_stream_title','stream_title'),(135328,1218,'alb_tracklist_5_stream_artist',''),(135329,1218,'_alb_tracklist_5_stream_artist','stream_artist'),(135330,1218,'alb_tracklist_5_stream_album',''),(135331,1218,'_alb_tracklist_5_stream_album','stream_album'),(135332,1218,'alb_tracklist_5_song_store_list','2'),(135333,1218,'_alb_tracklist_5_song_store_list','song_store_list'),(135334,1218,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-spotify'),(135335,1218,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(135336,1218,'alb_tracklist_0_song_store_list_0_song_store_name','Spotify'),(135337,1218,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(135338,1218,'alb_tracklist_0_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(135339,1218,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(135340,1218,'alb_tracklist_0_song_store_list_1_song_store_icon','fab fa-soundcloud'),(135341,1218,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(135342,1218,'alb_tracklist_0_song_store_list_1_song_store_name','SoundCloud'),(135343,1218,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(135344,1218,'alb_tracklist_0_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(135345,1218,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(135346,1218,'alb_tracklist_0_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(135347,1218,'_alb_tracklist_0_song_store_list_2_song_store_icon','song_store_icon'),(135348,1218,'alb_tracklist_0_song_store_list_2_song_store_name','Buy Now'),(135349,1218,'_alb_tracklist_0_song_store_list_2_song_store_name','song_store_name'),(135350,1218,'alb_tracklist_0_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(135351,1218,'_alb_tracklist_0_song_store_list_2_store_link','song_store_link'),(135352,1218,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-youtube'),(135353,1218,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(135354,1218,'alb_tracklist_1_song_store_list_0_song_store_name','YouTube'),(135355,1218,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(135356,1218,'alb_tracklist_1_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(135357,1218,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(135358,1218,'alb_tracklist_6_FileOrStream','stream'),(135359,1218,'_alb_tracklist_6_FileOrStream','FileOrStream'),(135360,1218,'alb_tracklist_6_track_mp3',''),(135361,1218,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(135362,1218,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(135363,1218,'_alb_tracklist_6_stream_link','stream_link'),(135364,1218,'alb_tracklist_6_stream_title','Hero of War'),(135365,1218,'_alb_tracklist_6_stream_title','stream_title'),(135366,1218,'alb_tracklist_6_stream_artist',''),(135367,1218,'_alb_tracklist_6_stream_artist','stream_artist'),(135368,1218,'alb_tracklist_6_stream_album',''),(135369,1218,'_alb_tracklist_6_stream_album','stream_album'),(135370,1218,'alb_tracklist_6_song_store_list','2'),(135371,1218,'_alb_tracklist_6_song_store_list','song_store_list'),(135372,1218,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-soundcloud'),(135373,1218,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(135374,1218,'alb_tracklist_2_song_store_list_0_song_store_name','SoundCloud'),(135375,1218,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(135376,1218,'alb_tracklist_2_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(135377,1218,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(135378,1218,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(135379,1218,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(135380,1218,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(135381,1218,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(135382,1218,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(135383,1218,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(135384,1218,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(135385,1218,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(135386,1218,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(135387,1218,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(135388,1218,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(135389,1218,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(135390,1218,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-youtube'),(135391,1218,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(135392,1218,'alb_tracklist_5_song_store_list_0_song_store_name','Video'),(135393,1218,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(135394,1218,'alb_tracklist_5_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(135395,1218,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(135396,1218,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-spotify'),(135397,1218,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(135398,1218,'alb_tracklist_6_song_store_list_0_song_store_name','Spotify'),(135399,1218,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(135400,1218,'alb_tracklist_6_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(135401,1218,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(135402,1218,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(135403,1218,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(135404,1218,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(135405,1218,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(135406,1218,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(135407,1218,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(135408,1218,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(135409,1218,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(135410,1218,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(135411,1218,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(135412,1218,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(135413,1218,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(135414,1218,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(135415,1218,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(135416,1218,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(135417,1218,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(135418,1218,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(135419,1218,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(135420,1218,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(135421,1218,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(135422,1218,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(135423,1218,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(135424,1218,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(135425,1218,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(135426,1218,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(135427,1218,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(135428,1218,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(135429,1218,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(135430,1218,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(135431,1218,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(135432,1218,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(135433,1218,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(135434,1218,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(135435,1218,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(135436,1218,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(135437,1218,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(135438,1218,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(135439,1218,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(135440,1218,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(135441,1218,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(135442,1218,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(135443,1218,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(135444,1218,'hide_header_and_menu','0'),(135445,1218,'_hide_header_and_menu','field_523384ce34a85'),(135446,1218,'_wp_old_slug','horizon'),(135447,1218,'eg_sources_revslider',''),(135448,1218,'eg_sources_essgrid',''),(135449,1218,'eg_featured_grid',''),(135450,1218,'eg_votes_count','0'),(135451,1218,'_thumbnail_id','3712'),(135452,1218,'footer_playlist','null'),(135453,1218,'_footer_playlist','footer_playlist'),(135454,1756,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135455,1756,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135456,1756,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135457,1756,'slide_template',''),(135458,1756,'eg_sources_html5_mp4',''),(135459,1756,'eg_sources_html5_ogv',''),(135460,1756,'eg_sources_html5_webm',''),(135461,1756,'eg_sources_youtube',''),(135462,1756,'eg_sources_vimeo',''),(135463,1756,'eg_sources_wistia',''),(135464,1756,'eg_sources_image',''),(135465,1756,'eg_sources_iframe',''),(135466,1756,'eg_sources_soundcloud',''),(135467,1756,'eg_vimeo_ratio','0'),(135468,1756,'eg_youtube_ratio','0'),(135469,1756,'eg_wistia_ratio','0'),(135470,1756,'eg_html5_ratio','0'),(135471,1756,'eg_soundcloud_ratio','0'),(135472,1756,'eg_settings_custom_meta_skin',''),(135473,1756,'eg_settings_custom_meta_element',''),(135474,1756,'eg_settings_custom_meta_setting',''),(135475,1756,'eg_settings_custom_meta_style',''),(135476,1756,'_wpb_vc_js_status','true'),(135477,1756,'_wp_old_slug','-2'),(135478,1756,'_wp_old_slug','2-3'),(135479,1756,'_wp_old_slug','lights-out'),(135480,1756,'_wp_old_slug','one-king-down'),(135481,1756,'classic_menu_background',''),(135482,1756,'_classic_menu_background','field_523384ce55a84'),(135483,1756,'classic_menu_background_alpha','1'),(135484,1756,'_classic_menu_background_alpha','field_523384ce55a86'),(135485,1756,'classic_menu_over_content','0'),(135486,1756,'_classic_menu_over_content','field_523384ce55a85'),(135487,1756,'hamburger_icon_color',''),(135488,1756,'_hamburger_icon_color','field_523384ce55a23'),(135489,1756,'alternative_logo','0'),(135490,1756,'_alternative_logo','field_523384ce55a99'),(135491,1756,'hide_page_title','0'),(135492,1756,'_hide_page_title','field_523382c955a73'),(135493,1756,'background',''),(135494,1756,'_background','field_523382c955a74'),(135495,1756,'background_repeat','null'),(135496,1756,'_background_repeat','field_523382f555a75'),(135497,1756,'background_size','null'),(135498,1756,'_background_size','field_5233837455a76'),(135499,1756,'background_position','null'),(135500,1756,'_background_position','field_5233842d55a78'),(135501,1756,'content_background_color',''),(135502,1756,'_content_background_color','field_523384ce55a80'),(135503,1756,'content_background_transparency','1'),(135504,1756,'_content_background_transparency','field_523384ce55a81'),(135505,1756,'background_color',''),(135506,1756,'_background_color','field_523384ce55a79'),(135507,1756,'sidebar-position','right'),(135508,1756,'_sidebar-position','field_526d6ec715ee9'),(135509,1756,'sidebar-area_id','null'),(135510,1756,'_sidebar-area_id','field_526d6c0da8219'),(135511,1756,'album_background_type','default'),(135512,1756,'_album_background_type','album_background_type'),(135513,1756,'hide_album','0'),(135514,1756,'_hide_album','field_51b8db2cd11c5'),(135515,1756,'alb_release_date','2018'),(135516,1756,'_alb_release_date','field_51b8db2cd11c4'),(135517,1756,'alb_link_external',''),(135518,1756,'_alb_link_external','field_523b66d6f2382'),(135519,1756,'alb_tracklist','0'),(135520,1756,'_alb_tracklist','field_51b8c4facc846'),(135521,1756,'alb_store_list_0_store_name','SoundCloud'),(135522,1756,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(135523,1756,'alb_store_list_0_store_link','https://www.soundcloud.com'),(135524,1756,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(135525,1756,'alb_store_list','1'),(135526,1756,'_alb_store_list','field_51b8c6d6cc84a'),(135527,1756,'alb_review','5 ouf of 5 stars album review for the Dave Adkins album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(135528,1756,'_alb_review','field_51b8c792cc84d'),(135529,1756,'alb_review_author','IronTemplates'),(135530,1756,'_alb_review_author','field_51b8c88fcc84e'),(135531,1756,'artist_of_album','a:1:{i:0;s:4:\"1179\";}'),(135532,1756,'_artist_of_album','field_548d3d6715e41'),(135533,1756,'_trash_the_other_posts','0'),(135534,1756,'_wp_page_template','default'),(135535,1756,'eg_custom_meta_216','true'),(135536,1756,'page_logo_select','null'),(135537,1756,'_page_logo_select','field_523384ce55a99'),(135538,1756,'block_footer','null'),(135539,1756,'_block_footer','block_footer'),(135540,1756,'alb_store_list_0_album_store_icon','fab fa-soundcloud'),(135541,1756,'_alb_store_list_0_album_store_icon','album_store_icon'),(135542,1756,'artist_of_album_string','Diamond'),(135543,1756,'eg-pricetable-price',''),(135544,1756,'eg-pricetable-line1',''),(135545,1756,'eg-pricetable-line2',''),(135546,1756,'eg-pricetable-line3',''),(135547,1756,'eg-pricetable-line4',''),(135548,1756,'eg-pricetable-buy-url',''),(135549,1756,'eg-demogrid-link',''),(135550,1756,'eg-clients-icon',''),(135551,1756,'eg-clients-icon-dark',''),(135552,1756,'_thumbnail_id','1747'),(135553,1756,'_dp_original','646'),(135554,1756,'_edit_last','2'),(135555,1756,'_wp_old_slug','a-spotify-album'),(135556,1756,'eg_sources_revslider',''),(135557,1756,'eg_sources_essgrid',''),(135558,1756,'eg_featured_grid',''),(135559,1756,'eg_votes_count','0'),(135560,1756,'hide_header_and_menu','0'),(135561,1756,'_hide_header_and_menu','field_523384ce34a85'),(135562,2080,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135563,2080,'_wp_page_template','single-album-sidecover.php'),(135564,2080,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135565,2080,'_page_logo_select','field_523384ce55a99'),(135566,2080,'page_logo_select','light'),(135567,2080,'_hide_page_title','field_523382c955a73'),(135568,2080,'hide_page_title','1'),(135569,2080,'_classic_menu_over_content','field_523384ce55a85'),(135570,2080,'classic_menu_over_content','0'),(135571,2080,'_classic_menu_main_item_color','field_523384ce55a87'),(135572,2080,'classic_menu_main_item_color',''),(135573,2080,'_classic_menu_background','field_523384ce55a84'),(135574,2080,'classic_menu_background',''),(135575,2080,'_classic_menu_background_alpha','field_523384ce55a86'),(135576,2080,'classic_menu_background_alpha',''),(135577,2080,'_hamburger_icon_color','field_523384ce55a23'),(135578,2080,'hamburger_icon_color',''),(135579,2080,'_background','field_523382c955a74'),(135580,2080,'_background_repeat','field_523382f555a75'),(135581,2080,'background_repeat','null'),(135582,2080,'_background_size','field_5233837455a76'),(135583,2080,'background_size','null'),(135584,2080,'_background_position','field_5233842d55a78'),(135585,2080,'background_position','null'),(135586,2080,'_content_background_color','field_523384ce55a80'),(135587,2080,'content_background_color',''),(135588,2080,'_content_background_transparency','field_523384ce55a81'),(135589,2080,'content_background_transparency','1'),(135590,2080,'_background_color','field_523384ce55a79'),(135591,2080,'background_color',''),(135592,2080,'_block_footer','block_footer'),(135593,2080,'block_footer','null'),(135594,2080,'_sidebar-position','field_526d6ec715ee9'),(135595,2080,'sidebar-position','right'),(135596,2080,'_sidebar-area_id','field_526d6c0da8219'),(135597,2080,'_album_background_type','album_background_type'),(135598,2080,'album_background_type','default'),(135599,2080,'_album_background_image','album_background_image'),(135600,2080,'_album_background_color','album_background_color'),(135601,2080,'album_background_color',''),(135602,2080,'_banner_background_type','field_54ce55f555a01'),(135603,2080,'banner_background_type',''),(135604,2080,'_banner_background_color','field_54ce55f555a02'),(135605,2080,'banner_background_color',''),(135606,2080,'_banner_parallax','field_54ce55f555a03'),(135607,2080,'banner_parallax',''),(135608,2080,'_banner_image','field_54ce55f555a04'),(135609,2080,'_banner_fullscreen','field_54ce55f555a05'),(135610,2080,'banner_fullscreen',''),(135611,2080,'_banner_height','field_54ce55f555a06'),(135612,2080,'banner_height',''),(135613,2080,'_banner_content_type','field_54ce55f555a13'),(135614,2080,'banner_content_type',''),(135615,2080,'_banner_texteditor_content','field_54ce55f555a14'),(135616,2080,'banner_texteditor_content',''),(135617,2080,'_banner_title','field_54ce55f555a07'),(135618,2080,'banner_title',''),(135619,2080,'_banner_subtitle','field_54ce55f555a08'),(135620,2080,'banner_subtitle',''),(135621,2080,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(135622,2080,'banner_horizontal_content_alignment',''),(135623,2080,'_banner_background_alignement','field_54ce55f555a11'),(135624,2080,'banner_background_alignement',''),(135625,2080,'_banner_font_color','field_54ce55f555a12'),(135626,2080,'banner_font_color',''),(135627,2080,'_hide_album','field_51b8db2cd11c5'),(135628,2080,'hide_album','0'),(135629,2080,'_alb_release_date','field_51b8db2cd11c4'),(135630,2080,'alb_release_date','2017'),(135631,2080,'_artist_of_album','field_548d3d6715e41'),(135632,2080,'artist_of_album','a:1:{i:0;s:4:\"1192\";}'),(135633,2080,'_alb_link_external','field_523b66d6f2382'),(135634,2080,'alb_link_external',''),(135635,2080,'_alb_tracklist','field_51b8c4facc846'),(135636,2080,'alb_tracklist','7'),(135637,2080,'_alb_store_list','field_51b8c6d6cc84a'),(135638,2080,'alb_store_list','5'),(135639,2080,'_alb_review','field_51b8c792cc84d'),(135640,2080,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(135641,2080,'_alb_review_author','field_51b8c88fcc84e'),(135642,2080,'alb_review_author','Sonaar Magazine'),(135643,2080,'artist_of_album_string','Herbalizer'),(135644,2080,'_thumbnail_id','3711'),(135645,2080,'slide_template',''),(135646,2080,'eg_sources_html5_mp4',''),(135647,2080,'eg_sources_html5_ogv',''),(135648,2080,'eg_sources_html5_webm',''),(135649,2080,'eg_sources_youtube',''),(135650,2080,'eg_sources_vimeo',''),(135651,2080,'eg_sources_wistia',''),(135652,2080,'eg_sources_image',''),(135653,2080,'eg_sources_iframe',''),(135654,2080,'eg_sources_soundcloud',''),(135655,2080,'eg_vimeo_ratio','0'),(135656,2080,'eg_youtube_ratio','0'),(135657,2080,'eg_wistia_ratio','0'),(135658,2080,'eg_html5_ratio','0'),(135659,2080,'eg_soundcloud_ratio','0'),(135660,2080,'eg_settings_custom_meta_skin',''),(135661,2080,'eg_settings_custom_meta_element',''),(135662,2080,'eg_settings_custom_meta_setting',''),(135663,2080,'eg_settings_custom_meta_style',''),(135664,2080,'eg_custom_meta_216','true'),(135665,2080,'_wpb_vc_js_status','true'),(135666,2080,'_wp_old_slug','trailblazers'),(135667,2080,'background',''),(135668,2080,'alb_store_list_0_album_store_icon','fab fa-apple'),(135669,2080,'_alb_store_list_0_album_store_icon','album_store_icon'),(135670,2080,'alb_store_list_0_store_name','iTunes'),(135671,2080,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(135672,2080,'alb_store_list_0_store_link','https://www.itunes.com'),(135673,2080,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(135674,2080,'alb_store_list_1_album_store_icon','fab fa-spotify'),(135675,2080,'_alb_store_list_1_album_store_icon','album_store_icon'),(135676,2080,'alb_store_list_1_store_name','Spotify'),(135677,2080,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(135678,2080,'alb_store_list_1_store_link','https://www.spotify.com'),(135679,2080,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(135680,2080,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(135681,2080,'_alb_store_list_2_album_store_icon','album_store_icon'),(135682,2080,'alb_store_list_2_store_name','SoundCloud'),(135683,2080,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(135684,2080,'alb_store_list_2_store_link','https://www.soundcloud.com'),(135685,2080,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(135686,2080,'alb_store_list_3_album_store_icon','fab fa-amazon'),(135687,2080,'_alb_store_list_3_album_store_icon','album_store_icon'),(135688,2080,'alb_store_list_3_store_name','Amazon'),(135689,2080,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(135690,2080,'alb_store_list_3_store_link','https://www.amazon.com'),(135691,2080,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(135692,2080,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(135693,2080,'_alb_store_list_4_album_store_icon','album_store_icon'),(135694,2080,'alb_store_list_4_store_name','Buy Online'),(135695,2080,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(135696,2080,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(135697,2080,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(135698,2080,'alb_tracklist_0_track_title','Nuclear Ft. Drake'),(135699,2080,'_alb_tracklist_0_track_title','field_51b8c51ecc847'),(135700,2080,'alb_tracklist_0_track_buy_label','Free download'),(135701,2080,'_alb_tracklist_0_track_buy_label','field_51b8c5e3cc850'),(135702,2080,'alb_tracklist_0_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(135703,2080,'_alb_tracklist_0_track_store','field_51b8c5e3cc848'),(135704,2080,'alb_tracklist_0_track_mp3',''),(135705,2080,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(135706,2080,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(135707,2080,'_alb_tracklist_0_stream_link','stream_link'),(135708,2080,'alb_tracklist_1_track_title','Airborn'),(135709,2080,'_alb_tracklist_1_track_title','field_51b8c51ecc847'),(135710,2080,'alb_tracklist_1_track_buy_label','Free download'),(135711,2080,'_alb_tracklist_1_track_buy_label','field_51b8c5e3cc850'),(135712,2080,'alb_tracklist_1_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(135713,2080,'_alb_tracklist_1_track_store','field_51b8c5e3cc848'),(135714,2080,'alb_tracklist_1_track_mp3',''),(135715,2080,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(135716,2080,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(135717,2080,'_alb_tracklist_1_stream_link','stream_link'),(135718,2080,'alb_tracklist_2_track_title','Outbreak Ft. Reign'),(135719,2080,'_alb_tracklist_2_track_title','field_51b8c51ecc847'),(135720,2080,'alb_tracklist_2_track_buy_label','Listen on spotify'),(135721,2080,'_alb_tracklist_2_track_buy_label','field_51b8c5e3cc850'),(135722,2080,'alb_tracklist_2_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(135723,2080,'_alb_tracklist_2_track_store','field_51b8c5e3cc848'),(135724,2080,'alb_tracklist_2_track_mp3',''),(135725,2080,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(135726,2080,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(135727,2080,'_alb_tracklist_2_stream_link','stream_link'),(135728,2080,'alb_tracklist_3_track_title','Game Time'),(135729,2080,'_alb_tracklist_3_track_title','field_51b8c51ecc847'),(135730,2080,'alb_tracklist_3_track_buy_label','Listen on spotify'),(135731,2080,'_alb_tracklist_3_track_buy_label','field_51b8c5e3cc850'),(135732,2080,'alb_tracklist_3_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(135733,2080,'_alb_tracklist_3_track_store','field_51b8c5e3cc848'),(135734,2080,'alb_tracklist_3_track_mp3',''),(135735,2080,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(135736,2080,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(135737,2080,'_alb_tracklist_3_stream_link','stream_link'),(135738,2080,'alb_tracklist_4_track_title','Resurrected'),(135739,2080,'_alb_tracklist_4_track_title','field_51b8c51ecc847'),(135740,2080,'alb_tracklist_4_track_buy_label','Listen on spotify'),(135741,2080,'_alb_tracklist_4_track_buy_label','field_51b8c5e3cc850'),(135742,2080,'alb_tracklist_4_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(135743,2080,'_alb_tracklist_4_track_store','field_51b8c5e3cc848'),(135744,2080,'alb_tracklist_4_track_mp3',''),(135745,2080,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(135746,2080,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(135747,2080,'_alb_tracklist_4_stream_link','stream_link'),(135748,2080,'alb_tracklist_5_track_title','Break Aparts'),(135749,2080,'_alb_tracklist_5_track_title','field_51b8c51ecc847'),(135750,2080,'alb_tracklist_5_track_buy_label','Listen on spotify'),(135751,2080,'_alb_tracklist_5_track_buy_label','field_51b8c5e3cc850'),(135752,2080,'alb_tracklist_5_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(135753,2080,'_alb_tracklist_5_track_store','field_51b8c5e3cc848'),(135754,2080,'alb_tracklist_5_track_mp3',''),(135755,2080,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(135756,2080,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(135757,2080,'_alb_tracklist_5_stream_link','stream_link'),(135758,2080,'eg-pricetable-price',''),(135759,2080,'eg-pricetable-line1',''),(135760,2080,'eg-pricetable-line2',''),(135761,2080,'eg-pricetable-line3',''),(135762,2080,'eg-pricetable-line4',''),(135763,2080,'eg-pricetable-buy-url',''),(135764,2080,'eg-demogrid-link',''),(135765,2080,'eg-clients-icon',''),(135766,2080,'eg-clients-icon-dark',''),(135767,2080,'alb_tracklist_0_FileOrStream','stream'),(135768,2080,'_alb_tracklist_0_FileOrStream','FileOrStream'),(135769,2080,'alb_tracklist_0_stream_title','Just Dancing'),(135770,2080,'_alb_tracklist_0_stream_title','stream_title'),(135771,2080,'alb_tracklist_0_stream_artist',''),(135772,2080,'_alb_tracklist_0_stream_artist','stream_artist'),(135773,2080,'alb_tracklist_0_stream_album',''),(135774,2080,'_alb_tracklist_0_stream_album','stream_album'),(135775,2080,'alb_tracklist_0_song_store_list','2'),(135776,2080,'_alb_tracklist_0_song_store_list','song_store_list'),(135777,2080,'alb_tracklist_1_FileOrStream','stream'),(135778,2080,'_alb_tracklist_1_FileOrStream','FileOrStream'),(135779,2080,'alb_tracklist_1_stream_title','Warrior'),(135780,2080,'_alb_tracklist_1_stream_title','stream_title'),(135781,2080,'alb_tracklist_1_stream_artist',''),(135782,2080,'_alb_tracklist_1_stream_artist','stream_artist'),(135783,2080,'alb_tracklist_1_stream_album',''),(135784,2080,'_alb_tracklist_1_stream_album','stream_album'),(135785,2080,'alb_tracklist_1_song_store_list','2'),(135786,2080,'_alb_tracklist_1_song_store_list','song_store_list'),(135787,2080,'alb_tracklist_2_FileOrStream','stream'),(135788,2080,'_alb_tracklist_2_FileOrStream','FileOrStream'),(135789,2080,'alb_tracklist_2_stream_title','Feels Like Summer'),(135790,2080,'_alb_tracklist_2_stream_title','stream_title'),(135791,2080,'alb_tracklist_2_stream_artist',''),(135792,2080,'_alb_tracklist_2_stream_artist','stream_artist'),(135793,2080,'alb_tracklist_2_stream_album',''),(135794,2080,'_alb_tracklist_2_stream_album','stream_album'),(135795,2080,'alb_tracklist_2_song_store_list','2'),(135796,2080,'_alb_tracklist_2_song_store_list','song_store_list'),(135797,2080,'alb_tracklist_3_FileOrStream','stream'),(135798,2080,'_alb_tracklist_3_FileOrStream','FileOrStream'),(135799,2080,'alb_tracklist_3_stream_title','Little Talks'),(135800,2080,'_alb_tracklist_3_stream_title','stream_title'),(135801,2080,'alb_tracklist_3_stream_artist',''),(135802,2080,'_alb_tracklist_3_stream_artist','stream_artist'),(135803,2080,'alb_tracklist_3_stream_album',''),(135804,2080,'_alb_tracklist_3_stream_album','stream_album'),(135805,2080,'alb_tracklist_3_song_store_list','3'),(135806,2080,'_alb_tracklist_3_song_store_list','song_store_list'),(135807,2080,'alb_tracklist_4_FileOrStream','stream'),(135808,2080,'_alb_tracklist_4_FileOrStream','FileOrStream'),(135809,2080,'alb_tracklist_4_stream_title','Hero of War'),(135810,2080,'_alb_tracklist_4_stream_title','stream_title'),(135811,2080,'alb_tracklist_4_stream_artist',''),(135812,2080,'_alb_tracklist_4_stream_artist','stream_artist'),(135813,2080,'alb_tracklist_4_stream_album',''),(135814,2080,'_alb_tracklist_4_stream_album','stream_album'),(135815,2080,'alb_tracklist_4_song_store_list','2'),(135816,2080,'_alb_tracklist_4_song_store_list','song_store_list'),(135817,2080,'alb_tracklist_5_FileOrStream','stream'),(135818,2080,'_alb_tracklist_5_FileOrStream','FileOrStream'),(135819,2080,'alb_tracklist_5_stream_title','Turn Me Good'),(135820,2080,'_alb_tracklist_5_stream_title','stream_title'),(135821,2080,'alb_tracklist_5_stream_artist',''),(135822,2080,'_alb_tracklist_5_stream_artist','stream_artist'),(135823,2080,'alb_tracklist_5_stream_album',''),(135824,2080,'_alb_tracklist_5_stream_album','stream_album'),(135825,2080,'alb_tracklist_5_song_store_list','3'),(135826,2080,'_alb_tracklist_5_song_store_list','song_store_list'),(135827,2080,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-youtube'),(135828,2080,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(135829,2080,'alb_tracklist_0_song_store_list_0_song_store_name','YouTube'),(135830,2080,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(135831,2080,'alb_tracklist_0_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(135832,2080,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(135833,2080,'alb_tracklist_0_song_store_list_1_song_store_icon','fas fa-download'),(135834,2080,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(135835,2080,'alb_tracklist_0_song_store_list_1_song_store_name','Download'),(135836,2080,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(135837,2080,'alb_tracklist_0_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(135838,2080,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(135839,2080,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-soundcloud'),(135840,2080,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(135841,2080,'alb_tracklist_1_song_store_list_0_song_store_name','SoundCloud'),(135842,2080,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(135843,2080,'alb_tracklist_1_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(135844,2080,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(135845,2080,'alb_tracklist_6_FileOrStream','stream'),(135846,2080,'_alb_tracklist_6_FileOrStream','FileOrStream'),(135847,2080,'alb_tracklist_6_track_mp3',''),(135848,2080,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(135849,2080,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(135850,2080,'_alb_tracklist_6_stream_link','stream_link'),(135851,2080,'alb_tracklist_6_stream_title','Bro Hymn'),(135852,2080,'_alb_tracklist_6_stream_title','stream_title'),(135853,2080,'alb_tracklist_6_stream_artist',''),(135854,2080,'_alb_tracklist_6_stream_artist','stream_artist'),(135855,2080,'alb_tracklist_6_stream_album',''),(135856,2080,'_alb_tracklist_6_stream_album','stream_album'),(135857,2080,'alb_tracklist_6_song_store_list','2'),(135858,2080,'_alb_tracklist_6_song_store_list','song_store_list'),(135859,2080,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-spotify'),(135860,2080,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(135861,2080,'alb_tracklist_2_song_store_list_0_song_store_name','Spotify'),(135862,2080,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(135863,2080,'alb_tracklist_2_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(135864,2080,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(135865,2080,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-spotify'),(135866,2080,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(135867,2080,'alb_tracklist_3_song_store_list_0_song_store_name','Spotify'),(135868,2080,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(135869,2080,'alb_tracklist_3_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(135870,2080,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(135871,2080,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(135872,2080,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(135873,2080,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(135874,2080,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(135875,2080,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(135876,2080,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(135877,2080,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-youtube'),(135878,2080,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(135879,2080,'alb_tracklist_5_song_store_list_0_song_store_name','Video'),(135880,2080,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(135881,2080,'alb_tracklist_5_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(135882,2080,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(135883,2080,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-youtube'),(135884,2080,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(135885,2080,'alb_tracklist_6_song_store_list_0_song_store_name','Video'),(135886,2080,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(135887,2080,'alb_tracklist_6_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(135888,2080,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(135889,2080,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(135890,2080,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(135891,2080,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(135892,2080,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(135893,2080,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(135894,2080,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(135895,2080,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(135896,2080,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(135897,2080,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(135898,2080,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(135899,2080,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(135900,2080,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(135901,2080,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(135902,2080,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(135903,2080,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(135904,2080,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(135905,2080,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(135906,2080,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(135907,2080,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(135908,2080,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(135909,2080,'alb_tracklist_3_song_store_list_2_song_store_name','Buy Now'),(135910,2080,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(135911,2080,'alb_tracklist_3_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(135912,2080,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(135913,2080,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(135914,2080,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(135915,2080,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(135916,2080,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(135917,2080,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(135918,2080,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(135919,2080,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(135920,2080,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(135921,2080,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(135922,2080,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(135923,2080,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(135924,2080,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(135925,2080,'alb_tracklist_5_song_store_list_1_song_store_icon','fab fa-soundcloud'),(135926,2080,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(135927,2080,'alb_tracklist_5_song_store_list_1_song_store_name','SoundCloud'),(135928,2080,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(135929,2080,'alb_tracklist_5_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(135930,2080,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(135931,2080,'_dp_original','1218'),(135932,2080,'_edit_last','2'),(135933,2080,'_wp_old_slug','horizon-2'),(135934,2080,'alb_tracklist_5_song_store_list_2_song_store_icon','fas fa-download'),(135935,2080,'_alb_tracklist_5_song_store_list_2_song_store_icon','song_store_icon'),(135936,2080,'alb_tracklist_5_song_store_list_2_song_store_name','Download'),(135937,2080,'_alb_tracklist_5_song_store_list_2_song_store_name','song_store_name'),(135938,2080,'alb_tracklist_5_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(135939,2080,'_alb_tracklist_5_song_store_list_2_store_link','song_store_link'),(135940,2080,'_wp_old_slug','dust-to-play'),(135941,2080,'hide_header_and_menu','0'),(135942,2080,'_hide_header_and_menu','field_523384ce34a85'),(135943,2080,'eg_sources_revslider',''),(135944,2080,'eg_sources_essgrid',''),(135945,2080,'eg_featured_grid',''),(135946,2080,'eg_votes_count','0'),(135947,2083,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135948,2083,'_wp_page_template','default'),(135949,2083,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135950,2083,'_page_logo_select','field_523384ce55a99'),(135951,2083,'page_logo_select','light'),(135952,2083,'_hide_page_title','field_523382c955a73'),(135953,2083,'hide_page_title','0'),(135954,2083,'_classic_menu_over_content','field_523384ce55a85'),(135955,2083,'classic_menu_over_content','1'),(135956,2083,'_classic_menu_main_item_color','field_523384ce55a87'),(135957,2083,'classic_menu_main_item_color','#ffffff'),(135958,2083,'_classic_menu_background','field_523384ce55a84'),(135959,2083,'classic_menu_background',''),(135960,2083,'_classic_menu_background_alpha','field_523384ce55a86'),(135961,2083,'classic_menu_background_alpha',''),(135962,2083,'_hamburger_icon_color','field_523384ce55a23'),(135963,2083,'hamburger_icon_color',''),(135964,2083,'_background','field_523382c955a74'),(135965,2083,'_background_repeat','field_523382f555a75'),(135966,2083,'background_repeat','null'),(135967,2083,'_background_size','field_5233837455a76'),(135968,2083,'background_size','null'),(135969,2083,'_background_position','field_5233842d55a78'),(135970,2083,'background_position','null'),(135971,2083,'_content_background_color','field_523384ce55a80'),(135972,2083,'content_background_color',''),(135973,2083,'_content_background_transparency','field_523384ce55a81'),(135974,2083,'content_background_transparency','1'),(135975,2083,'_background_color','field_523384ce55a79'),(135976,2083,'background_color',''),(135977,2083,'_block_footer','block_footer'),(135978,2083,'block_footer','null'),(135979,2083,'_sidebar-position','field_526d6ec715ee9'),(135980,2083,'sidebar-position','right'),(135981,2083,'_sidebar-area_id','field_526d6c0da8219'),(135982,2083,'_album_background_type','album_background_type'),(135983,2083,'album_background_type','blurry'),(135984,2083,'_album_background_image','album_background_image'),(135985,2083,'_album_background_color','album_background_color'),(135986,2083,'album_background_color',''),(135987,2083,'_banner_background_type','field_54ce55f555a01'),(135988,2083,'banner_background_type',''),(135989,2083,'_banner_background_color','field_54ce55f555a02'),(135990,2083,'banner_background_color',''),(135991,2083,'_banner_parallax','field_54ce55f555a03'),(135992,2083,'banner_parallax',''),(135993,2083,'_banner_image','field_54ce55f555a04'),(135994,2083,'_banner_fullscreen','field_54ce55f555a05'),(135995,2083,'banner_fullscreen',''),(135996,2083,'_banner_height','field_54ce55f555a06'),(135997,2083,'banner_height',''),(135998,2083,'_banner_content_type','field_54ce55f555a13'),(135999,2083,'banner_content_type',''),(136000,2083,'_banner_texteditor_content','field_54ce55f555a14'),(136001,2083,'banner_texteditor_content',''),(136002,2083,'_banner_title','field_54ce55f555a07'),(136003,2083,'banner_title',''),(136004,2083,'_banner_subtitle','field_54ce55f555a08'),(136005,2083,'banner_subtitle',''),(136006,2083,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(136007,2083,'banner_horizontal_content_alignment',''),(136008,2083,'_banner_background_alignement','field_54ce55f555a11'),(136009,2083,'banner_background_alignement',''),(136010,2083,'_banner_font_color','field_54ce55f555a12'),(136011,2083,'banner_font_color',''),(136012,2083,'_hide_album','field_51b8db2cd11c5'),(136013,2083,'hide_album','0'),(136014,2083,'_alb_release_date','field_51b8db2cd11c4'),(136015,2083,'alb_release_date','2017'),(136016,2083,'_artist_of_album','field_548d3d6715e41'),(136017,2083,'artist_of_album','a:1:{i:0;s:4:\"1146\";}'),(136018,2083,'_alb_link_external','field_523b66d6f2382'),(136019,2083,'alb_link_external',''),(136020,2083,'_alb_tracklist','field_51b8c4facc846'),(136021,2083,'alb_tracklist','7'),(136022,2083,'_alb_store_list','field_51b8c6d6cc84a'),(136023,2083,'alb_store_list','5'),(136024,2083,'_alb_review','field_51b8c792cc84d'),(136025,2083,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(136026,2083,'_alb_review_author','field_51b8c88fcc84e'),(136027,2083,'alb_review_author','Sonaar Magazine'),(136028,2083,'artist_of_album_string','Ultrasonic'),(136029,2083,'slide_template',''),(136030,2083,'eg_sources_html5_mp4',''),(136031,2083,'eg_sources_html5_ogv',''),(136032,2083,'eg_sources_html5_webm',''),(136033,2083,'eg_sources_youtube',''),(136034,2083,'eg_sources_vimeo',''),(136035,2083,'eg_sources_wistia',''),(136036,2083,'eg_sources_image',''),(136037,2083,'eg_sources_iframe',''),(136038,2083,'eg_sources_soundcloud',''),(136039,2083,'eg_vimeo_ratio','0'),(136040,2083,'eg_youtube_ratio','0'),(136041,2083,'eg_wistia_ratio','0'),(136042,2083,'eg_html5_ratio','0'),(136043,2083,'eg_soundcloud_ratio','0'),(136044,2083,'eg_settings_custom_meta_skin',''),(136045,2083,'eg_settings_custom_meta_element',''),(136046,2083,'eg_settings_custom_meta_setting',''),(136047,2083,'eg_settings_custom_meta_style',''),(136048,2083,'eg_custom_meta_216','true'),(136049,2083,'_wpb_vc_js_status','true'),(136050,2083,'_wp_old_slug','trailblazers'),(136051,2083,'background',''),(136052,2083,'alb_store_list_0_album_store_icon','fab fa-apple'),(136053,2083,'_alb_store_list_0_album_store_icon','album_store_icon'),(136054,2083,'alb_store_list_0_store_name','iTunes'),(136055,2083,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(136056,2083,'alb_store_list_0_store_link','https://www.itunes.com'),(136057,2083,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(136058,2083,'alb_store_list_1_album_store_icon','fab fa-spotify'),(136059,2083,'_alb_store_list_1_album_store_icon','album_store_icon'),(136060,2083,'alb_store_list_1_store_name','Spotify'),(136061,2083,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(136062,2083,'alb_store_list_1_store_link','https://www.spotify.com'),(136063,2083,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(136064,2083,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(136065,2083,'_alb_store_list_2_album_store_icon','album_store_icon'),(136066,2083,'alb_store_list_2_store_name','SoundCloud'),(136067,2083,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(136068,2083,'alb_store_list_2_store_link','https://www.soundcloud.com'),(136069,2083,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(136070,2083,'alb_store_list_3_album_store_icon','fab fa-amazon'),(136071,2083,'_alb_store_list_3_album_store_icon','album_store_icon'),(136072,2083,'alb_store_list_3_store_name','Amazon'),(136073,2083,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(136074,2083,'alb_store_list_3_store_link','https://www.amazon.com'),(136075,2083,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(136076,2083,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(136077,2083,'_alb_store_list_4_album_store_icon','album_store_icon'),(136078,2083,'alb_store_list_4_store_name','Buy Online'),(136079,2083,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(136080,2083,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(136081,2083,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(136082,2083,'alb_tracklist_0_track_title','Nuclear Ft. Drake'),(136083,2083,'_alb_tracklist_0_track_title','field_51b8c51ecc847'),(136084,2083,'alb_tracklist_0_track_buy_label','Free download'),(136085,2083,'_alb_tracklist_0_track_buy_label','field_51b8c5e3cc850'),(136086,2083,'alb_tracklist_0_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(136087,2083,'_alb_tracklist_0_track_store','field_51b8c5e3cc848'),(136088,2083,'alb_tracklist_0_track_mp3',''),(136089,2083,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(136090,2083,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(136091,2083,'_alb_tracklist_0_stream_link','stream_link'),(136092,2083,'alb_tracklist_1_track_title','Airborn'),(136093,2083,'_alb_tracklist_1_track_title','field_51b8c51ecc847'),(136094,2083,'alb_tracklist_1_track_buy_label','Free download'),(136095,2083,'_alb_tracklist_1_track_buy_label','field_51b8c5e3cc850'),(136096,2083,'alb_tracklist_1_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(136097,2083,'_alb_tracklist_1_track_store','field_51b8c5e3cc848'),(136098,2083,'alb_tracklist_1_track_mp3',''),(136099,2083,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(136100,2083,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(136101,2083,'_alb_tracklist_1_stream_link','stream_link'),(136102,2083,'alb_tracklist_2_track_title','Outbreak Ft. Reign'),(136103,2083,'_alb_tracklist_2_track_title','field_51b8c51ecc847'),(136104,2083,'alb_tracklist_2_track_buy_label','Listen on spotify'),(136105,2083,'_alb_tracklist_2_track_buy_label','field_51b8c5e3cc850'),(136106,2083,'alb_tracklist_2_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136107,2083,'_alb_tracklist_2_track_store','field_51b8c5e3cc848'),(136108,2083,'alb_tracklist_2_track_mp3',''),(136109,2083,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(136110,2083,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(136111,2083,'_alb_tracklist_2_stream_link','stream_link'),(136112,2083,'alb_tracklist_3_track_title','Game Time'),(136113,2083,'_alb_tracklist_3_track_title','field_51b8c51ecc847'),(136114,2083,'alb_tracklist_3_track_buy_label','Listen on spotify'),(136115,2083,'_alb_tracklist_3_track_buy_label','field_51b8c5e3cc850'),(136116,2083,'alb_tracklist_3_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136117,2083,'_alb_tracklist_3_track_store','field_51b8c5e3cc848'),(136118,2083,'alb_tracklist_3_track_mp3',''),(136119,2083,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(136120,2083,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(136121,2083,'_alb_tracklist_3_stream_link','stream_link'),(136122,2083,'alb_tracklist_4_track_title','Resurrected'),(136123,2083,'_alb_tracklist_4_track_title','field_51b8c51ecc847'),(136124,2083,'alb_tracklist_4_track_buy_label','Listen on spotify'),(136125,2083,'_alb_tracklist_4_track_buy_label','field_51b8c5e3cc850'),(136126,2083,'alb_tracklist_4_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136127,2083,'_alb_tracklist_4_track_store','field_51b8c5e3cc848'),(136128,2083,'alb_tracklist_4_track_mp3',''),(136129,2083,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(136130,2083,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(136131,2083,'_alb_tracklist_4_stream_link','stream_link'),(136132,2083,'alb_tracklist_5_track_title','Break Aparts'),(136133,2083,'_alb_tracklist_5_track_title','field_51b8c51ecc847'),(136134,2083,'alb_tracklist_5_track_buy_label','Listen on spotify'),(136135,2083,'_alb_tracklist_5_track_buy_label','field_51b8c5e3cc850'),(136136,2083,'alb_tracklist_5_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136137,2083,'_alb_tracklist_5_track_store','field_51b8c5e3cc848'),(136138,2083,'alb_tracklist_5_track_mp3',''),(136139,2083,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(136140,2083,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(136141,2083,'_alb_tracklist_5_stream_link','stream_link'),(136142,2083,'eg-pricetable-price',''),(136143,2083,'eg-pricetable-line1',''),(136144,2083,'eg-pricetable-line2',''),(136145,2083,'eg-pricetable-line3',''),(136146,2083,'eg-pricetable-line4',''),(136147,2083,'eg-pricetable-buy-url',''),(136148,2083,'eg-demogrid-link',''),(136149,2083,'eg-clients-icon',''),(136150,2083,'eg-clients-icon-dark',''),(136151,2083,'alb_tracklist_0_FileOrStream','stream'),(136152,2083,'_alb_tracklist_0_FileOrStream','FileOrStream'),(136153,2083,'alb_tracklist_0_stream_title','Just Dancing'),(136154,2083,'_alb_tracklist_0_stream_title','stream_title'),(136155,2083,'alb_tracklist_0_stream_artist',''),(136156,2083,'_alb_tracklist_0_stream_artist','stream_artist'),(136157,2083,'alb_tracklist_0_stream_album',''),(136158,2083,'_alb_tracklist_0_stream_album','stream_album'),(136159,2083,'alb_tracklist_0_song_store_list','2'),(136160,2083,'_alb_tracklist_0_song_store_list','song_store_list'),(136161,2083,'alb_tracklist_1_FileOrStream','stream'),(136162,2083,'_alb_tracklist_1_FileOrStream','FileOrStream'),(136163,2083,'alb_tracklist_1_stream_title','Warrior'),(136164,2083,'_alb_tracklist_1_stream_title','stream_title'),(136165,2083,'alb_tracklist_1_stream_artist',''),(136166,2083,'_alb_tracklist_1_stream_artist','stream_artist'),(136167,2083,'alb_tracklist_1_stream_album',''),(136168,2083,'_alb_tracklist_1_stream_album','stream_album'),(136169,2083,'alb_tracklist_1_song_store_list','2'),(136170,2083,'_alb_tracklist_1_song_store_list','song_store_list'),(136171,2083,'alb_tracklist_2_FileOrStream','stream'),(136172,2083,'_alb_tracklist_2_FileOrStream','FileOrStream'),(136173,2083,'alb_tracklist_2_stream_title','Little Talks'),(136174,2083,'_alb_tracklist_2_stream_title','stream_title'),(136175,2083,'alb_tracklist_2_stream_artist',''),(136176,2083,'_alb_tracklist_2_stream_artist','stream_artist'),(136177,2083,'alb_tracklist_2_stream_album',''),(136178,2083,'_alb_tracklist_2_stream_album','stream_album'),(136179,2083,'alb_tracklist_2_song_store_list','3'),(136180,2083,'_alb_tracklist_2_song_store_list','song_store_list'),(136181,2083,'alb_tracklist_3_FileOrStream','stream'),(136182,2083,'_alb_tracklist_3_FileOrStream','FileOrStream'),(136183,2083,'alb_tracklist_3_stream_title','Turn Me Good'),(136184,2083,'_alb_tracklist_3_stream_title','stream_title'),(136185,2083,'alb_tracklist_3_stream_artist',''),(136186,2083,'_alb_tracklist_3_stream_artist','stream_artist'),(136187,2083,'alb_tracklist_3_stream_album',''),(136188,2083,'_alb_tracklist_3_stream_album','stream_album'),(136189,2083,'alb_tracklist_3_song_store_list','3'),(136190,2083,'_alb_tracklist_3_song_store_list','song_store_list'),(136191,2083,'alb_tracklist_4_FileOrStream','stream'),(136192,2083,'_alb_tracklist_4_FileOrStream','FileOrStream'),(136193,2083,'alb_tracklist_4_stream_title','Feels Like Summer'),(136194,2083,'_alb_tracklist_4_stream_title','stream_title'),(136195,2083,'alb_tracklist_4_stream_artist',''),(136196,2083,'_alb_tracklist_4_stream_artist','stream_artist'),(136197,2083,'alb_tracklist_4_stream_album',''),(136198,2083,'_alb_tracklist_4_stream_album','stream_album'),(136199,2083,'alb_tracklist_4_song_store_list','2'),(136200,2083,'_alb_tracklist_4_song_store_list','song_store_list'),(136201,2083,'alb_tracklist_5_FileOrStream','stream'),(136202,2083,'_alb_tracklist_5_FileOrStream','FileOrStream'),(136203,2083,'alb_tracklist_5_stream_title','Hero of War'),(136204,2083,'_alb_tracklist_5_stream_title','stream_title'),(136205,2083,'alb_tracklist_5_stream_artist',''),(136206,2083,'_alb_tracklist_5_stream_artist','stream_artist'),(136207,2083,'alb_tracklist_5_stream_album',''),(136208,2083,'_alb_tracklist_5_stream_album','stream_album'),(136209,2083,'alb_tracklist_5_song_store_list','2'),(136210,2083,'_alb_tracklist_5_song_store_list','song_store_list'),(136211,2083,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-youtube'),(136212,2083,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(136213,2083,'alb_tracklist_0_song_store_list_0_song_store_name','YouTube'),(136214,2083,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(136215,2083,'alb_tracklist_0_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(136216,2083,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(136217,2083,'alb_tracklist_0_song_store_list_1_song_store_icon','fas fa-download'),(136218,2083,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(136219,2083,'alb_tracklist_0_song_store_list_1_song_store_name','Download'),(136220,2083,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(136221,2083,'alb_tracklist_0_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(136222,2083,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(136223,2083,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-soundcloud'),(136224,2083,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(136225,2083,'alb_tracklist_1_song_store_list_0_song_store_name','SoundCloud'),(136226,2083,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(136227,2083,'alb_tracklist_1_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(136228,2083,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(136229,2083,'alb_tracklist_6_FileOrStream','stream'),(136230,2083,'_alb_tracklist_6_FileOrStream','FileOrStream'),(136231,2083,'alb_tracklist_6_track_mp3',''),(136232,2083,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(136233,2083,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(136234,2083,'_alb_tracklist_6_stream_link','stream_link'),(136235,2083,'alb_tracklist_6_stream_title','Bro Hymn'),(136236,2083,'_alb_tracklist_6_stream_title','stream_title'),(136237,2083,'alb_tracklist_6_stream_artist',''),(136238,2083,'_alb_tracklist_6_stream_artist','stream_artist'),(136239,2083,'alb_tracklist_6_stream_album',''),(136240,2083,'_alb_tracklist_6_stream_album','stream_album'),(136241,2083,'alb_tracklist_6_song_store_list','2'),(136242,2083,'_alb_tracklist_6_song_store_list','song_store_list'),(136243,2083,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-spotify'),(136244,2083,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(136245,2083,'alb_tracklist_2_song_store_list_0_song_store_name','Spotify'),(136246,2083,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(136247,2083,'alb_tracklist_2_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(136248,2083,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(136249,2083,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(136250,2083,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(136251,2083,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(136252,2083,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(136253,2083,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(136254,2083,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(136255,2083,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(136256,2083,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(136257,2083,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(136258,2083,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(136259,2083,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(136260,2083,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(136261,2083,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-spotify'),(136262,2083,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(136263,2083,'alb_tracklist_5_song_store_list_0_song_store_name','Spotify'),(136264,2083,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(136265,2083,'alb_tracklist_5_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(136266,2083,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(136267,2083,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-youtube'),(136268,2083,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(136269,2083,'alb_tracklist_6_song_store_list_0_song_store_name','Video'),(136270,2083,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(136271,2083,'alb_tracklist_6_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(136272,2083,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(136273,2083,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(136274,2083,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(136275,2083,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(136276,2083,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(136277,2083,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(136278,2083,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(136279,2083,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(136280,2083,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(136281,2083,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(136282,2083,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(136283,2083,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(136284,2083,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(136285,2083,'alb_tracklist_2_song_store_list_1_song_store_icon','fab fa-soundcloud'),(136286,2083,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(136287,2083,'alb_tracklist_2_song_store_list_1_song_store_name','SoundCloud'),(136288,2083,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(136289,2083,'alb_tracklist_2_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(136290,2083,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(136291,2083,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(136292,2083,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(136293,2083,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(136294,2083,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(136295,2083,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(136296,2083,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(136297,2083,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(136298,2083,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(136299,2083,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(136300,2083,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(136301,2083,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(136302,2083,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(136303,2083,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(136304,2083,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(136305,2083,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(136306,2083,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(136307,2083,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(136308,2083,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(136309,2083,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(136310,2083,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(136311,2083,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(136312,2083,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(136313,2083,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(136314,2083,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(136315,2083,'_dp_original','1218'),(136316,2083,'_edit_last','2'),(136317,2083,'_wp_old_slug','copy-of-horizon'),(136318,2083,'alb_tracklist_2_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(136319,2083,'_alb_tracklist_2_song_store_list_2_song_store_icon','song_store_icon'),(136320,2083,'alb_tracklist_2_song_store_list_2_song_store_name','Buy Now'),(136321,2083,'_alb_tracklist_2_song_store_list_2_song_store_name','song_store_name'),(136322,2083,'alb_tracklist_2_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(136323,2083,'_alb_tracklist_2_song_store_list_2_store_link','song_store_link'),(136324,2083,'_wp_old_slug','colorun'),(136325,2083,'hide_header_and_menu','0'),(136326,2083,'_hide_header_and_menu','field_523384ce34a85'),(136327,2083,'eg_sources_revslider',''),(136328,2083,'eg_sources_essgrid',''),(136329,2083,'eg_featured_grid',''),(136330,2083,'eg_votes_count','0'),(136331,2083,'_thumbnail_id','3709'),(136332,2083,'footer_playlist','null'),(136333,2083,'_footer_playlist','footer_playlist'),(136334,2086,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(136335,2086,'_wp_page_template','default'),(136336,2086,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(136337,2086,'_page_logo_select','field_523384ce55a99'),(136338,2086,'page_logo_select','light'),(136339,2086,'_hide_page_title','field_523382c955a73'),(136340,2086,'hide_page_title','0'),(136341,2086,'_classic_menu_over_content','field_523384ce55a85'),(136342,2086,'classic_menu_over_content','1'),(136343,2086,'_classic_menu_main_item_color','field_523384ce55a87'),(136344,2086,'classic_menu_main_item_color','#ffffff'),(136345,2086,'_classic_menu_background','field_523384ce55a84'),(136346,2086,'classic_menu_background',''),(136347,2086,'_classic_menu_background_alpha','field_523384ce55a86'),(136348,2086,'classic_menu_background_alpha',''),(136349,2086,'_hamburger_icon_color','field_523384ce55a23'),(136350,2086,'hamburger_icon_color',''),(136351,2086,'_background','field_523382c955a74'),(136352,2086,'_background_repeat','field_523382f555a75'),(136353,2086,'background_repeat','null'),(136354,2086,'_background_size','field_5233837455a76'),(136355,2086,'background_size','null'),(136356,2086,'_background_position','field_5233842d55a78'),(136357,2086,'background_position','null'),(136358,2086,'_content_background_color','field_523384ce55a80'),(136359,2086,'content_background_color',''),(136360,2086,'_content_background_transparency','field_523384ce55a81'),(136361,2086,'content_background_transparency','1'),(136362,2086,'_background_color','field_523384ce55a79'),(136363,2086,'background_color',''),(136364,2086,'_block_footer','block_footer'),(136365,2086,'block_footer','null'),(136366,2086,'_sidebar-position','field_526d6ec715ee9'),(136367,2086,'sidebar-position','right'),(136368,2086,'_sidebar-area_id','field_526d6c0da8219'),(136369,2086,'_album_background_type','album_background_type'),(136370,2086,'album_background_type','blurry'),(136371,2086,'_album_background_image','album_background_image'),(136372,2086,'_album_background_color','album_background_color'),(136373,2086,'album_background_color',''),(136374,2086,'_banner_background_type','field_54ce55f555a01'),(136375,2086,'banner_background_type',''),(136376,2086,'_banner_background_color','field_54ce55f555a02'),(136377,2086,'banner_background_color',''),(136378,2086,'_banner_parallax','field_54ce55f555a03'),(136379,2086,'banner_parallax',''),(136380,2086,'_banner_image','field_54ce55f555a04'),(136381,2086,'_banner_fullscreen','field_54ce55f555a05'),(136382,2086,'banner_fullscreen',''),(136383,2086,'_banner_height','field_54ce55f555a06'),(136384,2086,'banner_height',''),(136385,2086,'_banner_content_type','field_54ce55f555a13'),(136386,2086,'banner_content_type',''),(136387,2086,'_banner_texteditor_content','field_54ce55f555a14'),(136388,2086,'banner_texteditor_content',''),(136389,2086,'_banner_title','field_54ce55f555a07'),(136390,2086,'banner_title',''),(136391,2086,'_banner_subtitle','field_54ce55f555a08'),(136392,2086,'banner_subtitle',''),(136393,2086,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(136394,2086,'banner_horizontal_content_alignment',''),(136395,2086,'_banner_background_alignement','field_54ce55f555a11'),(136396,2086,'banner_background_alignement',''),(136397,2086,'_banner_font_color','field_54ce55f555a12'),(136398,2086,'banner_font_color',''),(136399,2086,'_hide_album','field_51b8db2cd11c5'),(136400,2086,'hide_album','0'),(136401,2086,'_alb_release_date','field_51b8db2cd11c4'),(136402,2086,'alb_release_date','2017'),(136403,2086,'_artist_of_album','field_548d3d6715e41'),(136404,2086,'artist_of_album','a:1:{i:0;s:4:\"1194\";}'),(136405,2086,'_alb_link_external','field_523b66d6f2382'),(136406,2086,'alb_link_external',''),(136407,2086,'_alb_tracklist','field_51b8c4facc846'),(136408,2086,'alb_tracklist','7'),(136409,2086,'_alb_store_list','field_51b8c6d6cc84a'),(136410,2086,'alb_store_list','5'),(136411,2086,'_alb_review','field_51b8c792cc84d'),(136412,2086,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(136413,2086,'_alb_review_author','field_51b8c88fcc84e'),(136414,2086,'alb_review_author','Sonaar Magazine'),(136415,2086,'artist_of_album_string','Wyclef'),(136416,2086,'_thumbnail_id','3706'),(136417,2086,'slide_template',''),(136418,2086,'eg_sources_html5_mp4',''),(136419,2086,'eg_sources_html5_ogv',''),(136420,2086,'eg_sources_html5_webm',''),(136421,2086,'eg_sources_youtube',''),(136422,2086,'eg_sources_vimeo',''),(136423,2086,'eg_sources_wistia',''),(136424,2086,'eg_sources_image',''),(136425,2086,'eg_sources_iframe',''),(136426,2086,'eg_sources_soundcloud',''),(136427,2086,'eg_vimeo_ratio','0'),(136428,2086,'eg_youtube_ratio','0'),(136429,2086,'eg_wistia_ratio','0'),(136430,2086,'eg_html5_ratio','0'),(136431,2086,'eg_soundcloud_ratio','0'),(136432,2086,'eg_settings_custom_meta_skin',''),(136433,2086,'eg_settings_custom_meta_element',''),(136434,2086,'eg_settings_custom_meta_setting',''),(136435,2086,'eg_settings_custom_meta_style',''),(136436,2086,'eg_custom_meta_216','true'),(136437,2086,'_wpb_vc_js_status','true'),(136438,2086,'_wp_old_slug','trailblazers'),(136439,2086,'background',''),(136440,2086,'alb_store_list_0_album_store_icon','fab fa-apple'),(136441,2086,'_alb_store_list_0_album_store_icon','album_store_icon'),(136442,2086,'alb_store_list_0_store_name','iTunes'),(136443,2086,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(136444,2086,'alb_store_list_0_store_link','https://www.itunes.com'),(136445,2086,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(136446,2086,'alb_store_list_1_album_store_icon','fab fa-spotify'),(136447,2086,'_alb_store_list_1_album_store_icon','album_store_icon'),(136448,2086,'alb_store_list_1_store_name','Spotify'),(136449,2086,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(136450,2086,'alb_store_list_1_store_link','https://www.spotify.com'),(136451,2086,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(136452,2086,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(136453,2086,'_alb_store_list_2_album_store_icon','album_store_icon'),(136454,2086,'alb_store_list_2_store_name','SoundCloud'),(136455,2086,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(136456,2086,'alb_store_list_2_store_link','https://www.soundcloud.com'),(136457,2086,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(136458,2086,'alb_store_list_3_album_store_icon','fab fa-amazon'),(136459,2086,'_alb_store_list_3_album_store_icon','album_store_icon'),(136460,2086,'alb_store_list_3_store_name','Amazon'),(136461,2086,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(136462,2086,'alb_store_list_3_store_link','https://www.amazon.com'),(136463,2086,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(136464,2086,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(136465,2086,'_alb_store_list_4_album_store_icon','album_store_icon'),(136466,2086,'alb_store_list_4_store_name','Buy Online'),(136467,2086,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(136468,2086,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(136469,2086,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(136470,2086,'alb_tracklist_0_track_title','Nuclear Ft. Drake'),(136471,2086,'_alb_tracklist_0_track_title','field_51b8c51ecc847'),(136472,2086,'alb_tracklist_0_track_buy_label','Free download'),(136473,2086,'_alb_tracklist_0_track_buy_label','field_51b8c5e3cc850'),(136474,2086,'alb_tracklist_0_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(136475,2086,'_alb_tracklist_0_track_store','field_51b8c5e3cc848'),(136476,2086,'alb_tracklist_0_track_mp3',''),(136477,2086,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(136478,2086,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(136479,2086,'_alb_tracklist_0_stream_link','stream_link'),(136480,2086,'alb_tracklist_1_track_title','Airborn'),(136481,2086,'_alb_tracklist_1_track_title','field_51b8c51ecc847'),(136482,2086,'alb_tracklist_1_track_buy_label','Free download'),(136483,2086,'_alb_tracklist_1_track_buy_label','field_51b8c5e3cc850'),(136484,2086,'alb_tracklist_1_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(136485,2086,'_alb_tracklist_1_track_store','field_51b8c5e3cc848'),(136486,2086,'alb_tracklist_1_track_mp3',''),(136487,2086,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(136488,2086,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(136489,2086,'_alb_tracklist_1_stream_link','stream_link'),(136490,2086,'alb_tracklist_2_track_title','Outbreak Ft. Reign'),(136491,2086,'_alb_tracklist_2_track_title','field_51b8c51ecc847'),(136492,2086,'alb_tracklist_2_track_buy_label','Listen on spotify'),(136493,2086,'_alb_tracklist_2_track_buy_label','field_51b8c5e3cc850'),(136494,2086,'alb_tracklist_2_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136495,2086,'_alb_tracklist_2_track_store','field_51b8c5e3cc848'),(136496,2086,'alb_tracklist_2_track_mp3',''),(136497,2086,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(136498,2086,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(136499,2086,'_alb_tracklist_2_stream_link','stream_link'),(136500,2086,'alb_tracklist_3_track_title','Game Time'),(136501,2086,'_alb_tracklist_3_track_title','field_51b8c51ecc847'),(136502,2086,'alb_tracklist_3_track_buy_label','Listen on spotify'),(136503,2086,'_alb_tracklist_3_track_buy_label','field_51b8c5e3cc850'),(136504,2086,'alb_tracklist_3_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136505,2086,'_alb_tracklist_3_track_store','field_51b8c5e3cc848'),(136506,2086,'alb_tracklist_3_track_mp3',''),(136507,2086,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(136508,2086,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(136509,2086,'_alb_tracklist_3_stream_link','stream_link'),(136510,2086,'alb_tracklist_4_track_title','Resurrected'),(136511,2086,'_alb_tracklist_4_track_title','field_51b8c51ecc847'),(136512,2086,'alb_tracklist_4_track_buy_label','Listen on spotify'),(136513,2086,'_alb_tracklist_4_track_buy_label','field_51b8c5e3cc850'),(136514,2086,'alb_tracklist_4_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136515,2086,'_alb_tracklist_4_track_store','field_51b8c5e3cc848'),(136516,2086,'alb_tracklist_4_track_mp3',''),(136517,2086,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(136518,2086,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(136519,2086,'_alb_tracklist_4_stream_link','stream_link'),(136520,2086,'alb_tracklist_5_track_title','Break Aparts'),(136521,2086,'_alb_tracklist_5_track_title','field_51b8c51ecc847'),(136522,2086,'alb_tracklist_5_track_buy_label','Listen on spotify'),(136523,2086,'_alb_tracklist_5_track_buy_label','field_51b8c5e3cc850'),(136524,2086,'alb_tracklist_5_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136525,2086,'_alb_tracklist_5_track_store','field_51b8c5e3cc848'),(136526,2086,'alb_tracklist_5_track_mp3',''),(136527,2086,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(136528,2086,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(136529,2086,'_alb_tracklist_5_stream_link','stream_link'),(136530,2086,'eg-pricetable-price',''),(136531,2086,'eg-pricetable-line1',''),(136532,2086,'eg-pricetable-line2',''),(136533,2086,'eg-pricetable-line3',''),(136534,2086,'eg-pricetable-line4',''),(136535,2086,'eg-pricetable-buy-url',''),(136536,2086,'eg-demogrid-link',''),(136537,2086,'eg-clients-icon',''),(136538,2086,'eg-clients-icon-dark',''),(136539,2086,'alb_tracklist_0_FileOrStream','stream'),(136540,2086,'_alb_tracklist_0_FileOrStream','FileOrStream'),(136541,2086,'alb_tracklist_0_stream_title','Warrior'),(136542,2086,'_alb_tracklist_0_stream_title','stream_title'),(136543,2086,'alb_tracklist_0_stream_artist',''),(136544,2086,'_alb_tracklist_0_stream_artist','stream_artist'),(136545,2086,'alb_tracklist_0_stream_album',''),(136546,2086,'_alb_tracklist_0_stream_album','stream_album'),(136547,2086,'alb_tracklist_0_song_store_list','2'),(136548,2086,'_alb_tracklist_0_song_store_list','song_store_list'),(136549,2086,'alb_tracklist_1_FileOrStream','stream'),(136550,2086,'_alb_tracklist_1_FileOrStream','FileOrStream'),(136551,2086,'alb_tracklist_1_stream_title','Little Talks'),(136552,2086,'_alb_tracklist_1_stream_title','stream_title'),(136553,2086,'alb_tracklist_1_stream_artist',''),(136554,2086,'_alb_tracklist_1_stream_artist','stream_artist'),(136555,2086,'alb_tracklist_1_stream_album',''),(136556,2086,'_alb_tracklist_1_stream_album','stream_album'),(136557,2086,'alb_tracklist_1_song_store_list','3'),(136558,2086,'_alb_tracklist_1_song_store_list','song_store_list'),(136559,2086,'alb_tracklist_2_FileOrStream','stream'),(136560,2086,'_alb_tracklist_2_FileOrStream','FileOrStream'),(136561,2086,'alb_tracklist_2_stream_title','Just Dancing'),(136562,2086,'_alb_tracklist_2_stream_title','stream_title'),(136563,2086,'alb_tracklist_2_stream_artist',''),(136564,2086,'_alb_tracklist_2_stream_artist','stream_artist'),(136565,2086,'alb_tracklist_2_stream_album',''),(136566,2086,'_alb_tracklist_2_stream_album','stream_album'),(136567,2086,'alb_tracklist_2_song_store_list','2'),(136568,2086,'_alb_tracklist_2_song_store_list','song_store_list'),(136569,2086,'alb_tracklist_3_FileOrStream','stream'),(136570,2086,'_alb_tracklist_3_FileOrStream','FileOrStream'),(136571,2086,'alb_tracklist_3_stream_title','Turn Me Good'),(136572,2086,'_alb_tracklist_3_stream_title','stream_title'),(136573,2086,'alb_tracklist_3_stream_artist',''),(136574,2086,'_alb_tracklist_3_stream_artist','stream_artist'),(136575,2086,'alb_tracklist_3_stream_album',''),(136576,2086,'_alb_tracklist_3_stream_album','stream_album'),(136577,2086,'alb_tracklist_3_song_store_list','3'),(136578,2086,'_alb_tracklist_3_song_store_list','song_store_list'),(136579,2086,'alb_tracklist_4_FileOrStream','stream'),(136580,2086,'_alb_tracklist_4_FileOrStream','FileOrStream'),(136581,2086,'alb_tracklist_4_stream_title','Hero of War'),(136582,2086,'_alb_tracklist_4_stream_title','stream_title'),(136583,2086,'alb_tracklist_4_stream_artist',''),(136584,2086,'_alb_tracklist_4_stream_artist','stream_artist'),(136585,2086,'alb_tracklist_4_stream_album',''),(136586,2086,'_alb_tracklist_4_stream_album','stream_album'),(136587,2086,'alb_tracklist_4_song_store_list','2'),(136588,2086,'_alb_tracklist_4_song_store_list','song_store_list'),(136589,2086,'alb_tracklist_5_FileOrStream','stream'),(136590,2086,'_alb_tracklist_5_FileOrStream','FileOrStream'),(136591,2086,'alb_tracklist_5_stream_title','Bro Hymn'),(136592,2086,'_alb_tracklist_5_stream_title','stream_title'),(136593,2086,'alb_tracklist_5_stream_artist',''),(136594,2086,'_alb_tracklist_5_stream_artist','stream_artist'),(136595,2086,'alb_tracklist_5_stream_album',''),(136596,2086,'_alb_tracklist_5_stream_album','stream_album'),(136597,2086,'alb_tracklist_5_song_store_list','2'),(136598,2086,'_alb_tracklist_5_song_store_list','song_store_list'),(136599,2086,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-soundcloud'),(136600,2086,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(136601,2086,'alb_tracklist_0_song_store_list_0_song_store_name','SoundCloud'),(136602,2086,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(136603,2086,'alb_tracklist_0_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(136604,2086,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(136605,2086,'alb_tracklist_0_song_store_list_1_song_store_icon','fas fa-download'),(136606,2086,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(136607,2086,'alb_tracklist_0_song_store_list_1_song_store_name','Download'),(136608,2086,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(136609,2086,'alb_tracklist_0_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(136610,2086,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(136611,2086,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-spotify'),(136612,2086,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(136613,2086,'alb_tracklist_1_song_store_list_0_song_store_name','Spotify'),(136614,2086,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(136615,2086,'alb_tracklist_1_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(136616,2086,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(136617,2086,'alb_tracklist_6_FileOrStream','stream'),(136618,2086,'_alb_tracklist_6_FileOrStream','FileOrStream'),(136619,2086,'alb_tracklist_6_track_mp3',''),(136620,2086,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(136621,2086,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(136622,2086,'_alb_tracklist_6_stream_link','stream_link'),(136623,2086,'alb_tracklist_6_stream_title','Feels Like Summer'),(136624,2086,'_alb_tracklist_6_stream_title','stream_title'),(136625,2086,'alb_tracklist_6_stream_artist',''),(136626,2086,'_alb_tracklist_6_stream_artist','stream_artist'),(136627,2086,'alb_tracklist_6_stream_album',''),(136628,2086,'_alb_tracklist_6_stream_album','stream_album'),(136629,2086,'alb_tracklist_6_song_store_list','2'),(136630,2086,'_alb_tracklist_6_song_store_list','song_store_list'),(136631,2086,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-youtube'),(136632,2086,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(136633,2086,'alb_tracklist_2_song_store_list_0_song_store_name','YouTube'),(136634,2086,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(136635,2086,'alb_tracklist_2_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(136636,2086,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(136637,2086,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(136638,2086,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(136639,2086,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(136640,2086,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(136641,2086,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(136642,2086,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(136643,2086,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(136644,2086,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(136645,2086,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(136646,2086,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(136647,2086,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(136648,2086,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(136649,2086,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-youtube'),(136650,2086,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(136651,2086,'alb_tracklist_5_song_store_list_0_song_store_name','Video'),(136652,2086,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(136653,2086,'alb_tracklist_5_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(136654,2086,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(136655,2086,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-spotify'),(136656,2086,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(136657,2086,'alb_tracklist_6_song_store_list_0_song_store_name','Spotify'),(136658,2086,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(136659,2086,'alb_tracklist_6_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(136660,2086,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(136661,2086,'alb_tracklist_1_song_store_list_1_song_store_icon','fab fa-soundcloud'),(136662,2086,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(136663,2086,'alb_tracklist_1_song_store_list_1_song_store_name','SoundCloud'),(136664,2086,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(136665,2086,'alb_tracklist_1_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(136666,2086,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(136667,2086,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(136668,2086,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(136669,2086,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(136670,2086,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(136671,2086,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(136672,2086,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(136673,2086,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(136674,2086,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(136675,2086,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(136676,2086,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(136677,2086,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(136678,2086,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(136679,2086,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(136680,2086,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(136681,2086,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(136682,2086,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(136683,2086,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(136684,2086,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(136685,2086,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(136686,2086,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(136687,2086,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(136688,2086,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(136689,2086,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(136690,2086,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(136691,2086,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(136692,2086,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(136693,2086,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(136694,2086,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(136695,2086,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(136696,2086,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(136697,2086,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(136698,2086,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(136699,2086,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(136700,2086,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(136701,2086,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(136702,2086,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(136703,2086,'_dp_original','1218'),(136704,2086,'_edit_last','2'),(136705,2086,'_wp_old_slug','copy-of-horizon'),(136706,2086,'alb_tracklist_1_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(136707,2086,'_alb_tracklist_1_song_store_list_2_song_store_icon','song_store_icon'),(136708,2086,'alb_tracklist_1_song_store_list_2_song_store_name','Buy Now'),(136709,2086,'_alb_tracklist_1_song_store_list_2_song_store_name','song_store_name'),(136710,2086,'alb_tracklist_1_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(136711,2086,'_alb_tracklist_1_song_store_list_2_store_link','song_store_link'),(136712,2086,'_wp_old_slug','moodburst'),(136713,2086,'hide_header_and_menu','0'),(136714,2086,'_hide_header_and_menu','field_523384ce34a85'),(136715,2086,'eg_sources_revslider',''),(136716,2086,'eg_sources_essgrid',''),(136717,2086,'eg_featured_grid',''),(136718,2086,'eg_votes_count','0'),(136719,2090,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(136720,2090,'_wp_page_template','default'),(136721,2090,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(136722,2090,'_page_logo_select','field_523384ce55a99'),(136723,2090,'page_logo_select','light'),(136724,2090,'_hide_page_title','field_523382c955a73'),(136725,2090,'hide_page_title','0'),(136726,2090,'_classic_menu_over_content','field_523384ce55a85'),(136727,2090,'classic_menu_over_content','1'),(136728,2090,'_classic_menu_main_item_color','field_523384ce55a87'),(136729,2090,'classic_menu_main_item_color','#ffffff'),(136730,2090,'_classic_menu_background','field_523384ce55a84'),(136731,2090,'classic_menu_background',''),(136732,2090,'_classic_menu_background_alpha','field_523384ce55a86'),(136733,2090,'classic_menu_background_alpha',''),(136734,2090,'_hamburger_icon_color','field_523384ce55a23'),(136735,2090,'hamburger_icon_color',''),(136736,2090,'_background','field_523382c955a74'),(136737,2090,'_background_repeat','field_523382f555a75'),(136738,2090,'background_repeat','null'),(136739,2090,'_background_size','field_5233837455a76'),(136740,2090,'background_size','null'),(136741,2090,'_background_position','field_5233842d55a78'),(136742,2090,'background_position','null'),(136743,2090,'_content_background_color','field_523384ce55a80'),(136744,2090,'content_background_color',''),(136745,2090,'_content_background_transparency','field_523384ce55a81'),(136746,2090,'content_background_transparency','1'),(136747,2090,'_background_color','field_523384ce55a79'),(136748,2090,'background_color',''),(136749,2090,'_block_footer','block_footer'),(136750,2090,'block_footer','null'),(136751,2090,'_sidebar-position','field_526d6ec715ee9'),(136752,2090,'sidebar-position','right'),(136753,2090,'_sidebar-area_id','field_526d6c0da8219'),(136754,2090,'_album_background_type','album_background_type'),(136755,2090,'album_background_type','blurry'),(136756,2090,'_album_background_image','album_background_image'),(136757,2090,'_album_background_color','album_background_color'),(136758,2090,'album_background_color',''),(136759,2090,'_banner_background_type','field_54ce55f555a01'),(136760,2090,'banner_background_type',''),(136761,2090,'_banner_background_color','field_54ce55f555a02'),(136762,2090,'banner_background_color',''),(136763,2090,'_banner_parallax','field_54ce55f555a03'),(136764,2090,'banner_parallax',''),(136765,2090,'_banner_image','field_54ce55f555a04'),(136766,2090,'_banner_fullscreen','field_54ce55f555a05'),(136767,2090,'banner_fullscreen',''),(136768,2090,'_banner_height','field_54ce55f555a06'),(136769,2090,'banner_height',''),(136770,2090,'_banner_content_type','field_54ce55f555a13'),(136771,2090,'banner_content_type',''),(136772,2090,'_banner_texteditor_content','field_54ce55f555a14'),(136773,2090,'banner_texteditor_content',''),(136774,2090,'_banner_title','field_54ce55f555a07'),(136775,2090,'banner_title',''),(136776,2090,'_banner_subtitle','field_54ce55f555a08'),(136777,2090,'banner_subtitle',''),(136778,2090,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(136779,2090,'banner_horizontal_content_alignment',''),(136780,2090,'_banner_background_alignement','field_54ce55f555a11'),(136781,2090,'banner_background_alignement',''),(136782,2090,'_banner_font_color','field_54ce55f555a12'),(136783,2090,'banner_font_color',''),(136784,2090,'_hide_album','field_51b8db2cd11c5'),(136785,2090,'hide_album','0'),(136786,2090,'_alb_release_date','field_51b8db2cd11c4'),(136787,2090,'alb_release_date','2017'),(136788,2090,'_artist_of_album','field_548d3d6715e41'),(136789,2090,'artist_of_album','a:1:{i:0;s:4:\"1143\";}'),(136790,2090,'_alb_link_external','field_523b66d6f2382'),(136791,2090,'alb_link_external',''),(136792,2090,'_alb_tracklist','field_51b8c4facc846'),(136793,2090,'alb_tracklist','7'),(136794,2090,'_alb_store_list','field_51b8c6d6cc84a'),(136795,2090,'alb_store_list','5'),(136796,2090,'_alb_review','field_51b8c792cc84d'),(136797,2090,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(136798,2090,'_alb_review_author','field_51b8c88fcc84e'),(136799,2090,'alb_review_author','Sonaar Magazine'),(136800,2090,'artist_of_album_string','DJ Sonaar'),(136801,2090,'_thumbnail_id','3710'),(136802,2090,'slide_template',''),(136803,2090,'eg_sources_html5_mp4',''),(136804,2090,'eg_sources_html5_ogv',''),(136805,2090,'eg_sources_html5_webm',''),(136806,2090,'eg_sources_youtube',''),(136807,2090,'eg_sources_vimeo',''),(136808,2090,'eg_sources_wistia',''),(136809,2090,'eg_sources_image',''),(136810,2090,'eg_sources_iframe',''),(136811,2090,'eg_sources_soundcloud',''),(136812,2090,'eg_vimeo_ratio','0'),(136813,2090,'eg_youtube_ratio','0'),(136814,2090,'eg_wistia_ratio','0'),(136815,2090,'eg_html5_ratio','0'),(136816,2090,'eg_soundcloud_ratio','0'),(136817,2090,'eg_settings_custom_meta_skin',''),(136818,2090,'eg_settings_custom_meta_element',''),(136819,2090,'eg_settings_custom_meta_setting',''),(136820,2090,'eg_settings_custom_meta_style',''),(136821,2090,'eg_custom_meta_216','true'),(136822,2090,'_wpb_vc_js_status','true'),(136823,2090,'_wp_old_slug','trailblazers'),(136824,2090,'background',''),(136825,2090,'alb_store_list_0_album_store_icon','fab fa-apple'),(136826,2090,'_alb_store_list_0_album_store_icon','album_store_icon'),(136827,2090,'alb_store_list_0_store_name','iTunes'),(136828,2090,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(136829,2090,'alb_store_list_0_store_link','https://www.itunes.com'),(136830,2090,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(136831,2090,'alb_store_list_1_album_store_icon','fab fa-spotify'),(136832,2090,'_alb_store_list_1_album_store_icon','album_store_icon'),(136833,2090,'alb_store_list_1_store_name','Spotify'),(136834,2090,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(136835,2090,'alb_store_list_1_store_link','https://www.spotify.com'),(136836,2090,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(136837,2090,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(136838,2090,'_alb_store_list_2_album_store_icon','album_store_icon'),(136839,2090,'alb_store_list_2_store_name','SoundCloud'),(136840,2090,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(136841,2090,'alb_store_list_2_store_link','https://www.soundcloud.com'),(136842,2090,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(136843,2090,'alb_store_list_3_album_store_icon','fab fa-amazon'),(136844,2090,'_alb_store_list_3_album_store_icon','album_store_icon'),(136845,2090,'alb_store_list_3_store_name','Amazon'),(136846,2090,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(136847,2090,'alb_store_list_3_store_link','https://www.amazon.com'),(136848,2090,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(136849,2090,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(136850,2090,'_alb_store_list_4_album_store_icon','album_store_icon'),(136851,2090,'alb_store_list_4_store_name','Buy Online'),(136852,2090,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(136853,2090,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(136854,2090,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(136855,2090,'alb_tracklist_0_track_title','Nuclear Ft. Drake'),(136856,2090,'_alb_tracklist_0_track_title','field_51b8c51ecc847'),(136857,2090,'alb_tracklist_0_track_buy_label','Free download'),(136858,2090,'_alb_tracklist_0_track_buy_label','field_51b8c5e3cc850'),(136859,2090,'alb_tracklist_0_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(136860,2090,'_alb_tracklist_0_track_store','field_51b8c5e3cc848'),(136861,2090,'alb_tracklist_0_track_mp3',''),(136862,2090,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(136863,2090,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(136864,2090,'_alb_tracklist_0_stream_link','stream_link'),(136865,2090,'alb_tracklist_1_track_title','Airborn'),(136866,2090,'_alb_tracklist_1_track_title','field_51b8c51ecc847'),(136867,2090,'alb_tracklist_1_track_buy_label','Free download'),(136868,2090,'_alb_tracklist_1_track_buy_label','field_51b8c5e3cc850'),(136869,2090,'alb_tracklist_1_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(136870,2090,'_alb_tracklist_1_track_store','field_51b8c5e3cc848'),(136871,2090,'alb_tracklist_1_track_mp3',''),(136872,2090,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(136873,2090,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(136874,2090,'_alb_tracklist_1_stream_link','stream_link'),(136875,2090,'alb_tracklist_2_track_title','Outbreak Ft. Reign'),(136876,2090,'_alb_tracklist_2_track_title','field_51b8c51ecc847'),(136877,2090,'alb_tracklist_2_track_buy_label','Listen on spotify'),(136878,2090,'_alb_tracklist_2_track_buy_label','field_51b8c5e3cc850'),(136879,2090,'alb_tracklist_2_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136880,2090,'_alb_tracklist_2_track_store','field_51b8c5e3cc848'),(136881,2090,'alb_tracklist_2_track_mp3',''),(136882,2090,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(136883,2090,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(136884,2090,'_alb_tracklist_2_stream_link','stream_link'),(136885,2090,'alb_tracklist_3_track_title','Game Time'),(136886,2090,'_alb_tracklist_3_track_title','field_51b8c51ecc847'),(136887,2090,'alb_tracklist_3_track_buy_label','Listen on spotify'),(136888,2090,'_alb_tracklist_3_track_buy_label','field_51b8c5e3cc850'),(136889,2090,'alb_tracklist_3_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136890,2090,'_alb_tracklist_3_track_store','field_51b8c5e3cc848'),(136891,2090,'alb_tracklist_3_track_mp3',''),(136892,2090,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(136893,2090,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(136894,2090,'_alb_tracklist_3_stream_link','stream_link'),(136895,2090,'alb_tracklist_4_track_title','Resurrected'),(136896,2090,'_alb_tracklist_4_track_title','field_51b8c51ecc847'),(136897,2090,'alb_tracklist_4_track_buy_label','Listen on spotify'),(136898,2090,'_alb_tracklist_4_track_buy_label','field_51b8c5e3cc850'),(136899,2090,'alb_tracklist_4_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136900,2090,'_alb_tracklist_4_track_store','field_51b8c5e3cc848'),(136901,2090,'alb_tracklist_4_track_mp3',''),(136902,2090,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(136903,2090,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(136904,2090,'_alb_tracklist_4_stream_link','stream_link'),(136905,2090,'alb_tracklist_5_track_title','Break Aparts'),(136906,2090,'_alb_tracklist_5_track_title','field_51b8c51ecc847'),(136907,2090,'alb_tracklist_5_track_buy_label','Listen on spotify'),(136908,2090,'_alb_tracklist_5_track_buy_label','field_51b8c5e3cc850'),(136909,2090,'alb_tracklist_5_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(136910,2090,'_alb_tracklist_5_track_store','field_51b8c5e3cc848'),(136911,2090,'alb_tracklist_5_track_mp3',''),(136912,2090,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(136913,2090,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(136914,2090,'_alb_tracklist_5_stream_link','stream_link'),(136915,2090,'eg-pricetable-price',''),(136916,2090,'eg-pricetable-line1',''),(136917,2090,'eg-pricetable-line2',''),(136918,2090,'eg-pricetable-line3',''),(136919,2090,'eg-pricetable-line4',''),(136920,2090,'eg-pricetable-buy-url',''),(136921,2090,'eg-demogrid-link',''),(136922,2090,'eg-clients-icon',''),(136923,2090,'eg-clients-icon-dark',''),(136924,2090,'alb_tracklist_0_FileOrStream','stream'),(136925,2090,'_alb_tracklist_0_FileOrStream','FileOrStream'),(136926,2090,'alb_tracklist_0_stream_title','Warrior'),(136927,2090,'_alb_tracklist_0_stream_title','stream_title'),(136928,2090,'alb_tracklist_0_stream_artist',''),(136929,2090,'_alb_tracklist_0_stream_artist','stream_artist'),(136930,2090,'alb_tracklist_0_stream_album',''),(136931,2090,'_alb_tracklist_0_stream_album','stream_album'),(136932,2090,'alb_tracklist_0_song_store_list','2'),(136933,2090,'_alb_tracklist_0_song_store_list','song_store_list'),(136934,2090,'alb_tracklist_1_FileOrStream','stream'),(136935,2090,'_alb_tracklist_1_FileOrStream','FileOrStream'),(136936,2090,'alb_tracklist_1_stream_title','Bro Hymn'),(136937,2090,'_alb_tracklist_1_stream_title','stream_title'),(136938,2090,'alb_tracklist_1_stream_artist',''),(136939,2090,'_alb_tracklist_1_stream_artist','stream_artist'),(136940,2090,'alb_tracklist_1_stream_album',''),(136941,2090,'_alb_tracklist_1_stream_album','stream_album'),(136942,2090,'alb_tracklist_1_song_store_list','2'),(136943,2090,'_alb_tracklist_1_song_store_list','song_store_list'),(136944,2090,'alb_tracklist_2_FileOrStream','stream'),(136945,2090,'_alb_tracklist_2_FileOrStream','FileOrStream'),(136946,2090,'alb_tracklist_2_stream_title','Just Dancing'),(136947,2090,'_alb_tracklist_2_stream_title','stream_title'),(136948,2090,'alb_tracklist_2_stream_artist',''),(136949,2090,'_alb_tracklist_2_stream_artist','stream_artist'),(136950,2090,'alb_tracklist_2_stream_album',''),(136951,2090,'_alb_tracklist_2_stream_album','stream_album'),(136952,2090,'alb_tracklist_2_song_store_list','2'),(136953,2090,'_alb_tracklist_2_song_store_list','song_store_list'),(136954,2090,'alb_tracklist_3_FileOrStream','stream'),(136955,2090,'_alb_tracklist_3_FileOrStream','FileOrStream'),(136956,2090,'alb_tracklist_3_stream_title','Turn Me Good'),(136957,2090,'_alb_tracklist_3_stream_title','stream_title'),(136958,2090,'alb_tracklist_3_stream_artist',''),(136959,2090,'_alb_tracklist_3_stream_artist','stream_artist'),(136960,2090,'alb_tracklist_3_stream_album',''),(136961,2090,'_alb_tracklist_3_stream_album','stream_album'),(136962,2090,'alb_tracklist_3_song_store_list','3'),(136963,2090,'_alb_tracklist_3_song_store_list','song_store_list'),(136964,2090,'alb_tracklist_4_FileOrStream','stream'),(136965,2090,'_alb_tracklist_4_FileOrStream','FileOrStream'),(136966,2090,'alb_tracklist_4_stream_title','Little Talks'),(136967,2090,'_alb_tracklist_4_stream_title','stream_title'),(136968,2090,'alb_tracklist_4_stream_artist',''),(136969,2090,'_alb_tracklist_4_stream_artist','stream_artist'),(136970,2090,'alb_tracklist_4_stream_album',''),(136971,2090,'_alb_tracklist_4_stream_album','stream_album'),(136972,2090,'alb_tracklist_4_song_store_list','3'),(136973,2090,'_alb_tracklist_4_song_store_list','song_store_list'),(136974,2090,'alb_tracklist_5_FileOrStream','stream'),(136975,2090,'_alb_tracklist_5_FileOrStream','FileOrStream'),(136976,2090,'alb_tracklist_5_stream_title','Feels Like Summer'),(136977,2090,'_alb_tracklist_5_stream_title','stream_title'),(136978,2090,'alb_tracklist_5_stream_artist',''),(136979,2090,'_alb_tracklist_5_stream_artist','stream_artist'),(136980,2090,'alb_tracklist_5_stream_album',''),(136981,2090,'_alb_tracklist_5_stream_album','stream_album'),(136982,2090,'alb_tracklist_5_song_store_list','2'),(136983,2090,'_alb_tracklist_5_song_store_list','song_store_list'),(136984,2090,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-soundcloud'),(136985,2090,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(136986,2090,'alb_tracklist_0_song_store_list_0_song_store_name','SoundCloud'),(136987,2090,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(136988,2090,'alb_tracklist_0_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(136989,2090,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(136990,2090,'alb_tracklist_0_song_store_list_1_song_store_icon','fas fa-download'),(136991,2090,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(136992,2090,'alb_tracklist_0_song_store_list_1_song_store_name','Download'),(136993,2090,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(136994,2090,'alb_tracklist_0_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(136995,2090,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(136996,2090,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-youtube'),(136997,2090,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(136998,2090,'alb_tracklist_1_song_store_list_0_song_store_name','Video'),(136999,2090,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(137000,2090,'alb_tracklist_1_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(137001,2090,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(137002,2090,'alb_tracklist_6_FileOrStream','stream'),(137003,2090,'_alb_tracklist_6_FileOrStream','FileOrStream'),(137004,2090,'alb_tracklist_6_track_mp3',''),(137005,2090,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(137006,2090,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(137007,2090,'_alb_tracklist_6_stream_link','stream_link'),(137008,2090,'alb_tracklist_6_stream_title','Hero of War'),(137009,2090,'_alb_tracklist_6_stream_title','stream_title'),(137010,2090,'alb_tracklist_6_stream_artist',''),(137011,2090,'_alb_tracklist_6_stream_artist','stream_artist'),(137012,2090,'alb_tracklist_6_stream_album',''),(137013,2090,'_alb_tracklist_6_stream_album','stream_album'),(137014,2090,'alb_tracklist_6_song_store_list','2'),(137015,2090,'_alb_tracklist_6_song_store_list','song_store_list'),(137016,2090,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-youtube'),(137017,2090,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(137018,2090,'alb_tracklist_2_song_store_list_0_song_store_name','YouTube'),(137019,2090,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(137020,2090,'alb_tracklist_2_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(137021,2090,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(137022,2090,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(137023,2090,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(137024,2090,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(137025,2090,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(137026,2090,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(137027,2090,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(137028,2090,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(137029,2090,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(137030,2090,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(137031,2090,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(137032,2090,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(137033,2090,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(137034,2090,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-spotify'),(137035,2090,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(137036,2090,'alb_tracklist_5_song_store_list_0_song_store_name','Spotify'),(137037,2090,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(137038,2090,'alb_tracklist_5_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(137039,2090,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(137040,2090,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-spotify'),(137041,2090,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(137042,2090,'alb_tracklist_6_song_store_list_0_song_store_name','Spotify'),(137043,2090,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(137044,2090,'alb_tracklist_6_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(137045,2090,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(137046,2090,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(137047,2090,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(137048,2090,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(137049,2090,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(137050,2090,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(137051,2090,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(137052,2090,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(137053,2090,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(137054,2090,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(137055,2090,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(137056,2090,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(137057,2090,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(137058,2090,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(137059,2090,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(137060,2090,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(137061,2090,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(137062,2090,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(137063,2090,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(137064,2090,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(137065,2090,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(137066,2090,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(137067,2090,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(137068,2090,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(137069,2090,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(137070,2090,'alb_tracklist_4_song_store_list_1_song_store_icon','fab fa-soundcloud'),(137071,2090,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(137072,2090,'alb_tracklist_4_song_store_list_1_song_store_name','SoundCloud'),(137073,2090,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(137074,2090,'alb_tracklist_4_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(137075,2090,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(137076,2090,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(137077,2090,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(137078,2090,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(137079,2090,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(137080,2090,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(137081,2090,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(137082,2090,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(137083,2090,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(137084,2090,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(137085,2090,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(137086,2090,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(137087,2090,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(137088,2090,'_dp_original','1218'),(137089,2090,'_edit_last','2'),(137090,2090,'_wp_old_slug','copy-of-horizon'),(137091,2090,'alb_tracklist_4_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(137092,2090,'_alb_tracklist_4_song_store_list_2_song_store_icon','song_store_icon'),(137093,2090,'alb_tracklist_4_song_store_list_2_song_store_name','Buy Now'),(137094,2090,'_alb_tracklist_4_song_store_list_2_song_store_name','song_store_name'),(137095,2090,'alb_tracklist_4_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(137096,2090,'_alb_tracklist_4_song_store_list_2_store_link','song_store_link'),(137097,2090,'hide_header_and_menu','0'),(137098,2090,'_hide_header_and_menu','field_523384ce34a85'),(137099,2090,'_wp_old_slug','somera'),(137100,2090,'eg_sources_revslider',''),(137101,2090,'eg_sources_essgrid',''),(137102,2090,'eg_featured_grid',''),(137103,2090,'eg_votes_count','0'),(137104,2093,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137105,2093,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137106,2093,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137107,2093,'_wp_page_template','default'),(137108,2093,'_page_logo_select','field_523384ce55a99'),(137109,2093,'page_logo_select','light'),(137110,2093,'_hide_page_title','field_523382c955a73'),(137111,2093,'hide_page_title','0'),(137112,2093,'_classic_menu_over_content','field_523384ce55a85'),(137113,2093,'classic_menu_over_content','1'),(137114,2093,'_classic_menu_main_item_color','field_523384ce55a87'),(137115,2093,'classic_menu_main_item_color','#ffffff'),(137116,2093,'_classic_menu_background','field_523384ce55a84'),(137117,2093,'classic_menu_background',''),(137118,2093,'_classic_menu_background_alpha','field_523384ce55a86'),(137119,2093,'classic_menu_background_alpha',''),(137120,2093,'_hamburger_icon_color','field_523384ce55a23'),(137121,2093,'hamburger_icon_color',''),(137122,2093,'_background','field_523382c955a74'),(137123,2093,'_background_repeat','field_523382f555a75'),(137124,2093,'background_repeat','null'),(137125,2093,'_background_size','field_5233837455a76'),(137126,2093,'background_size','null'),(137127,2093,'_background_position','field_5233842d55a78'),(137128,2093,'background_position','null'),(137129,2093,'_content_background_color','field_523384ce55a80'),(137130,2093,'content_background_color',''),(137131,2093,'_content_background_transparency','field_523384ce55a81'),(137132,2093,'content_background_transparency','1'),(137133,2093,'_background_color','field_523384ce55a79'),(137134,2093,'background_color',''),(137135,2093,'_block_footer','block_footer'),(137136,2093,'block_footer','null'),(137137,2093,'_sidebar-position','field_526d6ec715ee9'),(137138,2093,'sidebar-position','right'),(137139,2093,'_sidebar-area_id','field_526d6c0da8219'),(137140,2093,'_album_background_type','album_background_type'),(137141,2093,'album_background_type','blurry'),(137142,2093,'_album_background_image','album_background_image'),(137143,2093,'_album_background_color','album_background_color'),(137144,2093,'album_background_color',''),(137145,2093,'_banner_background_type','field_54ce55f555a01'),(137146,2093,'banner_background_type',''),(137147,2093,'_banner_background_color','field_54ce55f555a02'),(137148,2093,'banner_background_color',''),(137149,2093,'_banner_parallax','field_54ce55f555a03'),(137150,2093,'banner_parallax',''),(137151,2093,'_banner_image','field_54ce55f555a04'),(137152,2093,'_banner_fullscreen','field_54ce55f555a05'),(137153,2093,'banner_fullscreen',''),(137154,2093,'_banner_height','field_54ce55f555a06'),(137155,2093,'banner_height',''),(137156,2093,'_banner_content_type','field_54ce55f555a13'),(137157,2093,'banner_content_type',''),(137158,2093,'_banner_texteditor_content','field_54ce55f555a14'),(137159,2093,'banner_texteditor_content',''),(137160,2093,'_banner_title','field_54ce55f555a07'),(137161,2093,'banner_title',''),(137162,2093,'_banner_subtitle','field_54ce55f555a08'),(137163,2093,'banner_subtitle',''),(137164,2093,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(137165,2093,'banner_horizontal_content_alignment',''),(137166,2093,'_banner_background_alignement','field_54ce55f555a11'),(137167,2093,'banner_background_alignement',''),(137168,2093,'_banner_font_color','field_54ce55f555a12'),(137169,2093,'banner_font_color',''),(137170,2093,'_hide_album','field_51b8db2cd11c5'),(137171,2093,'hide_album','0'),(137172,2093,'_alb_release_date','field_51b8db2cd11c4'),(137173,2093,'alb_release_date',''),(137174,2093,'_artist_of_album','field_548d3d6715e41'),(137175,2093,'artist_of_album',''),(137176,2093,'_alb_link_external','field_523b66d6f2382'),(137177,2093,'alb_link_external',''),(137178,2093,'_alb_tracklist','field_51b8c4facc846'),(137179,2093,'alb_tracklist','7'),(137180,2093,'_alb_store_list','field_51b8c6d6cc84a'),(137181,2093,'alb_store_list','5'),(137182,2093,'_alb_review','field_51b8c792cc84d'),(137183,2093,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(137184,2093,'_alb_review_author','field_51b8c88fcc84e'),(137185,2093,'alb_review_author','Sonaar Magazine'),(137186,2093,'artist_of_album_string','Maskatomb'),(137187,2093,'slide_template',''),(137188,2093,'eg_sources_html5_mp4',''),(137189,2093,'eg_sources_html5_ogv',''),(137190,2093,'eg_sources_html5_webm',''),(137191,2093,'eg_sources_youtube',''),(137192,2093,'eg_sources_vimeo',''),(137193,2093,'eg_sources_wistia',''),(137194,2093,'eg_sources_image',''),(137195,2093,'eg_sources_iframe',''),(137196,2093,'eg_sources_soundcloud',''),(137197,2093,'eg_vimeo_ratio','0'),(137198,2093,'eg_youtube_ratio','0'),(137199,2093,'eg_wistia_ratio','0'),(137200,2093,'eg_html5_ratio','0'),(137201,2093,'eg_soundcloud_ratio','0'),(137202,2093,'eg_settings_custom_meta_skin',''),(137203,2093,'eg_settings_custom_meta_element',''),(137204,2093,'eg_settings_custom_meta_setting',''),(137205,2093,'eg_settings_custom_meta_style',''),(137206,2093,'eg_custom_meta_216','true'),(137207,2093,'_wpb_vc_js_status','true'),(137208,2093,'_wp_old_slug','trailblazers'),(137209,2093,'_wp_old_slug','copy-of-horizon'),(137210,2093,'background',''),(137211,2093,'alb_store_list_0_album_store_icon','fab fa-apple'),(137212,2093,'_alb_store_list_0_album_store_icon','album_store_icon'),(137213,2093,'alb_store_list_0_store_name','iTunes'),(137214,2093,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(137215,2093,'alb_store_list_0_store_link','https://www.itunes.com'),(137216,2093,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(137217,2093,'alb_store_list_1_album_store_icon','fab fa-spotify'),(137218,2093,'_alb_store_list_1_album_store_icon','album_store_icon'),(137219,2093,'alb_store_list_1_store_name','Spotify'),(137220,2093,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(137221,2093,'alb_store_list_1_store_link','https://www.spotify.com'),(137222,2093,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(137223,2093,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(137224,2093,'_alb_store_list_2_album_store_icon','album_store_icon'),(137225,2093,'alb_store_list_2_store_name','SoundCloud'),(137226,2093,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(137227,2093,'alb_store_list_2_store_link','https://www.soundcloud.com'),(137228,2093,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(137229,2093,'alb_store_list_3_album_store_icon','fab fa-amazon'),(137230,2093,'_alb_store_list_3_album_store_icon','album_store_icon'),(137231,2093,'alb_store_list_3_store_name','Amazon'),(137232,2093,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(137233,2093,'alb_store_list_3_store_link','https://www.amazon.com'),(137234,2093,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(137235,2093,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(137236,2093,'_alb_store_list_4_album_store_icon','album_store_icon'),(137237,2093,'alb_store_list_4_store_name','Buy Online'),(137238,2093,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(137239,2093,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(137240,2093,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(137241,2093,'alb_tracklist_0_track_title','Nuclear Ft. Drake'),(137242,2093,'_alb_tracklist_0_track_title','field_51b8c51ecc847'),(137243,2093,'alb_tracklist_0_track_buy_label','Free download'),(137244,2093,'_alb_tracklist_0_track_buy_label','field_51b8c5e3cc850'),(137245,2093,'alb_tracklist_0_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(137246,2093,'_alb_tracklist_0_track_store','field_51b8c5e3cc848'),(137247,2093,'alb_tracklist_0_track_mp3',''),(137248,2093,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(137249,2093,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(137250,2093,'_alb_tracklist_0_stream_link','stream_link'),(137251,2093,'alb_tracklist_1_track_title','Airborn'),(137252,2093,'_alb_tracklist_1_track_title','field_51b8c51ecc847'),(137253,2093,'alb_tracklist_1_track_buy_label','Free download'),(137254,2093,'_alb_tracklist_1_track_buy_label','field_51b8c5e3cc850'),(137255,2093,'alb_tracklist_1_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(137256,2093,'_alb_tracklist_1_track_store','field_51b8c5e3cc848'),(137257,2093,'alb_tracklist_1_track_mp3',''),(137258,2093,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(137259,2093,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(137260,2093,'_alb_tracklist_1_stream_link','stream_link'),(137261,2093,'alb_tracklist_2_track_title','Outbreak Ft. Reign'),(137262,2093,'_alb_tracklist_2_track_title','field_51b8c51ecc847'),(137263,2093,'alb_tracklist_2_track_buy_label','Listen on spotify'),(137264,2093,'_alb_tracklist_2_track_buy_label','field_51b8c5e3cc850'),(137265,2093,'alb_tracklist_2_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(137266,2093,'_alb_tracklist_2_track_store','field_51b8c5e3cc848'),(137267,2093,'alb_tracklist_2_track_mp3',''),(137268,2093,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(137269,2093,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(137270,2093,'_alb_tracklist_2_stream_link','stream_link'),(137271,2093,'alb_tracklist_3_track_title','Game Time'),(137272,2093,'_alb_tracklist_3_track_title','field_51b8c51ecc847'),(137273,2093,'alb_tracklist_3_track_buy_label','Listen on spotify'),(137274,2093,'_alb_tracklist_3_track_buy_label','field_51b8c5e3cc850'),(137275,2093,'alb_tracklist_3_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(137276,2093,'_alb_tracklist_3_track_store','field_51b8c5e3cc848'),(137277,2093,'alb_tracklist_3_track_mp3',''),(137278,2093,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(137279,2093,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(137280,2093,'_alb_tracklist_3_stream_link','stream_link'),(137281,2093,'alb_tracklist_4_track_title','Resurrected'),(137282,2093,'_alb_tracklist_4_track_title','field_51b8c51ecc847'),(137283,2093,'alb_tracklist_4_track_buy_label','Listen on spotify'),(137284,2093,'_alb_tracklist_4_track_buy_label','field_51b8c5e3cc850'),(137285,2093,'alb_tracklist_4_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(137286,2093,'_alb_tracklist_4_track_store','field_51b8c5e3cc848'),(137287,2093,'alb_tracklist_4_track_mp3',''),(137288,2093,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(137289,2093,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(137290,2093,'_alb_tracklist_4_stream_link','stream_link'),(137291,2093,'alb_tracklist_5_track_title','Break Aparts'),(137292,2093,'_alb_tracklist_5_track_title','field_51b8c51ecc847'),(137293,2093,'alb_tracklist_5_track_buy_label','Listen on spotify'),(137294,2093,'_alb_tracklist_5_track_buy_label','field_51b8c5e3cc850'),(137295,2093,'alb_tracklist_5_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(137296,2093,'_alb_tracklist_5_track_store','field_51b8c5e3cc848'),(137297,2093,'alb_tracklist_5_track_mp3',''),(137298,2093,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(137299,2093,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(137300,2093,'_alb_tracklist_5_stream_link','stream_link'),(137301,2093,'eg-pricetable-price',''),(137302,2093,'eg-pricetable-line1',''),(137303,2093,'eg-pricetable-line2',''),(137304,2093,'eg-pricetable-line3',''),(137305,2093,'eg-pricetable-line4',''),(137306,2093,'eg-pricetable-buy-url',''),(137307,2093,'eg-demogrid-link',''),(137308,2093,'eg-clients-icon',''),(137309,2093,'eg-clients-icon-dark',''),(137310,2093,'alb_tracklist_0_FileOrStream','stream'),(137311,2093,'_alb_tracklist_0_FileOrStream','FileOrStream'),(137312,2093,'alb_tracklist_0_stream_title','Little Talks'),(137313,2093,'_alb_tracklist_0_stream_title','stream_title'),(137314,2093,'alb_tracklist_0_stream_artist',''),(137315,2093,'_alb_tracklist_0_stream_artist','stream_artist'),(137316,2093,'alb_tracklist_0_stream_album',''),(137317,2093,'_alb_tracklist_0_stream_album','stream_album'),(137318,2093,'alb_tracklist_0_song_store_list','3'),(137319,2093,'_alb_tracklist_0_song_store_list','song_store_list'),(137320,2093,'alb_tracklist_1_FileOrStream','stream'),(137321,2093,'_alb_tracklist_1_FileOrStream','FileOrStream'),(137322,2093,'alb_tracklist_1_stream_title','Warrior'),(137323,2093,'_alb_tracklist_1_stream_title','stream_title'),(137324,2093,'alb_tracklist_1_stream_artist',''),(137325,2093,'_alb_tracklist_1_stream_artist','stream_artist'),(137326,2093,'alb_tracklist_1_stream_album',''),(137327,2093,'_alb_tracklist_1_stream_album','stream_album'),(137328,2093,'alb_tracklist_1_song_store_list','2'),(137329,2093,'_alb_tracklist_1_song_store_list','song_store_list'),(137330,2093,'alb_tracklist_2_FileOrStream','stream'),(137331,2093,'_alb_tracklist_2_FileOrStream','FileOrStream'),(137332,2093,'alb_tracklist_2_stream_title','Just Dancing'),(137333,2093,'_alb_tracklist_2_stream_title','stream_title'),(137334,2093,'alb_tracklist_2_stream_artist',''),(137335,2093,'_alb_tracklist_2_stream_artist','stream_artist'),(137336,2093,'alb_tracklist_2_stream_album',''),(137337,2093,'_alb_tracklist_2_stream_album','stream_album'),(137338,2093,'alb_tracklist_2_song_store_list','2'),(137339,2093,'_alb_tracklist_2_song_store_list','song_store_list'),(137340,2093,'alb_tracklist_3_FileOrStream','stream'),(137341,2093,'_alb_tracklist_3_FileOrStream','FileOrStream'),(137342,2093,'alb_tracklist_3_stream_title','Turn Me Good'),(137343,2093,'_alb_tracklist_3_stream_title','stream_title'),(137344,2093,'alb_tracklist_3_stream_artist',''),(137345,2093,'_alb_tracklist_3_stream_artist','stream_artist'),(137346,2093,'alb_tracklist_3_stream_album',''),(137347,2093,'_alb_tracklist_3_stream_album','stream_album'),(137348,2093,'alb_tracklist_3_song_store_list','3'),(137349,2093,'_alb_tracklist_3_song_store_list','song_store_list'),(137350,2093,'alb_tracklist_4_FileOrStream','stream'),(137351,2093,'_alb_tracklist_4_FileOrStream','FileOrStream'),(137352,2093,'alb_tracklist_4_stream_title','Bro Hymn'),(137353,2093,'_alb_tracklist_4_stream_title','stream_title'),(137354,2093,'alb_tracklist_4_stream_artist',''),(137355,2093,'_alb_tracklist_4_stream_artist','stream_artist'),(137356,2093,'alb_tracklist_4_stream_album',''),(137357,2093,'_alb_tracklist_4_stream_album','stream_album'),(137358,2093,'alb_tracklist_4_song_store_list','2'),(137359,2093,'_alb_tracklist_4_song_store_list','song_store_list'),(137360,2093,'alb_tracklist_5_FileOrStream','stream'),(137361,2093,'_alb_tracklist_5_FileOrStream','FileOrStream'),(137362,2093,'alb_tracklist_5_stream_title','Hero of War'),(137363,2093,'_alb_tracklist_5_stream_title','stream_title'),(137364,2093,'alb_tracklist_5_stream_artist',''),(137365,2093,'_alb_tracklist_5_stream_artist','stream_artist'),(137366,2093,'alb_tracklist_5_stream_album',''),(137367,2093,'_alb_tracklist_5_stream_album','stream_album'),(137368,2093,'alb_tracklist_5_song_store_list','2'),(137369,2093,'_alb_tracklist_5_song_store_list','song_store_list'),(137370,2093,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-spotify'),(137371,2093,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(137372,2093,'alb_tracklist_0_song_store_list_0_song_store_name','Spotify'),(137373,2093,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(137374,2093,'alb_tracklist_0_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(137375,2093,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(137376,2093,'alb_tracklist_0_song_store_list_1_song_store_icon','fab fa-soundcloud'),(137377,2093,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(137378,2093,'alb_tracklist_0_song_store_list_1_song_store_name','SoundCloud'),(137379,2093,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(137380,2093,'alb_tracklist_0_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(137381,2093,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(137382,2093,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-soundcloud'),(137383,2093,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(137384,2093,'alb_tracklist_1_song_store_list_0_song_store_name','SoundCloud'),(137385,2093,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(137386,2093,'alb_tracklist_1_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(137387,2093,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(137388,2093,'alb_tracklist_6_FileOrStream','stream'),(137389,2093,'_alb_tracklist_6_FileOrStream','FileOrStream'),(137390,2093,'alb_tracklist_6_track_mp3',''),(137391,2093,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(137392,2093,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(137393,2093,'_alb_tracklist_6_stream_link','stream_link'),(137394,2093,'alb_tracklist_6_stream_title','Feels Like Summer'),(137395,2093,'_alb_tracklist_6_stream_title','stream_title'),(137396,2093,'alb_tracklist_6_stream_artist',''),(137397,2093,'_alb_tracklist_6_stream_artist','stream_artist'),(137398,2093,'alb_tracklist_6_stream_album',''),(137399,2093,'_alb_tracklist_6_stream_album','stream_album'),(137400,2093,'alb_tracklist_6_song_store_list','2'),(137401,2093,'_alb_tracklist_6_song_store_list','song_store_list'),(137402,2093,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-youtube'),(137403,2093,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(137404,2093,'alb_tracklist_2_song_store_list_0_song_store_name','YouTube'),(137405,2093,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(137406,2093,'alb_tracklist_2_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(137407,2093,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(137408,2093,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(137409,2093,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(137410,2093,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(137411,2093,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(137412,2093,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(137413,2093,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(137414,2093,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-youtube'),(137415,2093,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(137416,2093,'alb_tracklist_4_song_store_list_0_song_store_name','Video'),(137417,2093,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(137418,2093,'alb_tracklist_4_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(137419,2093,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(137420,2093,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-spotify'),(137421,2093,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(137422,2093,'alb_tracklist_5_song_store_list_0_song_store_name','Spotify'),(137423,2093,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(137424,2093,'alb_tracklist_5_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(137425,2093,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(137426,2093,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-spotify'),(137427,2093,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(137428,2093,'alb_tracklist_6_song_store_list_0_song_store_name','Spotify'),(137429,2093,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(137430,2093,'alb_tracklist_6_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(137431,2093,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(137432,2093,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(137433,2093,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(137434,2093,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(137435,2093,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(137436,2093,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(137437,2093,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(137438,2093,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(137439,2093,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(137440,2093,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(137441,2093,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(137442,2093,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(137443,2093,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(137444,2093,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(137445,2093,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(137446,2093,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(137447,2093,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(137448,2093,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(137449,2093,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(137450,2093,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(137451,2093,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(137452,2093,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(137453,2093,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(137454,2093,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(137455,2093,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(137456,2093,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(137457,2093,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(137458,2093,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(137459,2093,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(137460,2093,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(137461,2093,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(137462,2093,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(137463,2093,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(137464,2093,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(137465,2093,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(137466,2093,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(137467,2093,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(137468,2093,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(137469,2093,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(137470,2093,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(137471,2093,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(137472,2093,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(137473,2093,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(137474,2093,'_dp_original','2086'),(137475,2093,'_edit_last','2'),(137476,2093,'_wp_old_slug','copy-of-moodburst'),(137477,2093,'alb_tracklist_0_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(137478,2093,'_alb_tracklist_0_song_store_list_2_song_store_icon','song_store_icon'),(137479,2093,'alb_tracklist_0_song_store_list_2_song_store_name','Buy Now'),(137480,2093,'_alb_tracklist_0_song_store_list_2_song_store_name','song_store_name'),(137481,2093,'alb_tracklist_0_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(137482,2093,'_alb_tracklist_0_song_store_list_2_store_link','song_store_link'),(137483,2093,'_wp_old_slug','the-strokes'),(137484,2093,'_wp_old_slug','phoenix'),(137485,2093,'hide_header_and_menu','0'),(137486,2093,'_hide_header_and_menu','field_523384ce34a85'),(137487,2093,'eg_sources_revslider',''),(137488,2093,'eg_sources_essgrid',''),(137489,2093,'eg_featured_grid',''),(137490,2093,'eg_votes_count','0'),(137491,2093,'_thumbnail_id','3705'),(137492,2093,'footer_playlist','null'),(137493,2093,'_footer_playlist','footer_playlist'),(137494,2098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137495,2098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137496,2098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137497,2098,'_wp_page_template','default'),(137498,2098,'_page_logo_select','field_523384ce55a99'),(137499,2098,'page_logo_select','light'),(137500,2098,'_hide_page_title','field_523382c955a73'),(137501,2098,'hide_page_title','0'),(137502,2098,'_classic_menu_over_content','field_523384ce55a85'),(137503,2098,'classic_menu_over_content','1'),(137504,2098,'_classic_menu_main_item_color','field_523384ce55a87'),(137505,2098,'classic_menu_main_item_color','#ffffff'),(137506,2098,'_classic_menu_background','field_523384ce55a84'),(137507,2098,'classic_menu_background',''),(137508,2098,'_classic_menu_background_alpha','field_523384ce55a86'),(137509,2098,'classic_menu_background_alpha',''),(137510,2098,'_hamburger_icon_color','field_523384ce55a23'),(137511,2098,'hamburger_icon_color',''),(137512,2098,'_background','field_523382c955a74'),(137513,2098,'_background_repeat','field_523382f555a75'),(137514,2098,'background_repeat','null'),(137515,2098,'_background_size','field_5233837455a76'),(137516,2098,'background_size','null'),(137517,2098,'_background_position','field_5233842d55a78'),(137518,2098,'background_position','null'),(137519,2098,'_content_background_color','field_523384ce55a80'),(137520,2098,'content_background_color',''),(137521,2098,'_content_background_transparency','field_523384ce55a81'),(137522,2098,'content_background_transparency','1'),(137523,2098,'_background_color','field_523384ce55a79'),(137524,2098,'background_color',''),(137525,2098,'_block_footer','block_footer'),(137526,2098,'block_footer','null'),(137527,2098,'_sidebar-position','field_526d6ec715ee9'),(137528,2098,'sidebar-position','right'),(137529,2098,'_sidebar-area_id','field_526d6c0da8219'),(137530,2098,'_album_background_type','album_background_type'),(137531,2098,'album_background_type','blurry'),(137532,2098,'_album_background_image','album_background_image'),(137533,2098,'_album_background_color','album_background_color'),(137534,2098,'album_background_color',''),(137535,2098,'_banner_background_type','field_54ce55f555a01'),(137536,2098,'banner_background_type',''),(137537,2098,'_banner_background_color','field_54ce55f555a02'),(137538,2098,'banner_background_color',''),(137539,2098,'_banner_parallax','field_54ce55f555a03'),(137540,2098,'banner_parallax',''),(137541,2098,'_banner_image','field_54ce55f555a04'),(137542,2098,'_banner_fullscreen','field_54ce55f555a05'),(137543,2098,'banner_fullscreen',''),(137544,2098,'_banner_height','field_54ce55f555a06'),(137545,2098,'banner_height',''),(137546,2098,'_banner_content_type','field_54ce55f555a13'),(137547,2098,'banner_content_type',''),(137548,2098,'_banner_texteditor_content','field_54ce55f555a14'),(137549,2098,'banner_texteditor_content',''),(137550,2098,'_banner_title','field_54ce55f555a07'),(137551,2098,'banner_title',''),(137552,2098,'_banner_subtitle','field_54ce55f555a08'),(137553,2098,'banner_subtitle',''),(137554,2098,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(137555,2098,'banner_horizontal_content_alignment',''),(137556,2098,'_banner_background_alignement','field_54ce55f555a11'),(137557,2098,'banner_background_alignement',''),(137558,2098,'_banner_font_color','field_54ce55f555a12'),(137559,2098,'banner_font_color',''),(137560,2098,'_hide_album','field_51b8db2cd11c5'),(137561,2098,'hide_album','0'),(137562,2098,'_alb_release_date','field_51b8db2cd11c4'),(137563,2098,'alb_release_date','2017'),(137564,2098,'_artist_of_album','field_548d3d6715e41'),(137565,2098,'artist_of_album','a:1:{i:0;s:4:\"1177\";}'),(137566,2098,'_alb_link_external','field_523b66d6f2382'),(137567,2098,'alb_link_external',''),(137568,2098,'_alb_tracklist','field_51b8c4facc846'),(137569,2098,'alb_tracklist','7'),(137570,2098,'_alb_store_list','field_51b8c6d6cc84a'),(137571,2098,'alb_store_list','5'),(137572,2098,'_alb_review','field_51b8c792cc84d'),(137573,2098,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(137574,2098,'_alb_review_author','field_51b8c88fcc84e'),(137575,2098,'alb_review_author','Sonaar Magazine'),(137576,2098,'artist_of_album_string','Raymayor'),(137577,2098,'_thumbnail_id','3707'),(137578,2098,'slide_template',''),(137579,2098,'eg_sources_html5_mp4',''),(137580,2098,'eg_sources_html5_ogv',''),(137581,2098,'eg_sources_html5_webm',''),(137582,2098,'eg_sources_youtube',''),(137583,2098,'eg_sources_vimeo',''),(137584,2098,'eg_sources_wistia',''),(137585,2098,'eg_sources_image',''),(137586,2098,'eg_sources_iframe',''),(137587,2098,'eg_sources_soundcloud',''),(137588,2098,'eg_vimeo_ratio','0'),(137589,2098,'eg_youtube_ratio','0'),(137590,2098,'eg_wistia_ratio','0'),(137591,2098,'eg_html5_ratio','0'),(137592,2098,'eg_soundcloud_ratio','0'),(137593,2098,'eg_settings_custom_meta_skin',''),(137594,2098,'eg_settings_custom_meta_element',''),(137595,2098,'eg_settings_custom_meta_setting',''),(137596,2098,'eg_settings_custom_meta_style',''),(137597,2098,'eg_custom_meta_216','true'),(137598,2098,'_wpb_vc_js_status','true'),(137599,2098,'_wp_old_slug','trailblazers'),(137600,2098,'_wp_old_slug','copy-of-horizon'),(137601,2098,'background',''),(137602,2098,'alb_store_list_0_album_store_icon','fab fa-apple'),(137603,2098,'_alb_store_list_0_album_store_icon','album_store_icon'),(137604,2098,'alb_store_list_0_store_name','iTunes'),(137605,2098,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(137606,2098,'alb_store_list_0_store_link','https://www.itunes.com'),(137607,2098,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(137608,2098,'alb_store_list_1_album_store_icon','fab fa-spotify'),(137609,2098,'_alb_store_list_1_album_store_icon','album_store_icon'),(137610,2098,'alb_store_list_1_store_name','Spotify'),(137611,2098,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(137612,2098,'alb_store_list_1_store_link','https://www.spotify.com'),(137613,2098,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(137614,2098,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(137615,2098,'_alb_store_list_2_album_store_icon','album_store_icon'),(137616,2098,'alb_store_list_2_store_name','SoundCloud'),(137617,2098,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(137618,2098,'alb_store_list_2_store_link','https://www.soundcloud.com'),(137619,2098,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(137620,2098,'alb_store_list_3_album_store_icon','fab fa-amazon'),(137621,2098,'_alb_store_list_3_album_store_icon','album_store_icon'),(137622,2098,'alb_store_list_3_store_name','Amazon'),(137623,2098,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(137624,2098,'alb_store_list_3_store_link','https://www.amazon.com'),(137625,2098,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(137626,2098,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(137627,2098,'_alb_store_list_4_album_store_icon','album_store_icon'),(137628,2098,'alb_store_list_4_store_name','Buy Online'),(137629,2098,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(137630,2098,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(137631,2098,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(137632,2098,'alb_tracklist_0_track_title','Nuclear Ft. Drake'),(137633,2098,'_alb_tracklist_0_track_title','field_51b8c51ecc847'),(137634,2098,'alb_tracklist_0_track_buy_label','Free download'),(137635,2098,'_alb_tracklist_0_track_buy_label','field_51b8c5e3cc850'),(137636,2098,'alb_tracklist_0_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(137637,2098,'_alb_tracklist_0_track_store','field_51b8c5e3cc848'),(137638,2098,'alb_tracklist_0_track_mp3',''),(137639,2098,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(137640,2098,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(137641,2098,'_alb_tracklist_0_stream_link','stream_link'),(137642,2098,'alb_tracklist_1_track_title','Airborn'),(137643,2098,'_alb_tracklist_1_track_title','field_51b8c51ecc847'),(137644,2098,'alb_tracklist_1_track_buy_label','Free download'),(137645,2098,'_alb_tracklist_1_track_buy_label','field_51b8c5e3cc850'),(137646,2098,'alb_tracklist_1_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(137647,2098,'_alb_tracklist_1_track_store','field_51b8c5e3cc848'),(137648,2098,'alb_tracklist_1_track_mp3',''),(137649,2098,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(137650,2098,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(137651,2098,'_alb_tracklist_1_stream_link','stream_link'),(137652,2098,'alb_tracklist_2_track_title','Outbreak Ft. Reign'),(137653,2098,'_alb_tracklist_2_track_title','field_51b8c51ecc847'),(137654,2098,'alb_tracklist_2_track_buy_label','Listen on spotify'),(137655,2098,'_alb_tracklist_2_track_buy_label','field_51b8c5e3cc850'),(137656,2098,'alb_tracklist_2_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(137657,2098,'_alb_tracklist_2_track_store','field_51b8c5e3cc848'),(137658,2098,'alb_tracklist_2_track_mp3',''),(137659,2098,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(137660,2098,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(137661,2098,'_alb_tracklist_2_stream_link','stream_link'),(137662,2098,'alb_tracklist_3_track_title','Game Time'),(137663,2098,'_alb_tracklist_3_track_title','field_51b8c51ecc847'),(137664,2098,'alb_tracklist_3_track_buy_label','Listen on spotify'),(137665,2098,'_alb_tracklist_3_track_buy_label','field_51b8c5e3cc850'),(137666,2098,'alb_tracklist_3_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(137667,2098,'_alb_tracklist_3_track_store','field_51b8c5e3cc848'),(137668,2098,'alb_tracklist_3_track_mp3',''),(137669,2098,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(137670,2098,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(137671,2098,'_alb_tracklist_3_stream_link','stream_link'),(137672,2098,'alb_tracklist_4_track_title','Resurrected'),(137673,2098,'_alb_tracklist_4_track_title','field_51b8c51ecc847'),(137674,2098,'alb_tracklist_4_track_buy_label','Listen on spotify'),(137675,2098,'_alb_tracklist_4_track_buy_label','field_51b8c5e3cc850'),(137676,2098,'alb_tracklist_4_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(137677,2098,'_alb_tracklist_4_track_store','field_51b8c5e3cc848'),(137678,2098,'alb_tracklist_4_track_mp3',''),(137679,2098,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(137680,2098,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(137681,2098,'_alb_tracklist_4_stream_link','stream_link'),(137682,2098,'alb_tracklist_5_track_title','Break Aparts'),(137683,2098,'_alb_tracklist_5_track_title','field_51b8c51ecc847'),(137684,2098,'alb_tracklist_5_track_buy_label','Listen on spotify'),(137685,2098,'_alb_tracklist_5_track_buy_label','field_51b8c5e3cc850'),(137686,2098,'alb_tracklist_5_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(137687,2098,'_alb_tracklist_5_track_store','field_51b8c5e3cc848'),(137688,2098,'alb_tracklist_5_track_mp3',''),(137689,2098,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(137690,2098,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(137691,2098,'_alb_tracklist_5_stream_link','stream_link'),(137692,2098,'eg-pricetable-price',''),(137693,2098,'eg-pricetable-line1',''),(137694,2098,'eg-pricetable-line2',''),(137695,2098,'eg-pricetable-line3',''),(137696,2098,'eg-pricetable-line4',''),(137697,2098,'eg-pricetable-buy-url',''),(137698,2098,'eg-demogrid-link',''),(137699,2098,'eg-clients-icon',''),(137700,2098,'eg-clients-icon-dark',''),(137701,2098,'alb_tracklist_0_FileOrStream','stream'),(137702,2098,'_alb_tracklist_0_FileOrStream','FileOrStream'),(137703,2098,'alb_tracklist_0_stream_title','Just Dancing'),(137704,2098,'_alb_tracklist_0_stream_title','stream_title'),(137705,2098,'alb_tracklist_0_stream_artist',''),(137706,2098,'_alb_tracklist_0_stream_artist','stream_artist'),(137707,2098,'alb_tracklist_0_stream_album',''),(137708,2098,'_alb_tracklist_0_stream_album','stream_album'),(137709,2098,'alb_tracklist_0_song_store_list','2'),(137710,2098,'_alb_tracklist_0_song_store_list','song_store_list'),(137711,2098,'alb_tracklist_1_FileOrStream','stream'),(137712,2098,'_alb_tracklist_1_FileOrStream','FileOrStream'),(137713,2098,'alb_tracklist_1_stream_title','Warrior'),(137714,2098,'_alb_tracklist_1_stream_title','stream_title'),(137715,2098,'alb_tracklist_1_stream_artist',''),(137716,2098,'_alb_tracklist_1_stream_artist','stream_artist'),(137717,2098,'alb_tracklist_1_stream_album',''),(137718,2098,'_alb_tracklist_1_stream_album','stream_album'),(137719,2098,'alb_tracklist_1_song_store_list','2'),(137720,2098,'_alb_tracklist_1_song_store_list','song_store_list'),(137721,2098,'alb_tracklist_2_FileOrStream','stream'),(137722,2098,'_alb_tracklist_2_FileOrStream','FileOrStream'),(137723,2098,'alb_tracklist_2_stream_title','Little Talks'),(137724,2098,'_alb_tracklist_2_stream_title','stream_title'),(137725,2098,'alb_tracklist_2_stream_artist',''),(137726,2098,'_alb_tracklist_2_stream_artist','stream_artist'),(137727,2098,'alb_tracklist_2_stream_album',''),(137728,2098,'_alb_tracklist_2_stream_album','stream_album'),(137729,2098,'alb_tracklist_2_song_store_list','3'),(137730,2098,'_alb_tracklist_2_song_store_list','song_store_list'),(137731,2098,'alb_tracklist_3_FileOrStream','stream'),(137732,2098,'_alb_tracklist_3_FileOrStream','FileOrStream'),(137733,2098,'alb_tracklist_3_stream_title','Turn Me Good'),(137734,2098,'_alb_tracklist_3_stream_title','stream_title'),(137735,2098,'alb_tracklist_3_stream_artist',''),(137736,2098,'_alb_tracklist_3_stream_artist','stream_artist'),(137737,2098,'alb_tracklist_3_stream_album',''),(137738,2098,'_alb_tracklist_3_stream_album','stream_album'),(137739,2098,'alb_tracklist_3_song_store_list','3'),(137740,2098,'_alb_tracklist_3_song_store_list','song_store_list'),(137741,2098,'alb_tracklist_4_FileOrStream','stream'),(137742,2098,'_alb_tracklist_4_FileOrStream','FileOrStream'),(137743,2098,'alb_tracklist_4_stream_title','Feels Like Summer'),(137744,2098,'_alb_tracklist_4_stream_title','stream_title'),(137745,2098,'alb_tracklist_4_stream_artist',''),(137746,2098,'_alb_tracklist_4_stream_artist','stream_artist'),(137747,2098,'alb_tracklist_4_stream_album',''),(137748,2098,'_alb_tracklist_4_stream_album','stream_album'),(137749,2098,'alb_tracklist_4_song_store_list','2'),(137750,2098,'_alb_tracklist_4_song_store_list','song_store_list'),(137751,2098,'alb_tracklist_5_FileOrStream','stream'),(137752,2098,'_alb_tracklist_5_FileOrStream','FileOrStream'),(137753,2098,'alb_tracklist_5_stream_title','Hero of War'),(137754,2098,'_alb_tracklist_5_stream_title','stream_title'),(137755,2098,'alb_tracklist_5_stream_artist',''),(137756,2098,'_alb_tracklist_5_stream_artist','stream_artist'),(137757,2098,'alb_tracklist_5_stream_album',''),(137758,2098,'_alb_tracklist_5_stream_album','stream_album'),(137759,2098,'alb_tracklist_5_song_store_list','2'),(137760,2098,'_alb_tracklist_5_song_store_list','song_store_list'),(137761,2098,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-youtube'),(137762,2098,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(137763,2098,'alb_tracklist_0_song_store_list_0_song_store_name','YouTube'),(137764,2098,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(137765,2098,'alb_tracklist_0_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(137766,2098,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(137767,2098,'alb_tracklist_0_song_store_list_1_song_store_icon','fas fa-download'),(137768,2098,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(137769,2098,'alb_tracklist_0_song_store_list_1_song_store_name','Download'),(137770,2098,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(137771,2098,'alb_tracklist_0_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(137772,2098,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(137773,2098,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-soundcloud'),(137774,2098,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(137775,2098,'alb_tracklist_1_song_store_list_0_song_store_name','SoundCloud'),(137776,2098,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(137777,2098,'alb_tracklist_1_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(137778,2098,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(137779,2098,'alb_tracklist_6_FileOrStream','stream'),(137780,2098,'_alb_tracklist_6_FileOrStream','FileOrStream'),(137781,2098,'alb_tracklist_6_track_mp3',''),(137782,2098,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(137783,2098,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(137784,2098,'_alb_tracklist_6_stream_link','stream_link'),(137785,2098,'alb_tracklist_6_stream_title','Bro Hymn'),(137786,2098,'_alb_tracklist_6_stream_title','stream_title'),(137787,2098,'alb_tracklist_6_stream_artist',''),(137788,2098,'_alb_tracklist_6_stream_artist','stream_artist'),(137789,2098,'alb_tracklist_6_stream_album',''),(137790,2098,'_alb_tracklist_6_stream_album','stream_album'),(137791,2098,'alb_tracklist_6_song_store_list','2'),(137792,2098,'_alb_tracklist_6_song_store_list','song_store_list'),(137793,2098,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-spotify'),(137794,2098,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(137795,2098,'alb_tracklist_2_song_store_list_0_song_store_name','Spotify'),(137796,2098,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(137797,2098,'alb_tracklist_2_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(137798,2098,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(137799,2098,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(137800,2098,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(137801,2098,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(137802,2098,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(137803,2098,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(137804,2098,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(137805,2098,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(137806,2098,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(137807,2098,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(137808,2098,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(137809,2098,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(137810,2098,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(137811,2098,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-spotify'),(137812,2098,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(137813,2098,'alb_tracklist_5_song_store_list_0_song_store_name','Spotify'),(137814,2098,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(137815,2098,'alb_tracklist_5_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(137816,2098,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(137817,2098,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-youtube'),(137818,2098,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(137819,2098,'alb_tracklist_6_song_store_list_0_song_store_name','Video'),(137820,2098,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(137821,2098,'alb_tracklist_6_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(137822,2098,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(137823,2098,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(137824,2098,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(137825,2098,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(137826,2098,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(137827,2098,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(137828,2098,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(137829,2098,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(137830,2098,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(137831,2098,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(137832,2098,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(137833,2098,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(137834,2098,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(137835,2098,'alb_tracklist_2_song_store_list_1_song_store_icon','fab fa-soundcloud'),(137836,2098,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(137837,2098,'alb_tracklist_2_song_store_list_1_song_store_name','SoundCloud'),(137838,2098,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(137839,2098,'alb_tracklist_2_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(137840,2098,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(137841,2098,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(137842,2098,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(137843,2098,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(137844,2098,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(137845,2098,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(137846,2098,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(137847,2098,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(137848,2098,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(137849,2098,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(137850,2098,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(137851,2098,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(137852,2098,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(137853,2098,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(137854,2098,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(137855,2098,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(137856,2098,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(137857,2098,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(137858,2098,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(137859,2098,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(137860,2098,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(137861,2098,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(137862,2098,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(137863,2098,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(137864,2098,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(137865,2098,'alb_tracklist_2_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(137866,2098,'_alb_tracklist_2_song_store_list_2_song_store_icon','song_store_icon'),(137867,2098,'alb_tracklist_2_song_store_list_2_song_store_name','Buy Now'),(137868,2098,'_alb_tracklist_2_song_store_list_2_song_store_name','song_store_name'),(137869,2098,'alb_tracklist_2_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(137870,2098,'_alb_tracklist_2_song_store_list_2_store_link','song_store_link'),(137871,2098,'_dp_original','2083'),(137872,2098,'_edit_last','2'),(137873,2098,'_wp_old_slug','copy-of-colorun'),(137874,2098,'_wp_old_slug','lights-out'),(137875,2098,'hide_header_and_menu','0'),(137876,2098,'_hide_header_and_menu','field_523384ce34a85'),(137877,2098,'eg_sources_revslider',''),(137878,2098,'eg_sources_essgrid',''),(137879,2098,'eg_featured_grid',''),(137880,2098,'eg_votes_count','0'),(137881,2192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137882,2192,'_wp_page_template','default'),(137883,2192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137884,2192,'_page_logo_select','field_523384ce55a99'),(137885,2192,'page_logo_select','light'),(137886,2192,'_hide_page_title','field_523382c955a73'),(137887,2192,'hide_page_title','0'),(137888,2192,'_classic_menu_over_content','field_523384ce55a85'),(137889,2192,'classic_menu_over_content','1'),(137890,2192,'_classic_menu_main_item_color','field_523384ce55a87'),(137891,2192,'classic_menu_main_item_color','#ffffff'),(137892,2192,'_classic_menu_background','field_523384ce55a84'),(137893,2192,'classic_menu_background',''),(137894,2192,'_classic_menu_background_alpha','field_523384ce55a86'),(137895,2192,'classic_menu_background_alpha',''),(137896,2192,'_hamburger_icon_color','field_523384ce55a23'),(137897,2192,'hamburger_icon_color',''),(137898,2192,'_background','field_523382c955a74'),(137899,2192,'_background_repeat','field_523382f555a75'),(137900,2192,'background_repeat','null'),(137901,2192,'_background_size','field_5233837455a76'),(137902,2192,'background_size','null'),(137903,2192,'_background_position','field_5233842d55a78'),(137904,2192,'background_position','null'),(137905,2192,'_content_background_color','field_523384ce55a80'),(137906,2192,'content_background_color',''),(137907,2192,'_content_background_transparency','field_523384ce55a81'),(137908,2192,'content_background_transparency','1'),(137909,2192,'_background_color','field_523384ce55a79'),(137910,2192,'background_color',''),(137911,2192,'_block_footer','block_footer'),(137912,2192,'block_footer','null'),(137913,2192,'_sidebar-position','field_526d6ec715ee9'),(137914,2192,'sidebar-position','right'),(137915,2192,'_sidebar-area_id','field_526d6c0da8219'),(137916,2192,'_album_background_type','album_background_type'),(137917,2192,'album_background_type','blurry'),(137918,2192,'_album_background_image','album_background_image'),(137919,2192,'_album_background_color','album_background_color'),(137920,2192,'album_background_color',''),(137921,2192,'_banner_background_type','field_54ce55f555a01'),(137922,2192,'banner_background_type',''),(137923,2192,'_banner_background_color','field_54ce55f555a02'),(137924,2192,'banner_background_color',''),(137925,2192,'_banner_parallax','field_54ce55f555a03'),(137926,2192,'banner_parallax',''),(137927,2192,'_banner_image','field_54ce55f555a04'),(137928,2192,'_banner_fullscreen','field_54ce55f555a05'),(137929,2192,'banner_fullscreen',''),(137930,2192,'_banner_height','field_54ce55f555a06'),(137931,2192,'banner_height',''),(137932,2192,'_banner_content_type','field_54ce55f555a13'),(137933,2192,'banner_content_type',''),(137934,2192,'_banner_texteditor_content','field_54ce55f555a14'),(137935,2192,'banner_texteditor_content',''),(137936,2192,'_banner_title','field_54ce55f555a07'),(137937,2192,'banner_title',''),(137938,2192,'_banner_subtitle','field_54ce55f555a08'),(137939,2192,'banner_subtitle',''),(137940,2192,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(137941,2192,'banner_horizontal_content_alignment',''),(137942,2192,'_banner_background_alignement','field_54ce55f555a11'),(137943,2192,'banner_background_alignement',''),(137944,2192,'_banner_font_color','field_54ce55f555a12'),(137945,2192,'banner_font_color',''),(137946,2192,'_hide_album','field_51b8db2cd11c5'),(137947,2192,'hide_album','0'),(137948,2192,'_alb_release_date','field_51b8db2cd11c4'),(137949,2192,'alb_release_date','2017'),(137950,2192,'_artist_of_album','field_548d3d6715e41'),(137951,2192,'artist_of_album','a:1:{i:0;s:4:\"1192\";}'),(137952,2192,'_alb_link_external','field_523b66d6f2382'),(137953,2192,'alb_link_external',''),(137954,2192,'_alb_tracklist','field_51b8c4facc846'),(137955,2192,'alb_tracklist','7'),(137956,2192,'_alb_store_list','field_51b8c6d6cc84a'),(137957,2192,'alb_store_list','5'),(137958,2192,'_alb_review','field_51b8c792cc84d'),(137959,2192,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(137960,2192,'_alb_review_author','field_51b8c88fcc84e'),(137961,2192,'alb_review_author','Sonaar Magazine'),(137962,2192,'artist_of_album_string','Herbalizer'),(137963,2192,'slide_template',''),(137964,2192,'eg_sources_html5_mp4',''),(137965,2192,'eg_sources_html5_ogv',''),(137966,2192,'eg_sources_html5_webm',''),(137967,2192,'eg_sources_youtube',''),(137968,2192,'eg_sources_vimeo',''),(137969,2192,'eg_sources_wistia',''),(137970,2192,'eg_sources_image',''),(137971,2192,'eg_sources_iframe',''),(137972,2192,'eg_sources_soundcloud',''),(137973,2192,'eg_vimeo_ratio','0'),(137974,2192,'eg_youtube_ratio','0'),(137975,2192,'eg_wistia_ratio','0'),(137976,2192,'eg_html5_ratio','0'),(137977,2192,'eg_soundcloud_ratio','0'),(137978,2192,'eg_settings_custom_meta_skin',''),(137979,2192,'eg_settings_custom_meta_element',''),(137980,2192,'eg_settings_custom_meta_setting',''),(137981,2192,'eg_settings_custom_meta_style',''),(137982,2192,'eg_custom_meta_216','true'),(137983,2192,'_wpb_vc_js_status','true'),(137984,2192,'_wp_old_slug','trailblazers'),(137985,2192,'background',''),(137986,2192,'alb_store_list_0_album_store_icon','fab fa-apple'),(137987,2192,'_alb_store_list_0_album_store_icon','album_store_icon'),(137988,2192,'alb_store_list_0_store_name','iTunes'),(137989,2192,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(137990,2192,'alb_store_list_0_store_link','https://www.itunes.com'),(137991,2192,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(137992,2192,'alb_store_list_1_album_store_icon','fab fa-spotify'),(137993,2192,'_alb_store_list_1_album_store_icon','album_store_icon'),(137994,2192,'alb_store_list_1_store_name','Spotify'),(137995,2192,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(137996,2192,'alb_store_list_1_store_link','https://www.spotify.com'),(137997,2192,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(137998,2192,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(137999,2192,'_alb_store_list_2_album_store_icon','album_store_icon'),(138000,2192,'alb_store_list_2_store_name','SoundCloud'),(138001,2192,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(138002,2192,'alb_store_list_2_store_link','https://www.soundcloud.com'),(138003,2192,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(138004,2192,'alb_store_list_3_album_store_icon','fab fa-amazon'),(138005,2192,'_alb_store_list_3_album_store_icon','album_store_icon'),(138006,2192,'alb_store_list_3_store_name','Amazon'),(138007,2192,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(138008,2192,'alb_store_list_3_store_link','https://www.amazon.com'),(138009,2192,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(138010,2192,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(138011,2192,'_alb_store_list_4_album_store_icon','album_store_icon'),(138012,2192,'alb_store_list_4_store_name','Buy Online'),(138013,2192,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(138014,2192,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(138015,2192,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(138016,2192,'alb_tracklist_0_track_title','Nuclear Ft. Drake'),(138017,2192,'_alb_tracklist_0_track_title','field_51b8c51ecc847'),(138018,2192,'alb_tracklist_0_track_buy_label','Free download'),(138019,2192,'_alb_tracklist_0_track_buy_label','field_51b8c5e3cc850'),(138020,2192,'alb_tracklist_0_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(138021,2192,'_alb_tracklist_0_track_store','field_51b8c5e3cc848'),(138022,2192,'alb_tracklist_0_track_mp3',''),(138023,2192,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(138024,2192,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(138025,2192,'_alb_tracklist_0_stream_link','stream_link'),(138026,2192,'alb_tracklist_1_track_title','Airborn'),(138027,2192,'_alb_tracklist_1_track_title','field_51b8c51ecc847'),(138028,2192,'alb_tracklist_1_track_buy_label','Free download'),(138029,2192,'_alb_tracklist_1_track_buy_label','field_51b8c5e3cc850'),(138030,2192,'alb_tracklist_1_track_store','https://demo.sonaar.io/assets/downloads/album-download.zip'),(138031,2192,'_alb_tracklist_1_track_store','field_51b8c5e3cc848'),(138032,2192,'alb_tracklist_1_track_mp3',''),(138033,2192,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(138034,2192,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(138035,2192,'_alb_tracklist_1_stream_link','stream_link'),(138036,2192,'alb_tracklist_2_track_title','Outbreak Ft. Reign'),(138037,2192,'_alb_tracklist_2_track_title','field_51b8c51ecc847'),(138038,2192,'alb_tracklist_2_track_buy_label','Listen on spotify'),(138039,2192,'_alb_tracklist_2_track_buy_label','field_51b8c5e3cc850'),(138040,2192,'alb_tracklist_2_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(138041,2192,'_alb_tracklist_2_track_store','field_51b8c5e3cc848'),(138042,2192,'alb_tracklist_2_track_mp3',''),(138043,2192,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(138044,2192,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(138045,2192,'_alb_tracklist_2_stream_link','stream_link'),(138046,2192,'alb_tracklist_3_track_title','Game Time'),(138047,2192,'_alb_tracklist_3_track_title','field_51b8c51ecc847'),(138048,2192,'alb_tracklist_3_track_buy_label','Listen on spotify'),(138049,2192,'_alb_tracklist_3_track_buy_label','field_51b8c5e3cc850'),(138050,2192,'alb_tracklist_3_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(138051,2192,'_alb_tracklist_3_track_store','field_51b8c5e3cc848'),(138052,2192,'alb_tracklist_3_track_mp3',''),(138053,2192,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(138054,2192,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(138055,2192,'_alb_tracklist_3_stream_link','stream_link'),(138056,2192,'alb_tracklist_4_track_title','Resurrected'),(138057,2192,'_alb_tracklist_4_track_title','field_51b8c51ecc847'),(138058,2192,'alb_tracklist_4_track_buy_label','Listen on spotify'),(138059,2192,'_alb_tracklist_4_track_buy_label','field_51b8c5e3cc850'),(138060,2192,'alb_tracklist_4_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(138061,2192,'_alb_tracklist_4_track_store','field_51b8c5e3cc848'),(138062,2192,'alb_tracklist_4_track_mp3',''),(138063,2192,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(138064,2192,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(138065,2192,'_alb_tracklist_4_stream_link','stream_link'),(138066,2192,'alb_tracklist_5_track_title','Break Aparts'),(138067,2192,'_alb_tracklist_5_track_title','field_51b8c51ecc847'),(138068,2192,'alb_tracklist_5_track_buy_label','Listen on spotify'),(138069,2192,'_alb_tracklist_5_track_buy_label','field_51b8c5e3cc850'),(138070,2192,'alb_tracklist_5_track_store','https://open.spotify.com/track/0BqhBwp24eI27kCNtJbMzt'),(138071,2192,'_alb_tracklist_5_track_store','field_51b8c5e3cc848'),(138072,2192,'alb_tracklist_5_track_mp3',''),(138073,2192,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(138074,2192,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(138075,2192,'_alb_tracklist_5_stream_link','stream_link'),(138076,2192,'eg-pricetable-price',''),(138077,2192,'eg-pricetable-line1',''),(138078,2192,'eg-pricetable-line2',''),(138079,2192,'eg-pricetable-line3',''),(138080,2192,'eg-pricetable-line4',''),(138081,2192,'eg-pricetable-buy-url',''),(138082,2192,'eg-demogrid-link',''),(138083,2192,'eg-clients-icon',''),(138084,2192,'eg-clients-icon-dark',''),(138085,2192,'alb_tracklist_0_FileOrStream','stream'),(138086,2192,'_alb_tracklist_0_FileOrStream','FileOrStream'),(138087,2192,'alb_tracklist_0_stream_title','Little Talks'),(138088,2192,'_alb_tracklist_0_stream_title','stream_title'),(138089,2192,'alb_tracklist_0_stream_artist',''),(138090,2192,'_alb_tracklist_0_stream_artist','stream_artist'),(138091,2192,'alb_tracklist_0_stream_album',''),(138092,2192,'_alb_tracklist_0_stream_album','stream_album'),(138093,2192,'alb_tracklist_0_song_store_list','3'),(138094,2192,'_alb_tracklist_0_song_store_list','song_store_list'),(138095,2192,'alb_tracklist_1_FileOrStream','stream'),(138096,2192,'_alb_tracklist_1_FileOrStream','FileOrStream'),(138097,2192,'alb_tracklist_1_stream_title','Just Dancing'),(138098,2192,'_alb_tracklist_1_stream_title','stream_title'),(138099,2192,'alb_tracklist_1_stream_artist',''),(138100,2192,'_alb_tracklist_1_stream_artist','stream_artist'),(138101,2192,'alb_tracklist_1_stream_album',''),(138102,2192,'_alb_tracklist_1_stream_album','stream_album'),(138103,2192,'alb_tracklist_1_song_store_list','2'),(138104,2192,'_alb_tracklist_1_song_store_list','song_store_list'),(138105,2192,'alb_tracklist_2_FileOrStream','stream'),(138106,2192,'_alb_tracklist_2_FileOrStream','FileOrStream'),(138107,2192,'alb_tracklist_2_stream_title','Warrior'),(138108,2192,'_alb_tracklist_2_stream_title','stream_title'),(138109,2192,'alb_tracklist_2_stream_artist',''),(138110,2192,'_alb_tracklist_2_stream_artist','stream_artist'),(138111,2192,'alb_tracklist_2_stream_album',''),(138112,2192,'_alb_tracklist_2_stream_album','stream_album'),(138113,2192,'alb_tracklist_2_song_store_list','2'),(138114,2192,'_alb_tracklist_2_song_store_list','song_store_list'),(138115,2192,'alb_tracklist_3_FileOrStream','stream'),(138116,2192,'_alb_tracklist_3_FileOrStream','FileOrStream'),(138117,2192,'alb_tracklist_3_stream_title','Turn Me Good'),(138118,2192,'_alb_tracklist_3_stream_title','stream_title'),(138119,2192,'alb_tracklist_3_stream_artist',''),(138120,2192,'_alb_tracklist_3_stream_artist','stream_artist'),(138121,2192,'alb_tracklist_3_stream_album',''),(138122,2192,'_alb_tracklist_3_stream_album','stream_album'),(138123,2192,'alb_tracklist_3_song_store_list','3'),(138124,2192,'_alb_tracklist_3_song_store_list','song_store_list'),(138125,2192,'alb_tracklist_4_FileOrStream','stream'),(138126,2192,'_alb_tracklist_4_FileOrStream','FileOrStream'),(138127,2192,'alb_tracklist_4_stream_title','Feels Like Summer'),(138128,2192,'_alb_tracklist_4_stream_title','stream_title'),(138129,2192,'alb_tracklist_4_stream_artist',''),(138130,2192,'_alb_tracklist_4_stream_artist','stream_artist'),(138131,2192,'alb_tracklist_4_stream_album',''),(138132,2192,'_alb_tracklist_4_stream_album','stream_album'),(138133,2192,'alb_tracklist_4_song_store_list','2'),(138134,2192,'_alb_tracklist_4_song_store_list','song_store_list'),(138135,2192,'alb_tracklist_5_FileOrStream','stream'),(138136,2192,'_alb_tracklist_5_FileOrStream','FileOrStream'),(138137,2192,'alb_tracklist_5_stream_title','Bro Hymn'),(138138,2192,'_alb_tracklist_5_stream_title','stream_title'),(138139,2192,'alb_tracklist_5_stream_artist',''),(138140,2192,'_alb_tracklist_5_stream_artist','stream_artist'),(138141,2192,'alb_tracklist_5_stream_album',''),(138142,2192,'_alb_tracklist_5_stream_album','stream_album'),(138143,2192,'alb_tracklist_5_song_store_list','2'),(138144,2192,'_alb_tracklist_5_song_store_list','song_store_list'),(138145,2192,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-spotify'),(138146,2192,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(138147,2192,'alb_tracklist_0_song_store_list_0_song_store_name','Spotify'),(138148,2192,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(138149,2192,'alb_tracklist_0_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(138150,2192,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(138151,2192,'alb_tracklist_0_song_store_list_1_song_store_icon','fab fa-soundcloud'),(138152,2192,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(138153,2192,'alb_tracklist_0_song_store_list_1_song_store_name','SoundCloud'),(138154,2192,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(138155,2192,'alb_tracklist_0_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138156,2192,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(138157,2192,'alb_tracklist_0_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(138158,2192,'_alb_tracklist_0_song_store_list_2_song_store_icon','song_store_icon'),(138159,2192,'alb_tracklist_0_song_store_list_2_song_store_name','Buy Now'),(138160,2192,'_alb_tracklist_0_song_store_list_2_song_store_name','song_store_name'),(138161,2192,'alb_tracklist_0_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(138162,2192,'_alb_tracklist_0_song_store_list_2_store_link','song_store_link'),(138163,2192,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-youtube'),(138164,2192,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(138165,2192,'alb_tracklist_1_song_store_list_0_song_store_name','YouTube'),(138166,2192,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(138167,2192,'alb_tracklist_1_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138168,2192,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(138169,2192,'alb_tracklist_6_FileOrStream','stream'),(138170,2192,'_alb_tracklist_6_FileOrStream','FileOrStream'),(138171,2192,'alb_tracklist_6_track_mp3',''),(138172,2192,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(138173,2192,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(138174,2192,'_alb_tracklist_6_stream_link','stream_link'),(138175,2192,'alb_tracklist_6_stream_title','Hero of War'),(138176,2192,'_alb_tracklist_6_stream_title','stream_title'),(138177,2192,'alb_tracklist_6_stream_artist',''),(138178,2192,'_alb_tracklist_6_stream_artist','stream_artist'),(138179,2192,'alb_tracklist_6_stream_album',''),(138180,2192,'_alb_tracklist_6_stream_album','stream_album'),(138181,2192,'alb_tracklist_6_song_store_list','2'),(138182,2192,'_alb_tracklist_6_song_store_list','song_store_list'),(138183,2192,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-soundcloud'),(138184,2192,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(138185,2192,'alb_tracklist_2_song_store_list_0_song_store_name','SoundCloud'),(138186,2192,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(138187,2192,'alb_tracklist_2_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138188,2192,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(138189,2192,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(138190,2192,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(138191,2192,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(138192,2192,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(138193,2192,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138194,2192,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(138195,2192,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(138196,2192,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(138197,2192,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(138198,2192,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(138199,2192,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(138200,2192,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(138201,2192,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-youtube'),(138202,2192,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(138203,2192,'alb_tracklist_5_song_store_list_0_song_store_name','Video'),(138204,2192,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(138205,2192,'alb_tracklist_5_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138206,2192,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(138207,2192,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-spotify'),(138208,2192,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(138209,2192,'alb_tracklist_6_song_store_list_0_song_store_name','Spotify'),(138210,2192,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(138211,2192,'alb_tracklist_6_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(138212,2192,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(138213,2192,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(138214,2192,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(138215,2192,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(138216,2192,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(138217,2192,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(138218,2192,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(138219,2192,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(138220,2192,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(138221,2192,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(138222,2192,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(138223,2192,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138224,2192,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(138225,2192,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(138226,2192,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(138227,2192,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(138228,2192,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(138229,2192,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(138230,2192,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(138231,2192,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(138232,2192,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(138233,2192,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(138234,2192,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(138235,2192,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(138236,2192,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(138237,2192,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(138238,2192,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(138239,2192,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(138240,2192,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(138241,2192,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(138242,2192,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(138243,2192,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(138244,2192,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(138245,2192,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(138246,2192,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(138247,2192,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(138248,2192,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(138249,2192,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(138250,2192,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(138251,2192,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(138252,2192,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(138253,2192,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(138254,2192,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(138255,2192,'_dp_original','1218'),(138256,2192,'_edit_last','2'),(138257,2192,'_wp_old_slug','copy-of-horizon'),(138258,2192,'_wp_old_slug','prodigy-lyrics'),(138259,2192,'hide_header_and_menu','0'),(138260,2192,'_hide_header_and_menu','field_523384ce34a85'),(138261,2192,'eg_sources_revslider',''),(138262,2192,'eg_sources_essgrid',''),(138263,2192,'eg_featured_grid',''),(138264,2192,'eg_votes_count','0'),(138265,2192,'_thumbnail_id','3708'),(138266,2192,'footer_playlist','null'),(138267,2192,'_footer_playlist','footer_playlist'),(138268,1218,'_edit_lock','1545160335:2'),(138269,3739,'page_logo_select','light'),(138270,3739,'_page_logo_select','field_523384ce55a99'),(138271,3739,'hide_page_title','0'),(138272,3739,'_hide_page_title','field_523382c955a73'),(138273,3739,'classic_menu_over_content','1'),(138274,3739,'_classic_menu_over_content','field_523384ce55a85'),(138275,3739,'hide_header_and_menu','0'),(138276,3739,'_hide_header_and_menu','field_523384ce34a85'),(138277,3739,'classic_menu_main_item_color','#ffffff'),(138278,3739,'_classic_menu_main_item_color','field_523384ce55a87'),(138279,3739,'classic_menu_background',''),(138280,3739,'_classic_menu_background','field_523384ce55a84'),(138281,3739,'classic_menu_background_alpha',''),(138282,3739,'_classic_menu_background_alpha','field_523384ce55a86'),(138283,3739,'hamburger_icon_color',''),(138284,3739,'_hamburger_icon_color','field_523384ce55a23'),(138285,3739,'background',''),(138286,3739,'_background','field_523382c955a74'),(138287,3739,'background_repeat','null'),(138288,3739,'_background_repeat','field_523382f555a75'),(138289,3739,'background_size','null'),(138290,3739,'_background_size','field_5233837455a76'),(138291,3739,'background_position','null'),(138292,3739,'_background_position','field_5233842d55a78'),(138293,3739,'content_background_color',''),(138294,3739,'_content_background_color','field_523384ce55a80'),(138295,3739,'content_background_transparency','1'),(138296,3739,'_content_background_transparency','field_523384ce55a81'),(138297,3739,'background_color',''),(138298,3739,'_background_color','field_523384ce55a79'),(138299,3739,'block_footer','null'),(138300,3739,'_block_footer','block_footer'),(138301,3739,'album_background_type','blurry'),(138302,3739,'_album_background_type','album_background_type'),(138303,3739,'footer_playlist','null'),(138304,3739,'_footer_playlist','footer_playlist'),(138305,3739,'hide_album','0'),(138306,3739,'_hide_album','field_51b8db2cd11c5'),(138307,3739,'alb_release_date','2017'),(138308,3739,'_alb_release_date','field_51b8db2cd11c4'),(138309,3739,'artist_of_album','a:1:{i:0;s:4:\"1192\";}'),(138310,3739,'_artist_of_album','field_548d3d6715e41'),(138311,3739,'alb_link_external',''),(138312,3739,'_alb_link_external','field_523b66d6f2382'),(138313,3739,'alb_tracklist_0_FileOrStream','stream'),(138314,3739,'_alb_tracklist_0_FileOrStream','FileOrStream'),(138315,3739,'alb_tracklist_0_track_mp3',''),(138316,3739,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(138317,3739,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(138318,3739,'_alb_tracklist_0_stream_link','stream_link'),(138319,3739,'alb_tracklist_0_stream_title','Little Talks'),(138320,3739,'_alb_tracklist_0_stream_title','stream_title'),(138321,3739,'alb_tracklist_0_stream_artist',''),(138322,3739,'_alb_tracklist_0_stream_artist','stream_artist'),(138323,3739,'alb_tracklist_0_stream_album',''),(138324,3739,'_alb_tracklist_0_stream_album','stream_album'),(138325,3739,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-spotify'),(138326,3739,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(138327,3739,'alb_tracklist_0_song_store_list_0_song_store_name','Spotify'),(138328,3739,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(138329,3739,'alb_tracklist_0_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(138330,3739,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(138331,3739,'alb_tracklist_0_song_store_list_1_song_store_icon','fab fa-soundcloud'),(138332,3739,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(138333,3739,'alb_tracklist_0_song_store_list_1_song_store_name','SoundCloud'),(138334,3739,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(138335,3739,'alb_tracklist_0_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138336,3739,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(138337,3739,'alb_tracklist_0_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(138338,3739,'_alb_tracklist_0_song_store_list_2_song_store_icon','song_store_icon'),(138339,3739,'alb_tracklist_0_song_store_list_2_song_store_name','Buy Now'),(138340,3739,'_alb_tracklist_0_song_store_list_2_song_store_name','song_store_name'),(138341,3739,'alb_tracklist_0_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(138342,3739,'_alb_tracklist_0_song_store_list_2_store_link','song_store_link'),(138343,3739,'alb_tracklist_0_song_store_list','3'),(138344,3739,'_alb_tracklist_0_song_store_list','song_store_list'),(138345,3739,'alb_tracklist_1_FileOrStream','stream'),(138346,3739,'_alb_tracklist_1_FileOrStream','FileOrStream'),(138347,3739,'alb_tracklist_1_track_mp3',''),(138348,3739,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(138349,3739,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(138350,3739,'_alb_tracklist_1_stream_link','stream_link'),(138351,3739,'alb_tracklist_1_stream_title','Just Dancing'),(138352,3739,'_alb_tracklist_1_stream_title','stream_title'),(138353,3739,'alb_tracklist_1_stream_artist',''),(138354,3739,'_alb_tracklist_1_stream_artist','stream_artist'),(138355,3739,'alb_tracklist_1_stream_album',''),(138356,3739,'_alb_tracklist_1_stream_album','stream_album'),(138357,3739,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-youtube'),(138358,3739,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(138359,3739,'alb_tracklist_1_song_store_list_0_song_store_name','YouTube'),(138360,3739,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(138361,3739,'alb_tracklist_1_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138362,3739,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(138363,3739,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(138364,3739,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(138365,3739,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(138366,3739,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(138367,3739,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(138368,3739,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(138369,3739,'alb_tracklist_1_song_store_list','2'),(138370,3739,'_alb_tracklist_1_song_store_list','song_store_list'),(138371,3739,'alb_tracklist_2_FileOrStream','stream'),(138372,3739,'_alb_tracklist_2_FileOrStream','FileOrStream'),(138373,3739,'alb_tracklist_2_track_mp3',''),(138374,3739,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(138375,3739,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(138376,3739,'_alb_tracklist_2_stream_link','stream_link'),(138377,3739,'alb_tracklist_2_stream_title','Warrior'),(138378,3739,'_alb_tracklist_2_stream_title','stream_title'),(138379,3739,'alb_tracklist_2_stream_artist',''),(138380,3739,'_alb_tracklist_2_stream_artist','stream_artist'),(138381,3739,'alb_tracklist_2_stream_album',''),(138382,3739,'_alb_tracklist_2_stream_album','stream_album'),(138383,3739,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-soundcloud'),(138384,3739,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(138385,3739,'alb_tracklist_2_song_store_list_0_song_store_name','SoundCloud'),(138386,3739,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(138387,3739,'alb_tracklist_2_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138388,3739,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(138389,3739,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(138390,3739,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(138391,3739,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(138392,3739,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(138393,3739,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(138394,3739,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(138395,3739,'alb_tracklist_2_song_store_list','2'),(138396,3739,'_alb_tracklist_2_song_store_list','song_store_list'),(138397,3739,'alb_tracklist_3_FileOrStream','stream'),(138398,3739,'_alb_tracklist_3_FileOrStream','FileOrStream'),(138399,3739,'alb_tracklist_3_track_mp3',''),(138400,3739,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(138401,3739,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(138402,3739,'_alb_tracklist_3_stream_link','stream_link'),(138403,3739,'alb_tracklist_3_stream_title','Turn Me Good'),(138404,3739,'_alb_tracklist_3_stream_title','stream_title'),(138405,3739,'alb_tracklist_3_stream_artist',''),(138406,3739,'_alb_tracklist_3_stream_artist','stream_artist'),(138407,3739,'alb_tracklist_3_stream_album',''),(138408,3739,'_alb_tracklist_3_stream_album','stream_album'),(138409,3739,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(138410,3739,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(138411,3739,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(138412,3739,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(138413,3739,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138414,3739,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(138415,3739,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(138416,3739,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(138417,3739,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(138418,3739,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(138419,3739,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138420,3739,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(138421,3739,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(138422,3739,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(138423,3739,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(138424,3739,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(138425,3739,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(138426,3739,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(138427,3739,'alb_tracklist_3_song_store_list','3'),(138428,3739,'_alb_tracklist_3_song_store_list','song_store_list'),(138429,3739,'alb_tracklist_4_FileOrStream','stream'),(138430,3739,'_alb_tracklist_4_FileOrStream','FileOrStream'),(138431,3739,'alb_tracklist_4_track_mp3',''),(138432,3739,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(138433,3739,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(138434,3739,'_alb_tracklist_4_stream_link','stream_link'),(138435,3739,'alb_tracklist_4_stream_title','Feels Like Summer'),(138436,3739,'_alb_tracklist_4_stream_title','stream_title'),(138437,3739,'alb_tracklist_4_stream_artist',''),(138438,3739,'_alb_tracklist_4_stream_artist','stream_artist'),(138439,3739,'alb_tracklist_4_stream_album',''),(138440,3739,'_alb_tracklist_4_stream_album','stream_album'),(138441,3739,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(138442,3739,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(138443,3739,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(138444,3739,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(138445,3739,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(138446,3739,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(138447,3739,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(138448,3739,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(138449,3739,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(138450,3739,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(138451,3739,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(138452,3739,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(138453,3739,'alb_tracklist_4_song_store_list','2'),(138454,3739,'_alb_tracklist_4_song_store_list','song_store_list'),(138455,3739,'alb_tracklist_5_FileOrStream','stream'),(138456,3739,'_alb_tracklist_5_FileOrStream','FileOrStream'),(138457,3739,'alb_tracklist_5_track_mp3',''),(138458,3739,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(138459,3739,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(138460,3739,'_alb_tracklist_5_stream_link','stream_link'),(138461,3739,'alb_tracklist_5_stream_title','Bro Hymn'),(138462,3739,'_alb_tracklist_5_stream_title','stream_title'),(138463,3739,'alb_tracklist_5_stream_artist',''),(138464,3739,'_alb_tracklist_5_stream_artist','stream_artist'),(138465,3739,'alb_tracklist_5_stream_album',''),(138466,3739,'_alb_tracklist_5_stream_album','stream_album'),(138467,3739,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-youtube'),(138468,3739,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(138469,3739,'alb_tracklist_5_song_store_list_0_song_store_name','Video'),(138470,3739,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(138471,3739,'alb_tracklist_5_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138472,3739,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(138473,3739,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(138474,3739,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(138475,3739,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(138476,3739,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(138477,3739,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(138478,3739,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(138479,3739,'alb_tracklist_5_song_store_list','2'),(138480,3739,'_alb_tracklist_5_song_store_list','song_store_list'),(138481,3739,'alb_tracklist_6_FileOrStream','stream'),(138482,3739,'_alb_tracklist_6_FileOrStream','FileOrStream'),(138483,3739,'alb_tracklist_6_track_mp3',''),(138484,3739,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(138485,3739,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(138486,3739,'_alb_tracklist_6_stream_link','stream_link'),(138487,3739,'alb_tracklist_6_stream_title','Hero of War'),(138488,3739,'_alb_tracklist_6_stream_title','stream_title'),(138489,3739,'alb_tracklist_6_stream_artist',''),(138490,3739,'_alb_tracklist_6_stream_artist','stream_artist'),(138491,3739,'alb_tracklist_6_stream_album',''),(138492,3739,'_alb_tracklist_6_stream_album','stream_album'),(138493,3739,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-spotify'),(138494,3739,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(138495,3739,'alb_tracklist_6_song_store_list_0_song_store_name','Spotify'),(138496,3739,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(138497,3739,'alb_tracklist_6_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(138498,3739,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(138499,3739,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(138500,3739,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(138501,3739,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(138502,3739,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(138503,3739,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(138504,3739,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(138505,3739,'alb_tracklist_6_song_store_list','2'),(138506,3739,'_alb_tracklist_6_song_store_list','song_store_list'),(138507,3739,'alb_tracklist','7'),(138508,3739,'_alb_tracklist','field_51b8c4facc846'),(138509,3739,'alb_store_list_0_album_store_icon','fab fa-apple'),(138510,3739,'_alb_store_list_0_album_store_icon','album_store_icon'),(138511,3739,'alb_store_list_0_store_name','iTunes'),(138512,3739,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(138513,3739,'alb_store_list_0_store_link','https://www.itunes.com'),(138514,3739,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(138515,3739,'alb_store_list_1_album_store_icon','fab fa-spotify'),(138516,3739,'_alb_store_list_1_album_store_icon','album_store_icon'),(138517,3739,'alb_store_list_1_store_name','Spotify'),(138518,3739,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(138519,3739,'alb_store_list_1_store_link','https://www.spotify.com'),(138520,3739,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(138521,3739,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(138522,3739,'_alb_store_list_2_album_store_icon','album_store_icon'),(138523,3739,'alb_store_list_2_store_name','SoundCloud'),(138524,3739,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(138525,3739,'alb_store_list_2_store_link','https://www.soundcloud.com'),(138526,3739,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(138527,3739,'alb_store_list_3_album_store_icon','fab fa-amazon'),(138528,3739,'_alb_store_list_3_album_store_icon','album_store_icon'),(138529,3739,'alb_store_list_3_store_name','Amazon'),(138530,3739,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(138531,3739,'alb_store_list_3_store_link','https://www.amazon.com'),(138532,3739,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(138533,3739,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(138534,3739,'_alb_store_list_4_album_store_icon','album_store_icon'),(138535,3739,'alb_store_list_4_store_name','Buy Online'),(138536,3739,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(138537,3739,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(138538,3739,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(138539,3739,'alb_store_list','5'),(138540,3739,'_alb_store_list','field_51b8c6d6cc84a'),(138541,3739,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(138542,3739,'_alb_review','field_51b8c792cc84d'),(138543,3739,'alb_review_author','Sonaar Magazine'),(138544,3739,'_alb_review_author','field_51b8c88fcc84e'),(138545,3739,'fw_options','a:0:{}'),(138546,2090,'_edit_lock','1545160336:2'),(138547,3740,'page_logo_select','light'),(138548,3740,'_page_logo_select','field_523384ce55a99'),(138549,3740,'hide_page_title','0'),(138550,3740,'_hide_page_title','field_523382c955a73'),(138551,3740,'classic_menu_over_content','1'),(138552,3740,'_classic_menu_over_content','field_523384ce55a85'),(138553,3740,'hide_header_and_menu','0'),(138554,3740,'_hide_header_and_menu','field_523384ce34a85'),(138555,3740,'classic_menu_main_item_color','#ffffff'),(138556,3740,'_classic_menu_main_item_color','field_523384ce55a87'),(138557,3740,'classic_menu_background',''),(138558,3740,'_classic_menu_background','field_523384ce55a84'),(138559,3740,'classic_menu_background_alpha',''),(138560,3740,'_classic_menu_background_alpha','field_523384ce55a86'),(138561,3740,'hamburger_icon_color',''),(138562,3740,'_hamburger_icon_color','field_523384ce55a23'),(138563,3740,'background',''),(138564,3740,'_background','field_523382c955a74'),(138565,3740,'background_repeat','null'),(138566,3740,'_background_repeat','field_523382f555a75'),(138567,3740,'background_size','null'),(138568,3740,'_background_size','field_5233837455a76'),(138569,3740,'background_position','null'),(138570,3740,'_background_position','field_5233842d55a78'),(138571,3740,'content_background_color',''),(138572,3740,'_content_background_color','field_523384ce55a80'),(138573,3740,'content_background_transparency','1'),(138574,3740,'_content_background_transparency','field_523384ce55a81'),(138575,3740,'background_color',''),(138576,3740,'_background_color','field_523384ce55a79'),(138577,3740,'block_footer','null'),(138578,3740,'_block_footer','block_footer'),(138579,3740,'album_background_type','blurry'),(138580,3740,'_album_background_type','album_background_type'),(138581,3740,'footer_playlist','null'),(138582,3740,'_footer_playlist','footer_playlist'),(138583,3740,'hide_album','0'),(138584,3740,'_hide_album','field_51b8db2cd11c5'),(138585,3740,'alb_release_date','2017'),(138586,3740,'_alb_release_date','field_51b8db2cd11c4'),(138587,3740,'artist_of_album','a:1:{i:0;s:4:\"1143\";}'),(138588,3740,'_artist_of_album','field_548d3d6715e41'),(138589,3740,'alb_link_external',''),(138590,3740,'_alb_link_external','field_523b66d6f2382'),(138591,3740,'alb_tracklist_0_FileOrStream','stream'),(138592,3740,'_alb_tracklist_0_FileOrStream','FileOrStream'),(138593,3740,'alb_tracklist_0_track_mp3',''),(138594,3740,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(138595,3740,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(138596,3740,'_alb_tracklist_0_stream_link','stream_link'),(138597,3740,'alb_tracklist_0_stream_title','Warrior'),(138598,3740,'_alb_tracklist_0_stream_title','stream_title'),(138599,3740,'alb_tracklist_0_stream_artist',''),(138600,3740,'_alb_tracklist_0_stream_artist','stream_artist'),(138601,3740,'alb_tracklist_0_stream_album',''),(138602,3740,'_alb_tracklist_0_stream_album','stream_album'),(138603,3740,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-soundcloud'),(138604,3740,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(138605,3740,'alb_tracklist_0_song_store_list_0_song_store_name','SoundCloud'),(138606,3740,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(138607,3740,'alb_tracklist_0_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138608,3740,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(138609,3740,'alb_tracklist_0_song_store_list_1_song_store_icon','fas fa-download'),(138610,3740,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(138611,3740,'alb_tracklist_0_song_store_list_1_song_store_name','Download'),(138612,3740,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(138613,3740,'alb_tracklist_0_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(138614,3740,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(138615,3740,'alb_tracklist_0_song_store_list','2'),(138616,3740,'_alb_tracklist_0_song_store_list','song_store_list'),(138617,3740,'alb_tracklist_1_FileOrStream','stream'),(138618,3740,'_alb_tracklist_1_FileOrStream','FileOrStream'),(138619,3740,'alb_tracklist_1_track_mp3',''),(138620,3740,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(138621,3740,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(138622,3740,'_alb_tracklist_1_stream_link','stream_link'),(138623,3740,'alb_tracklist_1_stream_title','Bro Hymn'),(138624,3740,'_alb_tracklist_1_stream_title','stream_title'),(138625,3740,'alb_tracklist_1_stream_artist',''),(138626,3740,'_alb_tracklist_1_stream_artist','stream_artist'),(138627,3740,'alb_tracklist_1_stream_album',''),(138628,3740,'_alb_tracklist_1_stream_album','stream_album'),(138629,3740,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-youtube'),(138630,3740,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(138631,3740,'alb_tracklist_1_song_store_list_0_song_store_name','Video'),(138632,3740,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(138633,3740,'alb_tracklist_1_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138634,3740,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(138635,3740,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(138636,3740,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(138637,3740,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(138638,3740,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(138639,3740,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(138640,3740,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(138641,3740,'alb_tracklist_1_song_store_list','2'),(138642,3740,'_alb_tracklist_1_song_store_list','song_store_list'),(138643,3740,'alb_tracklist_2_FileOrStream','stream'),(138644,3740,'_alb_tracklist_2_FileOrStream','FileOrStream'),(138645,3740,'alb_tracklist_2_track_mp3',''),(138646,3740,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(138647,3740,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(138648,3740,'_alb_tracklist_2_stream_link','stream_link'),(138649,3740,'alb_tracklist_2_stream_title','Just Dancing'),(138650,3740,'_alb_tracklist_2_stream_title','stream_title'),(138651,3740,'alb_tracklist_2_stream_artist',''),(138652,3740,'_alb_tracklist_2_stream_artist','stream_artist'),(138653,3740,'alb_tracklist_2_stream_album',''),(138654,3740,'_alb_tracklist_2_stream_album','stream_album'),(138655,3740,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-youtube'),(138656,3740,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(138657,3740,'alb_tracklist_2_song_store_list_0_song_store_name','YouTube'),(138658,3740,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(138659,3740,'alb_tracklist_2_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138660,3740,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(138661,3740,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(138662,3740,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(138663,3740,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(138664,3740,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(138665,3740,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(138666,3740,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(138667,3740,'alb_tracklist_2_song_store_list','2'),(138668,3740,'_alb_tracklist_2_song_store_list','song_store_list'),(138669,3740,'alb_tracklist_3_FileOrStream','stream'),(138670,3740,'_alb_tracklist_3_FileOrStream','FileOrStream'),(138671,3740,'alb_tracklist_3_track_mp3',''),(138672,3740,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(138673,3740,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(138674,3740,'_alb_tracklist_3_stream_link','stream_link'),(138675,3740,'alb_tracklist_3_stream_title','Turn Me Good'),(138676,3740,'_alb_tracklist_3_stream_title','stream_title'),(138677,3740,'alb_tracklist_3_stream_artist',''),(138678,3740,'_alb_tracklist_3_stream_artist','stream_artist'),(138679,3740,'alb_tracklist_3_stream_album',''),(138680,3740,'_alb_tracklist_3_stream_album','stream_album'),(138681,3740,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(138682,3740,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(138683,3740,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(138684,3740,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(138685,3740,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138686,3740,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(138687,3740,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(138688,3740,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(138689,3740,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(138690,3740,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(138691,3740,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138692,3740,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(138693,3740,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(138694,3740,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(138695,3740,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(138696,3740,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(138697,3740,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(138698,3740,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(138699,3740,'alb_tracklist_3_song_store_list','3'),(138700,3740,'_alb_tracklist_3_song_store_list','song_store_list'),(138701,3740,'alb_tracklist_4_FileOrStream','stream'),(138702,3740,'_alb_tracklist_4_FileOrStream','FileOrStream'),(138703,3740,'alb_tracklist_4_track_mp3',''),(138704,3740,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(138705,3740,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(138706,3740,'_alb_tracklist_4_stream_link','stream_link'),(138707,3740,'alb_tracklist_4_stream_title','Little Talks'),(138708,3740,'_alb_tracklist_4_stream_title','stream_title'),(138709,3740,'alb_tracklist_4_stream_artist',''),(138710,3740,'_alb_tracklist_4_stream_artist','stream_artist'),(138711,3740,'alb_tracklist_4_stream_album',''),(138712,3740,'_alb_tracklist_4_stream_album','stream_album'),(138713,3740,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(138714,3740,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(138715,3740,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(138716,3740,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(138717,3740,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(138718,3740,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(138719,3740,'alb_tracklist_4_song_store_list_1_song_store_icon','fab fa-soundcloud'),(138720,3740,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(138721,3740,'alb_tracklist_4_song_store_list_1_song_store_name','SoundCloud'),(138722,3740,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(138723,3740,'alb_tracklist_4_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138724,3740,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(138725,3740,'alb_tracklist_4_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(138726,3740,'_alb_tracklist_4_song_store_list_2_song_store_icon','song_store_icon'),(138727,3740,'alb_tracklist_4_song_store_list_2_song_store_name','Buy Now'),(138728,3740,'_alb_tracklist_4_song_store_list_2_song_store_name','song_store_name'),(138729,3740,'alb_tracklist_4_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(138730,3740,'_alb_tracklist_4_song_store_list_2_store_link','song_store_link'),(138731,3740,'alb_tracklist_4_song_store_list','3'),(138732,3740,'_alb_tracklist_4_song_store_list','song_store_list'),(138733,3740,'alb_tracklist_5_FileOrStream','stream'),(138734,3740,'_alb_tracklist_5_FileOrStream','FileOrStream'),(138735,3740,'alb_tracklist_5_track_mp3',''),(138736,3740,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(138737,3740,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(138738,3740,'_alb_tracklist_5_stream_link','stream_link'),(138739,3740,'alb_tracklist_5_stream_title','Feels Like Summer'),(138740,3740,'_alb_tracklist_5_stream_title','stream_title'),(138741,3740,'alb_tracklist_5_stream_artist',''),(138742,3740,'_alb_tracklist_5_stream_artist','stream_artist'),(138743,3740,'alb_tracklist_5_stream_album',''),(138744,3740,'_alb_tracklist_5_stream_album','stream_album'),(138745,3740,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-spotify'),(138746,3740,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(138747,3740,'alb_tracklist_5_song_store_list_0_song_store_name','Spotify'),(138748,3740,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(138749,3740,'alb_tracklist_5_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(138750,3740,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(138751,3740,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(138752,3740,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(138753,3740,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(138754,3740,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(138755,3740,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(138756,3740,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(138757,3740,'alb_tracklist_5_song_store_list','2'),(138758,3740,'_alb_tracklist_5_song_store_list','song_store_list'),(138759,3740,'alb_tracklist_6_FileOrStream','stream'),(138760,3740,'_alb_tracklist_6_FileOrStream','FileOrStream'),(138761,3740,'alb_tracklist_6_track_mp3',''),(138762,3740,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(138763,3740,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(138764,3740,'_alb_tracklist_6_stream_link','stream_link'),(138765,3740,'alb_tracklist_6_stream_title','Hero of War'),(138766,3740,'_alb_tracklist_6_stream_title','stream_title'),(138767,3740,'alb_tracklist_6_stream_artist',''),(138768,3740,'_alb_tracklist_6_stream_artist','stream_artist'),(138769,3740,'alb_tracklist_6_stream_album',''),(138770,3740,'_alb_tracklist_6_stream_album','stream_album'),(138771,3740,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-spotify'),(138772,3740,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(138773,3740,'alb_tracklist_6_song_store_list_0_song_store_name','Spotify'),(138774,3740,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(138775,3740,'alb_tracklist_6_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(138776,3740,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(138777,3740,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(138778,3740,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(138779,3740,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(138780,3740,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(138781,3740,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(138782,3740,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(138783,3740,'alb_tracklist_6_song_store_list','2'),(138784,3740,'_alb_tracklist_6_song_store_list','song_store_list'),(138785,3740,'alb_tracklist','7'),(138786,3740,'_alb_tracklist','field_51b8c4facc846'),(138787,3740,'alb_store_list_0_album_store_icon','fab fa-apple'),(138788,3740,'_alb_store_list_0_album_store_icon','album_store_icon'),(138789,3740,'alb_store_list_0_store_name','iTunes'),(138790,3740,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(138791,3740,'alb_store_list_0_store_link','https://www.itunes.com'),(138792,3740,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(138793,3740,'alb_store_list_1_album_store_icon','fab fa-spotify'),(138794,3740,'_alb_store_list_1_album_store_icon','album_store_icon'),(138795,3740,'alb_store_list_1_store_name','Spotify'),(138796,3740,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(138797,3740,'alb_store_list_1_store_link','https://www.spotify.com'),(138798,3740,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(138799,3740,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(138800,3740,'_alb_store_list_2_album_store_icon','album_store_icon'),(138801,3740,'alb_store_list_2_store_name','SoundCloud'),(138802,3740,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(138803,3740,'alb_store_list_2_store_link','https://www.soundcloud.com'),(138804,3740,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(138805,3740,'alb_store_list_3_album_store_icon','fab fa-amazon'),(138806,3740,'_alb_store_list_3_album_store_icon','album_store_icon'),(138807,3740,'alb_store_list_3_store_name','Amazon'),(138808,3740,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(138809,3740,'alb_store_list_3_store_link','https://www.amazon.com'),(138810,3740,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(138811,3740,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(138812,3740,'_alb_store_list_4_album_store_icon','album_store_icon'),(138813,3740,'alb_store_list_4_store_name','Buy Online'),(138814,3740,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(138815,3740,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(138816,3740,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(138817,3740,'alb_store_list','5'),(138818,3740,'_alb_store_list','field_51b8c6d6cc84a'),(138819,3740,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(138820,3740,'_alb_review','field_51b8c792cc84d'),(138821,3740,'alb_review_author','Sonaar Magazine'),(138822,3740,'_alb_review_author','field_51b8c88fcc84e'),(138823,3740,'fw_options','a:0:{}'),(138824,2090,'footer_playlist','null'),(138825,2090,'_footer_playlist','footer_playlist'),(138826,2086,'_edit_lock','1545160337:2'),(138827,3741,'page_logo_select','light'),(138828,3741,'_page_logo_select','field_523384ce55a99'),(138829,3741,'hide_page_title','0'),(138830,3741,'_hide_page_title','field_523382c955a73'),(138831,3741,'classic_menu_over_content','1'),(138832,3741,'_classic_menu_over_content','field_523384ce55a85'),(138833,3741,'hide_header_and_menu','0'),(138834,3741,'_hide_header_and_menu','field_523384ce34a85'),(138835,3741,'classic_menu_main_item_color','#ffffff'),(138836,3741,'_classic_menu_main_item_color','field_523384ce55a87'),(138837,3741,'classic_menu_background',''),(138838,3741,'_classic_menu_background','field_523384ce55a84'),(138839,3741,'classic_menu_background_alpha',''),(138840,3741,'_classic_menu_background_alpha','field_523384ce55a86'),(138841,3741,'hamburger_icon_color',''),(138842,3741,'_hamburger_icon_color','field_523384ce55a23'),(138843,3741,'background',''),(138844,3741,'_background','field_523382c955a74'),(138845,3741,'background_repeat','null'),(138846,3741,'_background_repeat','field_523382f555a75'),(138847,3741,'background_size','null'),(138848,3741,'_background_size','field_5233837455a76'),(138849,3741,'background_position','null'),(138850,3741,'_background_position','field_5233842d55a78'),(138851,3741,'content_background_color',''),(138852,3741,'_content_background_color','field_523384ce55a80'),(138853,3741,'content_background_transparency','1'),(138854,3741,'_content_background_transparency','field_523384ce55a81'),(138855,3741,'background_color',''),(138856,3741,'_background_color','field_523384ce55a79'),(138857,3741,'block_footer','null'),(138858,3741,'_block_footer','block_footer'),(138859,3741,'album_background_type','blurry'),(138860,3741,'_album_background_type','album_background_type'),(138861,3741,'footer_playlist','null'),(138862,3741,'_footer_playlist','footer_playlist'),(138863,3741,'hide_album','0'),(138864,3741,'_hide_album','field_51b8db2cd11c5'),(138865,3741,'alb_release_date','2017'),(138866,3741,'_alb_release_date','field_51b8db2cd11c4'),(138867,3741,'artist_of_album','a:1:{i:0;s:4:\"1194\";}'),(138868,3741,'_artist_of_album','field_548d3d6715e41'),(138869,3741,'alb_link_external',''),(138870,3741,'_alb_link_external','field_523b66d6f2382'),(138871,3741,'alb_tracklist_0_FileOrStream','stream'),(138872,3741,'_alb_tracklist_0_FileOrStream','FileOrStream'),(138873,3741,'alb_tracklist_0_track_mp3',''),(138874,3741,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(138875,3741,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(138876,3741,'_alb_tracklist_0_stream_link','stream_link'),(138877,3741,'alb_tracklist_0_stream_title','Warrior'),(138878,3741,'_alb_tracklist_0_stream_title','stream_title'),(138879,3741,'alb_tracklist_0_stream_artist',''),(138880,3741,'_alb_tracklist_0_stream_artist','stream_artist'),(138881,3741,'alb_tracklist_0_stream_album',''),(138882,3741,'_alb_tracklist_0_stream_album','stream_album'),(138883,3741,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-soundcloud'),(138884,3741,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(138885,3741,'alb_tracklist_0_song_store_list_0_song_store_name','SoundCloud'),(138886,3741,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(138887,3741,'alb_tracklist_0_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138888,3741,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(138889,3741,'alb_tracklist_0_song_store_list_1_song_store_icon','fas fa-download'),(138890,3741,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(138891,3741,'alb_tracklist_0_song_store_list_1_song_store_name','Download'),(138892,3741,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(138893,3741,'alb_tracklist_0_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(138894,3741,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(138895,3741,'alb_tracklist_0_song_store_list','2'),(138896,3741,'_alb_tracklist_0_song_store_list','song_store_list'),(138897,3741,'alb_tracklist_1_FileOrStream','stream'),(138898,3741,'_alb_tracklist_1_FileOrStream','FileOrStream'),(138899,3741,'alb_tracklist_1_track_mp3',''),(138900,3741,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(138901,3741,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(138902,3741,'_alb_tracklist_1_stream_link','stream_link'),(138903,3741,'alb_tracklist_1_stream_title','Little Talks'),(138904,3741,'_alb_tracklist_1_stream_title','stream_title'),(138905,3741,'alb_tracklist_1_stream_artist',''),(138906,3741,'_alb_tracklist_1_stream_artist','stream_artist'),(138907,3741,'alb_tracklist_1_stream_album',''),(138908,3741,'_alb_tracklist_1_stream_album','stream_album'),(138909,3741,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-spotify'),(138910,3741,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(138911,3741,'alb_tracklist_1_song_store_list_0_song_store_name','Spotify'),(138912,3741,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(138913,3741,'alb_tracklist_1_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(138914,3741,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(138915,3741,'alb_tracklist_1_song_store_list_1_song_store_icon','fab fa-soundcloud'),(138916,3741,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(138917,3741,'alb_tracklist_1_song_store_list_1_song_store_name','SoundCloud'),(138918,3741,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(138919,3741,'alb_tracklist_1_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138920,3741,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(138921,3741,'alb_tracklist_1_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(138922,3741,'_alb_tracklist_1_song_store_list_2_song_store_icon','song_store_icon'),(138923,3741,'alb_tracklist_1_song_store_list_2_song_store_name','Buy Now'),(138924,3741,'_alb_tracklist_1_song_store_list_2_song_store_name','song_store_name'),(138925,3741,'alb_tracklist_1_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(138926,3741,'_alb_tracklist_1_song_store_list_2_store_link','song_store_link'),(138927,3741,'alb_tracklist_1_song_store_list','3'),(138928,3741,'_alb_tracklist_1_song_store_list','song_store_list'),(138929,3741,'alb_tracklist_2_FileOrStream','stream'),(138930,3741,'_alb_tracklist_2_FileOrStream','FileOrStream'),(138931,3741,'alb_tracklist_2_track_mp3',''),(138932,3741,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(138933,3741,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(138934,3741,'_alb_tracklist_2_stream_link','stream_link'),(138935,3741,'alb_tracklist_2_stream_title','Just Dancing'),(138936,3741,'_alb_tracklist_2_stream_title','stream_title'),(138937,3741,'alb_tracklist_2_stream_artist',''),(138938,3741,'_alb_tracklist_2_stream_artist','stream_artist'),(138939,3741,'alb_tracklist_2_stream_album',''),(138940,3741,'_alb_tracklist_2_stream_album','stream_album'),(138941,3741,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-youtube'),(138942,3741,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(138943,3741,'alb_tracklist_2_song_store_list_0_song_store_name','YouTube'),(138944,3741,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(138945,3741,'alb_tracklist_2_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138946,3741,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(138947,3741,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(138948,3741,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(138949,3741,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(138950,3741,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(138951,3741,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(138952,3741,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(138953,3741,'alb_tracklist_2_song_store_list','2'),(138954,3741,'_alb_tracklist_2_song_store_list','song_store_list'),(138955,3741,'alb_tracklist_3_FileOrStream','stream'),(138956,3741,'_alb_tracklist_3_FileOrStream','FileOrStream'),(138957,3741,'alb_tracklist_3_track_mp3',''),(138958,3741,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(138959,3741,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(138960,3741,'_alb_tracklist_3_stream_link','stream_link'),(138961,3741,'alb_tracklist_3_stream_title','Turn Me Good'),(138962,3741,'_alb_tracklist_3_stream_title','stream_title'),(138963,3741,'alb_tracklist_3_stream_artist',''),(138964,3741,'_alb_tracklist_3_stream_artist','stream_artist'),(138965,3741,'alb_tracklist_3_stream_album',''),(138966,3741,'_alb_tracklist_3_stream_album','stream_album'),(138967,3741,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(138968,3741,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(138969,3741,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(138970,3741,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(138971,3741,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(138972,3741,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(138973,3741,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(138974,3741,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(138975,3741,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(138976,3741,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(138977,3741,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(138978,3741,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(138979,3741,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(138980,3741,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(138981,3741,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(138982,3741,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(138983,3741,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(138984,3741,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(138985,3741,'alb_tracklist_3_song_store_list','3'),(138986,3741,'_alb_tracklist_3_song_store_list','song_store_list'),(138987,3741,'alb_tracklist_4_FileOrStream','stream'),(138988,3741,'_alb_tracklist_4_FileOrStream','FileOrStream'),(138989,3741,'alb_tracklist_4_track_mp3',''),(138990,3741,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(138991,3741,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(138992,3741,'_alb_tracklist_4_stream_link','stream_link'),(138993,3741,'alb_tracklist_4_stream_title','Hero of War'),(138994,3741,'_alb_tracklist_4_stream_title','stream_title'),(138995,3741,'alb_tracklist_4_stream_artist',''),(138996,3741,'_alb_tracklist_4_stream_artist','stream_artist'),(138997,3741,'alb_tracklist_4_stream_album',''),(138998,3741,'_alb_tracklist_4_stream_album','stream_album'),(138999,3741,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(139000,3741,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(139001,3741,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(139002,3741,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(139003,3741,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139004,3741,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(139005,3741,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(139006,3741,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(139007,3741,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(139008,3741,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(139009,3741,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(139010,3741,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(139011,3741,'alb_tracklist_4_song_store_list','2'),(139012,3741,'_alb_tracklist_4_song_store_list','song_store_list'),(139013,3741,'alb_tracklist_5_FileOrStream','stream'),(139014,3741,'_alb_tracklist_5_FileOrStream','FileOrStream'),(139015,3741,'alb_tracklist_5_track_mp3',''),(139016,3741,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(139017,3741,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(139018,3741,'_alb_tracklist_5_stream_link','stream_link'),(139019,3741,'alb_tracklist_5_stream_title','Bro Hymn'),(139020,3741,'_alb_tracklist_5_stream_title','stream_title'),(139021,3741,'alb_tracklist_5_stream_artist',''),(139022,3741,'_alb_tracklist_5_stream_artist','stream_artist'),(139023,3741,'alb_tracklist_5_stream_album',''),(139024,3741,'_alb_tracklist_5_stream_album','stream_album'),(139025,3741,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-youtube'),(139026,3741,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(139027,3741,'alb_tracklist_5_song_store_list_0_song_store_name','Video'),(139028,3741,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(139029,3741,'alb_tracklist_5_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(139030,3741,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(139031,3741,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(139032,3741,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(139033,3741,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(139034,3741,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(139035,3741,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(139036,3741,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(139037,3741,'alb_tracklist_5_song_store_list','2'),(139038,3741,'_alb_tracklist_5_song_store_list','song_store_list'),(139039,3741,'alb_tracklist_6_FileOrStream','stream'),(139040,3741,'_alb_tracklist_6_FileOrStream','FileOrStream'),(139041,3741,'alb_tracklist_6_track_mp3',''),(139042,3741,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(139043,3741,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(139044,3741,'_alb_tracklist_6_stream_link','stream_link'),(139045,3741,'alb_tracklist_6_stream_title','Feels Like Summer'),(139046,3741,'_alb_tracklist_6_stream_title','stream_title'),(139047,3741,'alb_tracklist_6_stream_artist',''),(139048,3741,'_alb_tracklist_6_stream_artist','stream_artist'),(139049,3741,'alb_tracklist_6_stream_album',''),(139050,3741,'_alb_tracklist_6_stream_album','stream_album'),(139051,3741,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-spotify'),(139052,3741,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(139053,3741,'alb_tracklist_6_song_store_list_0_song_store_name','Spotify'),(139054,3741,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(139055,3741,'alb_tracklist_6_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139056,3741,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(139057,3741,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(139058,3741,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(139059,3741,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(139060,3741,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(139061,3741,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(139062,3741,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(139063,3741,'alb_tracklist_6_song_store_list','2'),(139064,3741,'_alb_tracklist_6_song_store_list','song_store_list'),(139065,3741,'alb_tracklist','7'),(139066,3741,'_alb_tracklist','field_51b8c4facc846'),(139067,3741,'alb_store_list_0_album_store_icon','fab fa-apple'),(139068,3741,'_alb_store_list_0_album_store_icon','album_store_icon'),(139069,3741,'alb_store_list_0_store_name','iTunes'),(139070,3741,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(139071,3741,'alb_store_list_0_store_link','https://www.itunes.com'),(139072,3741,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(139073,3741,'alb_store_list_1_album_store_icon','fab fa-spotify'),(139074,3741,'_alb_store_list_1_album_store_icon','album_store_icon'),(139075,3741,'alb_store_list_1_store_name','Spotify'),(139076,3741,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(139077,3741,'alb_store_list_1_store_link','https://www.spotify.com'),(139078,3741,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(139079,3741,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(139080,3741,'_alb_store_list_2_album_store_icon','album_store_icon'),(139081,3741,'alb_store_list_2_store_name','SoundCloud'),(139082,3741,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(139083,3741,'alb_store_list_2_store_link','https://www.soundcloud.com'),(139084,3741,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(139085,3741,'alb_store_list_3_album_store_icon','fab fa-amazon'),(139086,3741,'_alb_store_list_3_album_store_icon','album_store_icon'),(139087,3741,'alb_store_list_3_store_name','Amazon'),(139088,3741,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(139089,3741,'alb_store_list_3_store_link','https://www.amazon.com'),(139090,3741,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(139091,3741,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(139092,3741,'_alb_store_list_4_album_store_icon','album_store_icon'),(139093,3741,'alb_store_list_4_store_name','Buy Online'),(139094,3741,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(139095,3741,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(139096,3741,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(139097,3741,'alb_store_list','5'),(139098,3741,'_alb_store_list','field_51b8c6d6cc84a'),(139099,3741,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(139100,3741,'_alb_review','field_51b8c792cc84d'),(139101,3741,'alb_review_author','Sonaar Magazine'),(139102,3741,'_alb_review_author','field_51b8c88fcc84e'),(139103,3741,'fw_options','a:0:{}'),(139104,2086,'footer_playlist','null'),(139105,2086,'_footer_playlist','footer_playlist'),(139106,2098,'_edit_lock','1545160337:2'),(139107,3742,'page_logo_select','light'),(139108,3742,'_page_logo_select','field_523384ce55a99'),(139109,3742,'hide_page_title','0'),(139110,3742,'_hide_page_title','field_523382c955a73'),(139111,3742,'classic_menu_over_content','1'),(139112,3742,'_classic_menu_over_content','field_523384ce55a85'),(139113,3742,'hide_header_and_menu','0'),(139114,3742,'_hide_header_and_menu','field_523384ce34a85'),(139115,3742,'classic_menu_main_item_color','#ffffff'),(139116,3742,'_classic_menu_main_item_color','field_523384ce55a87'),(139117,3742,'classic_menu_background',''),(139118,3742,'_classic_menu_background','field_523384ce55a84'),(139119,3742,'classic_menu_background_alpha',''),(139120,3742,'_classic_menu_background_alpha','field_523384ce55a86'),(139121,3742,'hamburger_icon_color',''),(139122,3742,'_hamburger_icon_color','field_523384ce55a23'),(139123,3742,'background',''),(139124,3742,'_background','field_523382c955a74'),(139125,3742,'background_repeat','null'),(139126,3742,'_background_repeat','field_523382f555a75'),(139127,3742,'background_size','null'),(139128,3742,'_background_size','field_5233837455a76'),(139129,3742,'background_position','null'),(139130,3742,'_background_position','field_5233842d55a78'),(139131,3742,'content_background_color',''),(139132,3742,'_content_background_color','field_523384ce55a80'),(139133,3742,'content_background_transparency','1'),(139134,3742,'_content_background_transparency','field_523384ce55a81'),(139135,3742,'background_color',''),(139136,3742,'_background_color','field_523384ce55a79'),(139137,3742,'block_footer','null'),(139138,3742,'_block_footer','block_footer'),(139139,3742,'album_background_type','blurry'),(139140,3742,'_album_background_type','album_background_type'),(139141,3742,'footer_playlist','null'),(139142,3742,'_footer_playlist','footer_playlist'),(139143,3742,'hide_album','0'),(139144,3742,'_hide_album','field_51b8db2cd11c5'),(139145,3742,'alb_release_date','2017'),(139146,3742,'_alb_release_date','field_51b8db2cd11c4'),(139147,3742,'artist_of_album','a:1:{i:0;s:4:\"1177\";}'),(139148,3742,'_artist_of_album','field_548d3d6715e41'),(139149,3742,'alb_link_external',''),(139150,3742,'_alb_link_external','field_523b66d6f2382'),(139151,3742,'alb_tracklist_0_FileOrStream','stream'),(139152,3742,'_alb_tracklist_0_FileOrStream','FileOrStream'),(139153,3742,'alb_tracklist_0_track_mp3',''),(139154,3742,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(139155,3742,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(139156,3742,'_alb_tracklist_0_stream_link','stream_link'),(139157,3742,'alb_tracklist_0_stream_title','Just Dancing'),(139158,3742,'_alb_tracklist_0_stream_title','stream_title'),(139159,3742,'alb_tracklist_0_stream_artist',''),(139160,3742,'_alb_tracklist_0_stream_artist','stream_artist'),(139161,3742,'alb_tracklist_0_stream_album',''),(139162,3742,'_alb_tracklist_0_stream_album','stream_album'),(139163,3742,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-youtube'),(139164,3742,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(139165,3742,'alb_tracklist_0_song_store_list_0_song_store_name','YouTube'),(139166,3742,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(139167,3742,'alb_tracklist_0_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(139168,3742,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(139169,3742,'alb_tracklist_0_song_store_list_1_song_store_icon','fas fa-download'),(139170,3742,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(139171,3742,'alb_tracklist_0_song_store_list_1_song_store_name','Download'),(139172,3742,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(139173,3742,'alb_tracklist_0_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(139174,3742,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(139175,3742,'alb_tracklist_0_song_store_list','2'),(139176,3742,'_alb_tracklist_0_song_store_list','song_store_list'),(139177,3742,'alb_tracklist_1_FileOrStream','stream'),(139178,3742,'_alb_tracklist_1_FileOrStream','FileOrStream'),(139179,3742,'alb_tracklist_1_track_mp3',''),(139180,3742,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(139181,3742,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(139182,3742,'_alb_tracklist_1_stream_link','stream_link'),(139183,3742,'alb_tracklist_1_stream_title','Warrior'),(139184,3742,'_alb_tracklist_1_stream_title','stream_title'),(139185,3742,'alb_tracklist_1_stream_artist',''),(139186,3742,'_alb_tracklist_1_stream_artist','stream_artist'),(139187,3742,'alb_tracklist_1_stream_album',''),(139188,3742,'_alb_tracklist_1_stream_album','stream_album'),(139189,3742,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-soundcloud'),(139190,3742,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(139191,3742,'alb_tracklist_1_song_store_list_0_song_store_name','SoundCloud'),(139192,3742,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(139193,3742,'alb_tracklist_1_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(139194,3742,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(139195,3742,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(139196,3742,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(139197,3742,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(139198,3742,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(139199,3742,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(139200,3742,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(139201,3742,'alb_tracklist_1_song_store_list','2'),(139202,3742,'_alb_tracklist_1_song_store_list','song_store_list'),(139203,3742,'alb_tracklist_2_FileOrStream','stream'),(139204,3742,'_alb_tracklist_2_FileOrStream','FileOrStream'),(139205,3742,'alb_tracklist_2_track_mp3',''),(139206,3742,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(139207,3742,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(139208,3742,'_alb_tracklist_2_stream_link','stream_link'),(139209,3742,'alb_tracklist_2_stream_title','Little Talks'),(139210,3742,'_alb_tracklist_2_stream_title','stream_title'),(139211,3742,'alb_tracklist_2_stream_artist',''),(139212,3742,'_alb_tracklist_2_stream_artist','stream_artist'),(139213,3742,'alb_tracklist_2_stream_album',''),(139214,3742,'_alb_tracklist_2_stream_album','stream_album'),(139215,3742,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-spotify'),(139216,3742,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(139217,3742,'alb_tracklist_2_song_store_list_0_song_store_name','Spotify'),(139218,3742,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(139219,3742,'alb_tracklist_2_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139220,3742,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(139221,3742,'alb_tracklist_2_song_store_list_1_song_store_icon','fab fa-soundcloud'),(139222,3742,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(139223,3742,'alb_tracklist_2_song_store_list_1_song_store_name','SoundCloud'),(139224,3742,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(139225,3742,'alb_tracklist_2_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(139226,3742,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(139227,3742,'alb_tracklist_2_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(139228,3742,'_alb_tracklist_2_song_store_list_2_song_store_icon','song_store_icon'),(139229,3742,'alb_tracklist_2_song_store_list_2_song_store_name','Buy Now'),(139230,3742,'_alb_tracklist_2_song_store_list_2_song_store_name','song_store_name'),(139231,3742,'alb_tracklist_2_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(139232,3742,'_alb_tracklist_2_song_store_list_2_store_link','song_store_link'),(139233,3742,'alb_tracklist_2_song_store_list','3'),(139234,3742,'_alb_tracklist_2_song_store_list','song_store_list'),(139235,3742,'alb_tracklist_3_FileOrStream','stream'),(139236,3742,'_alb_tracklist_3_FileOrStream','FileOrStream'),(139237,3742,'alb_tracklist_3_track_mp3',''),(139238,3742,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(139239,3742,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(139240,3742,'_alb_tracklist_3_stream_link','stream_link'),(139241,3742,'alb_tracklist_3_stream_title','Turn Me Good'),(139242,3742,'_alb_tracklist_3_stream_title','stream_title'),(139243,3742,'alb_tracklist_3_stream_artist',''),(139244,3742,'_alb_tracklist_3_stream_artist','stream_artist'),(139245,3742,'alb_tracklist_3_stream_album',''),(139246,3742,'_alb_tracklist_3_stream_album','stream_album'),(139247,3742,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(139248,3742,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(139249,3742,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(139250,3742,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(139251,3742,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(139252,3742,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(139253,3742,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(139254,3742,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(139255,3742,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(139256,3742,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(139257,3742,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(139258,3742,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(139259,3742,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(139260,3742,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(139261,3742,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(139262,3742,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(139263,3742,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(139264,3742,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(139265,3742,'alb_tracklist_3_song_store_list','3'),(139266,3742,'_alb_tracklist_3_song_store_list','song_store_list'),(139267,3742,'alb_tracklist_4_FileOrStream','stream'),(139268,3742,'_alb_tracklist_4_FileOrStream','FileOrStream'),(139269,3742,'alb_tracklist_4_track_mp3',''),(139270,3742,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(139271,3742,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(139272,3742,'_alb_tracklist_4_stream_link','stream_link'),(139273,3742,'alb_tracklist_4_stream_title','Feels Like Summer'),(139274,3742,'_alb_tracklist_4_stream_title','stream_title'),(139275,3742,'alb_tracklist_4_stream_artist',''),(139276,3742,'_alb_tracklist_4_stream_artist','stream_artist'),(139277,3742,'alb_tracklist_4_stream_album',''),(139278,3742,'_alb_tracklist_4_stream_album','stream_album'),(139279,3742,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(139280,3742,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(139281,3742,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(139282,3742,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(139283,3742,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139284,3742,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(139285,3742,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(139286,3742,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(139287,3742,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(139288,3742,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(139289,3742,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(139290,3742,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(139291,3742,'alb_tracklist_4_song_store_list','2'),(139292,3742,'_alb_tracklist_4_song_store_list','song_store_list'),(139293,3742,'alb_tracklist_5_FileOrStream','stream'),(139294,3742,'_alb_tracklist_5_FileOrStream','FileOrStream'),(139295,3742,'alb_tracklist_5_track_mp3',''),(139296,3742,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(139297,3742,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(139298,3742,'_alb_tracklist_5_stream_link','stream_link'),(139299,3742,'alb_tracklist_5_stream_title','Hero of War'),(139300,3742,'_alb_tracklist_5_stream_title','stream_title'),(139301,3742,'alb_tracklist_5_stream_artist',''),(139302,3742,'_alb_tracklist_5_stream_artist','stream_artist'),(139303,3742,'alb_tracklist_5_stream_album',''),(139304,3742,'_alb_tracklist_5_stream_album','stream_album'),(139305,3742,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-spotify'),(139306,3742,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(139307,3742,'alb_tracklist_5_song_store_list_0_song_store_name','Spotify'),(139308,3742,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(139309,3742,'alb_tracklist_5_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139310,3742,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(139311,3742,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(139312,3742,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(139313,3742,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(139314,3742,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(139315,3742,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(139316,3742,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(139317,3742,'alb_tracklist_5_song_store_list','2'),(139318,3742,'_alb_tracklist_5_song_store_list','song_store_list'),(139319,3742,'alb_tracklist_6_FileOrStream','stream'),(139320,3742,'_alb_tracklist_6_FileOrStream','FileOrStream'),(139321,3742,'alb_tracklist_6_track_mp3',''),(139322,3742,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(139323,3742,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(139324,3742,'_alb_tracklist_6_stream_link','stream_link'),(139325,3742,'alb_tracklist_6_stream_title','Bro Hymn'),(139326,3742,'_alb_tracklist_6_stream_title','stream_title'),(139327,3742,'alb_tracklist_6_stream_artist',''),(139328,3742,'_alb_tracklist_6_stream_artist','stream_artist'),(139329,3742,'alb_tracklist_6_stream_album',''),(139330,3742,'_alb_tracklist_6_stream_album','stream_album'),(139331,3742,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-youtube'),(139332,3742,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(139333,3742,'alb_tracklist_6_song_store_list_0_song_store_name','Video'),(139334,3742,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(139335,3742,'alb_tracklist_6_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(139336,3742,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(139337,3742,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(139338,3742,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(139339,3742,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(139340,3742,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(139341,3742,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(139342,3742,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(139343,3742,'alb_tracklist_6_song_store_list','2'),(139344,3742,'_alb_tracklist_6_song_store_list','song_store_list'),(139345,3742,'alb_tracklist','7'),(139346,3742,'_alb_tracklist','field_51b8c4facc846'),(139347,3742,'alb_store_list_0_album_store_icon','fab fa-apple'),(139348,3742,'_alb_store_list_0_album_store_icon','album_store_icon'),(139349,3742,'alb_store_list_0_store_name','iTunes'),(139350,3742,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(139351,3742,'alb_store_list_0_store_link','https://www.itunes.com'),(139352,3742,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(139353,3742,'alb_store_list_1_album_store_icon','fab fa-spotify'),(139354,3742,'_alb_store_list_1_album_store_icon','album_store_icon'),(139355,3742,'alb_store_list_1_store_name','Spotify'),(139356,3742,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(139357,3742,'alb_store_list_1_store_link','https://www.spotify.com'),(139358,3742,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(139359,3742,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(139360,3742,'_alb_store_list_2_album_store_icon','album_store_icon'),(139361,3742,'alb_store_list_2_store_name','SoundCloud'),(139362,3742,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(139363,3742,'alb_store_list_2_store_link','https://www.soundcloud.com'),(139364,3742,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(139365,3742,'alb_store_list_3_album_store_icon','fab fa-amazon'),(139366,3742,'_alb_store_list_3_album_store_icon','album_store_icon'),(139367,3742,'alb_store_list_3_store_name','Amazon'),(139368,3742,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(139369,3742,'alb_store_list_3_store_link','https://www.amazon.com'),(139370,3742,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(139371,3742,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(139372,3742,'_alb_store_list_4_album_store_icon','album_store_icon'),(139373,3742,'alb_store_list_4_store_name','Buy Online'),(139374,3742,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(139375,3742,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(139376,3742,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(139377,3742,'alb_store_list','5'),(139378,3742,'_alb_store_list','field_51b8c6d6cc84a'),(139379,3742,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(139380,3742,'_alb_review','field_51b8c792cc84d'),(139381,3742,'alb_review_author','Sonaar Magazine'),(139382,3742,'_alb_review_author','field_51b8c88fcc84e'),(139383,3742,'fw_options','a:0:{}'),(139384,2098,'footer_playlist','null'),(139385,2098,'_footer_playlist','footer_playlist'),(139386,2083,'_edit_lock','1545160338:2'),(139387,3743,'page_logo_select','light'),(139388,3743,'_page_logo_select','field_523384ce55a99'),(139389,3743,'hide_page_title','0'),(139390,3743,'_hide_page_title','field_523382c955a73'),(139391,3743,'classic_menu_over_content','1'),(139392,3743,'_classic_menu_over_content','field_523384ce55a85'),(139393,3743,'hide_header_and_menu','0'),(139394,3743,'_hide_header_and_menu','field_523384ce34a85'),(139395,3743,'classic_menu_main_item_color','#ffffff'),(139396,3743,'_classic_menu_main_item_color','field_523384ce55a87'),(139397,3743,'classic_menu_background',''),(139398,3743,'_classic_menu_background','field_523384ce55a84'),(139399,3743,'classic_menu_background_alpha',''),(139400,3743,'_classic_menu_background_alpha','field_523384ce55a86'),(139401,3743,'hamburger_icon_color',''),(139402,3743,'_hamburger_icon_color','field_523384ce55a23'),(139403,3743,'background',''),(139404,3743,'_background','field_523382c955a74'),(139405,3743,'background_repeat','null'),(139406,3743,'_background_repeat','field_523382f555a75'),(139407,3743,'background_size','null'),(139408,3743,'_background_size','field_5233837455a76'),(139409,3743,'background_position','null'),(139410,3743,'_background_position','field_5233842d55a78'),(139411,3743,'content_background_color',''),(139412,3743,'_content_background_color','field_523384ce55a80'),(139413,3743,'content_background_transparency','1'),(139414,3743,'_content_background_transparency','field_523384ce55a81'),(139415,3743,'background_color',''),(139416,3743,'_background_color','field_523384ce55a79'),(139417,3743,'block_footer','null'),(139418,3743,'_block_footer','block_footer'),(139419,3743,'album_background_type','blurry'),(139420,3743,'_album_background_type','album_background_type'),(139421,3743,'footer_playlist','null'),(139422,3743,'_footer_playlist','footer_playlist'),(139423,3743,'hide_album','0'),(139424,3743,'_hide_album','field_51b8db2cd11c5'),(139425,3743,'alb_release_date','2017'),(139426,3743,'_alb_release_date','field_51b8db2cd11c4'),(139427,3743,'artist_of_album','a:1:{i:0;s:4:\"1146\";}'),(139428,3743,'_artist_of_album','field_548d3d6715e41'),(139429,3743,'alb_link_external',''),(139430,3743,'_alb_link_external','field_523b66d6f2382'),(139431,3743,'alb_tracklist_0_FileOrStream','stream'),(139432,3743,'_alb_tracklist_0_FileOrStream','FileOrStream'),(139433,3743,'alb_tracklist_0_track_mp3',''),(139434,3743,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(139435,3743,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(139436,3743,'_alb_tracklist_0_stream_link','stream_link'),(139437,3743,'alb_tracklist_0_stream_title','Just Dancing'),(139438,3743,'_alb_tracklist_0_stream_title','stream_title'),(139439,3743,'alb_tracklist_0_stream_artist',''),(139440,3743,'_alb_tracklist_0_stream_artist','stream_artist'),(139441,3743,'alb_tracklist_0_stream_album',''),(139442,3743,'_alb_tracklist_0_stream_album','stream_album'),(139443,3743,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-youtube'),(139444,3743,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(139445,3743,'alb_tracklist_0_song_store_list_0_song_store_name','YouTube'),(139446,3743,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(139447,3743,'alb_tracklist_0_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(139448,3743,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(139449,3743,'alb_tracklist_0_song_store_list_1_song_store_icon','fas fa-download'),(139450,3743,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(139451,3743,'alb_tracklist_0_song_store_list_1_song_store_name','Download'),(139452,3743,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(139453,3743,'alb_tracklist_0_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(139454,3743,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(139455,3743,'alb_tracklist_0_song_store_list','2'),(139456,3743,'_alb_tracklist_0_song_store_list','song_store_list'),(139457,3743,'alb_tracklist_1_FileOrStream','stream'),(139458,3743,'_alb_tracklist_1_FileOrStream','FileOrStream'),(139459,3743,'alb_tracklist_1_track_mp3',''),(139460,3743,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(139461,3743,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(139462,3743,'_alb_tracklist_1_stream_link','stream_link'),(139463,3743,'alb_tracklist_1_stream_title','Warrior'),(139464,3743,'_alb_tracklist_1_stream_title','stream_title'),(139465,3743,'alb_tracklist_1_stream_artist',''),(139466,3743,'_alb_tracklist_1_stream_artist','stream_artist'),(139467,3743,'alb_tracklist_1_stream_album',''),(139468,3743,'_alb_tracklist_1_stream_album','stream_album'),(139469,3743,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-soundcloud'),(139470,3743,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(139471,3743,'alb_tracklist_1_song_store_list_0_song_store_name','SoundCloud'),(139472,3743,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(139473,3743,'alb_tracklist_1_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(139474,3743,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(139475,3743,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(139476,3743,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(139477,3743,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(139478,3743,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(139479,3743,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(139480,3743,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(139481,3743,'alb_tracklist_1_song_store_list','2'),(139482,3743,'_alb_tracklist_1_song_store_list','song_store_list'),(139483,3743,'alb_tracklist_2_FileOrStream','stream'),(139484,3743,'_alb_tracklist_2_FileOrStream','FileOrStream'),(139485,3743,'alb_tracklist_2_track_mp3',''),(139486,3743,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(139487,3743,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(139488,3743,'_alb_tracklist_2_stream_link','stream_link'),(139489,3743,'alb_tracklist_2_stream_title','Little Talks'),(139490,3743,'_alb_tracklist_2_stream_title','stream_title'),(139491,3743,'alb_tracklist_2_stream_artist',''),(139492,3743,'_alb_tracklist_2_stream_artist','stream_artist'),(139493,3743,'alb_tracklist_2_stream_album',''),(139494,3743,'_alb_tracklist_2_stream_album','stream_album'),(139495,3743,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-spotify'),(139496,3743,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(139497,3743,'alb_tracklist_2_song_store_list_0_song_store_name','Spotify'),(139498,3743,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(139499,3743,'alb_tracklist_2_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139500,3743,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(139501,3743,'alb_tracklist_2_song_store_list_1_song_store_icon','fab fa-soundcloud'),(139502,3743,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(139503,3743,'alb_tracklist_2_song_store_list_1_song_store_name','SoundCloud'),(139504,3743,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(139505,3743,'alb_tracklist_2_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(139506,3743,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(139507,3743,'alb_tracklist_2_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(139508,3743,'_alb_tracklist_2_song_store_list_2_song_store_icon','song_store_icon'),(139509,3743,'alb_tracklist_2_song_store_list_2_song_store_name','Buy Now'),(139510,3743,'_alb_tracklist_2_song_store_list_2_song_store_name','song_store_name'),(139511,3743,'alb_tracklist_2_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(139512,3743,'_alb_tracklist_2_song_store_list_2_store_link','song_store_link'),(139513,3743,'alb_tracklist_2_song_store_list','3'),(139514,3743,'_alb_tracklist_2_song_store_list','song_store_list'),(139515,3743,'alb_tracklist_3_FileOrStream','stream'),(139516,3743,'_alb_tracklist_3_FileOrStream','FileOrStream'),(139517,3743,'alb_tracklist_3_track_mp3',''),(139518,3743,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(139519,3743,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(139520,3743,'_alb_tracklist_3_stream_link','stream_link'),(139521,3743,'alb_tracklist_3_stream_title','Turn Me Good'),(139522,3743,'_alb_tracklist_3_stream_title','stream_title'),(139523,3743,'alb_tracklist_3_stream_artist',''),(139524,3743,'_alb_tracklist_3_stream_artist','stream_artist'),(139525,3743,'alb_tracklist_3_stream_album',''),(139526,3743,'_alb_tracklist_3_stream_album','stream_album'),(139527,3743,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(139528,3743,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(139529,3743,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(139530,3743,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(139531,3743,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(139532,3743,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(139533,3743,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(139534,3743,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(139535,3743,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(139536,3743,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(139537,3743,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(139538,3743,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(139539,3743,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(139540,3743,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(139541,3743,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(139542,3743,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(139543,3743,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(139544,3743,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(139545,3743,'alb_tracklist_3_song_store_list','3'),(139546,3743,'_alb_tracklist_3_song_store_list','song_store_list'),(139547,3743,'alb_tracklist_4_FileOrStream','stream'),(139548,3743,'_alb_tracklist_4_FileOrStream','FileOrStream'),(139549,3743,'alb_tracklist_4_track_mp3',''),(139550,3743,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(139551,3743,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(139552,3743,'_alb_tracklist_4_stream_link','stream_link'),(139553,3743,'alb_tracklist_4_stream_title','Feels Like Summer'),(139554,3743,'_alb_tracklist_4_stream_title','stream_title'),(139555,3743,'alb_tracklist_4_stream_artist',''),(139556,3743,'_alb_tracklist_4_stream_artist','stream_artist'),(139557,3743,'alb_tracklist_4_stream_album',''),(139558,3743,'_alb_tracklist_4_stream_album','stream_album'),(139559,3743,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(139560,3743,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(139561,3743,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(139562,3743,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(139563,3743,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139564,3743,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(139565,3743,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(139566,3743,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(139567,3743,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(139568,3743,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(139569,3743,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(139570,3743,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(139571,3743,'alb_tracklist_4_song_store_list','2'),(139572,3743,'_alb_tracklist_4_song_store_list','song_store_list'),(139573,3743,'alb_tracklist_5_FileOrStream','stream'),(139574,3743,'_alb_tracklist_5_FileOrStream','FileOrStream'),(139575,3743,'alb_tracklist_5_track_mp3',''),(139576,3743,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(139577,3743,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(139578,3743,'_alb_tracklist_5_stream_link','stream_link'),(139579,3743,'alb_tracklist_5_stream_title','Hero of War'),(139580,3743,'_alb_tracklist_5_stream_title','stream_title'),(139581,3743,'alb_tracklist_5_stream_artist',''),(139582,3743,'_alb_tracklist_5_stream_artist','stream_artist'),(139583,3743,'alb_tracklist_5_stream_album',''),(139584,3743,'_alb_tracklist_5_stream_album','stream_album'),(139585,3743,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-spotify'),(139586,3743,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(139587,3743,'alb_tracklist_5_song_store_list_0_song_store_name','Spotify'),(139588,3743,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(139589,3743,'alb_tracklist_5_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139590,3743,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(139591,3743,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(139592,3743,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(139593,3743,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(139594,3743,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(139595,3743,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(139596,3743,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(139597,3743,'alb_tracklist_5_song_store_list','2'),(139598,3743,'_alb_tracklist_5_song_store_list','song_store_list'),(139599,3743,'alb_tracklist_6_FileOrStream','stream'),(139600,3743,'_alb_tracklist_6_FileOrStream','FileOrStream'),(139601,3743,'alb_tracklist_6_track_mp3',''),(139602,3743,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(139603,3743,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(139604,3743,'_alb_tracklist_6_stream_link','stream_link'),(139605,3743,'alb_tracklist_6_stream_title','Bro Hymn'),(139606,3743,'_alb_tracklist_6_stream_title','stream_title'),(139607,3743,'alb_tracklist_6_stream_artist',''),(139608,3743,'_alb_tracklist_6_stream_artist','stream_artist'),(139609,3743,'alb_tracklist_6_stream_album',''),(139610,3743,'_alb_tracklist_6_stream_album','stream_album'),(139611,3743,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-youtube'),(139612,3743,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(139613,3743,'alb_tracklist_6_song_store_list_0_song_store_name','Video'),(139614,3743,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(139615,3743,'alb_tracklist_6_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(139616,3743,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(139617,3743,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(139618,3743,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(139619,3743,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(139620,3743,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(139621,3743,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(139622,3743,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(139623,3743,'alb_tracklist_6_song_store_list','2'),(139624,3743,'_alb_tracklist_6_song_store_list','song_store_list'),(139625,3743,'alb_tracklist','7'),(139626,3743,'_alb_tracklist','field_51b8c4facc846'),(139627,3743,'alb_store_list_0_album_store_icon','fab fa-apple'),(139628,3743,'_alb_store_list_0_album_store_icon','album_store_icon'),(139629,3743,'alb_store_list_0_store_name','iTunes'),(139630,3743,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(139631,3743,'alb_store_list_0_store_link','https://www.itunes.com'),(139632,3743,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(139633,3743,'alb_store_list_1_album_store_icon','fab fa-spotify'),(139634,3743,'_alb_store_list_1_album_store_icon','album_store_icon'),(139635,3743,'alb_store_list_1_store_name','Spotify'),(139636,3743,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(139637,3743,'alb_store_list_1_store_link','https://www.spotify.com'),(139638,3743,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(139639,3743,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(139640,3743,'_alb_store_list_2_album_store_icon','album_store_icon'),(139641,3743,'alb_store_list_2_store_name','SoundCloud'),(139642,3743,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(139643,3743,'alb_store_list_2_store_link','https://www.soundcloud.com'),(139644,3743,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(139645,3743,'alb_store_list_3_album_store_icon','fab fa-amazon'),(139646,3743,'_alb_store_list_3_album_store_icon','album_store_icon'),(139647,3743,'alb_store_list_3_store_name','Amazon'),(139648,3743,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(139649,3743,'alb_store_list_3_store_link','https://www.amazon.com'),(139650,3743,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(139651,3743,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(139652,3743,'_alb_store_list_4_album_store_icon','album_store_icon'),(139653,3743,'alb_store_list_4_store_name','Buy Online'),(139654,3743,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(139655,3743,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(139656,3743,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(139657,3743,'alb_store_list','5'),(139658,3743,'_alb_store_list','field_51b8c6d6cc84a'),(139659,3743,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(139660,3743,'_alb_review','field_51b8c792cc84d'),(139661,3743,'alb_review_author','Sonaar Magazine'),(139662,3743,'_alb_review_author','field_51b8c88fcc84e'),(139663,3743,'fw_options','a:0:{}'),(139664,2093,'_edit_lock','1545160338:2'),(139665,3744,'page_logo_select','light'),(139666,3744,'_page_logo_select','field_523384ce55a99'),(139667,3744,'hide_page_title','0'),(139668,3744,'_hide_page_title','field_523382c955a73'),(139669,3744,'classic_menu_over_content','1'),(139670,3744,'_classic_menu_over_content','field_523384ce55a85'),(139671,3744,'hide_header_and_menu','0'),(139672,3744,'_hide_header_and_menu','field_523384ce34a85'),(139673,3744,'classic_menu_main_item_color','#ffffff'),(139674,3744,'_classic_menu_main_item_color','field_523384ce55a87'),(139675,3744,'classic_menu_background',''),(139676,3744,'_classic_menu_background','field_523384ce55a84'),(139677,3744,'classic_menu_background_alpha',''),(139678,3744,'_classic_menu_background_alpha','field_523384ce55a86'),(139679,3744,'hamburger_icon_color',''),(139680,3744,'_hamburger_icon_color','field_523384ce55a23'),(139681,3744,'background',''),(139682,3744,'_background','field_523382c955a74'),(139683,3744,'background_repeat','null'),(139684,3744,'_background_repeat','field_523382f555a75'),(139685,3744,'background_size','null'),(139686,3744,'_background_size','field_5233837455a76'),(139687,3744,'background_position','null'),(139688,3744,'_background_position','field_5233842d55a78'),(139689,3744,'content_background_color',''),(139690,3744,'_content_background_color','field_523384ce55a80'),(139691,3744,'content_background_transparency','1'),(139692,3744,'_content_background_transparency','field_523384ce55a81'),(139693,3744,'background_color',''),(139694,3744,'_background_color','field_523384ce55a79'),(139695,3744,'block_footer','null'),(139696,3744,'_block_footer','block_footer'),(139697,3744,'album_background_type','blurry'),(139698,3744,'_album_background_type','album_background_type'),(139699,3744,'footer_playlist','null'),(139700,3744,'_footer_playlist','footer_playlist'),(139701,3744,'hide_album','0'),(139702,3744,'_hide_album','field_51b8db2cd11c5'),(139703,3744,'alb_release_date',''),(139704,3744,'_alb_release_date','field_51b8db2cd11c4'),(139705,3744,'artist_of_album',''),(139706,3744,'_artist_of_album','field_548d3d6715e41'),(139707,3744,'alb_link_external',''),(139708,3744,'_alb_link_external','field_523b66d6f2382'),(139709,3744,'alb_tracklist_0_FileOrStream','stream'),(139710,3744,'_alb_tracklist_0_FileOrStream','FileOrStream'),(139711,3744,'alb_tracklist_0_track_mp3',''),(139712,3744,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(139713,3744,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(139714,3744,'_alb_tracklist_0_stream_link','stream_link'),(139715,3744,'alb_tracklist_0_stream_title','Little Talks'),(139716,3744,'_alb_tracklist_0_stream_title','stream_title'),(139717,3744,'alb_tracklist_0_stream_artist',''),(139718,3744,'_alb_tracklist_0_stream_artist','stream_artist'),(139719,3744,'alb_tracklist_0_stream_album',''),(139720,3744,'_alb_tracklist_0_stream_album','stream_album'),(139721,3744,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-spotify'),(139722,3744,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(139723,3744,'alb_tracklist_0_song_store_list_0_song_store_name','Spotify'),(139724,3744,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(139725,3744,'alb_tracklist_0_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139726,3744,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(139727,3744,'alb_tracklist_0_song_store_list_1_song_store_icon','fab fa-soundcloud'),(139728,3744,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(139729,3744,'alb_tracklist_0_song_store_list_1_song_store_name','SoundCloud'),(139730,3744,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(139731,3744,'alb_tracklist_0_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(139732,3744,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(139733,3744,'alb_tracklist_0_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(139734,3744,'_alb_tracklist_0_song_store_list_2_song_store_icon','song_store_icon'),(139735,3744,'alb_tracklist_0_song_store_list_2_song_store_name','Buy Now'),(139736,3744,'_alb_tracklist_0_song_store_list_2_song_store_name','song_store_name'),(139737,3744,'alb_tracklist_0_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(139738,3744,'_alb_tracklist_0_song_store_list_2_store_link','song_store_link'),(139739,3744,'alb_tracklist_0_song_store_list','3'),(139740,3744,'_alb_tracklist_0_song_store_list','song_store_list'),(139741,3744,'alb_tracklist_1_FileOrStream','stream'),(139742,3744,'_alb_tracklist_1_FileOrStream','FileOrStream'),(139743,3744,'alb_tracklist_1_track_mp3',''),(139744,3744,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(139745,3744,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(139746,3744,'_alb_tracklist_1_stream_link','stream_link'),(139747,3744,'alb_tracklist_1_stream_title','Warrior'),(139748,3744,'_alb_tracklist_1_stream_title','stream_title'),(139749,3744,'alb_tracklist_1_stream_artist',''),(139750,3744,'_alb_tracklist_1_stream_artist','stream_artist'),(139751,3744,'alb_tracklist_1_stream_album',''),(139752,3744,'_alb_tracklist_1_stream_album','stream_album'),(139753,3744,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-soundcloud'),(139754,3744,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(139755,3744,'alb_tracklist_1_song_store_list_0_song_store_name','SoundCloud'),(139756,3744,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(139757,3744,'alb_tracklist_1_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(139758,3744,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(139759,3744,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(139760,3744,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(139761,3744,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(139762,3744,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(139763,3744,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(139764,3744,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(139765,3744,'alb_tracklist_1_song_store_list','2'),(139766,3744,'_alb_tracklist_1_song_store_list','song_store_list'),(139767,3744,'alb_tracklist_2_FileOrStream','stream'),(139768,3744,'_alb_tracklist_2_FileOrStream','FileOrStream'),(139769,3744,'alb_tracklist_2_track_mp3',''),(139770,3744,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(139771,3744,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(139772,3744,'_alb_tracklist_2_stream_link','stream_link'),(139773,3744,'alb_tracklist_2_stream_title','Just Dancing'),(139774,3744,'_alb_tracklist_2_stream_title','stream_title'),(139775,3744,'alb_tracklist_2_stream_artist',''),(139776,3744,'_alb_tracklist_2_stream_artist','stream_artist'),(139777,3744,'alb_tracklist_2_stream_album',''),(139778,3744,'_alb_tracklist_2_stream_album','stream_album'),(139779,3744,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-youtube'),(139780,3744,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(139781,3744,'alb_tracklist_2_song_store_list_0_song_store_name','YouTube'),(139782,3744,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(139783,3744,'alb_tracklist_2_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(139784,3744,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(139785,3744,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(139786,3744,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(139787,3744,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(139788,3744,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(139789,3744,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(139790,3744,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(139791,3744,'alb_tracklist_2_song_store_list','2'),(139792,3744,'_alb_tracklist_2_song_store_list','song_store_list'),(139793,3744,'alb_tracklist_3_FileOrStream','stream'),(139794,3744,'_alb_tracklist_3_FileOrStream','FileOrStream'),(139795,3744,'alb_tracklist_3_track_mp3',''),(139796,3744,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(139797,3744,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(139798,3744,'_alb_tracklist_3_stream_link','stream_link'),(139799,3744,'alb_tracklist_3_stream_title','Turn Me Good'),(139800,3744,'_alb_tracklist_3_stream_title','stream_title'),(139801,3744,'alb_tracklist_3_stream_artist',''),(139802,3744,'_alb_tracklist_3_stream_artist','stream_artist'),(139803,3744,'alb_tracklist_3_stream_album',''),(139804,3744,'_alb_tracklist_3_stream_album','stream_album'),(139805,3744,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(139806,3744,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(139807,3744,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(139808,3744,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(139809,3744,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(139810,3744,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(139811,3744,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(139812,3744,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(139813,3744,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(139814,3744,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(139815,3744,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(139816,3744,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(139817,3744,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(139818,3744,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(139819,3744,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(139820,3744,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(139821,3744,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(139822,3744,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(139823,3744,'alb_tracklist_3_song_store_list','3'),(139824,3744,'_alb_tracklist_3_song_store_list','song_store_list'),(139825,3744,'alb_tracklist_4_FileOrStream','stream'),(139826,3744,'_alb_tracklist_4_FileOrStream','FileOrStream'),(139827,3744,'alb_tracklist_4_track_mp3',''),(139828,3744,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(139829,3744,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(139830,3744,'_alb_tracklist_4_stream_link','stream_link'),(139831,3744,'alb_tracklist_4_stream_title','Bro Hymn'),(139832,3744,'_alb_tracklist_4_stream_title','stream_title'),(139833,3744,'alb_tracklist_4_stream_artist',''),(139834,3744,'_alb_tracklist_4_stream_artist','stream_artist'),(139835,3744,'alb_tracklist_4_stream_album',''),(139836,3744,'_alb_tracklist_4_stream_album','stream_album'),(139837,3744,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-youtube'),(139838,3744,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(139839,3744,'alb_tracklist_4_song_store_list_0_song_store_name','Video'),(139840,3744,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(139841,3744,'alb_tracklist_4_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(139842,3744,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(139843,3744,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(139844,3744,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(139845,3744,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(139846,3744,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(139847,3744,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(139848,3744,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(139849,3744,'alb_tracklist_4_song_store_list','2'),(139850,3744,'_alb_tracklist_4_song_store_list','song_store_list'),(139851,3744,'alb_tracklist_5_FileOrStream','stream'),(139852,3744,'_alb_tracklist_5_FileOrStream','FileOrStream'),(139853,3744,'alb_tracklist_5_track_mp3',''),(139854,3744,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(139855,3744,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(139856,3744,'_alb_tracklist_5_stream_link','stream_link'),(139857,3744,'alb_tracklist_5_stream_title','Hero of War'),(139858,3744,'_alb_tracklist_5_stream_title','stream_title'),(139859,3744,'alb_tracklist_5_stream_artist',''),(139860,3744,'_alb_tracklist_5_stream_artist','stream_artist'),(139861,3744,'alb_tracklist_5_stream_album',''),(139862,3744,'_alb_tracklist_5_stream_album','stream_album'),(139863,3744,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-spotify'),(139864,3744,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(139865,3744,'alb_tracklist_5_song_store_list_0_song_store_name','Spotify'),(139866,3744,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(139867,3744,'alb_tracklist_5_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139868,3744,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(139869,3744,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(139870,3744,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(139871,3744,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(139872,3744,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(139873,3744,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(139874,3744,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(139875,3744,'alb_tracklist_5_song_store_list','2'),(139876,3744,'_alb_tracklist_5_song_store_list','song_store_list'),(139877,3744,'alb_tracklist_6_FileOrStream','stream'),(139878,3744,'_alb_tracklist_6_FileOrStream','FileOrStream'),(139879,3744,'alb_tracklist_6_track_mp3',''),(139880,3744,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(139881,3744,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(139882,3744,'_alb_tracklist_6_stream_link','stream_link'),(139883,3744,'alb_tracklist_6_stream_title','Feels Like Summer'),(139884,3744,'_alb_tracklist_6_stream_title','stream_title'),(139885,3744,'alb_tracklist_6_stream_artist',''),(139886,3744,'_alb_tracklist_6_stream_artist','stream_artist'),(139887,3744,'alb_tracklist_6_stream_album',''),(139888,3744,'_alb_tracklist_6_stream_album','stream_album'),(139889,3744,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-spotify'),(139890,3744,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(139891,3744,'alb_tracklist_6_song_store_list_0_song_store_name','Spotify'),(139892,3744,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(139893,3744,'alb_tracklist_6_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(139894,3744,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(139895,3744,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(139896,3744,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(139897,3744,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(139898,3744,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(139899,3744,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(139900,3744,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(139901,3744,'alb_tracklist_6_song_store_list','2'),(139902,3744,'_alb_tracklist_6_song_store_list','song_store_list'),(139903,3744,'alb_tracklist','7'),(139904,3744,'_alb_tracklist','field_51b8c4facc846'),(139905,3744,'alb_store_list_0_album_store_icon','fab fa-apple'),(139906,3744,'_alb_store_list_0_album_store_icon','album_store_icon'),(139907,3744,'alb_store_list_0_store_name','iTunes'),(139908,3744,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(139909,3744,'alb_store_list_0_store_link','https://www.itunes.com'),(139910,3744,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(139911,3744,'alb_store_list_1_album_store_icon','fab fa-spotify'),(139912,3744,'_alb_store_list_1_album_store_icon','album_store_icon'),(139913,3744,'alb_store_list_1_store_name','Spotify'),(139914,3744,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(139915,3744,'alb_store_list_1_store_link','https://www.spotify.com'),(139916,3744,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(139917,3744,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(139918,3744,'_alb_store_list_2_album_store_icon','album_store_icon'),(139919,3744,'alb_store_list_2_store_name','SoundCloud'),(139920,3744,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(139921,3744,'alb_store_list_2_store_link','https://www.soundcloud.com'),(139922,3744,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(139923,3744,'alb_store_list_3_album_store_icon','fab fa-amazon'),(139924,3744,'_alb_store_list_3_album_store_icon','album_store_icon'),(139925,3744,'alb_store_list_3_store_name','Amazon'),(139926,3744,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(139927,3744,'alb_store_list_3_store_link','https://www.amazon.com'),(139928,3744,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(139929,3744,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(139930,3744,'_alb_store_list_4_album_store_icon','album_store_icon'),(139931,3744,'alb_store_list_4_store_name','Buy Online'),(139932,3744,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(139933,3744,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(139934,3744,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(139935,3744,'alb_store_list','5'),(139936,3744,'_alb_store_list','field_51b8c6d6cc84a'),(139937,3744,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(139938,3744,'_alb_review','field_51b8c792cc84d'),(139939,3744,'alb_review_author','Sonaar Magazine'),(139940,3744,'_alb_review_author','field_51b8c88fcc84e'),(139941,3744,'fw_options','a:0:{}'),(139942,2080,'_edit_lock','1545160339:2'),(139943,3745,'page_logo_select','light'),(139944,3745,'_page_logo_select','field_523384ce55a99'),(139945,3745,'hide_page_title','1'),(139946,3745,'_hide_page_title','field_523382c955a73'),(139947,3745,'classic_menu_over_content','0'),(139948,3745,'_classic_menu_over_content','field_523384ce55a85'),(139949,3745,'hide_header_and_menu','0'),(139950,3745,'_hide_header_and_menu','field_523384ce34a85'),(139951,3745,'classic_menu_background',''),(139952,3745,'_classic_menu_background','field_523384ce55a84'),(139953,3745,'classic_menu_background_alpha',''),(139954,3745,'_classic_menu_background_alpha','field_523384ce55a86'),(139955,3745,'hamburger_icon_color',''),(139956,3745,'_hamburger_icon_color','field_523384ce55a23'),(139957,3745,'background',''),(139958,3745,'_background','field_523382c955a74'),(139959,3745,'background_repeat','null'),(139960,3745,'_background_repeat','field_523382f555a75'),(139961,3745,'background_size','null'),(139962,3745,'_background_size','field_5233837455a76'),(139963,3745,'background_position','null'),(139964,3745,'_background_position','field_5233842d55a78'),(139965,3745,'content_background_color',''),(139966,3745,'_content_background_color','field_523384ce55a80'),(139967,3745,'content_background_transparency','1'),(139968,3745,'_content_background_transparency','field_523384ce55a81'),(139969,3745,'background_color',''),(139970,3745,'_background_color','field_523384ce55a79'),(139971,3745,'block_footer','null'),(139972,3745,'_block_footer','block_footer'),(139973,3745,'album_background_type','default'),(139974,3745,'_album_background_type','album_background_type'),(139975,3745,'footer_playlist','null'),(139976,3745,'_footer_playlist','footer_playlist'),(139977,3745,'hide_album','0'),(139978,3745,'_hide_album','field_51b8db2cd11c5'),(139979,3745,'alb_release_date','2017'),(139980,3745,'_alb_release_date','field_51b8db2cd11c4'),(139981,3745,'artist_of_album','a:1:{i:0;s:4:\"1192\";}'),(139982,3745,'_artist_of_album','field_548d3d6715e41'),(139983,3745,'alb_link_external',''),(139984,3745,'_alb_link_external','field_523b66d6f2382'),(139985,3745,'alb_tracklist_0_FileOrStream','stream'),(139986,3745,'_alb_tracklist_0_FileOrStream','FileOrStream'),(139987,3745,'alb_tracklist_0_track_mp3',''),(139988,3745,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(139989,3745,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(139990,3745,'_alb_tracklist_0_stream_link','stream_link'),(139991,3745,'alb_tracklist_0_stream_title','Just Dancing'),(139992,3745,'_alb_tracklist_0_stream_title','stream_title'),(139993,3745,'alb_tracklist_0_stream_artist',''),(139994,3745,'_alb_tracklist_0_stream_artist','stream_artist'),(139995,3745,'alb_tracklist_0_stream_album',''),(139996,3745,'_alb_tracklist_0_stream_album','stream_album'),(139997,3745,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-youtube'),(139998,3745,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(139999,3745,'alb_tracklist_0_song_store_list_0_song_store_name','YouTube'),(140000,3745,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(140001,3745,'alb_tracklist_0_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(140002,3745,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(140003,3745,'alb_tracklist_0_song_store_list_1_song_store_icon','fas fa-download'),(140004,3745,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(140005,3745,'alb_tracklist_0_song_store_list_1_song_store_name','Download'),(140006,3745,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(140007,3745,'alb_tracklist_0_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(140008,3745,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(140009,3745,'alb_tracklist_0_song_store_list','2'),(140010,3745,'_alb_tracklist_0_song_store_list','song_store_list'),(140011,3745,'alb_tracklist_1_FileOrStream','stream'),(140012,3745,'_alb_tracklist_1_FileOrStream','FileOrStream'),(140013,3745,'alb_tracklist_1_track_mp3',''),(140014,3745,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(140015,3745,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(140016,3745,'_alb_tracklist_1_stream_link','stream_link'),(140017,3745,'alb_tracklist_1_stream_title','Warrior'),(140018,3745,'_alb_tracklist_1_stream_title','stream_title'),(140019,3745,'alb_tracklist_1_stream_artist',''),(140020,3745,'_alb_tracklist_1_stream_artist','stream_artist'),(140021,3745,'alb_tracklist_1_stream_album',''),(140022,3745,'_alb_tracklist_1_stream_album','stream_album'),(140023,3745,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-soundcloud'),(140024,3745,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(140025,3745,'alb_tracklist_1_song_store_list_0_song_store_name','SoundCloud'),(140026,3745,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(140027,3745,'alb_tracklist_1_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(140028,3745,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(140029,3745,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(140030,3745,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(140031,3745,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(140032,3745,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(140033,3745,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(140034,3745,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(140035,3745,'alb_tracklist_1_song_store_list','2'),(140036,3745,'_alb_tracklist_1_song_store_list','song_store_list'),(140037,3745,'alb_tracklist_2_FileOrStream','stream'),(140038,3745,'_alb_tracklist_2_FileOrStream','FileOrStream'),(140039,3745,'alb_tracklist_2_track_mp3',''),(140040,3745,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(140041,3745,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(140042,3745,'_alb_tracklist_2_stream_link','stream_link'),(140043,3745,'alb_tracklist_2_stream_title','Feels Like Summer'),(140044,3745,'_alb_tracklist_2_stream_title','stream_title'),(140045,3745,'alb_tracklist_2_stream_artist',''),(140046,3745,'_alb_tracklist_2_stream_artist','stream_artist'),(140047,3745,'alb_tracklist_2_stream_album',''),(140048,3745,'_alb_tracklist_2_stream_album','stream_album'),(140049,3745,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-spotify'),(140050,3745,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(140051,3745,'alb_tracklist_2_song_store_list_0_song_store_name','Spotify'),(140052,3745,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(140053,3745,'alb_tracklist_2_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(140054,3745,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(140055,3745,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(140056,3745,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(140057,3745,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(140058,3745,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(140059,3745,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(140060,3745,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(140061,3745,'alb_tracklist_2_song_store_list','2'),(140062,3745,'_alb_tracklist_2_song_store_list','song_store_list'),(140063,3745,'alb_tracklist_3_FileOrStream','stream'),(140064,3745,'_alb_tracklist_3_FileOrStream','FileOrStream'),(140065,3745,'alb_tracklist_3_track_mp3',''),(140066,3745,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(140067,3745,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(140068,3745,'_alb_tracklist_3_stream_link','stream_link'),(140069,3745,'alb_tracklist_3_stream_title','Little Talks'),(140070,3745,'_alb_tracklist_3_stream_title','stream_title'),(140071,3745,'alb_tracklist_3_stream_artist',''),(140072,3745,'_alb_tracklist_3_stream_artist','stream_artist'),(140073,3745,'alb_tracklist_3_stream_album',''),(140074,3745,'_alb_tracklist_3_stream_album','stream_album'),(140075,3745,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-spotify'),(140076,3745,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(140077,3745,'alb_tracklist_3_song_store_list_0_song_store_name','Spotify'),(140078,3745,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(140079,3745,'alb_tracklist_3_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(140080,3745,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(140081,3745,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(140082,3745,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(140083,3745,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(140084,3745,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(140085,3745,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(140086,3745,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(140087,3745,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(140088,3745,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(140089,3745,'alb_tracklist_3_song_store_list_2_song_store_name','Buy Now'),(140090,3745,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(140091,3745,'alb_tracklist_3_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(140092,3745,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(140093,3745,'alb_tracklist_3_song_store_list','3'),(140094,3745,'_alb_tracklist_3_song_store_list','song_store_list'),(140095,3745,'alb_tracklist_4_FileOrStream','stream'),(140096,3745,'_alb_tracklist_4_FileOrStream','FileOrStream'),(140097,3745,'alb_tracklist_4_track_mp3',''),(140098,3745,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(140099,3745,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(140100,3745,'_alb_tracklist_4_stream_link','stream_link'),(140101,3745,'alb_tracklist_4_stream_title','Hero of War'),(140102,3745,'_alb_tracklist_4_stream_title','stream_title'),(140103,3745,'alb_tracklist_4_stream_artist',''),(140104,3745,'_alb_tracklist_4_stream_artist','stream_artist'),(140105,3745,'alb_tracklist_4_stream_album',''),(140106,3745,'_alb_tracklist_4_stream_album','stream_album'),(140107,3745,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(140108,3745,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(140109,3745,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(140110,3745,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(140111,3745,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(140112,3745,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(140113,3745,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(140114,3745,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(140115,3745,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(140116,3745,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(140117,3745,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(140118,3745,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(140119,3745,'alb_tracklist_4_song_store_list','2'),(140120,3745,'_alb_tracklist_4_song_store_list','song_store_list'),(140121,3745,'alb_tracklist_5_FileOrStream','stream'),(140122,3745,'_alb_tracklist_5_FileOrStream','FileOrStream'),(140123,3745,'alb_tracklist_5_track_mp3',''),(140124,3745,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(140125,3745,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(140126,3745,'_alb_tracklist_5_stream_link','stream_link'),(140127,3745,'alb_tracklist_5_stream_title','Turn Me Good'),(140128,3745,'_alb_tracklist_5_stream_title','stream_title'),(140129,3745,'alb_tracklist_5_stream_artist',''),(140130,3745,'_alb_tracklist_5_stream_artist','stream_artist'),(140131,3745,'alb_tracklist_5_stream_album',''),(140132,3745,'_alb_tracklist_5_stream_album','stream_album'),(140133,3745,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-youtube'),(140134,3745,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(140135,3745,'alb_tracklist_5_song_store_list_0_song_store_name','Video'),(140136,3745,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(140137,3745,'alb_tracklist_5_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(140138,3745,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(140139,3745,'alb_tracklist_5_song_store_list_1_song_store_icon','fab fa-soundcloud'),(140140,3745,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(140141,3745,'alb_tracklist_5_song_store_list_1_song_store_name','SoundCloud'),(140142,3745,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(140143,3745,'alb_tracklist_5_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(140144,3745,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(140145,3745,'alb_tracklist_5_song_store_list_2_song_store_icon','fas fa-download'),(140146,3745,'_alb_tracklist_5_song_store_list_2_song_store_icon','song_store_icon'),(140147,3745,'alb_tracklist_5_song_store_list_2_song_store_name','Download'),(140148,3745,'_alb_tracklist_5_song_store_list_2_song_store_name','song_store_name'),(140149,3745,'alb_tracklist_5_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(140150,3745,'_alb_tracklist_5_song_store_list_2_store_link','song_store_link'),(140151,3745,'alb_tracklist_5_song_store_list','3'),(140152,3745,'_alb_tracklist_5_song_store_list','song_store_list'),(140153,3745,'alb_tracklist_6_FileOrStream','stream'),(140154,3745,'_alb_tracklist_6_FileOrStream','FileOrStream'),(140155,3745,'alb_tracklist_6_track_mp3',''),(140156,3745,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(140157,3745,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(140158,3745,'_alb_tracklist_6_stream_link','stream_link'),(140159,3745,'alb_tracklist_6_stream_title','Bro Hymn'),(140160,3745,'_alb_tracklist_6_stream_title','stream_title'),(140161,3745,'alb_tracklist_6_stream_artist',''),(140162,3745,'_alb_tracklist_6_stream_artist','stream_artist'),(140163,3745,'alb_tracklist_6_stream_album',''),(140164,3745,'_alb_tracklist_6_stream_album','stream_album'),(140165,3745,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-youtube'),(140166,3745,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(140167,3745,'alb_tracklist_6_song_store_list_0_song_store_name','Video'),(140168,3745,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(140169,3745,'alb_tracklist_6_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(140170,3745,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(140171,3745,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(140172,3745,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(140173,3745,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(140174,3745,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(140175,3745,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(140176,3745,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(140177,3745,'alb_tracklist_6_song_store_list','2'),(140178,3745,'_alb_tracklist_6_song_store_list','song_store_list'),(140179,3745,'alb_tracklist','7'),(140180,3745,'_alb_tracklist','field_51b8c4facc846'),(140181,3745,'alb_store_list_0_album_store_icon','fab fa-apple'),(140182,3745,'_alb_store_list_0_album_store_icon','album_store_icon'),(140183,3745,'alb_store_list_0_store_name','iTunes'),(140184,3745,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(140185,3745,'alb_store_list_0_store_link','https://www.itunes.com'),(140186,3745,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(140187,3745,'alb_store_list_1_album_store_icon','fab fa-spotify'),(140188,3745,'_alb_store_list_1_album_store_icon','album_store_icon'),(140189,3745,'alb_store_list_1_store_name','Spotify'),(140190,3745,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(140191,3745,'alb_store_list_1_store_link','https://www.spotify.com'),(140192,3745,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(140193,3745,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(140194,3745,'_alb_store_list_2_album_store_icon','album_store_icon'),(140195,3745,'alb_store_list_2_store_name','SoundCloud'),(140196,3745,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(140197,3745,'alb_store_list_2_store_link','https://www.soundcloud.com'),(140198,3745,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(140199,3745,'alb_store_list_3_album_store_icon','fab fa-amazon'),(140200,3745,'_alb_store_list_3_album_store_icon','album_store_icon'),(140201,3745,'alb_store_list_3_store_name','Amazon'),(140202,3745,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(140203,3745,'alb_store_list_3_store_link','https://www.amazon.com'),(140204,3745,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(140205,3745,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(140206,3745,'_alb_store_list_4_album_store_icon','album_store_icon'),(140207,3745,'alb_store_list_4_store_name','Buy Online'),(140208,3745,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(140209,3745,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(140210,3745,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(140211,3745,'alb_store_list','5'),(140212,3745,'_alb_store_list','field_51b8c6d6cc84a'),(140213,3745,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(140214,3745,'_alb_review','field_51b8c792cc84d'),(140215,3745,'alb_review_author','Sonaar Magazine'),(140216,3745,'_alb_review_author','field_51b8c88fcc84e'),(140217,3745,'fw_options','a:0:{}'),(140218,2080,'footer_playlist','null'),(140219,2080,'_footer_playlist','footer_playlist'),(140220,2192,'_edit_lock','1545160339:2'),(140221,3746,'fw_options','a:0:{}'),(140222,3747,'page_logo_select','light'),(140223,3747,'_page_logo_select','field_523384ce55a99'),(140224,3747,'hide_page_title','0'),(140225,3747,'_hide_page_title','field_523382c955a73'),(140226,3747,'classic_menu_over_content','1'),(140227,3747,'_classic_menu_over_content','field_523384ce55a85'),(140228,3747,'hide_header_and_menu','0'),(140229,3747,'_hide_header_and_menu','field_523384ce34a85'),(140230,3747,'classic_menu_main_item_color','#ffffff'),(140231,3747,'_classic_menu_main_item_color','field_523384ce55a87'),(140232,3747,'classic_menu_background',''),(140233,3747,'_classic_menu_background','field_523384ce55a84'),(140234,3747,'classic_menu_background_alpha',''),(140235,3747,'_classic_menu_background_alpha','field_523384ce55a86'),(140236,3747,'hamburger_icon_color',''),(140237,3747,'_hamburger_icon_color','field_523384ce55a23'),(140238,3747,'background',''),(140239,3747,'_background','field_523382c955a74'),(140240,3747,'background_repeat','null'),(140241,3747,'_background_repeat','field_523382f555a75'),(140242,3747,'background_size','null'),(140243,3747,'_background_size','field_5233837455a76'),(140244,3747,'background_position','null'),(140245,3747,'_background_position','field_5233842d55a78'),(140246,3747,'content_background_color',''),(140247,3747,'_content_background_color','field_523384ce55a80'),(140248,3747,'content_background_transparency','1'),(140249,3747,'_content_background_transparency','field_523384ce55a81'),(140250,3747,'background_color',''),(140251,3747,'_background_color','field_523384ce55a79'),(140252,3747,'block_footer','null'),(140253,3747,'_block_footer','block_footer'),(140254,3747,'album_background_type','blurry'),(140255,3747,'_album_background_type','album_background_type'),(140256,3747,'footer_playlist','null'),(140257,3747,'_footer_playlist','footer_playlist'),(140258,3747,'hide_album','0'),(140259,3747,'_hide_album','field_51b8db2cd11c5'),(140260,3747,'alb_release_date','2017'),(140261,3747,'_alb_release_date','field_51b8db2cd11c4'),(140262,3747,'artist_of_album','a:1:{i:0;s:4:\"1192\";}'),(140263,3747,'_artist_of_album','field_548d3d6715e41'),(140264,3747,'alb_link_external',''),(140265,3747,'_alb_link_external','field_523b66d6f2382'),(140266,3747,'alb_tracklist_0_FileOrStream','stream'),(140267,3747,'_alb_tracklist_0_FileOrStream','FileOrStream'),(140268,3747,'alb_tracklist_0_track_mp3',''),(140269,3747,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(140270,3747,'alb_tracklist_0_stream_link','//demo.sonaar.io/assets/mp3/01.mp3'),(140271,3747,'_alb_tracklist_0_stream_link','stream_link'),(140272,3747,'alb_tracklist_0_stream_title','Little Talks'),(140273,3747,'_alb_tracklist_0_stream_title','stream_title'),(140274,3747,'alb_tracklist_0_stream_artist',''),(140275,3747,'_alb_tracklist_0_stream_artist','stream_artist'),(140276,3747,'alb_tracklist_0_stream_album',''),(140277,3747,'_alb_tracklist_0_stream_album','stream_album'),(140278,3747,'alb_tracklist_0_song_store_list_0_song_store_icon','fab fa-spotify'),(140279,3747,'_alb_tracklist_0_song_store_list_0_song_store_icon','song_store_icon'),(140280,3747,'alb_tracklist_0_song_store_list_0_song_store_name','Spotify'),(140281,3747,'_alb_tracklist_0_song_store_list_0_song_store_name','song_store_name'),(140282,3747,'alb_tracklist_0_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(140283,3747,'_alb_tracklist_0_song_store_list_0_store_link','song_store_link'),(140284,3747,'alb_tracklist_0_song_store_list_1_song_store_icon','fab fa-soundcloud'),(140285,3747,'_alb_tracklist_0_song_store_list_1_song_store_icon','song_store_icon'),(140286,3747,'alb_tracklist_0_song_store_list_1_song_store_name','SoundCloud'),(140287,3747,'_alb_tracklist_0_song_store_list_1_song_store_name','song_store_name'),(140288,3747,'alb_tracklist_0_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(140289,3747,'_alb_tracklist_0_song_store_list_1_store_link','song_store_link'),(140290,3747,'alb_tracklist_0_song_store_list_2_song_store_icon','fas fa-shopping-cart'),(140291,3747,'_alb_tracklist_0_song_store_list_2_song_store_icon','song_store_icon'),(140292,3747,'alb_tracklist_0_song_store_list_2_song_store_name','Buy Now'),(140293,3747,'_alb_tracklist_0_song_store_list_2_song_store_name','song_store_name'),(140294,3747,'alb_tracklist_0_song_store_list_2_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(140295,3747,'_alb_tracklist_0_song_store_list_2_store_link','song_store_link'),(140296,3747,'alb_tracklist_0_song_store_list','3'),(140297,3747,'_alb_tracklist_0_song_store_list','song_store_list'),(140298,3747,'alb_tracklist_1_FileOrStream','stream'),(140299,3747,'_alb_tracklist_1_FileOrStream','FileOrStream'),(140300,3747,'alb_tracklist_1_track_mp3',''),(140301,3747,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(140302,3747,'alb_tracklist_1_stream_link','//demo.sonaar.io/assets/mp3/02.mp3'),(140303,3747,'_alb_tracklist_1_stream_link','stream_link'),(140304,3747,'alb_tracklist_1_stream_title','Just Dancing'),(140305,3747,'_alb_tracklist_1_stream_title','stream_title'),(140306,3747,'alb_tracklist_1_stream_artist',''),(140307,3747,'_alb_tracklist_1_stream_artist','stream_artist'),(140308,3747,'alb_tracklist_1_stream_album',''),(140309,3747,'_alb_tracklist_1_stream_album','stream_album'),(140310,3747,'alb_tracklist_1_song_store_list_0_song_store_icon','fab fa-youtube'),(140311,3747,'_alb_tracklist_1_song_store_list_0_song_store_icon','song_store_icon'),(140312,3747,'alb_tracklist_1_song_store_list_0_song_store_name','YouTube'),(140313,3747,'_alb_tracklist_1_song_store_list_0_song_store_name','song_store_name'),(140314,3747,'alb_tracklist_1_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(140315,3747,'_alb_tracklist_1_song_store_list_0_store_link','song_store_link'),(140316,3747,'alb_tracklist_1_song_store_list_1_song_store_icon','fas fa-download'),(140317,3747,'_alb_tracklist_1_song_store_list_1_song_store_icon','song_store_icon'),(140318,3747,'alb_tracklist_1_song_store_list_1_song_store_name','Download'),(140319,3747,'_alb_tracklist_1_song_store_list_1_song_store_name','song_store_name'),(140320,3747,'alb_tracklist_1_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/02.mp3'),(140321,3747,'_alb_tracklist_1_song_store_list_1_store_link','song_store_link'),(140322,3747,'alb_tracklist_1_song_store_list','2'),(140323,3747,'_alb_tracklist_1_song_store_list','song_store_list'),(140324,3747,'alb_tracklist_2_FileOrStream','stream'),(140325,3747,'_alb_tracklist_2_FileOrStream','FileOrStream'),(140326,3747,'alb_tracklist_2_track_mp3',''),(140327,3747,'_alb_tracklist_2_track_mp3','field_51b8c637cc849'),(140328,3747,'alb_tracklist_2_stream_link','//demo.sonaar.io/assets/mp3/03.mp3'),(140329,3747,'_alb_tracklist_2_stream_link','stream_link'),(140330,3747,'alb_tracklist_2_stream_title','Warrior'),(140331,3747,'_alb_tracklist_2_stream_title','stream_title'),(140332,3747,'alb_tracklist_2_stream_artist',''),(140333,3747,'_alb_tracklist_2_stream_artist','stream_artist'),(140334,3747,'alb_tracklist_2_stream_album',''),(140335,3747,'_alb_tracklist_2_stream_album','stream_album'),(140336,3747,'alb_tracklist_2_song_store_list_0_song_store_icon','fab fa-soundcloud'),(140337,3747,'_alb_tracklist_2_song_store_list_0_song_store_icon','song_store_icon'),(140338,3747,'alb_tracklist_2_song_store_list_0_song_store_name','SoundCloud'),(140339,3747,'_alb_tracklist_2_song_store_list_0_song_store_name','song_store_name'),(140340,3747,'alb_tracklist_2_song_store_list_0_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(140341,3747,'_alb_tracklist_2_song_store_list_0_store_link','song_store_link'),(140342,3747,'alb_tracklist_2_song_store_list_1_song_store_icon','fas fa-download'),(140343,3747,'_alb_tracklist_2_song_store_list_1_song_store_icon','song_store_icon'),(140344,3747,'alb_tracklist_2_song_store_list_1_song_store_name','Download'),(140345,3747,'_alb_tracklist_2_song_store_list_1_song_store_name','song_store_name'),(140346,3747,'alb_tracklist_2_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/03.mp3'),(140347,3747,'_alb_tracklist_2_song_store_list_1_store_link','song_store_link'),(140348,3747,'alb_tracklist_2_song_store_list','2'),(140349,3747,'_alb_tracklist_2_song_store_list','song_store_list'),(140350,3747,'alb_tracklist_3_FileOrStream','stream'),(140351,3747,'_alb_tracklist_3_FileOrStream','FileOrStream'),(140352,3747,'alb_tracklist_3_track_mp3',''),(140353,3747,'_alb_tracklist_3_track_mp3','field_51b8c637cc849'),(140354,3747,'alb_tracklist_3_stream_link','//demo.sonaar.io/assets/mp3/04.mp3'),(140355,3747,'_alb_tracklist_3_stream_link','stream_link'),(140356,3747,'alb_tracklist_3_stream_title','Turn Me Good'),(140357,3747,'_alb_tracklist_3_stream_title','stream_title'),(140358,3747,'alb_tracklist_3_stream_artist',''),(140359,3747,'_alb_tracklist_3_stream_artist','stream_artist'),(140360,3747,'alb_tracklist_3_stream_album',''),(140361,3747,'_alb_tracklist_3_stream_album','stream_album'),(140362,3747,'alb_tracklist_3_song_store_list_0_song_store_icon','fab fa-youtube'),(140363,3747,'_alb_tracklist_3_song_store_list_0_song_store_icon','song_store_icon'),(140364,3747,'alb_tracklist_3_song_store_list_0_song_store_name','Video'),(140365,3747,'_alb_tracklist_3_song_store_list_0_song_store_name','song_store_name'),(140366,3747,'alb_tracklist_3_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(140367,3747,'_alb_tracklist_3_song_store_list_0_store_link','song_store_link'),(140368,3747,'alb_tracklist_3_song_store_list_1_song_store_icon','fab fa-soundcloud'),(140369,3747,'_alb_tracklist_3_song_store_list_1_song_store_icon','song_store_icon'),(140370,3747,'alb_tracklist_3_song_store_list_1_song_store_name','SoundCloud'),(140371,3747,'_alb_tracklist_3_song_store_list_1_song_store_name','song_store_name'),(140372,3747,'alb_tracklist_3_song_store_list_1_store_link','https://soundcloud.com/ofmonstersandmen/little-talks-3'),(140373,3747,'_alb_tracklist_3_song_store_list_1_store_link','song_store_link'),(140374,3747,'alb_tracklist_3_song_store_list_2_song_store_icon','fas fa-download'),(140375,3747,'_alb_tracklist_3_song_store_list_2_song_store_icon','song_store_icon'),(140376,3747,'alb_tracklist_3_song_store_list_2_song_store_name','Download'),(140377,3747,'_alb_tracklist_3_song_store_list_2_song_store_name','song_store_name'),(140378,3747,'alb_tracklist_3_song_store_list_2_store_link','//demo.sonaar.io/assets/mp3/04.mp3'),(140379,3747,'_alb_tracklist_3_song_store_list_2_store_link','song_store_link'),(140380,3747,'alb_tracklist_3_song_store_list','3'),(140381,3747,'_alb_tracklist_3_song_store_list','song_store_list'),(140382,3747,'alb_tracklist_4_FileOrStream','stream'),(140383,3747,'_alb_tracklist_4_FileOrStream','FileOrStream'),(140384,3747,'alb_tracklist_4_track_mp3',''),(140385,3747,'_alb_tracklist_4_track_mp3','field_51b8c637cc849'),(140386,3747,'alb_tracklist_4_stream_link','//demo.sonaar.io/assets/mp3/05.mp3'),(140387,3747,'_alb_tracklist_4_stream_link','stream_link'),(140388,3747,'alb_tracklist_4_stream_title','Feels Like Summer'),(140389,3747,'_alb_tracklist_4_stream_title','stream_title'),(140390,3747,'alb_tracklist_4_stream_artist',''),(140391,3747,'_alb_tracklist_4_stream_artist','stream_artist'),(140392,3747,'alb_tracklist_4_stream_album',''),(140393,3747,'_alb_tracklist_4_stream_album','stream_album'),(140394,3747,'alb_tracklist_4_song_store_list_0_song_store_icon','fab fa-spotify'),(140395,3747,'_alb_tracklist_4_song_store_list_0_song_store_icon','song_store_icon'),(140396,3747,'alb_tracklist_4_song_store_list_0_song_store_name','Spotify'),(140397,3747,'_alb_tracklist_4_song_store_list_0_song_store_name','song_store_name'),(140398,3747,'alb_tracklist_4_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(140399,3747,'_alb_tracklist_4_song_store_list_0_store_link','song_store_link'),(140400,3747,'alb_tracklist_4_song_store_list_1_song_store_icon','fas fa-download'),(140401,3747,'_alb_tracklist_4_song_store_list_1_song_store_icon','song_store_icon'),(140402,3747,'alb_tracklist_4_song_store_list_1_song_store_name','Download'),(140403,3747,'_alb_tracklist_4_song_store_list_1_song_store_name','song_store_name'),(140404,3747,'alb_tracklist_4_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/05.mp3'),(140405,3747,'_alb_tracklist_4_song_store_list_1_store_link','song_store_link'),(140406,3747,'alb_tracklist_4_song_store_list','2'),(140407,3747,'_alb_tracklist_4_song_store_list','song_store_list'),(140408,3747,'alb_tracklist_5_FileOrStream','stream'),(140409,3747,'_alb_tracklist_5_FileOrStream','FileOrStream'),(140410,3747,'alb_tracklist_5_track_mp3',''),(140411,3747,'_alb_tracklist_5_track_mp3','field_51b8c637cc849'),(140412,3747,'alb_tracklist_5_stream_link','//demo.sonaar.io/assets/mp3/06.mp3'),(140413,3747,'_alb_tracklist_5_stream_link','stream_link'),(140414,3747,'alb_tracklist_5_stream_title','Bro Hymn'),(140415,3747,'_alb_tracklist_5_stream_title','stream_title'),(140416,3747,'alb_tracklist_5_stream_artist',''),(140417,3747,'_alb_tracklist_5_stream_artist','stream_artist'),(140418,3747,'alb_tracklist_5_stream_album',''),(140419,3747,'_alb_tracklist_5_stream_album','stream_album'),(140420,3747,'alb_tracklist_5_song_store_list_0_song_store_icon','fab fa-youtube'),(140421,3747,'_alb_tracklist_5_song_store_list_0_song_store_icon','song_store_icon'),(140422,3747,'alb_tracklist_5_song_store_list_0_song_store_name','Video'),(140423,3747,'_alb_tracklist_5_song_store_list_0_song_store_name','song_store_name'),(140424,3747,'alb_tracklist_5_song_store_list_0_store_link','https://www.youtube.com/watch?v=JGwWNGJdvx8'),(140425,3747,'_alb_tracklist_5_song_store_list_0_store_link','song_store_link'),(140426,3747,'alb_tracklist_5_song_store_list_1_song_store_icon','fas fa-download'),(140427,3747,'_alb_tracklist_5_song_store_list_1_song_store_icon','song_store_icon'),(140428,3747,'alb_tracklist_5_song_store_list_1_song_store_name','Download'),(140429,3747,'_alb_tracklist_5_song_store_list_1_song_store_name','song_store_name'),(140430,3747,'alb_tracklist_5_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/06.mp3'),(140431,3747,'_alb_tracklist_5_song_store_list_1_store_link','song_store_link'),(140432,3747,'alb_tracklist_5_song_store_list','2'),(140433,3747,'_alb_tracklist_5_song_store_list','song_store_list'),(140434,3747,'alb_tracklist_6_FileOrStream','stream'),(140435,3747,'_alb_tracklist_6_FileOrStream','FileOrStream'),(140436,3747,'alb_tracklist_6_track_mp3',''),(140437,3747,'_alb_tracklist_6_track_mp3','field_51b8c637cc849'),(140438,3747,'alb_tracklist_6_stream_link','//demo.sonaar.io/assets/mp3/07.mp3'),(140439,3747,'_alb_tracklist_6_stream_link','stream_link'),(140440,3747,'alb_tracklist_6_stream_title','Hero of War'),(140441,3747,'_alb_tracklist_6_stream_title','stream_title'),(140442,3747,'alb_tracklist_6_stream_artist',''),(140443,3747,'_alb_tracklist_6_stream_artist','stream_artist'),(140444,3747,'alb_tracklist_6_stream_album',''),(140445,3747,'_alb_tracklist_6_stream_album','stream_album'),(140446,3747,'alb_tracklist_6_song_store_list_0_song_store_icon','fab fa-spotify'),(140447,3747,'_alb_tracklist_6_song_store_list_0_song_store_icon','song_store_icon'),(140448,3747,'alb_tracklist_6_song_store_list_0_song_store_name','Spotify'),(140449,3747,'_alb_tracklist_6_song_store_list_0_song_store_name','song_store_name'),(140450,3747,'alb_tracklist_6_song_store_list_0_store_link','https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT'),(140451,3747,'_alb_tracklist_6_song_store_list_0_store_link','song_store_link'),(140452,3747,'alb_tracklist_6_song_store_list_1_song_store_icon','fas fa-download'),(140453,3747,'_alb_tracklist_6_song_store_list_1_song_store_icon','song_store_icon'),(140454,3747,'alb_tracklist_6_song_store_list_1_song_store_name','Download'),(140455,3747,'_alb_tracklist_6_song_store_list_1_song_store_name','song_store_name'),(140456,3747,'alb_tracklist_6_song_store_list_1_store_link','//demo.sonaar.io/assets/mp3/07.mp3'),(140457,3747,'_alb_tracklist_6_song_store_list_1_store_link','song_store_link'),(140458,3747,'alb_tracklist_6_song_store_list','2'),(140459,3747,'_alb_tracklist_6_song_store_list','song_store_list'),(140460,3747,'alb_tracklist','7'),(140461,3747,'_alb_tracklist','field_51b8c4facc846'),(140462,3747,'alb_store_list_0_album_store_icon','fab fa-apple'),(140463,3747,'_alb_store_list_0_album_store_icon','album_store_icon'),(140464,3747,'alb_store_list_0_store_name','iTunes'),(140465,3747,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(140466,3747,'alb_store_list_0_store_link','https://www.itunes.com'),(140467,3747,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(140468,3747,'alb_store_list_1_album_store_icon','fab fa-spotify'),(140469,3747,'_alb_store_list_1_album_store_icon','album_store_icon'),(140470,3747,'alb_store_list_1_store_name','Spotify'),(140471,3747,'_alb_store_list_1_store_name','field_51b8c6fdcc84b'),(140472,3747,'alb_store_list_1_store_link','https://www.spotify.com'),(140473,3747,'_alb_store_list_1_store_link','field_51b8c718cc84c'),(140474,3747,'alb_store_list_2_album_store_icon','fab fa-soundcloud'),(140475,3747,'_alb_store_list_2_album_store_icon','album_store_icon'),(140476,3747,'alb_store_list_2_store_name','SoundCloud'),(140477,3747,'_alb_store_list_2_store_name','field_51b8c6fdcc84b'),(140478,3747,'alb_store_list_2_store_link','https://www.soundcloud.com'),(140479,3747,'_alb_store_list_2_store_link','field_51b8c718cc84c'),(140480,3747,'alb_store_list_3_album_store_icon','fab fa-amazon'),(140481,3747,'_alb_store_list_3_album_store_icon','album_store_icon'),(140482,3747,'alb_store_list_3_store_name','Amazon'),(140483,3747,'_alb_store_list_3_store_name','field_51b8c6fdcc84b'),(140484,3747,'alb_store_list_3_store_link','https://www.amazon.com'),(140485,3747,'_alb_store_list_3_store_link','field_51b8c718cc84c'),(140486,3747,'alb_store_list_4_album_store_icon','fas fa-shopping-cart'),(140487,3747,'_alb_store_list_4_album_store_icon','album_store_icon'),(140488,3747,'alb_store_list_4_store_name','Buy Online'),(140489,3747,'_alb_store_list_4_store_name','field_51b8c6fdcc84b'),(140490,3747,'alb_store_list_4_store_link','https://demo.sonaar.io/soundman/product/horizon/'),(140491,3747,'_alb_store_list_4_store_link','field_51b8c718cc84c'),(140492,3747,'alb_store_list','5'),(140493,3747,'_alb_store_list','field_51b8c6d6cc84a'),(140494,3747,'alb_review','5 out of 5 stars album review for this album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(140495,3747,'_alb_review','field_51b8c792cc84d'),(140496,3747,'alb_review_author','Sonaar Magazine'),(140497,3747,'_alb_review_author','field_51b8c88fcc84e'),(140498,3747,'fw_options','a:0:{}'),(140499,646,'_edit_lock','1545160340:2'),(140500,3748,'page_logo_select','null'),(140501,3748,'_page_logo_select','field_523384ce55a99'),(140502,3748,'hide_page_title','0'),(140503,3748,'_hide_page_title','field_523382c955a73'),(140504,3748,'classic_menu_over_content','0'),(140505,3748,'_classic_menu_over_content','field_523384ce55a85'),(140506,3748,'hide_header_and_menu','0'),(140507,3748,'_hide_header_and_menu','field_523384ce34a85'),(140508,3748,'classic_menu_background',''),(140509,3748,'_classic_menu_background','field_523384ce55a84'),(140510,3748,'classic_menu_background_alpha','1'),(140511,3748,'_classic_menu_background_alpha','field_523384ce55a86'),(140512,3748,'hamburger_icon_color',''),(140513,3748,'_hamburger_icon_color','field_523384ce55a23'),(140514,3748,'background',''),(140515,3748,'_background','field_523382c955a74'),(140516,3748,'background_repeat','null'),(140517,3748,'_background_repeat','field_523382f555a75'),(140518,3748,'background_size','null'),(140519,3748,'_background_size','field_5233837455a76'),(140520,3748,'background_position','null'),(140521,3748,'_background_position','field_5233842d55a78'),(140522,3748,'content_background_color',''),(140523,3748,'_content_background_color','field_523384ce55a80'),(140524,3748,'content_background_transparency','1'),(140525,3748,'_content_background_transparency','field_523384ce55a81'),(140526,3748,'background_color',''),(140527,3748,'_background_color','field_523384ce55a79'),(140528,3748,'block_footer','null'),(140529,3748,'_block_footer','block_footer'),(140530,3748,'album_background_type','default'),(140531,3748,'_album_background_type','album_background_type'),(140532,3748,'footer_playlist','null'),(140533,3748,'_footer_playlist','footer_playlist'),(140534,3748,'hide_album','0'),(140535,3748,'_hide_album','field_51b8db2cd11c5'),(140536,3748,'alb_release_date','2018'),(140537,3748,'_alb_release_date','field_51b8db2cd11c4'),(140538,3748,'artist_of_album','a:1:{i:0;s:4:\"1179\";}'),(140539,3748,'_artist_of_album','field_548d3d6715e41'),(140540,3748,'alb_link_external',''),(140541,3748,'_alb_link_external','field_523b66d6f2382'),(140542,3748,'alb_tracklist','0'),(140543,3748,'_alb_tracklist','field_51b8c4facc846'),(140544,3748,'alb_store_list_0_album_store_icon','fab fa-spotify'),(140545,3748,'_alb_store_list_0_album_store_icon','album_store_icon'),(140546,3748,'alb_store_list_0_store_name','Spotify'),(140547,3748,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(140548,3748,'alb_store_list_0_store_link','https://www.spotify.com'),(140549,3748,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(140550,3748,'alb_store_list','1'),(140551,3748,'_alb_store_list','field_51b8c6d6cc84a'),(140552,3748,'alb_review','5 ouf of 5 stars album review for the Dave Adkins album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(140553,3748,'_alb_review','field_51b8c792cc84d'),(140554,3748,'alb_review_author','IronTemplates'),(140555,3748,'_alb_review_author','field_51b8c88fcc84e'),(140556,3748,'fw_options','a:0:{}'),(140557,646,'footer_playlist','null'),(140558,646,'_footer_playlist','footer_playlist'),(140559,1756,'_edit_lock','1545160340:2'),(140560,3749,'page_logo_select','null'),(140561,3749,'_page_logo_select','field_523384ce55a99'),(140562,3749,'hide_page_title','0'),(140563,3749,'_hide_page_title','field_523382c955a73'),(140564,3749,'classic_menu_over_content','0'),(140565,3749,'_classic_menu_over_content','field_523384ce55a85'),(140566,3749,'hide_header_and_menu','0'),(140567,3749,'_hide_header_and_menu','field_523384ce34a85'),(140568,3749,'classic_menu_background',''),(140569,3749,'_classic_menu_background','field_523384ce55a84'),(140570,3749,'classic_menu_background_alpha','1'),(140571,3749,'_classic_menu_background_alpha','field_523384ce55a86'),(140572,3749,'hamburger_icon_color',''),(140573,3749,'_hamburger_icon_color','field_523384ce55a23'),(140574,3749,'background',''),(140575,3749,'_background','field_523382c955a74'),(140576,3749,'background_repeat','null'),(140577,3749,'_background_repeat','field_523382f555a75'),(140578,3749,'background_size','null'),(140579,3749,'_background_size','field_5233837455a76'),(140580,3749,'background_position','null'),(140581,3749,'_background_position','field_5233842d55a78'),(140582,3749,'content_background_color',''),(140583,3749,'_content_background_color','field_523384ce55a80'),(140584,3749,'content_background_transparency','1'),(140585,3749,'_content_background_transparency','field_523384ce55a81'),(140586,3749,'background_color',''),(140587,3749,'_background_color','field_523384ce55a79'),(140588,3749,'block_footer','null'),(140589,3749,'_block_footer','block_footer'),(140590,3749,'album_background_type','default'),(140591,3749,'_album_background_type','album_background_type'),(140592,3749,'footer_playlist','null'),(140593,3749,'_footer_playlist','footer_playlist'),(140594,3749,'hide_album','0'),(140595,3749,'_hide_album','field_51b8db2cd11c5'),(140596,3749,'alb_release_date','2018'),(140597,3749,'_alb_release_date','field_51b8db2cd11c4'),(140598,3749,'artist_of_album','a:1:{i:0;s:4:\"1179\";}'),(140599,3749,'_artist_of_album','field_548d3d6715e41'),(140600,3749,'alb_link_external',''),(140601,3749,'_alb_link_external','field_523b66d6f2382'),(140602,3749,'alb_tracklist','0'),(140603,3749,'_alb_tracklist','field_51b8c4facc846'),(140604,3749,'alb_store_list_0_album_store_icon','fab fa-soundcloud'),(140605,3749,'_alb_store_list_0_album_store_icon','album_store_icon'),(140606,3749,'alb_store_list_0_store_name','SoundCloud'),(140607,3749,'_alb_store_list_0_store_name','field_51b8c6fdcc84b'),(140608,3749,'alb_store_list_0_store_link','https://www.soundcloud.com'),(140609,3749,'_alb_store_list_0_store_link','field_51b8c718cc84c'),(140610,3749,'alb_store_list','1'),(140611,3749,'_alb_store_list','field_51b8c6d6cc84a'),(140612,3749,'alb_review','5 ouf of 5 stars album review for the Dave Adkins album. Great writing and arrangements, picking and singing. It’s a winner in my book.'),(140613,3749,'_alb_review','field_51b8c792cc84d'),(140614,3749,'alb_review_author','IronTemplates'),(140615,3749,'_alb_review_author','field_51b8c88fcc84e'),(140616,3749,'fw_options','a:0:{}'),(140617,1756,'footer_playlist','null'),(140618,1756,'_footer_playlist','footer_playlist'),(140619,1756,'_elementor_edit_mode','builder'),(140620,1756,'_elementor_template_type','post'),(140621,1756,'_elementor_data','[{\"id\":\"0b00a4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b9dcc49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9c6da7\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"},\"sc_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(140622,3750,'fw_options','a:0:{}'),(140623,3750,'_wp_page_template','default'),(140624,3750,'_thumbnail_id','1747'),(140625,3750,'_elementor_edit_mode','builder'),(140626,3750,'_elementor_template_type','post'),(140627,3750,'_elementor_data','[{\"id\":\"0b00a4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b9dcc49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9c6da7\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"},\"sc_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(140628,1756,'_elementor_version','0.4'),(140629,646,'_elementor_edit_mode','builder'),(140630,646,'_elementor_template_type','post'),(140631,646,'_elementor_data','[{\"id\":\"257d801\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"97e91ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20bc9f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><iframe src=\\\"https:\\/\\/open.spotify.com\\/embed\\/album\\/2hyDesSAYNefikDJXlqhPE\\\" width=\\\"100%\\\" height=\\\"600px\\\" frameborder=\\\"0\\\"><\\/iframe><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(140632,3751,'fw_options','a:0:{}'),(140633,3751,'_wp_page_template','default'),(140634,3751,'_thumbnail_id','1748'),(140635,3751,'_elementor_edit_mode','builder'),(140636,3751,'_elementor_template_type','post'),(140637,3751,'_elementor_data','[{\"id\":\"257d801\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"97e91ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20bc9f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><iframe src=\\\"https:\\/\\/open.spotify.com\\/embed\\/album\\/2hyDesSAYNefikDJXlqhPE\\\" width=\\\"100%\\\" height=\\\"600px\\\" frameborder=\\\"0\\\"><\\/iframe><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(140638,646,'_elementor_version','0.4'),(140676,3756,'fw_options','a:0:{}'),(140677,3756,'_wp_page_template','default'),(140678,3756,'_elementor_edit_mode','builder'),(140679,3756,'_elementor_template_type','post'),(140680,3756,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140681,3756,'_elementor_version','0.4'),(140683,3757,'fw_options','a:0:{}'),(140684,3757,'_wp_page_template','default'),(140685,3757,'_elementor_edit_mode','builder'),(140686,3757,'_elementor_template_type','post'),(140687,3757,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140688,3757,'_elementor_version','0.4'),(140690,3758,'fw_options','a:0:{}'),(140691,3758,'_wp_page_template','default'),(140692,3758,'_elementor_edit_mode','builder'),(140693,3758,'_elementor_template_type','post'),(140694,3758,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38c06c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Social\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2a1049\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/divider_black.png\",\"id\":3532},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-soundcloud\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"f68ac81\"},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"039bfa8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"739eb83\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":60},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(140695,3758,'_elementor_version','0.4'),(140705,3760,'fw_options','a:0:{}'),(140706,3760,'_wp_page_template','default'),(140707,3760,'_elementor_edit_mode','builder'),(140708,3760,'_elementor_template_type','post'),(140709,3760,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c367693\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/logo-soundman-dark.png\",\"id\":3704}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"039bfa8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#2a2a2a\",\"icon_size\":{\"unit\":\"px\",\"size\":24},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":60},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(140710,3760,'_elementor_version','0.4'),(140711,3761,'fw_options','a:0:{}'),(140712,3761,'_wp_page_template','default'),(140713,3761,'_elementor_edit_mode','builder'),(140714,3761,'_elementor_template_type','post'),(140715,3761,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c367693\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/logo-soundman-dark.png\",\"id\":3704}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-twitter\",\"_id\":\"96f0f7d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#2a2a2a\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":21},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(140716,3761,'_elementor_version','0.4'),(140717,3762,'fw_options','a:0:{}'),(140718,3762,'_wp_page_template','default'),(140719,3762,'_elementor_edit_mode','builder'),(140720,3762,'_elementor_template_type','post'),(140721,3762,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"gap\":\"no\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c367693\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/logo-soundman-dark.png\",\"id\":3704},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-twitter\",\"_id\":\"96f0f7d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#2a2a2a\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":21},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#0c0c0c\",\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"060\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(140722,3762,'_elementor_version','0.4'),(140724,3763,'fw_options','a:0:{}'),(140725,3763,'_wp_page_template','default'),(140726,3763,'_elementor_edit_mode','builder'),(140727,3763,'_elementor_template_type','post'),(140728,3763,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"gap\":\"no\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c367693\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/logo-soundman-dark.png\",\"id\":3704},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-twitter\",\"_id\":\"96f0f7d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#2a2a2a\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":21},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#0c0c0c\",\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(140729,3763,'_elementor_version','0.4'),(140732,3764,'fw_options','a:0:{}'),(140733,3764,'_wp_page_template','default'),(140734,3764,'_elementor_edit_mode','builder'),(140735,3764,'_elementor_template_type','post'),(140736,3764,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"gap\":\"no\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c367693\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/logo-soundman-dark.png\",\"id\":3704},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-twitter\",\"_id\":\"96f0f7d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#2a2a2a\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":21},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#0c0c0c\",\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(140737,3764,'_elementor_version','0.4'),(140740,3765,'fw_options','a:0:{}'),(140741,3765,'_wp_page_template','default'),(140742,3765,'_elementor_edit_mode','builder'),(140743,3765,'_elementor_template_type','post'),(140744,3765,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"gap\":\"no\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c367693\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/logo-soundman-dark.png\",\"id\":3704},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-twitter\",\"_id\":\"96f0f7d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#2a2a2a\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":21},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#0c0c0c\",\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(140745,3765,'_elementor_version','0.4'),(140748,3766,'fw_options','a:0:{}'),(140749,3766,'_wp_page_template','default'),(140750,3766,'_elementor_edit_mode','builder'),(140751,3766,'_elementor_template_type','post'),(140752,3766,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_css_classes\":\"sonaar-elementor-inline-block\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140753,3766,'_elementor_version','0.4'),(140756,3767,'fw_options','a:0:{}'),(140757,3767,'_wp_page_template','default'),(140758,3767,'_elementor_edit_mode','builder'),(140759,3767,'_elementor_template_type','post'),(140760,3767,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140761,3767,'_elementor_version','0.4'),(140764,3768,'fw_options','a:0:{}'),(140765,3768,'_wp_page_template','default'),(140766,3768,'_elementor_edit_mode','builder'),(140767,3768,'_elementor_template_type','post'),(140768,3768,'_elementor_data','[{\"id\":\"e4a225d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"gap\":\"no\"},\"elements\":[{\"id\":\"edcf4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c367693\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/logo-soundman-dark.png\",\"id\":3704},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0712aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-twitter\",\"_id\":\"96f0f7d\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-facebook\",\"_id\":\"78ef552\",\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"97199fb\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#2a2a2a\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9},\"icon_spacing\":{\"unit\":\"px\",\"size\":21},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#0c0c0c\",\"hover_animation\":\"shrink\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"180fa23\",\"elType\":\"widget\",\"settings\":{\"title\":\"2019 \\u00a9 YOUR COMPANY - \\u00a0WordPress Theme by\\u00a0Sonaar.io\",\"link\":{\"url\":\"https:\\/\\/sonaar.io\",\"is_external\":\"on\",\"nofollow\":\"\"},\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"typography_text_transform\":\"uppercase\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(140769,3768,'_elementor_version','0.4'),(140772,3769,'fw_options','a:0:{}'),(140773,3769,'_wp_page_template','default'),(140774,3769,'_elementor_edit_mode','builder'),(140775,3769,'_elementor_template_type','post'),(140776,3769,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140777,3769,'_elementor_version','0.4'),(140780,3770,'fw_options','a:0:{}'),(140781,3770,'_wp_page_template','default'),(140782,3770,'_elementor_edit_mode','builder'),(140783,3770,'_elementor_template_type','post'),(140784,3770,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140785,3770,'_elementor_version','0.4'),(140788,3771,'fw_options','a:0:{}'),(140789,3771,'_wp_page_template','default'),(140790,3771,'_elementor_edit_mode','builder'),(140791,3771,'_elementor_template_type','post'),(140792,3771,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140793,3771,'_elementor_version','0.4'),(140796,3772,'fw_options','a:0:{}'),(140797,3772,'_wp_page_template','default'),(140798,3772,'_elementor_edit_mode','builder'),(140799,3772,'_elementor_template_type','post'),(140800,3772,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140801,3772,'_elementor_version','0.4'),(140804,3773,'fw_options','a:0:{}'),(140805,3773,'_wp_page_template','default'),(140806,3773,'_elementor_edit_mode','builder'),(140807,3773,'_elementor_template_type','post'),(140808,3773,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140809,3773,'_elementor_version','0.4'),(140812,3774,'fw_options','a:0:{}'),(140813,3774,'_wp_page_template','default'),(140814,3774,'_elementor_edit_mode','builder'),(140815,3774,'_elementor_template_type','post'),(140816,3774,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140817,3774,'_elementor_version','0.4'),(140820,3775,'fw_options','a:0:{}'),(140821,3775,'_wp_page_template','default'),(140822,3775,'_elementor_edit_mode','builder'),(140823,3775,'_elementor_template_type','post'),(140824,3775,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140825,3775,'_elementor_version','0.4'),(140827,3776,'fw_options','a:0:{}'),(140828,3776,'_wp_page_template','default'),(140829,3776,'_elementor_edit_mode','builder'),(140830,3776,'_elementor_template_type','post'),(140831,3776,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140832,3776,'_elementor_version','0.4'),(140834,3777,'fw_options','a:0:{}'),(140835,3777,'_wp_page_template','default'),(140836,3777,'_elementor_edit_mode','builder'),(140837,3777,'_elementor_template_type','post'),(140838,3777,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140839,3777,'_elementor_version','0.4'),(140850,3779,'fw_options','a:0:{}'),(140851,3779,'_wp_page_template','default'),(140852,3779,'_elementor_edit_mode','builder'),(140853,3779,'_elementor_template_type','post'),(140854,3779,'_elementor_data','[{\"id\":\"23f45a6\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"333b9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5dc5a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e68456\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar & The Bands\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f62c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"A journey that changed my life.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"header_size\":\"div\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0332ddc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8e169\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[{\"id\":\"ffd205d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10d2763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"700\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":72},\"css_filters_css_filter\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":160},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":0},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63196a1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b78089d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cc9a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"IT START WITH\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"903c149\",\"elType\":\"widget\",\"settings\":{\"title\":\"An Endless Passion for Music\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e62699e\",\"elType\":\"widget\",\"settings\":{\"title\":\"For Discovery, for People, for Life...\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cfd66f\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"911cbfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"020a2d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"justify\",\"align_tablet\":\"left\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"typography_font_size\":{\"unit\":\"px\",\"size\":130},\"_animation\":\"fadeInUp\",\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#121214\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":9},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":73},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4a69075\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"032f6bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris.\\u00a0<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis.\\u00a0<\\/p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa.\\u00a0<\\/p>\",\"align\":\"justify\",\"align_tablet\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6bfe7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"949780c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e4106bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba7a213\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2d47762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d967ca3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"211764b\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f17ac80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee07763\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"728aca7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"2136d3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e13cb9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4afc44c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c24e40e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#121214\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140855,3779,'_elementor_version','0.4'),(140864,3781,'fw_options','a:0:{}'),(140865,3781,'_wp_page_template','default'),(140866,3781,'_elementor_edit_mode','builder'),(140867,3781,'_elementor_template_type','post'),(140868,3781,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_background\":\"classic\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Soundman\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_size\":\"contain\"},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeIn\",\"_animation_delay\":900,\"color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"text_color\":\"#ffffff\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8f25cb9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":35},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#ffffff\",\"align\":\"left\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":630},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#ffffff\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2017\\/04\\/Wyclef_square.jpg\",\"id\":1464},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd1998c\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":317},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":852},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ab6967\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44b5e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b6fe7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":0,\"bottom\":\"-11\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e4ee14c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"8f8b8d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"color_link\":\"#ffffff\",\"background_color\":\"#000000\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"710307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"title_color\":\"#ffffff\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeIn\",\"text_color\":\"#ffffff\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(140869,3781,'_elementor_version','0.4'),(140870,3782,'fw_options','a:0:{}'),(140871,3782,'_wp_page_template','default'),(140872,3782,'_elementor_edit_mode','builder'),(140873,3782,'_elementor_template_type','post'),(140874,3782,'_elementor_data','[{\"id\":\"e7e0b0c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b347ad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d1cf23e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"550\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df7923\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"443a47b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5b306546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"399fa6b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640c1627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e431\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":9.7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e8ac95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"8e549bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4cb67207\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cfe67b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a2af32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140875,3782,'_elementor_version','0.4'),(140878,3783,'fw_options','a:0:{}'),(140879,3783,'_wp_page_template','default'),(140880,3783,'_elementor_edit_mode','builder'),(140881,3783,'_elementor_template_type','post'),(140882,3783,'_elementor_data','[{\"id\":\"e7e0b0c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b347ad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d1cf23e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"550\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df7923\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"443a47b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5b306546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"399fa6b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640c1627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e431\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":9.7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e8ac95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"8e549bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4cb67207\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cfe67b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a2af32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140883,3783,'_elementor_version','0.4'),(140886,3784,'fw_options','a:0:{}'),(140887,3784,'_wp_page_template','default'),(140888,3784,'_elementor_edit_mode','builder'),(140889,3784,'_elementor_template_type','post'),(140890,3784,'_elementor_data','[{\"id\":\"e7e0b0c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b347ad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d1cf23e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"900\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df7923\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"443a47b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5b306546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"399fa6b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640c1627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e431\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":9.7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e8ac95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"8e549bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4cb67207\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cfe67b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a2af32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140891,3784,'_elementor_version','0.4'),(140894,3785,'fw_options','a:0:{}'),(140895,3785,'_wp_page_template','default'),(140896,3785,'_elementor_edit_mode','builder'),(140897,3785,'_elementor_template_type','post'),(140898,3785,'_elementor_data','[{\"id\":\"e7e0b0c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b347ad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d1cf23e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"700\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df7923\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"443a47b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5b306546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"399fa6b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640c1627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e431\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":9.7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e8ac95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"8e549bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4cb67207\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cfe67b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature.png\",\"id\":3531},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a2af32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(140899,3785,'_elementor_version','0.4'),(140902,3786,'_wp_attached_file','2018/12/aboutme_photo.jpg'),(140903,3786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1713;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2018/12/aboutme_photo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"aboutme_photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"aboutme_photo-559x392.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"aboutme_photo-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"aboutme_photo-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:25:\"aboutme_photo-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(140904,3786,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.405707760437458764268825461840606294572353363037109375;s:5:\"bytes\";i:437;s:11:\"size_before\";i:107713;s:10:\"size_after\";i:107276;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2419;s:10:\"size_after\";i:2419;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13958;s:10:\"size_after\";i:13958;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.34999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:82;s:11:\"size_before\";i:23538;s:10:\"size_after\";i:23456;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.92000000000000003996802888650563545525074005126953125;s:5:\"bytes\";i:355;s:11:\"size_before\";i:38741;s:10:\"size_after\";i:38386;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5210;s:10:\"size_after\";i:5210;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6851;s:10:\"size_after\";i:6851;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15585;s:10:\"size_after\";i:15585;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1411;s:10:\"size_after\";i:1411;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(140905,3787,'fw_options','a:0:{}'),(140906,3787,'_wp_page_template','default'),(140907,3787,'_elementor_edit_mode','builder'),(140908,3787,'_elementor_template_type','post'),(140909,3787,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3786},\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"4f1842e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6667ee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68300f7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70},\"elements\":[{\"id\":\"4b37225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(255,255,255,0.1)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":25},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#ffffff\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_color\":\"#ffffff\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":21},\"button_bg_color_normal\":\"rgba(255,255,255,0)\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_border_normal_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(140910,3787,'_elementor_version','0.4'),(140912,1986,'_thumbnail_id','3712'),(140913,1986,'_wp_page_template','default'),(140914,3788,'page_logo_select','null'),(140915,3788,'_page_logo_select','field_523384ce55a99'),(140916,3788,'hide_page_title','0'),(140917,3788,'_hide_page_title','field_523382c955a73'),(140918,3788,'classic_menu_over_content','0'),(140919,3788,'_classic_menu_over_content','field_523384ce55a85'),(140920,3788,'hide_header_and_menu','0'),(140921,3788,'_hide_header_and_menu','field_523384ce34a85'),(140922,3788,'classic_menu_background',''),(140923,3788,'_classic_menu_background','field_523384ce55a84'),(140924,3788,'classic_menu_background_alpha','1'),(140925,3788,'_classic_menu_background_alpha','field_523384ce55a86'),(140926,3788,'hamburger_icon_color',''),(140927,3788,'_hamburger_icon_color','field_523384ce55a23'),(140928,3788,'background',''),(140929,3788,'_background','field_523382c955a74'),(140930,3788,'background_repeat','null'),(140931,3788,'_background_repeat','field_523382f555a75'),(140932,3788,'background_size','null'),(140933,3788,'_background_size','field_5233837455a76'),(140934,3788,'background_position','null'),(140935,3788,'_background_position','field_5233842d55a78'),(140936,3788,'content_background_color',''),(140937,3788,'_content_background_color','field_523384ce55a80'),(140938,3788,'content_background_transparency','1'),(140939,3788,'_content_background_transparency','field_523384ce55a81'),(140940,3788,'background_color',''),(140941,3788,'_background_color','field_523384ce55a79'),(140942,3788,'block_footer','null'),(140943,3788,'_block_footer','block_footer'),(140944,3788,'sidebar-position','disabled'),(140945,3788,'_sidebar-position','field_526d6ec715ee9'),(140946,3788,'footer_playlist','null'),(140947,3788,'_footer_playlist','footer_playlist'),(140948,3788,'footer_podcast','null'),(140949,3788,'_footer_podcast','footer_podcast'),(140950,3788,'banner_inherit_setting','0'),(140951,3788,'_banner_inherit_setting','banner_inherit_setting'),(140952,3788,'banner_background_type','null'),(140953,3788,'_banner_background_type','field_54ce55f555a01'),(140954,3788,'banner_fullscreen','0'),(140955,3788,'_banner_fullscreen','field_54ce55f555a05'),(140956,3788,'banner_height','0'),(140957,3788,'_banner_height','field_54ce55f555a06'),(140958,3788,'banner_content_type','default-content'),(140959,3788,'_banner_content_type','field_54ce55f555a13'),(140960,3788,'banner_title',''),(140961,3788,'_banner_title','field_54ce55f555a07'),(140962,3788,'banner_subtitle',''),(140963,3788,'_banner_subtitle','field_54ce55f555a08'),(140964,3788,'banner_horizontal_content_alignment','centered'),(140965,3788,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(140966,3788,'banner_font_color',''),(140967,3788,'_banner_font_color','field_54ce55f555a12'),(140968,3788,'page_banner_subtitle_font_color',''),(140969,3788,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(140970,3788,'content_banner_overlap','0'),(140971,3788,'_content_banner_overlap','field_54ce55f555a02311'),(140972,3788,'fw_options','a:0:{}'),(140973,1986,'_low_stock_amount',''),(140974,1986,'page_logo_select','null'),(140975,1986,'_page_logo_select','field_523384ce55a99'),(140976,1986,'hide_page_title','0'),(140977,1986,'_hide_page_title','field_523382c955a73'),(140978,1986,'classic_menu_over_content','0'),(140979,1986,'_classic_menu_over_content','field_523384ce55a85'),(140980,1986,'hide_header_and_menu','0'),(140981,1986,'_hide_header_and_menu','field_523384ce34a85'),(140982,1986,'classic_menu_background',''),(140983,1986,'_classic_menu_background','field_523384ce55a84'),(140984,1986,'classic_menu_background_alpha','1'),(140985,1986,'_classic_menu_background_alpha','field_523384ce55a86'),(140986,1986,'hamburger_icon_color',''),(140987,1986,'_hamburger_icon_color','field_523384ce55a23'),(140988,1986,'background',''),(140989,1986,'_background','field_523382c955a74'),(140990,1986,'background_repeat','null'),(140991,1986,'_background_repeat','field_523382f555a75'),(140992,1986,'background_size','null'),(140993,1986,'_background_size','field_5233837455a76'),(140994,1986,'background_position','null'),(140995,1986,'_background_position','field_5233842d55a78'),(140996,1986,'content_background_color',''),(140997,1986,'_content_background_color','field_523384ce55a80'),(140998,1986,'content_background_transparency','1'),(140999,1986,'_content_background_transparency','field_523384ce55a81'),(141000,1986,'background_color',''),(141001,1986,'_background_color','field_523384ce55a79'),(141002,1986,'block_footer','null'),(141003,1986,'_block_footer','block_footer'),(141004,1986,'sidebar-position','disabled'),(141005,1986,'_sidebar-position','field_526d6ec715ee9'),(141006,1986,'footer_playlist','null'),(141007,1986,'_footer_playlist','footer_playlist'),(141008,1986,'footer_podcast','null'),(141009,1986,'_footer_podcast','footer_podcast'),(141010,1986,'banner_inherit_setting','0'),(141011,1986,'_banner_inherit_setting','banner_inherit_setting'),(141012,1986,'banner_background_type','null'),(141013,1986,'_banner_background_type','field_54ce55f555a01'),(141014,1986,'banner_fullscreen','0'),(141015,1986,'_banner_fullscreen','field_54ce55f555a05'),(141016,1986,'banner_height','0'),(141017,1986,'_banner_height','field_54ce55f555a06'),(141018,1986,'banner_content_type','default-content'),(141019,1986,'_banner_content_type','field_54ce55f555a13'),(141020,1986,'banner_title',''),(141021,1986,'_banner_title','field_54ce55f555a07'),(141022,1986,'banner_subtitle',''),(141023,1986,'_banner_subtitle','field_54ce55f555a08'),(141024,1986,'banner_horizontal_content_alignment','centered'),(141025,1986,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(141026,1986,'banner_font_color',''),(141027,1986,'_banner_font_color','field_54ce55f555a12'),(141028,1986,'page_banner_subtitle_font_color',''),(141029,1986,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(141030,1986,'content_banner_overlap','0'),(141031,1986,'_content_banner_overlap','field_54ce55f555a02311'),(141032,1986,'_wp_old_slug','horizon'),(141035,2123,'_thumbnail_id','3711'),(141036,2123,'_wp_page_template','default'),(141037,3790,'page_logo_select','null'),(141038,3790,'_page_logo_select','field_523384ce55a99'),(141039,3790,'hide_page_title','0'),(141040,3790,'_hide_page_title','field_523382c955a73'),(141041,3790,'classic_menu_over_content','0'),(141042,3790,'_classic_menu_over_content','field_523384ce55a85'),(141043,3790,'hide_header_and_menu','0'),(141044,3790,'_hide_header_and_menu','field_523384ce34a85'),(141045,3790,'classic_menu_background',''),(141046,3790,'_classic_menu_background','field_523384ce55a84'),(141047,3790,'classic_menu_background_alpha','1'),(141048,3790,'_classic_menu_background_alpha','field_523384ce55a86'),(141049,3790,'hamburger_icon_color',''),(141050,3790,'_hamburger_icon_color','field_523384ce55a23'),(141051,3790,'background',''),(141052,3790,'_background','field_523382c955a74'),(141053,3790,'background_repeat','null'),(141054,3790,'_background_repeat','field_523382f555a75'),(141055,3790,'background_size','null'),(141056,3790,'_background_size','field_5233837455a76'),(141057,3790,'background_position','null'),(141058,3790,'_background_position','field_5233842d55a78'),(141059,3790,'content_background_color',''),(141060,3790,'_content_background_color','field_523384ce55a80'),(141061,3790,'content_background_transparency','1'),(141062,3790,'_content_background_transparency','field_523384ce55a81'),(141063,3790,'background_color',''),(141064,3790,'_background_color','field_523384ce55a79'),(141065,3790,'block_footer','null'),(141066,3790,'_block_footer','block_footer'),(141067,3790,'sidebar-position','disabled'),(141068,3790,'_sidebar-position','field_526d6ec715ee9'),(141069,3790,'footer_playlist','null'),(141070,3790,'_footer_playlist','footer_playlist'),(141071,3790,'footer_podcast','null'),(141072,3790,'_footer_podcast','footer_podcast'),(141073,3790,'banner_inherit_setting','0'),(141074,3790,'_banner_inherit_setting','banner_inherit_setting'),(141075,3790,'banner_background_type','null'),(141076,3790,'_banner_background_type','field_54ce55f555a01'),(141077,3790,'banner_fullscreen','0'),(141078,3790,'_banner_fullscreen','field_54ce55f555a05'),(141079,3790,'banner_height','0'),(141080,3790,'_banner_height','field_54ce55f555a06'),(141081,3790,'banner_content_type','default-content'),(141082,3790,'_banner_content_type','field_54ce55f555a13'),(141083,3790,'banner_title',''),(141084,3790,'_banner_title','field_54ce55f555a07'),(141085,3790,'banner_subtitle',''),(141086,3790,'_banner_subtitle','field_54ce55f555a08'),(141087,3790,'banner_horizontal_content_alignment','centered'),(141088,3790,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(141089,3790,'banner_font_color',''),(141090,3790,'_banner_font_color','field_54ce55f555a12'),(141091,3790,'page_banner_subtitle_font_color',''),(141092,3790,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(141093,3790,'content_banner_overlap','0'),(141094,3790,'_content_banner_overlap','field_54ce55f555a02311'),(141095,3790,'fw_options','a:0:{}'),(141096,2123,'_wp_old_slug','somera-album'),(141097,2123,'_low_stock_amount',''),(141098,2123,'page_logo_select','null'),(141099,2123,'_page_logo_select','field_523384ce55a99'),(141100,2123,'hide_page_title','0'),(141101,2123,'_hide_page_title','field_523382c955a73'),(141102,2123,'classic_menu_over_content','0'),(141103,2123,'_classic_menu_over_content','field_523384ce55a85'),(141104,2123,'hide_header_and_menu','0'),(141105,2123,'_hide_header_and_menu','field_523384ce34a85'),(141106,2123,'classic_menu_background',''),(141107,2123,'_classic_menu_background','field_523384ce55a84'),(141108,2123,'classic_menu_background_alpha','1'),(141109,2123,'_classic_menu_background_alpha','field_523384ce55a86'),(141110,2123,'hamburger_icon_color',''),(141111,2123,'_hamburger_icon_color','field_523384ce55a23'),(141112,2123,'background',''),(141113,2123,'_background','field_523382c955a74'),(141114,2123,'background_repeat','null'),(141115,2123,'_background_repeat','field_523382f555a75'),(141116,2123,'background_size','null'),(141117,2123,'_background_size','field_5233837455a76'),(141118,2123,'background_position','null'),(141119,2123,'_background_position','field_5233842d55a78'),(141120,2123,'content_background_color',''),(141121,2123,'_content_background_color','field_523384ce55a80'),(141122,2123,'content_background_transparency','1'),(141123,2123,'_content_background_transparency','field_523384ce55a81'),(141124,2123,'background_color',''),(141125,2123,'_background_color','field_523384ce55a79'),(141126,2123,'block_footer','null'),(141127,2123,'_block_footer','block_footer'),(141128,2123,'sidebar-position','disabled'),(141129,2123,'_sidebar-position','field_526d6ec715ee9'),(141130,2123,'footer_playlist','null'),(141131,2123,'_footer_playlist','footer_playlist'),(141132,2123,'footer_podcast','null'),(141133,2123,'_footer_podcast','footer_podcast'),(141134,2123,'banner_inherit_setting','0'),(141135,2123,'_banner_inherit_setting','banner_inherit_setting'),(141136,2123,'banner_background_type','null'),(141137,2123,'_banner_background_type','field_54ce55f555a01'),(141138,2123,'banner_fullscreen','0'),(141139,2123,'_banner_fullscreen','field_54ce55f555a05'),(141140,2123,'banner_height','0'),(141141,2123,'_banner_height','field_54ce55f555a06'),(141142,2123,'banner_content_type','default-content'),(141143,2123,'_banner_content_type','field_54ce55f555a13'),(141144,2123,'banner_title',''),(141145,2123,'_banner_title','field_54ce55f555a07'),(141146,2123,'banner_subtitle',''),(141147,2123,'_banner_subtitle','field_54ce55f555a08'),(141148,2123,'banner_horizontal_content_alignment','centered'),(141149,2123,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(141150,2123,'banner_font_color',''),(141151,2123,'_banner_font_color','field_54ce55f555a12'),(141152,2123,'page_banner_subtitle_font_color',''),(141153,2123,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(141154,2123,'content_banner_overlap','0'),(141155,2123,'_content_banner_overlap','field_54ce55f555a02311'),(141156,2124,'_thumbnail_id','3710'),(141157,2124,'_wp_page_template','default'),(141158,3791,'page_logo_select','null'),(141159,3791,'_page_logo_select','field_523384ce55a99'),(141160,3791,'hide_page_title','0'),(141161,3791,'_hide_page_title','field_523382c955a73'),(141162,3791,'classic_menu_over_content','0'),(141163,3791,'_classic_menu_over_content','field_523384ce55a85'),(141164,3791,'hide_header_and_menu','0'),(141165,3791,'_hide_header_and_menu','field_523384ce34a85'),(141166,3791,'classic_menu_background',''),(141167,3791,'_classic_menu_background','field_523384ce55a84'),(141168,3791,'classic_menu_background_alpha','1'),(141169,3791,'_classic_menu_background_alpha','field_523384ce55a86'),(141170,3791,'hamburger_icon_color',''),(141171,3791,'_hamburger_icon_color','field_523384ce55a23'),(141172,3791,'background',''),(141173,3791,'_background','field_523382c955a74'),(141174,3791,'background_repeat','null'),(141175,3791,'_background_repeat','field_523382f555a75'),(141176,3791,'background_size','null'),(141177,3791,'_background_size','field_5233837455a76'),(141178,3791,'background_position','null'),(141179,3791,'_background_position','field_5233842d55a78'),(141180,3791,'content_background_color',''),(141181,3791,'_content_background_color','field_523384ce55a80'),(141182,3791,'content_background_transparency','1'),(141183,3791,'_content_background_transparency','field_523384ce55a81'),(141184,3791,'background_color',''),(141185,3791,'_background_color','field_523384ce55a79'),(141186,3791,'block_footer','null'),(141187,3791,'_block_footer','block_footer'),(141188,3791,'sidebar-position','disabled'),(141189,3791,'_sidebar-position','field_526d6ec715ee9'),(141190,3791,'footer_playlist','null'),(141191,3791,'_footer_playlist','footer_playlist'),(141192,3791,'footer_podcast','null'),(141193,3791,'_footer_podcast','footer_podcast'),(141194,3791,'banner_inherit_setting','0'),(141195,3791,'_banner_inherit_setting','banner_inherit_setting'),(141196,3791,'banner_background_type','null'),(141197,3791,'_banner_background_type','field_54ce55f555a01'),(141198,3791,'banner_fullscreen','0'),(141199,3791,'_banner_fullscreen','field_54ce55f555a05'),(141200,3791,'banner_height','0'),(141201,3791,'_banner_height','field_54ce55f555a06'),(141202,3791,'banner_content_type','default-content'),(141203,3791,'_banner_content_type','field_54ce55f555a13'),(141204,3791,'banner_title',''),(141205,3791,'_banner_title','field_54ce55f555a07'),(141206,3791,'banner_subtitle',''),(141207,3791,'_banner_subtitle','field_54ce55f555a08'),(141208,3791,'banner_horizontal_content_alignment','centered'),(141209,3791,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(141210,3791,'banner_font_color',''),(141211,3791,'_banner_font_color','field_54ce55f555a12'),(141212,3791,'page_banner_subtitle_font_color',''),(141213,3791,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(141214,3791,'content_banner_overlap','0'),(141215,3791,'_content_banner_overlap','field_54ce55f555a02311'),(141216,3791,'fw_options','a:0:{}'),(141217,2124,'_wp_old_slug','phoenix-album'),(141218,2124,'_low_stock_amount',''),(141219,2124,'page_logo_select','null'),(141220,2124,'_page_logo_select','field_523384ce55a99'),(141221,2124,'hide_page_title','0'),(141222,2124,'_hide_page_title','field_523382c955a73'),(141223,2124,'classic_menu_over_content','0'),(141224,2124,'_classic_menu_over_content','field_523384ce55a85'),(141225,2124,'hide_header_and_menu','0'),(141226,2124,'_hide_header_and_menu','field_523384ce34a85'),(141227,2124,'classic_menu_background',''),(141228,2124,'_classic_menu_background','field_523384ce55a84'),(141229,2124,'classic_menu_background_alpha','1'),(141230,2124,'_classic_menu_background_alpha','field_523384ce55a86'),(141231,2124,'hamburger_icon_color',''),(141232,2124,'_hamburger_icon_color','field_523384ce55a23'),(141233,2124,'background',''),(141234,2124,'_background','field_523382c955a74'),(141235,2124,'background_repeat','null'),(141236,2124,'_background_repeat','field_523382f555a75'),(141237,2124,'background_size','null'),(141238,2124,'_background_size','field_5233837455a76'),(141239,2124,'background_position','null'),(141240,2124,'_background_position','field_5233842d55a78'),(141241,2124,'content_background_color',''),(141242,2124,'_content_background_color','field_523384ce55a80'),(141243,2124,'content_background_transparency','1'),(141244,2124,'_content_background_transparency','field_523384ce55a81'),(141245,2124,'background_color',''),(141246,2124,'_background_color','field_523384ce55a79'),(141247,2124,'block_footer','null'),(141248,2124,'_block_footer','block_footer'),(141249,2124,'sidebar-position','disabled'),(141250,2124,'_sidebar-position','field_526d6ec715ee9'),(141251,2124,'footer_playlist','null'),(141252,2124,'_footer_playlist','footer_playlist'),(141253,2124,'footer_podcast','null'),(141254,2124,'_footer_podcast','footer_podcast'),(141255,2124,'banner_inherit_setting','0'),(141256,2124,'_banner_inherit_setting','banner_inherit_setting'),(141257,2124,'banner_background_type','null'),(141258,2124,'_banner_background_type','field_54ce55f555a01'),(141259,2124,'banner_fullscreen','0'),(141260,2124,'_banner_fullscreen','field_54ce55f555a05'),(141261,2124,'banner_height','0'),(141262,2124,'_banner_height','field_54ce55f555a06'),(141263,2124,'banner_content_type','default-content'),(141264,2124,'_banner_content_type','field_54ce55f555a13'),(141265,2124,'banner_title',''),(141266,2124,'_banner_title','field_54ce55f555a07'),(141267,2124,'banner_subtitle',''),(141268,2124,'_banner_subtitle','field_54ce55f555a08'),(141269,2124,'banner_horizontal_content_alignment','centered'),(141270,2124,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(141271,2124,'banner_font_color',''),(141272,2124,'_banner_font_color','field_54ce55f555a12'),(141273,2124,'page_banner_subtitle_font_color',''),(141274,2124,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(141275,2124,'content_banner_overlap','0'),(141276,2124,'_content_banner_overlap','field_54ce55f555a02311'),(141277,2125,'_thumbnail_id','3709'),(141278,2125,'_wp_page_template','default'),(141279,3792,'page_logo_select','null'),(141280,3792,'_page_logo_select','field_523384ce55a99'),(141281,3792,'hide_page_title','0'),(141282,3792,'_hide_page_title','field_523382c955a73'),(141283,3792,'classic_menu_over_content','0'),(141284,3792,'_classic_menu_over_content','field_523384ce55a85'),(141285,3792,'hide_header_and_menu','0'),(141286,3792,'_hide_header_and_menu','field_523384ce34a85'),(141287,3792,'classic_menu_background',''),(141288,3792,'_classic_menu_background','field_523384ce55a84'),(141289,3792,'classic_menu_background_alpha','1'),(141290,3792,'_classic_menu_background_alpha','field_523384ce55a86'),(141291,3792,'hamburger_icon_color',''),(141292,3792,'_hamburger_icon_color','field_523384ce55a23'),(141293,3792,'background',''),(141294,3792,'_background','field_523382c955a74'),(141295,3792,'background_repeat','null'),(141296,3792,'_background_repeat','field_523382f555a75'),(141297,3792,'background_size','null'),(141298,3792,'_background_size','field_5233837455a76'),(141299,3792,'background_position','null'),(141300,3792,'_background_position','field_5233842d55a78'),(141301,3792,'content_background_color',''),(141302,3792,'_content_background_color','field_523384ce55a80'),(141303,3792,'content_background_transparency','1'),(141304,3792,'_content_background_transparency','field_523384ce55a81'),(141305,3792,'background_color',''),(141306,3792,'_background_color','field_523384ce55a79'),(141307,3792,'block_footer','null'),(141308,3792,'_block_footer','block_footer'),(141309,3792,'sidebar-position','disabled'),(141310,3792,'_sidebar-position','field_526d6ec715ee9'),(141311,3792,'footer_playlist','null'),(141312,3792,'_footer_playlist','footer_playlist'),(141313,3792,'footer_podcast','null'),(141314,3792,'_footer_podcast','footer_podcast'),(141315,3792,'banner_inherit_setting','0'),(141316,3792,'_banner_inherit_setting','banner_inherit_setting'),(141317,3792,'banner_background_type','null'),(141318,3792,'_banner_background_type','field_54ce55f555a01'),(141319,3792,'banner_fullscreen','0'),(141320,3792,'_banner_fullscreen','field_54ce55f555a05'),(141321,3792,'banner_height','0'),(141322,3792,'_banner_height','field_54ce55f555a06'),(141323,3792,'banner_content_type','default-content'),(141324,3792,'_banner_content_type','field_54ce55f555a13'),(141325,3792,'banner_title',''),(141326,3792,'_banner_title','field_54ce55f555a07'),(141327,3792,'banner_subtitle',''),(141328,3792,'_banner_subtitle','field_54ce55f555a08'),(141329,3792,'banner_horizontal_content_alignment','centered'),(141330,3792,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(141331,3792,'banner_font_color',''),(141332,3792,'_banner_font_color','field_54ce55f555a12'),(141333,3792,'page_banner_subtitle_font_color',''),(141334,3792,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(141335,3792,'content_banner_overlap','0'),(141336,3792,'_content_banner_overlap','field_54ce55f555a02311'),(141337,3792,'fw_options','a:0:{}'),(141338,2125,'_wp_old_slug','moodburst-album'),(141339,2125,'_low_stock_amount',''),(141340,2125,'page_logo_select','null'),(141341,2125,'_page_logo_select','field_523384ce55a99'),(141342,2125,'hide_page_title','0'),(141343,2125,'_hide_page_title','field_523382c955a73'),(141344,2125,'classic_menu_over_content','0'),(141345,2125,'_classic_menu_over_content','field_523384ce55a85'),(141346,2125,'hide_header_and_menu','0'),(141347,2125,'_hide_header_and_menu','field_523384ce34a85'),(141348,2125,'classic_menu_background',''),(141349,2125,'_classic_menu_background','field_523384ce55a84'),(141350,2125,'classic_menu_background_alpha','1'),(141351,2125,'_classic_menu_background_alpha','field_523384ce55a86'),(141352,2125,'hamburger_icon_color',''),(141353,2125,'_hamburger_icon_color','field_523384ce55a23'),(141354,2125,'background',''),(141355,2125,'_background','field_523382c955a74'),(141356,2125,'background_repeat','null'),(141357,2125,'_background_repeat','field_523382f555a75'),(141358,2125,'background_size','null'),(141359,2125,'_background_size','field_5233837455a76'),(141360,2125,'background_position','null'),(141361,2125,'_background_position','field_5233842d55a78'),(141362,2125,'content_background_color',''),(141363,2125,'_content_background_color','field_523384ce55a80'),(141364,2125,'content_background_transparency','1'),(141365,2125,'_content_background_transparency','field_523384ce55a81'),(141366,2125,'background_color',''),(141367,2125,'_background_color','field_523384ce55a79'),(141368,2125,'block_footer','null'),(141369,2125,'_block_footer','block_footer'),(141370,2125,'sidebar-position','disabled'),(141371,2125,'_sidebar-position','field_526d6ec715ee9'),(141372,2125,'footer_playlist','null'),(141373,2125,'_footer_playlist','footer_playlist'),(141374,2125,'footer_podcast','null'),(141375,2125,'_footer_podcast','footer_podcast'),(141376,2125,'banner_inherit_setting','0'),(141377,2125,'_banner_inherit_setting','banner_inherit_setting'),(141378,2125,'banner_background_type','null'),(141379,2125,'_banner_background_type','field_54ce55f555a01'),(141380,2125,'banner_fullscreen','0'),(141381,2125,'_banner_fullscreen','field_54ce55f555a05'),(141382,2125,'banner_height','0'),(141383,2125,'_banner_height','field_54ce55f555a06'),(141384,2125,'banner_content_type','default-content'),(141385,2125,'_banner_content_type','field_54ce55f555a13'),(141386,2125,'banner_title',''),(141387,2125,'_banner_title','field_54ce55f555a07'),(141388,2125,'banner_subtitle',''),(141389,2125,'_banner_subtitle','field_54ce55f555a08'),(141390,2125,'banner_horizontal_content_alignment','centered'),(141391,2125,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(141392,2125,'banner_font_color',''),(141393,2125,'_banner_font_color','field_54ce55f555a12'),(141394,2125,'page_banner_subtitle_font_color',''),(141395,2125,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(141396,2125,'content_banner_overlap','0'),(141397,2125,'_content_banner_overlap','field_54ce55f555a02311'),(141398,3793,'fw_options','a:0:{}'),(141399,3793,'_wp_page_template','default'),(141400,3793,'_thumbnail_id','1462'),(141401,3793,'_elementor_template_type','post'),(141402,3793,'_elementor_edit_mode','builder'),(141403,3793,'_elementor_data','[{\"id\":\"b3ac02d\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dba8cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f79e87e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b2bc10b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52e90b7\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20f6629\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3e7a07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0ea4ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b4e876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cfdbe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141404,3793,'_elementor_version','0.4'),(141405,3793,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(141407,3794,'fw_options','a:0:{}'),(141408,3794,'_wp_page_template','single-artists-blank.php'),(141409,3794,'_thumbnail_id','1426'),(141410,3794,'_elementor_edit_mode','builder'),(141411,3794,'_elementor_template_type','post'),(141412,3794,'_elementor_data','[{\"id\":\"9d9e937\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2318810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2e12a89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Raymayor_wide.jpg\",\"id\":1427},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"650\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":55},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68fb986\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6035b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ca70227\",\"elType\":\"widget\",\"settings\":{\"title\":\"RAYMAYOR\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":4},\"_background_color\":\"rgba(255,255,255,0.67)\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1},\"_background_color_b\":\"rgba(255,255,255,0)\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da65d53\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7947ed9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4b5eeca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biography\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722f57c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a24f1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07844d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"28e439a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2d95451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf1f317\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-mynameissonaar.jpg\",\"id\":3708},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57dd557a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4dd1719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f416c5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"222990d9\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd6b72d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5e9f0281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"248f09bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5059649b\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141413,3794,'_elementor_version','0.4'),(141421,3795,'fw_options','a:0:{}'),(141422,3795,'_wp_page_template','default'),(141423,3795,'_thumbnail_id','1414'),(141424,3795,'_elementor_edit_mode','builder'),(141425,3795,'_elementor_template_type','post'),(141426,3795,'_elementor_data','[{\"id\":\"3c9e6b06\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"72f5fd90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33a12add\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5554e955\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5719d325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e725d4d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-infamous.jpg\",\"id\":3707},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70825134\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"57b7c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2d72d358\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c79a22d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b40f7aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"588b92e2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"14d0e4bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"229a6b8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45754b5b\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e0f242d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"263c8c39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"144edc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a14b74d\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141427,3795,'_elementor_version','0.4'),(141429,3796,'fw_options','a:0:{}'),(141430,3796,'_wp_page_template','default'),(141431,3796,'_thumbnail_id','1460'),(141432,3796,'_elementor_edit_mode','builder'),(141433,3796,'_elementor_template_type','post'),(141434,3796,'_elementor_data','[{\"id\":\"26227986\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"42b4b64a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"388e0c34\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"63736a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3884d813\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d0f5358\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-dream.jpg\",\"id\":3705},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23c72a31\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3a136daa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5db20a2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"570c328e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3693b4cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ff4a583\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9db436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7c63d5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2451452c\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"199e0792\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4736ce82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7bb1156d\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0696e6\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141435,3796,'_elementor_version','0.4'),(141437,3797,'fw_options','a:0:{}'),(141438,3797,'_wp_page_template','default'),(141439,3797,'_thumbnail_id','1416'),(141440,3797,'_elementor_edit_mode','builder'),(141441,3797,'_elementor_template_type','post'),(141442,3797,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(141443,3797,'_elementor_data','[{\"id\":\"52ae2421\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49089ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"74fe4f90\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"43c6f9ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"73c33bcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54453b5c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-gloria.jpg\",\"id\":3706},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ca459ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4a3e90e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"3c2e183d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1144193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79c9138c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79fa610f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3b0ad659\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36525260\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ddb6b3a\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78e1f0b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21150002\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6deff187\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f5f38d0\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141444,3797,'_elementor_version','0.4'),(141446,3798,'fw_options','a:0:{}'),(141447,3798,'_wp_page_template','default'),(141448,3798,'_thumbnail_id','1418'),(141449,3798,'_elementor_edit_mode','builder'),(141450,3798,'_elementor_template_type','post'),(141451,3798,'_elementor_data','[{\"id\":\"38cc4523\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"21bad1ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"68a17680\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"290a4ec0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60eada9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d42f0da\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fbbdf70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c132fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"746f667c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55fcf3a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d767e47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"135b9932\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76020147\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3288f243\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"578d2064\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3193440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"266bc866\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e5c972e\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141452,3798,'_elementor_version','0.4'),(141454,3799,'fw_options','a:0:{}'),(141455,3799,'_wp_page_template','default'),(141456,3799,'_thumbnail_id','1422'),(141457,3799,'_elementor_edit_mode','builder'),(141458,3799,'_elementor_template_type','post'),(141459,3799,'_elementor_data','[{\"id\":\"78a9e071\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7a71611b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f42f7ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"13f5fee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"725df74f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c381d4\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-upnorth.jpg\",\"id\":3711},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc4cd6b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8fcd692\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"61d18ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28773b30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"121527af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3de6f741\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"34cf1c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"554580c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69e7b132\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9a0888\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"76b33c64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"472aa20c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5689edd7\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141460,3799,'_elementor_version','0.4'),(141462,3800,'fw_options','a:0:{}'),(141463,3800,'_wp_page_template','default'),(141464,3800,'_thumbnail_id','1466'),(141465,3800,'_elementor_edit_mode','builder'),(141466,3800,'_elementor_template_type','post'),(141467,3800,'_elementor_data','[{\"id\":\"65e7f520\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"55788663\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3b7c4ed9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5ba26cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49e2f837\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c490ba6\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-upnorth.jpg\",\"id\":3711},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759afa63\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7f62a9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"534896bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f48d47\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3764d5c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e838085\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8afcbcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a83e23b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67d457f7\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"119d8a37\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7cddfa9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4f7bd55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6abefdfe\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141468,3800,'_elementor_version','0.4'),(141470,3801,'fw_options','a:0:{}'),(141471,3801,'_wp_page_template','default'),(141472,3801,'_thumbnail_id','1424'),(141473,3801,'_elementor_edit_mode','builder'),(141474,3801,'_elementor_template_type','post'),(141475,3801,'_elementor_data','[{\"id\":\"51e1c807\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"47731b03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a5c0105\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"36b6266b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a5f05c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b4d7cd1\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-gloria.jpg\",\"id\":3706},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"235f578d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"42023ddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1f69ae4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ab92892\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de3e26a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e490112\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"32e3a536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"449029d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"429e7924\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ab9b18e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5cab6ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1ba6bf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8731321\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wppk_postmeta` VALUES (141476,3801,'_elementor_version','0.4'),(141478,3802,'fw_options','a:0:{}'),(141479,3802,'_wp_page_template','default'),(141480,3802,'_thumbnail_id','1464'),(141481,3802,'_elementor_edit_mode','builder'),(141482,3802,'_elementor_template_type','post'),(141483,3802,'_elementor_data','[{\"id\":\"7032d463\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"79894e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"66132587\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3101e832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb0d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7cc1210f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-voyante.jpg\",\"id\":3712},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50718e7c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4c9738d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"32ebbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21b52f36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79b9f220\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a39e62\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"39fb21df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"763e7973\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"269bf5fb\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d531a6d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"77a07d14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"14f669a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e0a4b47\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141484,3802,'_elementor_version','0.4'),(141488,3803,'fw_options','a:0:{}'),(141489,3803,'_wp_page_template','default'),(141490,3803,'_elementor_edit_mode','builder'),(141491,3803,'_elementor_template_type','post'),(141492,3803,'_elementor_data','[{\"id\":\"e410f2d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3786},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"f8134a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"top\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5a2c03a\",\"elType\":\"widget\",\"settings\":{\"sr_show_dch_icon_content\":\"\",\"sr_dch_icon\":\"\",\"sr_dch_first_title\":\"Donate &\",\"sr_dch_last_title\":\"Support\",\"sr_dch_subtext\":\"\",\"sr_dch_container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sr_dch_border_color\":\"#ffffff\",\"sr_dch_base_title_color\":\"#ffffff\",\"sr_dch_icon_size\":{\"unit\":\"px\",\"size\":42},\"sr_dch_icon_color\":\"#ffffff\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"},{\"id\":\"0e08f02\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":20},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"27ed2c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"ba57ef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"80c60a6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SONAAR HAS ALWAYS SUBSCRIBED TO THE PRINCIPLE THAT MUSIC SHOULD BE MADE AVAILABLE TO ANYONE FREE OF CHARGE. THAT\\u2019S WHY WE GIVE YOU THIS ALBUM FOR FREE. IF YOU ARE IN A POSITION TO BE ABLE TO SUPPORT THIS PERSONAL POLICY OF FREE MUSIC AND HELP US CONTINUE ON THIS PATH, THERE\\u2019S AN OPTION TO MAKE A DONATION OF YOUR CHOOSING HERE.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32a98de\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"form\\\" style=\\\"text-align: center;\\\"><form action=\\\"https:\\/\\/www.paypal.com\\/cgi-bin\\/webscr\\\" method=\\\"post\\\" target=\\\"_top\\\"><input name=\\\"cmd\\\" type=\\\"hidden\\\" value=\\\"_s-xclick\\\" \\/><input name=\\\"hosted_button_id\\\" type=\\\"hidden\\\" value=\\\"7798XY7PAM2P6\\\" \\/><input alt=\\\"PayPal - The safer, easier way to pay online!\\\" name=\\\"submit\\\" src=\\\"https:\\/\\/www.paypalobjects.com\\/en_US\\/i\\/btn\\/btn_donateCC_LG.gif\\\" type=\\\"image\\\" \\/><img src=\\\"https:\\/\\/www.paypalobjects.com\\/en_US\\/i\\/scr\\/pixel.gif\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" border=\\\"0\\\" \\/><\\/form><\\/div>\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"248c0cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/apex-elementor\\/wp-content\\/uploads\\/sites\\/30\\/2018\\/12\\/apex_signature_white.png\",\"id\":3530},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(141493,3803,'_elementor_version','0.4'),(141495,3804,'fw_options','a:0:{}'),(141496,3804,'_wp_page_template','default'),(141497,3804,'_elementor_edit_mode','builder'),(141498,3804,'_elementor_template_type','post'),(141499,3804,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"1\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91632fe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"26ba0af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-infamous.jpg\",\"id\":3707},\"lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1ffa7a\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b6c5845\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(141500,3804,'_elementor_version','0.4'),(141502,3805,'fw_options','a:0:{}'),(141503,3805,'_wp_page_template','default'),(141504,3805,'_elementor_edit_mode','builder'),(141505,3805,'_elementor_template_type','post'),(141506,3805,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"1\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91632fe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"26ba0af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"lightbox\":\"yes\",\"image_overlay_custom_dimension\":{\"width\":\"200\",\"height\":\"300\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1ffa7a\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b6c5845\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-5.jpg\",\"id\":2957},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(141507,3805,'_elementor_version','0.4'),(141508,3806,'fw_options','a:0:{}'),(141509,3806,'_wp_page_template','default'),(141510,3806,'_elementor_edit_mode','builder'),(141511,3806,'_elementor_template_type','post'),(141512,3806,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"1\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91632fe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"26ba0af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"lightbox\":\"yes\",\"image_overlay_custom_dimension\":{\"width\":\"200\",\"height\":\"300\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1ffa7a\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b6c5845\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3786},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(141513,3806,'_elementor_version','0.4'),(141515,3807,'fw_options','a:0:{}'),(141516,3807,'_wp_page_template','default'),(141517,3807,'_elementor_edit_mode','builder'),(141518,3807,'_elementor_template_type','post'),(141519,3807,'_elementor_data','[{\"id\":\"83efac5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"content_position\":\"middle\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":56},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"3f24cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d61d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8658d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"5eea2de\",\"elType\":\"widget\",\"settings\":{\"title\":\"this website<br>is coming<br>\\nsoon.\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ffffff\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":2.7},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_font_size\":{\"unit\":\"px\",\"size\":60},\"align_mobile\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4159406\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8bc6894\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"title_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9bc0a72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"f800bfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"87a0b56\",\"elType\":\"widget\",\"settings\":{\"sonaar_mailchimp_lists\":\"b893717c76\",\"sr_mailchimp_email_label_text\":\"\",\"sr_mailchimp_fname_show\":\"\",\"sr_mailchimp_fname_label_text\":\"First Name\",\"sr_mailchimp_lname_show\":\"\",\"sr_mailchimp_lname_label_text\":\"Last Name\",\"sr_section_mailchimp_button_text\":\"Subscribe\",\"sr_section_mailchimp_loading_text\":\"Submitting...\",\"sr_section_mailchimp_success_text\":\"You have subscribed successfully!\",\"sr_mailchimp_input_height\":{\"unit\":\"px\",\"size\":70},\"sr_mailchimp_subscribe_btn_display\":\"block\",\"sr_mailchimp_subscribe_btn_width\":{\"unit\":\"px\",\"size\":211},\"sr_mailchimp_subscribe_btn_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_mailchimp_message_alignment\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"sr_mailchimp_input_background\":\"rgba(0,0,0,0.58)\",\"sr_mailchimp_input_border_border\":\"solid\",\"sr_mailchimp_input_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"sr_mailchimp_input_border_color\":\"#ffffff\",\"sr_mailchimp_field_color\":\"#ffffff\",\"sr_mailchimp_field_placeholder_color\":\"#ffffff\",\"sr_mailchimp_label_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"sr_mailchimp_subscribe_btn_normal_text_color\":\"#000000\",\"sr_mailchimp_subscribe_btn_normal_bg_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"sonaar-mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(141520,3807,'_elementor_version','0.4'),(141523,3808,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(141524,3808,'_wp_page_template','default'),(141525,3808,'slide_template',''),(141526,3808,'eg_sources_html5_mp4',''),(141527,3808,'eg_sources_html5_ogv',''),(141528,3808,'eg_sources_html5_webm',''),(141529,3808,'eg_sources_youtube',''),(141530,3808,'eg_sources_vimeo',''),(141531,3808,'eg_sources_wistia',''),(141532,3808,'eg_sources_image',''),(141533,3808,'eg_sources_iframe',''),(141534,3808,'eg_sources_soundcloud',''),(141535,3808,'eg_vimeo_ratio','0'),(141536,3808,'eg_youtube_ratio','0'),(141537,3808,'eg_wistia_ratio','0'),(141538,3808,'eg_html5_ratio','0'),(141539,3808,'eg_soundcloud_ratio','0'),(141540,3808,'eg_settings_custom_meta_skin',''),(141541,3808,'eg_settings_custom_meta_element',''),(141542,3808,'eg_settings_custom_meta_setting',''),(141543,3808,'eg_settings_custom_meta_style',''),(141544,3808,'_wpb_vc_js_status','true'),(141545,3808,'sidebar-position','disabled'),(141546,3808,'_sidebar-position','field_526d6ec715ee9'),(141547,3808,'sidebar-area_id','null'),(141548,3808,'_sidebar-area_id','field_526d6c0da8219'),(141549,3808,'classic_menu_background',''),(141550,3808,'_classic_menu_background','field_523384ce55a84'),(141551,3808,'classic_menu_background_alpha','1'),(141552,3808,'_classic_menu_background_alpha','field_523384ce55a86'),(141553,3808,'classic_menu_over_content','1'),(141554,3808,'_classic_menu_over_content','field_523384ce55a85'),(141555,3808,'classic_menu_main_item_color','#ffffff'),(141556,3808,'_classic_menu_main_item_color','field_523384ce55a87'),(141557,3808,'hamburger_icon_color',''),(141558,3808,'_hamburger_icon_color','field_523384ce55a23'),(141559,3808,'alternative_logo','0'),(141560,3808,'_alternative_logo','field_523384ce55a99'),(141561,3808,'hide_page_title','1'),(141562,3808,'_hide_page_title','field_523382c955a73'),(141563,3808,'background',''),(141564,3808,'_background','field_523382c955a74'),(141565,3808,'background_repeat','repeat'),(141566,3808,'_background_repeat','field_523382f555a75'),(141567,3808,'background_size','cover'),(141568,3808,'_background_size','field_5233837455a76'),(141569,3808,'background_position','center center'),(141570,3808,'_background_position','field_5233842d55a78'),(141571,3808,'content_background_color',''),(141572,3808,'_content_background_color','field_523384ce55a80'),(141573,3808,'content_background_transparency','1'),(141574,3808,'_content_background_transparency','field_523384ce55a81'),(141575,3808,'background_color',''),(141576,3808,'_background_color','field_523384ce55a79'),(141577,3808,'_trash_the_other_posts','0'),(141578,3808,'_wpb_shortcodes_custom_css','.vc_custom_1535032208910{background-image: url(https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/patern-small.jpg?id=2866) !important;background-position: 0 0 !important;background-repeat: repeat !important;}.vc_custom_1535032477935{margin-top: 165px !important;margin-bottom: 60px !important;}.vc_custom_1535036468626{margin-bottom: -270px !important;}.vc_custom_1534943977177{background-color: rgba(137,137,137,0.1) !important;*background-color: rgb(137,137,137) !important;}.vc_custom_1535037131960{padding-top: 166px !important;padding-bottom: 150px !important;background-color: rgba(137,137,137,0.1) !important;*background-color: rgb(137,137,137) !important;}.vc_custom_1535036789229{margin-top: 165px !important;margin-bottom: 300px !important;}.vc_custom_1534964725544{margin-top: 122px !important;margin-bottom: 150px !important;background-color: rgba(137,137,137,0.1) !important;*background-color: rgb(137,137,137) !important;}.vc_custom_1535035435733{padding-right: 40px !important;}.vc_custom_1535035505504{border-left-width: 2px !important;padding-right: 20px !important;padding-left: 42px !important;border-left-color: #818181 !important;border-left-style: dotted !important;border-radius: 1px !important;}.vc_custom_1535033954876{margin-top: 0.67em !important;margin-bottom: 24px !important;}.vc_custom_1535034998868{margin-bottom: 25px !important;}.vc_custom_1534879435326{padding-top: 4px !important;}.vc_custom_1534879518905{padding-top: 4px !important;}.vc_custom_1534880348774{padding-top: 4px !important;}.vc_custom_1534964738412{margin-top: -122px !important;margin-bottom: -150px !important;}'),(141579,3808,'eg_custom_meta_216','true'),(141580,3808,'page_logo_select','light'),(141581,3808,'_page_logo_select','field_523384ce55a99'),(141582,3808,'block_footer','null'),(141583,3808,'_block_footer','block_footer'),(141584,3808,'banner_background_type','null'),(141585,3808,'_banner_background_type','field_54ce55f555a01'),(141586,3808,'banner_parallax','0'),(141587,3808,'_banner_parallax','field_54ce55f555a03'),(141588,3808,'banner_fullscreen','0'),(141589,3808,'_banner_fullscreen','field_54ce55f555a05'),(141590,3808,'banner_height','0'),(141591,3808,'_banner_height','field_54ce55f555a06'),(141592,3808,'banner_content_type','default-content'),(141593,3808,'_banner_content_type','field_54ce55f555a13'),(141594,3808,'banner_title',''),(141595,3808,'_banner_title','field_54ce55f555a07'),(141596,3808,'banner_subtitle',''),(141597,3808,'_banner_subtitle','field_54ce55f555a08'),(141598,3808,'banner_horizontal_content_alignment','centered'),(141599,3808,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(141600,3808,'banner_font_color',''),(141601,3808,'_banner_font_color','field_54ce55f555a12'),(141602,3808,'eg-pricetable-price',''),(141603,3808,'eg-pricetable-line1',''),(141604,3808,'eg-pricetable-line2',''),(141605,3808,'eg-pricetable-line3',''),(141606,3808,'eg-pricetable-line4',''),(141607,3808,'eg-pricetable-buy-url',''),(141608,3808,'eg-demogrid-link',''),(141609,3808,'eg-clients-icon',''),(141610,3808,'eg-clients-icon-dark',''),(141611,3808,'_oembed_b3ab6db2102b625ff86eef37e3224c35','<iframe width=\"1144\" height=\"644\" src=\"https://www.youtube.com/embed/iQpGq4HguVs?feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(141612,3808,'_oembed_time_b3ab6db2102b625ff86eef37e3224c35','1509725465'),(141613,3808,'_oembed_60395afaab1df5516e0a8353f042c178','<iframe src=\"https://player.vimeo.com/video/47940731\" width=\"1144\" height=\"644\" frameborder=\"0\" title=\"Made by Hand / No 4 The Cigar Shop\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(141614,3808,'_oembed_time_60395afaab1df5516e0a8353f042c178','1510177732'),(141615,3808,'hide_header_and_menu','0'),(141616,3808,'_hide_header_and_menu','field_523384ce34a85'),(141617,3808,'_oembed_ca999c310dad2e5fc190468631de23d9','<iframe width=\"1144\" height=\"858\" src=\"https://www.youtube.com/embed/P7jsYg0xrWU?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),(141618,3808,'_oembed_time_ca999c310dad2e5fc190468631de23d9','1526058365'),(141619,3808,'footer_playlist','null'),(141620,3808,'_footer_playlist','footer_playlist'),(141622,3808,'footer_podcast','null'),(141623,3808,'_footer_podcast','footer_podcast'),(141624,3808,'banner_inherit_setting','0'),(141625,3808,'_banner_inherit_setting','banner_inherit_setting'),(141626,3808,'page_banner_subtitle_font_color',''),(141627,3808,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(141628,3808,'content_banner_overlap','0'),(141629,3808,'_content_banner_overlap','field_54ce55f555a02311'),(141630,3808,'_elementor_edit_mode','builder'),(141631,3808,'_elementor_template_type','post'),(141632,3808,'_elementor_data','[{\"id\":\"2e474e5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":598},\"background_background\":\"video\",\"background_color\":\"#000000\",\"background_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=cWwEST3YuHo&t=3s\",\"background_video_start\":3},\"elements\":[{\"id\":\"3035ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(141633,3808,'_elementor_version','0.4'),(141634,3808,'_oembed_7e75ef2f5f4354f0debde2b0b5975159','<iframe src=\"https://player.vimeo.com/video/41982255?app_id=122963\" width=\"640\" height=\"360\" frameborder=\"0\" title=\"Chilly Gonzales Solo Piano II - Piano Vision Medley\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),(141635,3808,'_oembed_time_7e75ef2f5f4354f0debde2b0b5975159','1543855496'),(141637,3808,'_dp_original','3050'),(141641,3808,'_edit_lock','1545230896:2'),(141642,3808,'_edit_last','2'),(141643,3809,'page_logo_select','light'),(141644,3809,'_page_logo_select','field_523384ce55a99'),(141645,3809,'hide_page_title','1'),(141646,3809,'_hide_page_title','field_523382c955a73'),(141647,3809,'classic_menu_over_content','1'),(141648,3809,'_classic_menu_over_content','field_523384ce55a85'),(141649,3809,'hide_header_and_menu','0'),(141650,3809,'_hide_header_and_menu','field_523384ce34a85'),(141651,3809,'classic_menu_main_item_color','#ffffff'),(141652,3809,'_classic_menu_main_item_color','field_523384ce55a87'),(141653,3809,'classic_menu_background',''),(141654,3809,'_classic_menu_background','field_523384ce55a84'),(141655,3809,'classic_menu_background_alpha','1'),(141656,3809,'_classic_menu_background_alpha','field_523384ce55a86'),(141657,3809,'hamburger_icon_color',''),(141658,3809,'_hamburger_icon_color','field_523384ce55a23'),(141659,3809,'background',''),(141660,3809,'_background','field_523382c955a74'),(141661,3809,'background_repeat','repeat'),(141662,3809,'_background_repeat','field_523382f555a75'),(141663,3809,'background_size','cover'),(141664,3809,'_background_size','field_5233837455a76'),(141665,3809,'background_position','center center'),(141666,3809,'_background_position','field_5233842d55a78'),(141667,3809,'content_background_color',''),(141668,3809,'_content_background_color','field_523384ce55a80'),(141669,3809,'content_background_transparency','1'),(141670,3809,'_content_background_transparency','field_523384ce55a81'),(141671,3809,'background_color',''),(141672,3809,'_background_color','field_523384ce55a79'),(141673,3809,'block_footer','null'),(141674,3809,'_block_footer','block_footer'),(141675,3809,'sidebar-position','disabled'),(141676,3809,'_sidebar-position','field_526d6ec715ee9'),(141677,3809,'footer_playlist','null'),(141678,3809,'_footer_playlist','footer_playlist'),(141679,3809,'footer_podcast','null'),(141680,3809,'_footer_podcast','footer_podcast'),(141681,3809,'banner_inherit_setting','0'),(141682,3809,'_banner_inherit_setting','banner_inherit_setting'),(141683,3809,'banner_background_type','null'),(141684,3809,'_banner_background_type','field_54ce55f555a01'),(141685,3809,'banner_fullscreen','0'),(141686,3809,'_banner_fullscreen','field_54ce55f555a05'),(141687,3809,'banner_height','0'),(141688,3809,'_banner_height','field_54ce55f555a06'),(141689,3809,'banner_content_type','default-content'),(141690,3809,'_banner_content_type','field_54ce55f555a13'),(141691,3809,'banner_title',''),(141692,3809,'_banner_title','field_54ce55f555a07'),(141693,3809,'banner_subtitle',''),(141694,3809,'_banner_subtitle','field_54ce55f555a08'),(141695,3809,'banner_horizontal_content_alignment','centered'),(141696,3809,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(141697,3809,'banner_font_color',''),(141698,3809,'_banner_font_color','field_54ce55f555a12'),(141699,3809,'page_banner_subtitle_font_color',''),(141700,3809,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(141701,3809,'content_banner_overlap','0'),(141702,3809,'_content_banner_overlap','field_54ce55f555a02311'),(141703,3809,'fw_options','a:0:{}'),(141704,3809,'_wp_page_template','default'),(141705,3809,'_elementor_edit_mode','builder'),(141706,3809,'_elementor_template_type','post'),(141707,3809,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(141708,3809,'_elementor_version','0.4'),(141710,3810,'fw_options','a:0:{}'),(141711,3810,'_wp_page_template','default'),(141712,3810,'_elementor_edit_mode','builder'),(141713,3810,'_elementor_template_type','post'),(141714,3810,'_elementor_data','[{\"id\":\"2e474e5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":598},\"background_background\":\"video\",\"background_color\":\"#000000\",\"background_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=cWwEST3YuHo&t=3s\",\"background_video_start\":3},\"elements\":[{\"id\":\"3035ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#a6abad\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"44\",\"bottom\":\"12\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(141715,3810,'_elementor_version','0.4'),(141734,3813,'fw_options','a:0:{}'),(141735,3813,'_wp_page_template','default'),(141736,3813,'_elementor_edit_mode','builder'),(141737,3813,'_elementor_template_type','post'),(141738,3813,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":100,\"text_align\":\"left\"},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.7)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.7)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"44\",\"bottom\":\"20\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#7ed7b5\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(141739,3813,'_elementor_version','0.4'),(141740,3814,'fw_options','a:0:{}'),(141741,3814,'_wp_page_template','default'),(141742,3814,'_elementor_edit_mode','builder'),(141743,3814,'_elementor_template_type','post'),(141744,3814,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":100,\"text_align\":\"left\"},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.7)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.7)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"44\",\"bottom\":\"20\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#7ed7b5\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(141745,3814,'_elementor_version','0.4'),(141747,3815,'fw_options','a:0:{}'),(141748,3815,'_wp_page_template','default'),(141749,3815,'_elementor_edit_mode','builder'),(141750,3815,'_elementor_template_type','post'),(141751,3815,'_elementor_data','[{\"id\":\"542ef33\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71cbb32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6011f18\",\"elType\":\"widget\",\"settings\":{\"band_name\":\"Ariana Grande\",\"widget_background_color\":\"rgba(255,255,255,0)\",\"widget_bt_color\":\"#000000\",\"widget_textcolor\":\"#000000\"},\"elements\":[],\"widgetType\":\"bandsintown\"}],\"isInner\":false}],\"isInner\":false}]'),(141752,3815,'_elementor_version','0.4'),(141755,3816,'fw_options','a:0:{}'),(141756,3816,'_wp_page_template','default'),(141757,3816,'_elementor_edit_mode','builder'),(141758,3816,'_elementor_template_type','post'),(141759,3816,'_elementor_data','[{\"id\":\"23f45a6\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"333b9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5dc5a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e68456\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar & The Bands\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f62c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"A journey that changed my life.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"header_size\":\"div\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0332ddc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8e169\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[{\"id\":\"ffd205d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10d2763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"700\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":72},\"css_filters_css_filter\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63196a1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b78089d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cc9a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"IT START WITH\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"903c149\",\"elType\":\"widget\",\"settings\":{\"title\":\"An Endless Passion for Music\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e62699e\",\"elType\":\"widget\",\"settings\":{\"title\":\"For Discovery, for People, for Life...\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cfd66f\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"911cbfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"020a2d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"justify\",\"align_tablet\":\"left\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"typography_font_size\":{\"unit\":\"px\",\"size\":130},\"_animation\":\"fadeInUp\",\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#121214\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":9},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":73},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4a69075\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"032f6bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris.\\u00a0<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis.\\u00a0<\\/p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa.\\u00a0<\\/p>\",\"align\":\"justify\",\"align_tablet\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6bfe7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"949780c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e4106bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"width\":{\"unit\":\"%\",\"size\":21},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":24,\"spread\":2,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba7a213\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2d47762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d967ca3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"211764b\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f17ac80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee07763\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"728aca7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"2136d3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e13cb9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4afc44c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c24e40e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#121214\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(141760,3816,'_elementor_version','0.4'),(141762,3817,'fw_options','a:0:{}'),(141763,3817,'_wp_page_template','default'),(141764,3817,'_elementor_edit_mode','builder'),(141765,3817,'_elementor_template_type','post'),(141766,3817,'_elementor_data','[{\"id\":\"23f45a6\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"333b9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5dc5a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e68456\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar & The Bands\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f62c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"A journey that changed my life.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"header_size\":\"div\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0332ddc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8e169\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[{\"id\":\"ffd205d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10d2763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"700\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":72},\"css_filters_css_filter\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63196a1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b78089d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cc9a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"IT START WITH\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"903c149\",\"elType\":\"widget\",\"settings\":{\"title\":\"An Endless Passion for Music\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e62699e\",\"elType\":\"widget\",\"settings\":{\"title\":\"For Discovery, for People, for Life...\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cfd66f\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"911cbfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"020a2d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"justify\",\"align_tablet\":\"left\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"typography_font_size\":{\"unit\":\"px\",\"size\":130},\"_animation\":\"fadeInUp\",\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#121214\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":9},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":73},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4a69075\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"032f6bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris.\\u00a0<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis.\\u00a0<\\/p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa.\\u00a0<\\/p>\",\"align\":\"justify\",\"align_tablet\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6bfe7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"949780c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e4106bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"width\":{\"unit\":\"px\",\"size\":430},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":24,\"spread\":2,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba7a213\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2d47762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d967ca3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"211764b\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f17ac80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee07763\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_text_transform\":\"none\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"728aca7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"2136d3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e13cb9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4afc44c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c24e40e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#121214\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(141767,3817,'_elementor_version','0.4'),(141768,3818,'fw_options','a:0:{}'),(141769,3818,'_wp_page_template','default'),(141770,3818,'_elementor_edit_mode','builder'),(141771,3818,'_elementor_template_type','post'),(141772,3818,'_elementor_data','[{\"id\":\"23f45a6\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"333b9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5dc5a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e68456\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar & The Bands\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f62c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"A journey that changed my life.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"header_size\":\"div\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0332ddc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8e169\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[{\"id\":\"ffd205d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10d2763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"700\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":72},\"css_filters_css_filter\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63196a1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b78089d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cc9a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"IT START WITH\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"903c149\",\"elType\":\"widget\",\"settings\":{\"title\":\"An Endless Passion for Music<br>\\nFor Discovery, for People, for Life...\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_line_height\":{\"unit\":\"px\",\"size\":38},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cfd66f\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"911cbfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"020a2d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"justify\",\"align_tablet\":\"left\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#121214\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":9},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":73},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"typography_typography\":\"custom\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4a69075\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"032f6bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris.\\u00a0<\\/p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis.\\u00a0<\\/p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa.\\u00a0<\\/p>\",\"align\":\"justify\",\"align_tablet\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_view\":\"framed\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":13},\"_animation\":\"fadeInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6},\"drop_cap_primary_color\":\"#ffffff\",\"drop_cap_secondary_color\":\"#121214\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":9},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":73},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.3}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6bfe7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"949780c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e4106bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\",\"_animation\":\"fadeIn\",\"width\":{\"unit\":\"px\",\"size\":430},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":24,\"spread\":2,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba7a213\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"2d47762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d967ca3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"211764b\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f17ac80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee07763\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_text_transform\":\"none\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"728aca7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"2136d3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e13cb9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4afc44c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c24e40e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#121214\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(141773,3818,'_elementor_version','0.4'),(141774,3819,'fw_options','a:0:{}'),(141775,3819,'_wp_page_template','default'),(141776,3819,'_elementor_edit_mode','builder'),(141777,3819,'_elementor_template_type','post'),(141778,3819,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am Soundman\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_size\":\"contain\"},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeIn\",\"_animation_delay\":900,\"color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"text_color\":\"#ffffff\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8f25cb9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":35},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#ffffff\",\"align\":\"left\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":630},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#ffffff\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2017\\/04\\/Wyclef_square.jpg\",\"id\":1464},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd1998c\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":317},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":852},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ab6967\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44b5e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b6fe7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":0,\"bottom\":\"-11\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e4ee14c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"8f8b8d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"color_link\":\"#ffffff\",\"background_color\":\"#000000\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_position\":\"center right\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"710307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"title_color\":\"#ffffff\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeIn\",\"text_color\":\"#ffffff\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(141779,3819,'_elementor_version','0.4'),(141781,3820,'fw_options','a:0:{}'),(141782,3820,'_wp_page_template','default'),(141783,3820,'_elementor_edit_mode','builder'),(141784,3820,'_elementor_template_type','post'),(141785,3820,'_elementor_data','[{\"id\":\"e2a641d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.52},\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2018\\/08\\/VJ-picture-2.jpg\",\"id\":2954},\"background_overlay_hover_attachment\":\"fixed\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":1},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":1.5},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4abaacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8f9c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"i am Soundman\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":40},\"blend_mode\":\"screen\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"rgba(255,255,255,0.57)\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c13becd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90}},\"elements\":[{\"id\":\"14db15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8cf3d57\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"751c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_size\":\"contain\"},\"elements\":[{\"id\":\"9293905\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb911a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sonaar is a music company founded in 2001 and based in Montreal, Canada. We\\u2019re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d8b3321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6ae7aec\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"left\",\"_animation\":\"fadeIn\",\"_animation_delay\":900,\"color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5fdd14d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.<\\/p>\",\"drop_cap\":\"yes\",\"align\":\"left\",\"typography_typography\":\"custom\",\"drop_cap_primary_color\":\"#000000\",\"drop_cap_space\":{\"unit\":\"px\",\"size\":21},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":0},\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"text_color\":\"#ffffff\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"drop_cap_view\":\"stacked\",\"drop_cap_secondary_color\":\"#ffffff\",\"drop_cap_size\":{\"unit\":\"px\",\"size\":\"\"},\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8f25cb9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"401c9fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"a8d090f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-soundcloud\",\"_id\":\"827d5e3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"5f2d6bd\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":35},\"shape\":\"circle\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.5},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#000000\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"icon_secondary_color\":\"#ffffff\",\"align\":\"left\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"83bd619\",\"elType\":\"section\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":630},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#ffffff\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6fa622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2017\\/04\\/Wyclef_square.jpg\",\"id\":1464},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd1998c\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":317},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"431b1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"43fb63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4891cc1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":852},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4055cd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1abbca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artist<br>\\nManagement\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"144cc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e139adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ff070ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"012e83f\",\"elType\":\"widget\",\"settings\":{\"title\":\"General<br>\\nAdministration\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69f5513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e72993\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><strong>Stephan Sheppard<\\/strong><\\/span><\\/p><h5>Business development<\\/h5><p><a href=\\\"mailto:ssheppard@sonaar.com\\\">ssheppard@sonaar.com<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ab6967\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"repeat\",\"background_size\":\"auto\",\"background_video_start\":3,\"background_hover_repeat\":\"repeat\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1.8},\"background_color_stop\":{\"unit\":\"%\",\"size\":50},\"background_color_b\":\"#121214\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44b5e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b6fe7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":0,\"bottom\":\"-11\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e4ee14c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68652ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"519b283e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#121214\",\"description_text_color\":\"#000000\",\"field_bg\":\"#ffffff\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"text_color_label\":\"#000000\",\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#818181\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"heading_alignment\":\"left\",\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_bg_color_normal\":\"#000000\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"8f8b8d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"color_link\":\"#ffffff\",\"background_color\":\"#000000\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_position\":\"center right\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"710307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeIn\",\"title_color\":\"#ffffff\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9afc472\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeIn\",\"text_color\":\"#ffffff\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(141786,3820,'_elementor_version','0.4'),(141788,3821,'fw_options','a:0:{}'),(141789,3821,'_wp_page_template','default'),(141790,3821,'_elementor_edit_mode','builder'),(141791,3821,'_elementor_template_type','post'),(141792,3821,'_elementor_data','[{\"id\":\"e7e0b0c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b347ad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d1cf23e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"500\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":125},\"background_hover_transition\":{\"unit\":\"px\",\"size\":2},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df7923\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"443a47b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5b306546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"399fa6b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640c1627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e431\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.8},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e8ac95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"8e549bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4cb67207\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cfe67b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a2af32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(141793,3821,'_elementor_version','0.4'),(141796,3822,'fw_options','a:0:{}'),(141797,3822,'_wp_page_template','default'),(141798,3822,'_elementor_edit_mode','builder'),(141799,3822,'_elementor_template_type','post'),(141800,3822,'_elementor_data','[{\"id\":\"2ec373fc\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3cb2f6dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4bf15157\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"334fefbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"_inline_size_tablet\":100,\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ba726f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66829d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35ab14d5\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(12,12,12,0.17)\",\"field_text_color\":\"#ffffff\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#367f5b\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"7d450e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.74},\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c83a1dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5efd5c07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55038e65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(141801,3822,'_elementor_version','0.4'),(141804,3823,'fw_options','a:0:{}'),(141805,3823,'_wp_page_template','default'),(141806,3823,'_elementor_edit_mode','builder'),(141807,3823,'_elementor_template_type','post'),(141808,3823,'_elementor_data','[{\"id\":\"2ec373fc\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3cb2f6dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4bf15157\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"334fefbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"_inline_size_tablet\":100,\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ba726f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66829d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35ab14d5\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(12,12,12,0.17)\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#367f5b\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"field_bg_focus\":\"rgba(255,255,255,0.24)\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"7d450e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.74},\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c83a1dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5efd5c07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55038e65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(141809,3823,'_elementor_version','0.4'),(141812,3824,'fw_options','a:0:{}'),(141813,3824,'_wp_page_template','default'),(141814,3824,'_elementor_edit_mode','builder'),(141815,3824,'_elementor_template_type','post'),(141816,3824,'_elementor_data','[{\"id\":\"2ec373fc\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3cb2f6dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4bf15157\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"334fefbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"_inline_size_tablet\":100,\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ba726f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66829d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35ab14d5\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(12,12,12,0.17)\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#3f3f3f\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"field_bg_focus\":\"rgba(255,255,255,0.24)\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true},{\"id\":\"7d450e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.74},\"border_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c83a1dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5efd5c07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55038e65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p><p>t+ 514-555-9075<br \\/>PO Box 4296<br \\/>Montreal,\\u00a0H4C 2V7<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_animation\":\"fadeIn\",\"_animation_delay\":1500},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(141817,3824,'_elementor_version','0.4'),(141827,3826,'_wp_attached_file','2018/12/hero-oulander.png'),(141828,3826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:980;s:4:\"file\";s:25:\"2018/12/hero-oulander.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hero-oulander-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hero-oulander-354x559.png\";s:5:\"width\";i:354;s:6:\"height\";i:559;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:25:\"hero-oulander-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141829,3826,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1150238;s:10:\"size_after\";i:1150238;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29007;s:10:\"size_after\";i:29007;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:218317;s:10:\"size_after\";i:218317;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:16:\"iron-image-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:83860;s:10:\"size_after\";i:83860;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:153163;s:10:\"size_after\";i:153163;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:651698;s:10:\"size_after\";i:651698;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14193;s:10:\"size_after\";i:14193;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(141830,3827,'fw_options','a:0:{}'),(141831,3827,'_wp_page_template','default'),(141832,3827,'_elementor_edit_mode','builder'),(141833,3827,'_elementor_template_type','post'),(141834,3827,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"963c2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/hero-oulander.png\",\"id\":3826}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(12,12,12,0.17)\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#3f3f3f\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"field_bg_focus\":\"rgba(255,255,255,0.24)\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(141835,3827,'_elementor_version','0.4'),(141837,3828,'fw_options','a:0:{}'),(141838,3828,'_wp_page_template','default'),(141839,3828,'_elementor_edit_mode','builder'),(141840,3828,'_elementor_template_type','post'),(141841,3828,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"963c2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/hero-oulander.png\",\"id\":3826},\"width_mobile\":{\"unit\":\"%\",\"size\":60}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(12,12,12,0.17)\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#3f3f3f\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"field_bg_focus\":\"rgba(255,255,255,0.24)\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(141842,3828,'_elementor_version','0.4'),(141845,3829,'page_logo_select','null'),(141846,3829,'_page_logo_select','field_523384ce55a99'),(141847,3829,'hide_page_title','1'),(141848,3829,'_hide_page_title','field_523382c955a73'),(141849,3829,'classic_menu_over_content','1'),(141850,3829,'_classic_menu_over_content','field_523384ce55a85'),(141851,3829,'hide_header_and_menu','0'),(141852,3829,'_hide_header_and_menu','field_523384ce34a85'),(141853,3829,'classic_menu_main_item_color',''),(141854,3829,'_classic_menu_main_item_color','field_523384ce55a87'),(141855,3829,'classic_menu_background',''),(141856,3829,'_classic_menu_background','field_523384ce55a84'),(141857,3829,'classic_menu_background_alpha','1'),(141858,3829,'_classic_menu_background_alpha','field_523384ce55a86'),(141859,3829,'hamburger_icon_color',''),(141860,3829,'_hamburger_icon_color','field_523384ce55a23'),(141861,3829,'background',''),(141862,3829,'_background','field_523382c955a74'),(141863,3829,'background_repeat','null'),(141864,3829,'_background_repeat','field_523382f555a75'),(141865,3829,'background_size','null'),(141866,3829,'_background_size','field_5233837455a76'),(141867,3829,'background_position','null'),(141868,3829,'_background_position','field_5233842d55a78'),(141869,3829,'content_background_color',''),(141870,3829,'_content_background_color','field_523384ce55a80'),(141871,3829,'content_background_transparency','1'),(141872,3829,'_content_background_transparency','field_523384ce55a81'),(141873,3829,'background_color',''),(141874,3829,'_background_color','field_523384ce55a79'),(141875,3829,'block_footer','null'),(141876,3829,'_block_footer','block_footer'),(141877,3829,'sidebar-position','disabled'),(141878,3829,'_sidebar-position','field_526d6ec715ee9'),(141879,3829,'footer_playlist','null'),(141880,3829,'_footer_playlist','footer_playlist'),(141881,3829,'footer_podcast','null'),(141882,3829,'_footer_podcast','footer_podcast'),(141883,3829,'banner_inherit_setting','0'),(141884,3829,'_banner_inherit_setting','banner_inherit_setting'),(141885,3829,'banner_background_type','null'),(141886,3829,'_banner_background_type','field_54ce55f555a01'),(141887,3829,'banner_fullscreen','0'),(141888,3829,'_banner_fullscreen','field_54ce55f555a05'),(141889,3829,'banner_height',''),(141890,3829,'_banner_height','field_54ce55f555a06'),(141891,3829,'banner_content_type','default-content'),(141892,3829,'_banner_content_type','field_54ce55f555a13'),(141893,3829,'banner_title',''),(141894,3829,'_banner_title','field_54ce55f555a07'),(141895,3829,'banner_subtitle',''),(141896,3829,'_banner_subtitle','field_54ce55f555a08'),(141897,3829,'banner_horizontal_content_alignment','centered'),(141898,3829,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(141899,3829,'banner_font_color',''),(141900,3829,'_banner_font_color','field_54ce55f555a12'),(141901,3829,'page_banner_subtitle_font_color',''),(141902,3829,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(141903,3829,'content_banner_overlap','0'),(141904,3829,'_content_banner_overlap','field_54ce55f555a02311'),(141905,3829,'fw_options','a:0:{}'),(141906,3829,'_wp_page_template','default'),(141907,3829,'_elementor_edit_mode','builder'),(141908,3829,'_elementor_template_type','post'),(141909,3829,'_elementor_data','[{\"id\":\"7c8e380\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"structure\":\"20\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":52},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22c5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"963c2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/hero-oulander.png\",\"id\":3826},\"width_mobile\":{\"unit\":\"%\",\"size\":60}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fb63cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60},\"elements\":[{\"id\":\"75811c9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Say Hello\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_font_size\":{\"unit\":\"px\",\"size\":36}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d8c27e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(12,12,12,0.17)\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#3f3f3f\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"field_bg_focus\":\"rgba(255,255,255,0.24)\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),(141910,3829,'_elementor_version','0.4'),(141912,3830,'fw_options','a:0:{}'),(141913,3830,'_wp_page_template','default'),(141914,3830,'_elementor_edit_mode','builder'),(141915,3830,'_elementor_template_type','post'),(141916,3830,'_elementor_data','[{\"id\":\"85fa4bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3ed0f5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ada874\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e51aac8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5},\"_inline_size_tablet\":100,\"background_position\":\"center left\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"rgba(12,12,12,0.1)\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"8e077b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8f700\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>SoundRise HQ<\\/strong><br \\/>PO Box 4296<br \\/>Montreal<br \\/>H4C 2V7<\\/p><p>General Inquiries<br \\/><a href=\\\"mailto:info@soundrise.com\\\">info@soundrise.com<\\/a><\\/p><p>Interested in joining us ?<br \\/><a href=\\\"mailto:jobs@soundrise.com\\\">jobs@soundrise.com<\\/a><\\/p>\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"92a1a12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"border_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_hover_color\":\"rgba(12,12,12,0.1)\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"background_position\":\"center left\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0c0c0c\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":119},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":192},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5}},\"elements\":[{\"id\":\"df5af0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21938d0\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"735\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"field_bg\":\"rgba(12,12,12,0.17)\",\"field_text_color\":\"#000000\",\"textarea_width\":{\"unit\":\"%\",\"size\":100},\"typography_label_typography\":\"custom\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":11},\"label_spacing\":{\"unit\":\"px\",\"size\":0},\"button_width\":{\"unit\":\"%\",\"size\":100},\"button_text_color_normal\":\"#ffffff\",\"button_bg_color_hover\":\"#3f3f3f\",\"typography_label_text_transform\":\"uppercase\",\"typography_label_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"field_bg_focus\":\"rgba(255,255,255,0.24)\"},\"elements\":[],\"widgetType\":\"sr-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(141917,3830,'_elementor_version','0.4'),(141921,3831,'fw_options','a:0:{}'),(141922,3831,'_wp_page_template','single-artists-blank.php'),(141923,3831,'_thumbnail_id','1426'),(141924,3831,'_elementor_edit_mode','builder'),(141925,3831,'_elementor_template_type','post'),(141926,3831,'_elementor_data','[{\"id\":\"9d9e937\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2318810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2e12a89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/02\\/Raymayor_wide.jpg\",\"id\":1427},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1600\",\"height\":\"650\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":55},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":50},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1},\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68fb986\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6035b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ca70227\",\"elType\":\"widget\",\"settings\":{\"title\":\"RAYMAYOR\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":4},\"_background_color\":\"rgba(255,255,255,0.67)\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1},\"_background_color_b\":\"rgba(255,255,255,0)\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da65d53\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7947ed9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4b5eeca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biography\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722f57c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a24f1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07844d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"28e439a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2d95451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf1f317\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-mynameissonaar.jpg\",\"id\":3708},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"image_overlay_size\":\"custom\",\"image_overlay_custom_dimension\":{\"width\":\"600\",\"height\":\"320\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57dd557a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4dd1719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f416c5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"222990d9\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd6b72d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5e9f0281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"248f09bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5059649b\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141927,3831,'_elementor_version','0.4'),(141929,3832,'fw_options','a:0:{}'),(141930,3832,'_wp_page_template','default'),(141931,3832,'_thumbnail_id','1462'),(141932,3832,'_elementor_template_type','post'),(141933,3832,'_elementor_edit_mode','builder'),(141934,3832,'_elementor_data','[{\"id\":\"b3ac02d\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dba8cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f79e87e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b2bc10b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52e90b7\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"image_overlay_size\":\"custom\",\"image_overlay_custom_dimension\":{\"width\":\"600\",\"height\":\"320\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20f6629\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3e7a07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0ea4ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b4e876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cfdbe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141935,3832,'_elementor_version','0.4'),(141936,3832,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(141938,3833,'fw_options','a:0:{}'),(141939,3833,'_wp_page_template','default'),(141940,3833,'_thumbnail_id','1462'),(141941,3833,'_elementor_template_type','post'),(141942,3833,'_elementor_edit_mode','builder'),(141943,3833,'_elementor_data','[{\"id\":\"b3ac02d\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"dba8cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f79e87e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b2bc10b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Video\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52e90b7\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/movieposter-sonaar.jpg\",\"id\":3709},\"lightbox\":\"yes\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"image_overlay_size\":\"custom\",\"image_overlay_custom_dimension\":{\"width\":\"600\",\"height\":\"320\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20f6629\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3e7a07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0ea4ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never dies. It grows\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b4e876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cfdbe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24f41b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"953637b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6372f5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcomming Events\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"998a418\",\"elType\":\"widget\",\"settings\":{\"event_display_events_for\":[\"1146\"],\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2852e94\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a89e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"419e815\",\"elType\":\"widget\",\"settings\":{\"title\":\"SoundCloud\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2fd174\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_download\":\"\",\"sc_sharing\":\"\",\"sc_show_comments\":\"\",\"sc_show_playcount\":\"\",\"sc_show_user\":\"\",\"sc_color\":\"#82594e\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]'),(141944,3833,'_elementor_version','0.4'),(141945,3833,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(141953,3835,'fw_options','a:0:{}'),(141954,3835,'_wp_page_template','default'),(141955,3835,'_elementor_edit_mode','builder'),(141956,3835,'_elementor_template_type','post'),(141957,3835,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_typography\":\"custom\",\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_typography\":\"custom\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_typography\":\"custom\",\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_normal_bg_color\":\"#ffffff\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(141958,3835,'_elementor_version','0.4'),(141960,3836,'fw_options','a:0:{}'),(141961,3836,'_wp_page_template','single-artists-blank.php'),(141962,3836,'_thumbnail_id','1428'),(141963,3836,'_elementor_edit_mode','builder'),(141964,3836,'_elementor_template_type','post'),(141965,3836,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":50},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"top\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":151},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d0d668\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/hero-oulander.png\",\"id\":3826},\"width\":{\"unit\":\"px\",\"size\":390},\"width_mobile\":{\"unit\":\"%\",\"size\":57}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"center\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f2106\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"f83f97d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(141966,3836,'_elementor_version','0.4'),(141967,3836,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#716d93\";}'),(141976,3838,'fw_options','a:0:{}'),(141977,3838,'_wp_page_template','default'),(141978,3838,'_elementor_edit_mode','builder'),(141979,3838,'_elementor_template_type','post'),(141980,3838,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"sr_event_border_radius\":{\"unit\":\"px\",\"size\":0},\"sr_event_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"sr_event_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"date_typography_font_size\":{\"unit\":\"px\",\"size\":36},\"date_typography_font_weight\":\"700\",\"monthyear_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"monthyear_typography_font_weight\":\"300\",\"monthyear_typography_text_transform\":\"uppercase\",\"monthyear_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"sr_event_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"sr_event_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"buttons_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"buttons_typography_text_transform\":\"uppercase\",\"sr_event_btn_hover_bg_color\":\"#716d93\",\"sr_event_btn_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(141981,3838,'_elementor_version','0.4'),(141982,3839,'fw_options','a:0:{}'),(141983,3839,'_wp_page_template','default'),(141984,3839,'_elementor_edit_mode','builder'),(141985,3839,'_elementor_template_type','post'),(141986,3839,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"sr_event_btn_hover_text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(141987,3839,'_elementor_version','0.4'),(141988,3840,'page_logo_select','null'),(141989,3840,'_page_logo_select','field_523384ce55a99'),(141990,3840,'hide_page_title','1'),(141991,3840,'_hide_page_title','field_523382c955a73'),(141992,3840,'classic_menu_over_content','1'),(141993,3840,'_classic_menu_over_content','field_523384ce55a85'),(141994,3840,'hide_header_and_menu','0'),(141995,3840,'_hide_header_and_menu','field_523384ce34a85'),(141996,3840,'classic_menu_main_item_color',''),(141997,3840,'_classic_menu_main_item_color','field_523384ce55a87'),(141998,3840,'classic_menu_background',''),(141999,3840,'_classic_menu_background','field_523384ce55a84'),(142000,3840,'classic_menu_background_alpha','1'),(142001,3840,'_classic_menu_background_alpha','field_523384ce55a86'),(142002,3840,'hamburger_icon_color',''),(142003,3840,'_hamburger_icon_color','field_523384ce55a23'),(142004,3840,'background',''),(142005,3840,'_background','field_523382c955a74'),(142006,3840,'background_repeat','null'),(142007,3840,'_background_repeat','field_523382f555a75'),(142008,3840,'background_size','null'),(142009,3840,'_background_size','field_5233837455a76'),(142010,3840,'background_position','null'),(142011,3840,'_background_position','field_5233842d55a78'),(142012,3840,'content_background_color',''),(142013,3840,'_content_background_color','field_523384ce55a80'),(142014,3840,'content_background_transparency','1'),(142015,3840,'_content_background_transparency','field_523384ce55a81'),(142016,3840,'background_color',''),(142017,3840,'_background_color','field_523384ce55a79'),(142018,3840,'block_footer','null'),(142019,3840,'_block_footer','block_footer'),(142020,3840,'footer_playlist','null'),(142021,3840,'_footer_playlist','footer_playlist'),(142022,3840,'footer_podcast','null'),(142023,3840,'_footer_podcast','footer_podcast'),(142024,3840,'banner_inherit_setting','0'),(142025,3840,'_banner_inherit_setting','banner_inherit_setting'),(142026,3840,'banner_background_type','null'),(142027,3840,'_banner_background_type','field_54ce55f555a01'),(142028,3840,'banner_fullscreen','0'),(142029,3840,'_banner_fullscreen','field_54ce55f555a05'),(142030,3840,'banner_height',''),(142031,3840,'_banner_height','field_54ce55f555a06'),(142032,3840,'banner_content_type','default-content'),(142033,3840,'_banner_content_type','field_54ce55f555a13'),(142034,3840,'banner_title',''),(142035,3840,'_banner_title','field_54ce55f555a07'),(142036,3840,'banner_subtitle',''),(142037,3840,'_banner_subtitle','field_54ce55f555a08'),(142038,3840,'banner_horizontal_content_alignment','centered'),(142039,3840,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(142040,3840,'banner_font_color',''),(142041,3840,'_banner_font_color','field_54ce55f555a12'),(142042,3840,'page_banner_subtitle_font_color',''),(142043,3840,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(142044,3840,'content_banner_overlap','0'),(142045,3840,'_content_banner_overlap','field_54ce55f555a02311'),(142046,3840,'artist_hero_playlist','null'),(142047,3840,'_artist_hero_playlist','artist_hero_playlist'),(142048,3840,'artist_desc',''),(142049,3840,'_artist_desc','artist_desc'),(142050,3840,'artist_social','0'),(142051,3840,'_artist_social','artist_social'),(142052,3840,'artist_link','0'),(142053,3840,'_artist_link','artist_link'),(142054,3840,'artist_contact',''),(142055,3840,'_artist_contact','artist_contact'),(142056,3840,'artist_download','0'),(142057,3840,'_artist_download','artist_download'),(142058,3840,'alb_link_external',''),(142059,3840,'_alb_link_external','field_523b66d6f2382'),(142060,3840,'fw_options','a:0:{}'),(142061,3840,'_wp_page_template','single-artists-blank.php'),(142062,3840,'_thumbnail_id','1428'),(142063,3840,'_elementor_edit_mode','builder'),(142064,3840,'_elementor_template_type','post'),(142065,3840,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":50},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"top\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":151},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d0d668\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/hero-oulander.png\",\"id\":3826},\"width\":{\"unit\":\"px\",\"size\":390},\"width_mobile\":{\"unit\":\"%\",\"size\":57}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"center\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f2106\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"f83f97d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(142066,3840,'_elementor_version','0.4'),(142067,3840,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#716d93\";}'),(142070,3841,'fw_options','a:0:{}'),(142071,3841,'_wp_page_template','single-artists-blank.php'),(142072,3841,'_thumbnail_id','1428'),(142073,3841,'_elementor_edit_mode','builder'),(142074,3841,'_elementor_template_type','post'),(142075,3841,'_elementor_data','[{\"id\":\"0f4b94a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":50},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"top\",\"shape_divider_bottom_color\":\"#ffffff\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":151},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7d496df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d0d668\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/hero-oulander.png\",\"id\":3826},\"width\":{\"unit\":\"px\",\"size\":390},\"width_mobile\":{\"unit\":\"%\",\"size\":57}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"554c442\",\"elType\":\"widget\",\"settings\":{\"title\":\"ULTRASONIC\",\"align\":\"center\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":89},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":26,\"color\":\"rgba(255,255,255,0.46)\"},\"sr_gradient_text\":\"yes\",\"sr_gradient_text_color\":\"#000000\",\"sr_gradient_text_color_b\":\"rgba(255,255,255,0.31)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86333b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Electro | Hip-hop | Drum & Bass\",\"header_size\":\"h3\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d18dec8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b0e0ea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f24671\",\"elType\":\"widget\",\"settings\":{\"link\":{\"url\":\"https:\\/\\/soundcloud.com\\/edsheeran\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a066ad4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"56e13815\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1734993b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":60},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"24968dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"789df0fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bad977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f2106\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"f83f97d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e4db6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37b53ee6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/outlander-elementor\\/wp-content\\/uploads\\/sites\\/28\\/2017\\/11\\/prodigy_signature.png\",\"id\":2512},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(142076,3841,'_elementor_version','0.4'),(142077,3841,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#716d93\";}'),(142080,3842,'fw_options','a:0:{}'),(142081,3842,'_wp_page_template','default'),(142082,3842,'_elementor_edit_mode','builder'),(142083,3842,'_elementor_template_type','post'),(142084,3842,'_elementor_data','[{\"id\":\"9db54f9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"0e15d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bffb9aa\",\"elType\":\"widget\",\"settings\":{\"sr_event_btn_hover_bg_color\":\"\",\"sr_event_btn_hover_text_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(142085,3842,'_elementor_version','0.4'),(142088,3843,'fw_options','a:0:{}'),(142089,3843,'_wp_page_template','default'),(142090,3843,'_elementor_edit_mode','builder'),(142091,3843,'_elementor_template_type','post'),(142092,3843,'_elementor_data','[{\"id\":\"b4222c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e014029\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7cc786f\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\",\"event_number_to_show\":\"\"},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(142093,3843,'_elementor_version','0.4'),(142096,3844,'fw_options','a:0:{}'),(142097,3844,'_wp_page_template','default'),(142098,3844,'_elementor_edit_mode','builder'),(142099,3844,'_elementor_template_type','post'),(142100,3844,'_elementor_data','[{\"id\":\"8ef2f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"0e3e7bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2e9be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"MY LATEST TRACKS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b08c60a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a64416b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88f1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13fba81\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"1218\"],\"playlist_autoplay\":\"\",\"playlist_show_playlist\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a62718\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6a6724b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c2ea6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT ME\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ad9ee\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f68d33e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d92ad29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"625221f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It never ends\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60cea52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion never die. It grows\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"468ab9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stay Hungry and Strong\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91632fe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"26ba0af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5630e7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"587b59bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/black-signature.png\",\"id\":3703},\"image_size\":\"full\",\"align\":\"center\",\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"76501a83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\".\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":23},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"button_hover_border_color\":\"rgba(0,0,0,0)\",\"hover_animation\":\"bob\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d38016\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true},\"z_index\":10},\"elements\":[{\"id\":\"e51bced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8a4ad43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LATEST VIDEO\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7a73f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e94dd5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"d9fac10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa5db21\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"lightbox\":\"yes\",\"image_overlay_custom_dimension\":{\"width\":\"200\",\"height\":\"300\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2461bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1cf185c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"75eaf6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FULL DISCOGRAPHY\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fd37b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a41f19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94e9b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1ffa7a\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"music-grid-boxed\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"520bd3f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c55414b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9050f2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4a0705\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5431944\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87878e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b6c5845\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"photo-gallery\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a91af9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":541},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f07ef0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/aboutme_photo.jpg\",\"id\":3786},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"d838453\",\"elType\":\"widget\",\"settings\":{\"title\":\"Download\",\"link\":{\"url\":\"https:\\/\\/demo.sonaar.io\\/assets\\/downloads\\/presskit.zip\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f540e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE PRESS KIT\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84fbbf1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-download\",\"view\":\"framed\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#ffffff\",\"secondary_color\":\"rgba(255,255,255,0.09)\",\"hover_animation\":\"pulse\",\"size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":40},\"rotate\":{\"unit\":\"deg\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8f8ad20\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHOTOS - PRESS RELEASE - BIO\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(142101,3844,'_elementor_version','0.4'),(142103,3845,'fw_options','a:0:{}'),(142104,3845,'_wp_page_template','default'),(142105,3845,'_elementor_edit_mode','builder'),(142106,3845,'_elementor_template_type','post'),(142107,3845,'_elementor_data','[{\"id\":\"424c3c5\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e2ff064\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4fd77d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc77cc9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fd7bc08\",\"elType\":\"widget\",\"settings\":{\"event_number_to_show\":3},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97de09e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7d711cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"13386d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Past Events\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddbdc49\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4e8468e\",\"elType\":\"widget\",\"settings\":{\"event_displayer_by_list\":\"past\",\"event_number_to_show\":3},\"elements\":[],\"widgetType\":\"event\"}],\"isInner\":false}],\"isInner\":false}]'),(142108,3845,'_elementor_version','0.4'),(142111,3846,'fw_options','a:0:{}'),(142112,3846,'_wp_page_template','default'),(142113,3846,'_elementor_edit_mode','builder'),(142114,3846,'_elementor_template_type','post'),(142115,3846,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"320\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":100,\"text_align\":\"left\"},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.7)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.7)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"44\",\"bottom\":\"20\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#7ed7b5\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(142116,3846,'_elementor_version','0.4'),(142119,3847,'fw_options','a:0:{}'),(142120,3847,'_wp_page_template','default'),(142121,3847,'_elementor_edit_mode','builder'),(142122,3847,'_elementor_template_type','post'),(142123,3847,'_elementor_data','[{\"id\":\"fade775\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1135},\"height\":\"full\",\"column_position\":\"top\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73}},\"elements\":[{\"id\":\"c79782b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":100,\"text_align\":\"left\"},\"elements\":[{\"id\":\"b191952\",\"elType\":\"widget\",\"settings\":{\"title\":\"MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":37},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.7)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05843ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\",\"header_size\":\"div\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.7)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bb88a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/white-signature.png\",\"id\":3720},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3497d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99e6478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"42\",\"bottom\":\"60\",\"left\":\"42\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce7a0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b38eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RECENT WORKS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"15\",\"left\":\"2\",\"isLinked\":false},\"_css_classes\":\"sonaar-elementor-inline-block\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22fd83f\",\"elType\":\"widget\",\"settings\":{\"essgrid_list\":\"movie-homepage\"},\"elements\":[],\"widgetType\":\"sr-essgrid\"},{\"id\":\"9218d9f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All\",\"link\":{\"url\":\"\\/soundman-elementor\\/music-grid\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7},\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"44\",\"bottom\":\"20\",\"left\":\"44\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#7ed7b5\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(142124,3847,'_elementor_version','0.4'),(142127,3672,'_elementor_controls_usage','a:8:{s:27:\"wp-widget-rev-slider-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:5:{s:15:\"stretch_section\";i:4;s:6:\"layout\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:13:\"content_width\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_shape_divider\";a:12:{s:26:\"shape_divider_bottom_width\";i:4;s:27:\"shape_divider_bottom_height\";i:4;s:29:\"shape_divider_bottom_negative\";i:2;s:34:\"shape_divider_bottom_above_content\";i:1;s:23:\"shape_divider_top_width\";i:2;s:24:\"shape_divider_top_height\";i:3;s:26:\"shape_divider_bottom_color\";i:3;s:17:\"shape_divider_top\";i:1;s:30:\"shape_divider_top_width_tablet\";i:1;s:30:\"shape_divider_top_width_mobile\";i:1;s:20:\"shape_divider_bottom\";i:2;s:34:\"shape_divider_bottom_height_mobile\";i:2;}s:18:\"section_background\";a:9:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;}s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:12:\"music-player\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"playlist_show_playlist\";i:1;s:26:\"playlist_show_album_market\";i:1;s:17:\"playlist_autoplay\";i:1;s:13:\"playlist_list\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:11:\"header_size\";i:2;s:5:\"align\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:11:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:7;s:20:\"typography_font_size\";i:7;s:25:\"typography_text_transform\";i:6;s:25:\"typography_letter_spacing\";i:4;s:27:\"typography_font_size_mobile\";i:5;s:32:\"typography_letter_spacing_mobile\";i:2;s:22:\"typography_line_height\";i:3;s:23:\"text_shadow_text_shadow\";i:3;s:27:\"typography_font_size_tablet\";i:2;s:29:\"typography_line_height_mobile\";i:1;}s:24:\"sr_gradient_text_section\";a:4:{s:22:\"sr_gradient_text_color\";i:3;s:24:\"sr_gradient_text_color_b\";i:3;s:29:\"sr_gradient_text_color_b_stop\";i:3;s:16:\"sr_gradient_text\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:4;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:10:{s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:28:\"css_filters_hover_css_filter\";i:1;s:27:\"background_hover_transition\";i:1;s:15:\"hover_animation\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:6:{s:10:\"video_type\";i:1;s:11:\"youtube_url\";i:1;s:9:\"vimeo_url\";i:1;s:11:\"vimeo_title\";i:1;s:14:\"vimeo_portrait\";i:1;s:12:\"vimeo_byline\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_line_height\";i:1;}}}}}'),(142128,3427,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142129,2663,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142130,2651,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:27:\"typography_font_size_mobile\";i:2;s:25:\"typography_text_transform\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:15:\"hover_animation\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:6:\"height\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:21:\"background_video_link\";i:1;s:22:\"background_video_start\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:12:\"section_typo\";a:4:{s:13:\"heading_color\";i:1;s:10:\"color_text\";i:1;s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142131,1938,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:21:\"typography_typography\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:2;s:11:\"title_color\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;s:20:\"typography_font_size\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:1;s:15:\"stretch_section\";i:1;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:16:\"sonaar-mailchimp\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:33:\"sr_section_mailchimp_api_settings\";a:1:{s:22:\"sonaar_mailchimp_lists\";i:1;}s:35:\"sr_section_mailchimp_field_settings\";a:3:{s:29:\"sr_mailchimp_email_label_text\";i:1;s:23:\"sr_mailchimp_fname_show\";i:1;s:23:\"sr_mailchimp_lname_show\";i:1;}}s:5:\"style\";a:4:{s:36:\"sr_section_contact_form_field_styles\";a:5:{s:25:\"sr_mailchimp_input_height\";i:1;s:29:\"sr_mailchimp_input_background\";i:1;s:32:\"sr_mailchimp_input_border_border\";i:1;s:31:\"sr_mailchimp_input_border_width\";i:1;s:31:\"sr_mailchimp_input_border_color\";i:1;}s:24:\"sr_section_subscribe_btn\";a:5:{s:34:\"sr_mailchimp_subscribe_btn_display\";i:1;s:32:\"sr_mailchimp_subscribe_btn_width\";i:1;s:34:\"sr_mailchimp_subscribe_btn_padding\";i:1;s:44:\"sr_mailchimp_subscribe_btn_normal_text_color\";i:1;s:42:\"sr_mailchimp_subscribe_btn_normal_bg_color\";i:1;}s:26:\"sr_section_success_message\";a:1:{s:30:\"sr_mailchimp_message_alignment\";i:1;}s:31:\"sr_section_mailchimp_typography\";a:5:{s:24:\"sr_mailchimp_field_color\";i:1;s:36:\"sr_mailchimp_field_placeholder_color\";i:1;s:40:\"sr_mailchimp_label_typography_typography\";i:1;s:46:\"sr_mailchimp_input_field_typography_typography\";i:1;s:45:\"sr_mailchimp_input_field_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(142132,1892,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:2;s:25:\"typography_text_transform\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:26:\"section_background_overlay\";a:9:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:35:\"background_overlay_hover_background\";i:2;s:30:\"background_overlay_hover_color\";i:2;s:32:\"background_overlay_hover_opacity\";i:2;s:28:\"css_filters_hover_css_filter\";i:2;s:28:\"css_filters_hover_brightness\";i:2;s:21:\"css_filters_hover_hue\";i:2;s:35:\"background_overlay_hover_transition\";i:2;}s:13:\"section_style\";a:5:{s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;s:27:\"background_hover_background\";i:2;s:22:\"background_hover_color\";i:2;s:27:\"background_hover_transition\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:3;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:17:\"sr-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:32:\"section_fields_title_description\";a:2:{s:16:\"title_text_color\";i:1;s:22:\"description_text_color\";i:1;}s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:1;s:16:\"field_text_color\";i:1;s:14:\"textarea_width\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;s:13:\"field_padding\";i:1;s:12:\"field_radius\";i:1;s:14:\"field_bg_focus\";i:1;}s:19:\"section_label_style\";a:5:{s:27:\"typography_label_typography\";i:1;s:26:\"typography_label_font_size\";i:1;s:13:\"label_spacing\";i:1;s:31:\"typography_label_text_transform\";i:1;s:31:\"typography_label_letter_spacing\";i:1;}s:27:\"section_submit_button_style\";a:3:{s:12:\"button_width\";i:1;s:24:\"button_text_color_normal\";i:1;s:21:\"button_bg_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(142133,1861,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:12:\"width_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:17:\"sr-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:32:\"section_fields_title_description\";a:2:{s:16:\"title_text_color\";i:1;s:22:\"description_text_color\";i:1;}s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:1;s:16:\"field_text_color\";i:1;s:14:\"textarea_width\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;s:13:\"field_padding\";i:1;s:12:\"field_radius\";i:1;s:14:\"field_bg_focus\";i:1;}s:19:\"section_label_style\";a:5:{s:27:\"typography_label_typography\";i:1;s:26:\"typography_label_font_size\";i:1;s:13:\"label_spacing\";i:1;s:31:\"typography_label_text_transform\";i:1;s:31:\"typography_label_letter_spacing\";i:1;}s:27:\"section_submit_button_style\";a:3:{s:12:\"button_width\";i:1;s:24:\"button_text_color_normal\";i:1;s:21:\"button_bg_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:13:\"custom_height\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),(142134,1835,'_elementor_controls_usage','a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:28:\"css_filters_hover_css_filter\";i:1;s:28:\"css_filters_hover_brightness\";i:1;s:27:\"background_hover_transition\";i:1;s:15:\"hover_animation\";i:1;s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_line_height\";i:3;s:25:\"typography_text_transform\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:15:\"hover_animation\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(142135,1802,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:5;s:5:\"align\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:12:{s:21:\"typography_typography\";i:7;s:20:\"typography_font_size\";i:2;s:25:\"typography_letter_spacing\";i:2;s:10:\"blend_mode\";i:1;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:32:\"typography_letter_spacing_tablet\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;s:11:\"title_color\";i:3;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_mobile\";i:1;}s:24:\"sr_gradient_text_section\";a:3:{s:16:\"sr_gradient_text\";i:1;s:22:\"sr_gradient_text_color\";i:1;s:24:\"sr_gradient_text_color_b\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:8;s:18:\"animation_duration\";i:2;s:16:\"_animation_delay\";i:5;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:6;s:13:\"margin_mobile\";i:3;s:14:\"padding_tablet\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:8;s:16:\"content_position\";i:4;s:19:\"_inline_size_tablet\";i:8;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:5;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:16:\"background_image\";i:1;s:17:\"background_repeat\";i:1;}s:12:\"section_typo\";a:1:{s:10:\"color_link\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:15:\"stretch_section\";i:2;s:6:\"height\";i:2;s:13:\"custom_height\";i:2;s:6:\"layout\";i:1;s:13:\"content_width\";i:1;s:15:\"column_position\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:14:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:27:\"background_hover_transition\";i:3;s:22:\"background_video_start\";i:2;s:23:\"background_hover_repeat\";i:2;s:21:\"background_color_stop\";i:3;s:18:\"background_color_b\";i:3;s:23:\"background_color_b_stop\";i:3;s:25:\"background_gradient_angle\";i:3;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_attachment\";i:1;s:26:\"background_overlay_opacity\";i:1;s:30:\"background_overlay_hover_image\";i:1;s:35:\"background_overlay_hover_attachment\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;s:28:\"css_filters_hover_brightness\";i:1;s:35:\"background_overlay_hover_transition\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:5;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:9:{s:5:\"align\";i:5;s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:10:\"text_color\";i:2;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:5;}s:16:\"section_drop_cap\";a:10:{s:22:\"drop_cap_primary_color\";i:1;s:14:\"drop_cap_space\";i:1;s:22:\"drop_cap_border_radius\";i:1;s:30:\"drop_cap_typography_typography\";i:1;s:29:\"drop_cap_typography_font_size\";i:1;s:13:\"drop_cap_view\";i:1;s:24:\"drop_cap_secondary_color\";i:1;s:13:\"drop_cap_size\";i:1;s:34:\"drop_cap_typography_text_transform\";i:1;s:31:\"drop_cap_typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:4;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:10:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:16:\"icon_size_mobile\";i:1;s:19:\"icon_padding_mobile\";i:1;s:19:\"icon_spacing_mobile\";i:1;s:18:\"image_border_width\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:3:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:17:\"sr-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:32:\"section_fields_title_description\";a:3:{s:16:\"title_text_color\";i:1;s:22:\"description_text_color\";i:1;s:17:\"heading_alignment\";i:1;}s:20:\"section_fields_style\";a:5:{s:8:\"field_bg\";i:1;s:16:\"field_text_color\";i:1;s:14:\"textarea_width\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;}s:19:\"section_label_style\";a:6:{s:16:\"text_color_label\";i:1;s:27:\"typography_label_typography\";i:1;s:26:\"typography_label_font_size\";i:1;s:13:\"label_spacing\";i:1;s:31:\"typography_label_text_transform\";i:1;s:31:\"typography_label_letter_spacing\";i:1;}s:27:\"section_submit_button_style\";a:4:{s:12:\"button_width\";i:1;s:24:\"button_text_color_normal\";i:1;s:21:\"button_bg_color_hover\";i:1;s:22:\"button_bg_color_normal\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(142136,1767,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:7;s:5:\"align\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:21:\"typography_typography\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_line_height\";i:8;s:27:\"typography_font_size_mobile\";i:3;s:25:\"typography_letter_spacing\";i:4;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:4;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:3;s:21:\"typography_font_style\";i:2;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:8;s:16:\"_animation_delay\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:3:\"gap\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:21:\"space_between_widgets\";i:3;s:12:\"_inline_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:13:\"margin_tablet\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:2;s:13:\"custom_height\";i:1;s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:11:{s:5:\"width\";i:2;s:22:\"css_filters_css_filter\";i:1;s:28:\"css_filters_hover_css_filter\";i:2;s:27:\"background_hover_transition\";i:2;s:15:\"hover_animation\";i:2;s:20:\"css_filters_saturate\";i:1;s:12:\"width_mobile\";i:1;s:28:\"css_filters_hover_brightness\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:22:\"css_filters_brightness\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:3;s:8:\"drop_cap\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:5:\"align\";i:3;s:12:\"align_tablet\";i:2;s:21:\"typography_typography\";i:2;s:29:\"typography_line_height_mobile\";i:2;}s:16:\"section_drop_cap\";a:11:{s:13:\"drop_cap_view\";i:2;s:14:\"drop_cap_space\";i:2;s:22:\"drop_cap_primary_color\";i:2;s:24:\"drop_cap_secondary_color\";i:2;s:13:\"drop_cap_size\";i:2;s:22:\"drop_cap_border_radius\";i:2;s:21:\"drop_cap_border_width\";i:2;s:30:\"drop_cap_typography_typography\";i:2;s:29:\"drop_cap_typography_font_size\";i:2;s:31:\"drop_cap_typography_line_height\";i:2;s:36:\"drop_cap_typography_font_size_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:15:\"hover_animation\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(142137,1742,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142138,1737,'_elementor_controls_usage','a:3:{s:12:\"parallaxgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:14:\"grid_post_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),(142139,1733,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}}}}'),(142140,1719,'_elementor_controls_usage','a:3:{s:12:\"parallaxgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142141,1711,'_elementor_controls_usage','a:3:{s:12:\"parallaxgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:12:\"grid_columns\";i:1;s:16:\"parallax_enabled\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142142,1703,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142143,1663,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142144,1539,'_elementor_controls_usage','a:3:{s:11:\"bandsintown\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:9:\"band_name\";i:1;s:23:\"widget_background_color\";i:1;s:15:\"widget_bt_color\";i:1;s:16:\"widget_textcolor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142145,1516,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:2;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:20:\"event_number_to_show\";i:2;s:23:\"event_displayer_by_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:13:\"margin_tablet\";i:1;s:6:\"margin\";i:1;}}}}}'),(142146,1233,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}}}}'),(142147,1229,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142148,1227,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142149,1011,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:19:\"icon_spacing_mobile\";i:1;}s:20:\"section_social_hover\";a:3:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:1;s:4:\"link\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_letter_spacing\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}'),(142150,989,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142151,1190,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:5:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;s:18:\"image_overlay_size\";i:1;s:30:\"image_overlay_custom_dimension\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142152,1181,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142153,1177,'_elementor_controls_usage','a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:7:{s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_saturate\";i:1;s:28:\"css_filters_hover_css_filter\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:27:\"background_hover_transition\";i:1;s:15:\"hover_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:21:\"space_between_widgets\";i:1;s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:13:\"margin_tablet\";i:1;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:11:\"header_size\";i:7;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:21:\"typography_typography\";i:7;s:27:\"typography_font_size_mobile\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;s:20:\"typography_font_size\";i:6;s:25:\"typography_text_transform\";i:4;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:19:\"_section_background\";a:4:{s:17:\"_background_color\";i:1;s:22:\"_background_color_stop\";i:1;s:19:\"_background_color_b\";i:1;s:26:\"_background_gradient_angle\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:1;s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:4;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:6;s:18:\"animation_duration\";i:5;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:5:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;s:18:\"image_overlay_size\";i:1;s:30:\"image_overlay_custom_dimension\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142154,1188,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142155,1179,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142156,1192,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142157,1196,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142158,1194,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142159,902,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142160,1146,'_elementor_controls_usage','a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:5:\"width\";i:1;s:12:\"width_mobile\";i:1;s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:5;s:12:\"align_mobile\";i:2;s:11:\"header_size\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:12:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_mobile\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:11:\"title_color\";i:1;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}s:24:\"sr_gradient_text_section\";a:3:{s:16:\"sr_gradient_text\";i:1;s:22:\"sr_gradient_text_color\";i:1;s:24:\"sr_gradient_text_color_b\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:7:{s:15:\"stretch_section\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;s:13:\"content_width\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:21:\"section_shape_divider\";a:4:{s:26:\"shape_divider_bottom_color\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:25:\"shape_divider_bottom_flip\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:4;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:1:{s:4:\"link\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:3:\"gap\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(142161,1148,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142162,1143,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142163,1175,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:5;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:3:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:24:\"event_display_events_for\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:8:{s:9:\"sc_buying\";i:1;s:9:\"sc_liking\";i:1;s:11:\"sc_download\";i:1;s:10:\"sc_sharing\";i:1;s:16:\"sc_show_comments\";i:1;s:17:\"sc_show_playcount\";i:1;s:12:\"sc_show_user\";i:1;s:8:\"sc_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(142164,850,'_elementor_controls_usage','a:3:{s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:23:\"event_displayer_by_list\";i:1;s:20:\"event_number_to_show\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142165,836,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142166,831,'_elementor_controls_usage','a:3:{s:12:\"sr-revslider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:14:\"revslider_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}}}}'),(142167,827,'_elementor_controls_usage','a:3:{s:12:\"music-player\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:13:\"playlist_list\";i:3;s:17:\"playlist_autoplay\";i:2;s:22:\"playlist_show_playlist\";i:3;s:26:\"playlist_show_album_market\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142168,40,'_elementor_controls_usage','a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:11;s:11:\"header_size\";i:7;s:5:\"align\";i:11;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:21:\"typography_typography\";i:6;s:20:\"typography_font_size\";i:4;s:22:\"typography_line_height\";i:4;s:25:\"typography_text_transform\";i:6;s:27:\"typography_font_size_tablet\";i:3;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;s:11:\"title_color\";i:3;s:27:\"typography_font_size_mobile\";i:2;s:29:\"typography_line_height_mobile\";i:2;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:5;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:3:\"gap\";i:5;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:2;s:16:\"content_position\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:9;s:7:\"z_index\";i:2;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:7:{s:13:\"content_width\";i:1;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;}}}}s:12:\"music-player\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:3:{s:13:\"playlist_list\";i:1;s:17:\"playlist_autoplay\";i:1;s:22:\"playlist_show_playlist\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:15:\"hover_animation\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_video\";a:2:{s:11:\"youtube_url\";i:1;s:10:\"yt_privacy\";i:1;}s:21:\"section_image_overlay\";a:4:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;s:8:\"lightbox\";i:1;s:30:\"image_overlay_custom_dimension\";i:1;}}}}s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:2;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:6:{s:13:\"primary_color\";i:1;s:15:\"secondary_color\";i:1;s:15:\"hover_animation\";i:1;s:4:\"size\";i:1;s:12:\"icon_padding\";i:1;s:6:\"rotate\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(142169,38,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),(142170,36,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142171,29,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:5:\"align\";i:2;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:16:\"_animation_delay\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:21:\"typography_typography\";i:4;}}}}s:17:\"sr-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:32:\"section_fields_title_description\";a:2:{s:16:\"title_text_color\";i:1;s:22:\"description_text_color\";i:1;}s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:1;s:16:\"field_text_color\";i:1;s:14:\"textarea_width\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;s:13:\"field_padding\";i:1;s:12:\"field_radius\";i:1;s:14:\"field_bg_focus\";i:1;}s:19:\"section_label_style\";a:5:{s:27:\"typography_label_typography\";i:1;s:26:\"typography_label_font_size\";i:1;s:13:\"label_spacing\";i:1;s:31:\"typography_label_text_transform\";i:1;s:31:\"typography_label_letter_spacing\";i:1;}s:27:\"section_submit_button_style\";a:3:{s:12:\"button_width\";i:1;s:24:\"button_text_color_normal\";i:1;s:21:\"button_bg_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:1:{s:12:\"border_color\";i:2;}s:13:\"section_style\";a:4:{s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:3;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:1;}}}}}'),(142172,27,'_elementor_controls_usage','a:7:{s:14:\"sr-dualheading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:31:\"sr_section_dch_content_settings\";a:5:{s:24:\"sr_show_dch_icon_content\";i:1;s:11:\"sr_dch_icon\";i:1;s:18:\"sr_dch_first_title\";i:1;s:17:\"sr_dch_last_title\";i:1;s:14:\"sr_dch_subtext\";i:1;}}s:5:\"style\";a:3:{s:29:\"sr_section_dch_style_settings\";a:3:{s:24:\"sr_dch_container_padding\";i:1;s:23:\"sr_dch_container_margin\";i:1;s:19:\"sr_dch_border_color\";i:1;}s:35:\"sr_section_dch_title_style_settings\";a:1:{s:23:\"sr_dch_base_title_color\";i:1;}s:34:\"sr_section_dch_icon_style_settings\";a:2:{s:16:\"sr_dch_icon_size\";i:1;s:17:\"sr_dch_icon_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:1;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:15:\"stretch_section\";i:1;s:6:\"height\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:16:\"_animation_delay\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(142173,21,'_elementor_controls_usage','a:3:{s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142174,13,'_elementor_controls_usage','a:3:{s:5:\"event\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:9:\"event_btn\";a:2:{s:27:\"sr_event_btn_hover_bg_color\";i:1;s:29:\"sr_event_btn_hover_text_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}}}}'),(142175,3050,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;s:12:\"align_tablet\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:3;s:29:\"typography_line_height_mobile\";i:2;s:28:\"text_shadow_text_shadow_type\";i:2;s:23:\"text_shadow_text_shadow\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:14:\"_border_radius\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:1;s:6:\"height\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}}}s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:10:\"icon_align\";i:1;s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:15:\"hover_animation\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(142176,3808,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_shape_divider\";a:4:{s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:34:\"shape_divider_bottom_above_content\";i:1;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;s:21:\"background_video_link\";i:1;s:22:\"background_video_start\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:14:\"_border_radius\";i:1;}}}}s:10:\"sr-essgrid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:12:\"essgrid_list\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:15:\"hover_animation\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(142177,1756,'_elementor_controls_usage','a:3:{s:5:\"audio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_audio\";a:2:{s:4:\"link\";i:1;s:8:\"sc_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142178,646,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142179,3050,'_elementor_css','a:5:{s:4:\"time\";i:1569552044;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(142180,1011,'_elementor_css','a:5:{s:4:\"time\";i:1569552044;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(142181,1229,'_elementor_css','a:6:{s:4:\"time\";i:1569552079;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(142182,3672,'_elementor_css','a:5:{s:4:\"time\";i:1569552220;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(142183,3427,'_elementor_css','a:5:{s:4:\"time\";i:1569552245;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(142184,3849,'_edit_lock','1569562779:1'),(142185,3850,'_wp_attached_file','2019/09/Arrakis-Full-Mix-by-◖Black-◯-Sun◗.mp3'),(142186,3851,'_wp_attached_file','2019/09/Arrakis-Full-Mix-by-◖Black-◯-Sun◗-mp3-image.jpg'),(142187,3851,'_cover_hash','d29086b8aaf9c9516ade6d1c5523f086'),(142188,3851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:61:\"2019/09/Arrakis-Full-Mix-by-◖Black-◯-Sun◗-mp3-image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Arrakis-Full-Mix-by-◖Black-◯-Sun◗-mp3-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Arrakis-Full-Mix-by-◖Black-◯-Sun◗-mp3-image-559x559.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:61:\"Arrakis-Full-Mix-by-◖Black-◯-Sun◗-mp3-image-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(142189,3850,'_thumbnail_id','3851'),(142190,3850,'_wp_attachment_metadata','a:27:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR320\";s:17:\"compression_ratio\";d:0.226757369614512482858259545537293888628482818603515625;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:6078535;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:146;s:16:\"length_formatted\";s:4:\"2:26\";s:5:\"album\";s:17:\"Drone Music Vol.1\";s:8:\"composer\";s:21:\"David \"Cochise\" Genet\";s:5:\"genre\";s:11:\"Drone Music\";s:4:\"date\";s:11:\"October 9th\";s:10:\"encoded_by\";s:32:\"https://cochiserecordstudio.com/\";s:5:\"title\";s:18:\"Arrakis (Full Mix)\";s:4:\"band\";s:9:\"Black Sun\";s:4:\"isrc\";s:15:\"FR-9W1-18-21757\";s:4:\"year\";s:4:\"2018\";s:10:\"url_artist\";s:54:\"https://cactusmoonshinepublishing.com/artist/blacksun/\";s:13:\"url_publisher\";s:38:\"https://cactusmoonshinepublishing.com/\";s:5:\"image\";a:3:{s:4:\"mime\";s:10:\"image/jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:720;}s:6:\"artist\";s:0:\"\";}'),(142191,3852,'_edit_last','1'),(142192,3852,'_edit_lock','1569555548:1'),(142193,3853,'_wp_attached_file','2019/09/Drone-v2-0.jpg'),(142194,3853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2019/09/Drone-v2-0.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Drone-v2-0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"iron-image-thumb\";a:4:{s:4:\"file\";s:22:\"Drone-v2-0-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(142195,3852,'_thumbnail_id','3853'),(142196,3852,'_wp_page_template','default'),(142197,3852,'_elementor_controls_usage','a:0:{}'),(142198,3852,'slide_template',''),(142199,3854,'page_logo_select','null'),(142200,3854,'_page_logo_select','field_523384ce55a99'),(142201,3854,'hide_page_title','0'),(142202,3854,'_hide_page_title','field_523382c955a73'),(142203,3854,'classic_menu_over_content','0'),(142204,3854,'_classic_menu_over_content','field_523384ce55a85'),(142205,3854,'hide_header_and_menu','0'),(142206,3854,'_hide_header_and_menu','field_523384ce34a85'),(142207,3854,'classic_menu_background',''),(142208,3854,'_classic_menu_background','field_523384ce55a84'),(142209,3854,'classic_menu_background_alpha','1'),(142210,3854,'_classic_menu_background_alpha','field_523384ce55a86'),(142211,3854,'hamburger_icon_color',''),(142212,3854,'_hamburger_icon_color','field_523384ce55a23'),(142213,3854,'background',''),(142214,3854,'_background','field_523382c955a74'),(142215,3854,'background_repeat','null'),(142216,3854,'_background_repeat','field_523382f555a75'),(142217,3854,'background_size','null'),(142218,3854,'_background_size','field_5233837455a76'),(142219,3854,'background_position','null'),(142220,3854,'_background_position','field_5233842d55a78'),(142221,3854,'content_background_color',''),(142222,3854,'_content_background_color','field_523384ce55a80'),(142223,3854,'content_background_transparency','1'),(142224,3854,'_content_background_transparency','field_523384ce55a81'),(142225,3854,'background_color',''),(142226,3854,'_background_color','field_523384ce55a79'),(142227,3854,'block_footer','null'),(142228,3854,'_block_footer','block_footer'),(142229,3854,'footer_playlist','null'),(142230,3854,'_footer_playlist','footer_playlist'),(142231,3854,'footer_playlist_autoplay','0'),(142232,3854,'_footer_playlist_autoplay','footer_playlist_autoplay'),(142233,3854,'footer_podcast','null'),(142234,3854,'_footer_podcast','footer_podcast'),(142235,3854,'footer_podcast_autoplay','0'),(142236,3854,'_footer_podcast_autoplay','footer_podcast_autoplay'),(142237,3854,'banner_inherit_setting','0'),(142238,3854,'_banner_inherit_setting','banner_inherit_setting'),(142239,3854,'banner_background_type','null'),(142240,3854,'_banner_background_type','field_54ce55f555a01'),(142241,3854,'banner_fullscreen','0'),(142242,3854,'_banner_fullscreen','field_54ce55f555a05'),(142243,3854,'banner_height','0'),(142244,3854,'_banner_height','field_54ce55f555a06'),(142245,3854,'banner_content_type','default-content'),(142246,3854,'_banner_content_type','field_54ce55f555a13'),(142247,3854,'banner_title',''),(142248,3854,'_banner_title','field_54ce55f555a07'),(142249,3854,'banner_subtitle',''),(142250,3854,'_banner_subtitle','field_54ce55f555a08'),(142251,3854,'banner_horizontal_content_alignment','centered'),(142252,3854,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(142253,3854,'banner_font_color',''),(142254,3854,'_banner_font_color','field_54ce55f555a12'),(142255,3854,'page_banner_subtitle_font_color',''),(142256,3854,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(142257,3854,'content_banner_overlap','0'),(142258,3854,'_content_banner_overlap','field_54ce55f555a02311'),(142259,3854,'artist_hero_playlist','null'),(142260,3854,'_artist_hero_playlist','artist_hero_playlist'),(142261,3854,'artist_desc',''),(142262,3854,'_artist_desc','artist_desc'),(142263,3854,'artist_social','0'),(142264,3854,'_artist_social','artist_social'),(142265,3854,'artist_link','0'),(142266,3854,'_artist_link','artist_link'),(142267,3854,'artist_contact',''),(142268,3854,'_artist_contact','artist_contact'),(142269,3854,'artist_download','0'),(142270,3854,'_artist_download','artist_download'),(142271,3854,'alb_link_external',''),(142272,3854,'_alb_link_external','field_523b66d6f2382'),(142273,3854,'fw_options','a:0:{}'),(142274,3852,'page_logo_select','null'),(142275,3852,'_page_logo_select','field_523384ce55a99'),(142276,3852,'hide_page_title','0'),(142277,3852,'_hide_page_title','field_523382c955a73'),(142278,3852,'classic_menu_over_content','0'),(142279,3852,'_classic_menu_over_content','field_523384ce55a85'),(142280,3852,'hide_header_and_menu','0'),(142281,3852,'_hide_header_and_menu','field_523384ce34a85'),(142282,3852,'classic_menu_background',''),(142283,3852,'_classic_menu_background','field_523384ce55a84'),(142284,3852,'classic_menu_background_alpha','1'),(142285,3852,'_classic_menu_background_alpha','field_523384ce55a86'),(142286,3852,'hamburger_icon_color',''),(142287,3852,'_hamburger_icon_color','field_523384ce55a23'),(142288,3852,'background',''),(142289,3852,'_background','field_523382c955a74'),(142290,3852,'background_repeat','null'),(142291,3852,'_background_repeat','field_523382f555a75'),(142292,3852,'background_size','null'),(142293,3852,'_background_size','field_5233837455a76'),(142294,3852,'background_position','null'),(142295,3852,'_background_position','field_5233842d55a78'),(142296,3852,'content_background_color',''),(142297,3852,'_content_background_color','field_523384ce55a80'),(142298,3852,'content_background_transparency','1'),(142299,3852,'_content_background_transparency','field_523384ce55a81'),(142300,3852,'background_color',''),(142301,3852,'_background_color','field_523384ce55a79'),(142302,3852,'block_footer','null'),(142303,3852,'_block_footer','block_footer'),(142304,3852,'footer_playlist','null'),(142305,3852,'_footer_playlist','footer_playlist'),(142306,3852,'footer_playlist_autoplay','0'),(142307,3852,'_footer_playlist_autoplay','footer_playlist_autoplay'),(142308,3852,'footer_podcast','null'),(142309,3852,'_footer_podcast','footer_podcast'),(142310,3852,'footer_podcast_autoplay','0'),(142311,3852,'_footer_podcast_autoplay','footer_podcast_autoplay'),(142312,3852,'banner_inherit_setting','0'),(142313,3852,'_banner_inherit_setting','banner_inherit_setting'),(142314,3852,'banner_background_type','null'),(142315,3852,'_banner_background_type','field_54ce55f555a01'),(142316,3852,'banner_fullscreen','0'),(142317,3852,'_banner_fullscreen','field_54ce55f555a05'),(142318,3852,'banner_height','0'),(142319,3852,'_banner_height','field_54ce55f555a06'),(142320,3852,'banner_content_type','default-content'),(142321,3852,'_banner_content_type','field_54ce55f555a13'),(142322,3852,'banner_title',''),(142323,3852,'_banner_title','field_54ce55f555a07'),(142324,3852,'banner_subtitle',''),(142325,3852,'_banner_subtitle','field_54ce55f555a08'),(142326,3852,'banner_horizontal_content_alignment','centered'),(142327,3852,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(142328,3852,'banner_font_color',''),(142329,3852,'_banner_font_color','field_54ce55f555a12'),(142330,3852,'page_banner_subtitle_font_color',''),(142331,3852,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(142332,3852,'content_banner_overlap','0'),(142333,3852,'_content_banner_overlap','field_54ce55f555a02311'),(142334,3852,'artist_hero_playlist','null'),(142335,3852,'_artist_hero_playlist','artist_hero_playlist'),(142336,3852,'artist_desc',''),(142337,3852,'_artist_desc','artist_desc'),(142338,3852,'artist_social','0'),(142339,3852,'_artist_social','artist_social'),(142340,3852,'artist_link','0'),(142341,3852,'_artist_link','artist_link'),(142342,3852,'artist_contact',''),(142343,3852,'_artist_contact','artist_contact'),(142344,3852,'artist_download','0'),(142345,3852,'_artist_download','artist_download'),(142346,3852,'alb_link_external',''),(142347,3852,'_alb_link_external','field_523b66d6f2382'),(142348,3855,'_edit_last','1'),(142349,3855,'_edit_lock','1569555449:1'),(142350,3856,'_wp_attached_file','2019/09/Arrakis-v1-10-Bass-48-24.mp3'),(142351,3856,'_wp_attachment_metadata','a:16:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR320\";s:17:\"compression_ratio\";d:0.226757369614512482858259545537293888628482818603515625;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:5839934;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:146;s:16:\"length_formatted\";s:4:\"2:26\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(142352,3857,'_wp_attached_file','2019/09/Arrakis-v1-10-Beat-48-24.mp3'),(142353,3857,'_wp_attachment_metadata','a:16:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR320\";s:17:\"compression_ratio\";d:0.226757369614512482858259545537293888628482818603515625;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:5839934;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:146;s:16:\"length_formatted\";s:4:\"2:26\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(142354,3855,'_wp_page_template','default'),(142355,3855,'_elementor_controls_usage','a:0:{}'),(142356,3855,'slide_template',''),(142357,3858,'page_logo_select','null'),(142358,3858,'_page_logo_select','field_523384ce55a99'),(142359,3858,'hide_page_title','0'),(142360,3858,'_hide_page_title','field_523382c955a73'),(142361,3858,'classic_menu_over_content','0'),(142362,3858,'_classic_menu_over_content','field_523384ce55a85'),(142363,3858,'hide_header_and_menu','0'),(142364,3858,'_hide_header_and_menu','field_523384ce34a85'),(142365,3858,'classic_menu_background',''),(142366,3858,'_classic_menu_background','field_523384ce55a84'),(142367,3858,'classic_menu_background_alpha','1'),(142368,3858,'_classic_menu_background_alpha','field_523384ce55a86'),(142369,3858,'hamburger_icon_color',''),(142370,3858,'_hamburger_icon_color','field_523384ce55a23'),(142371,3858,'background',''),(142372,3858,'_background','field_523382c955a74'),(142373,3858,'background_repeat','null'),(142374,3858,'_background_repeat','field_523382f555a75'),(142375,3858,'background_size','null'),(142376,3858,'_background_size','field_5233837455a76'),(142377,3858,'background_position','null'),(142378,3858,'_background_position','field_5233842d55a78'),(142379,3858,'content_background_color',''),(142380,3858,'_content_background_color','field_523384ce55a80'),(142381,3858,'content_background_transparency','1'),(142382,3858,'_content_background_transparency','field_523384ce55a81'),(142383,3858,'background_color',''),(142384,3858,'_background_color','field_523384ce55a79'),(142385,3858,'block_footer','null'),(142386,3858,'_block_footer','block_footer'),(142387,3858,'album_background_type','default'),(142388,3858,'_album_background_type','album_background_type'),(142389,3858,'footer_playlist','null'),(142390,3858,'_footer_playlist','footer_playlist'),(142391,3858,'footer_playlist_autoplay','0'),(142392,3858,'_footer_playlist_autoplay','footer_playlist_autoplay'),(142393,3858,'hide_album','0'),(142394,3858,'_hide_album','field_51b8db2cd11c5'),(142395,3858,'alb_release_date',''),(142396,3858,'_alb_release_date','field_51b8db2cd11c4'),(142397,3858,'no_track_skip','0'),(142398,3858,'_no_track_skip','no_track_skip'),(142399,3858,'alb_tracklist_0_FileOrStream','mp3'),(142400,3858,'_alb_tracklist_0_FileOrStream','FileOrStream'),(142401,3858,'alb_tracklist_0_track_mp3','3857'),(142402,3858,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(142403,3858,'alb_tracklist_0_stream_link',''),(142404,3858,'_alb_tracklist_0_stream_link','stream_link'),(142405,3858,'alb_tracklist_0_stream_title',''),(142406,3858,'_alb_tracklist_0_stream_title','stream_title'),(142407,3858,'alb_tracklist_0_stream_artist',''),(142408,3858,'_alb_tracklist_0_stream_artist','stream_artist'),(142409,3858,'alb_tracklist_0_stream_album',''),(142410,3858,'_alb_tracklist_0_stream_album','stream_album'),(142411,3858,'alb_tracklist_0_song_store_list','0'),(142412,3858,'_alb_tracklist_0_song_store_list','song_store_list'),(142413,3858,'alb_tracklist_1_FileOrStream','mp3'),(142414,3858,'_alb_tracklist_1_FileOrStream','FileOrStream'),(142415,3858,'alb_tracklist_1_track_mp3','3856'),(142416,3858,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(142417,3858,'alb_tracklist_1_stream_link',''),(142418,3858,'_alb_tracklist_1_stream_link','stream_link'),(142419,3858,'alb_tracklist_1_stream_title',''),(142420,3858,'_alb_tracklist_1_stream_title','stream_title'),(142421,3858,'alb_tracklist_1_stream_artist',''),(142422,3858,'_alb_tracklist_1_stream_artist','stream_artist'),(142423,3858,'alb_tracklist_1_stream_album',''),(142424,3858,'_alb_tracklist_1_stream_album','stream_album'),(142425,3858,'alb_tracklist_1_song_store_list','0'),(142426,3858,'_alb_tracklist_1_song_store_list','song_store_list'),(142427,3858,'alb_tracklist','2'),(142428,3858,'_alb_tracklist','field_51b8c4facc846'),(142429,3858,'alb_store_list','0'),(142430,3858,'_alb_store_list','field_51b8c6d6cc84a'),(142431,3858,'alb_review',''),(142432,3858,'_alb_review','field_51b8c792cc84d'),(142433,3858,'alb_review_author',''),(142434,3858,'_alb_review_author','field_51b8c88fcc84e'),(142435,3858,'artist_of_album',''),(142436,3858,'_artist_of_album','field_548d3d6715e41'),(142437,3858,'alb_link_external',''),(142438,3858,'_alb_link_external','field_523b66d6f2382'),(142439,3858,'fw_options','a:0:{}'),(142440,3855,'page_logo_select','null'),(142441,3855,'_page_logo_select','field_523384ce55a99'),(142442,3855,'hide_page_title','0'),(142443,3855,'_hide_page_title','field_523382c955a73'),(142444,3855,'classic_menu_over_content','0'),(142445,3855,'_classic_menu_over_content','field_523384ce55a85'),(142446,3855,'hide_header_and_menu','0'),(142447,3855,'_hide_header_and_menu','field_523384ce34a85'),(142448,3855,'classic_menu_background',''),(142449,3855,'_classic_menu_background','field_523384ce55a84'),(142450,3855,'classic_menu_background_alpha','1'),(142451,3855,'_classic_menu_background_alpha','field_523384ce55a86'),(142452,3855,'hamburger_icon_color',''),(142453,3855,'_hamburger_icon_color','field_523384ce55a23'),(142454,3855,'background',''),(142455,3855,'_background','field_523382c955a74'),(142456,3855,'background_repeat','null'),(142457,3855,'_background_repeat','field_523382f555a75'),(142458,3855,'background_size','null'),(142459,3855,'_background_size','field_5233837455a76'),(142460,3855,'background_position','null'),(142461,3855,'_background_position','field_5233842d55a78'),(142462,3855,'content_background_color',''),(142463,3855,'_content_background_color','field_523384ce55a80'),(142464,3855,'content_background_transparency','1'),(142465,3855,'_content_background_transparency','field_523384ce55a81'),(142466,3855,'background_color',''),(142467,3855,'_background_color','field_523384ce55a79'),(142468,3855,'block_footer','null'),(142469,3855,'_block_footer','block_footer'),(142470,3855,'album_background_type','default'),(142471,3855,'_album_background_type','album_background_type'),(142472,3855,'footer_playlist','null'),(142473,3855,'_footer_playlist','footer_playlist'),(142474,3855,'footer_playlist_autoplay','0'),(142475,3855,'_footer_playlist_autoplay','footer_playlist_autoplay'),(142476,3855,'hide_album','0'),(142477,3855,'_hide_album','field_51b8db2cd11c5'),(142478,3855,'alb_release_date',''),(142479,3855,'_alb_release_date','field_51b8db2cd11c4'),(142480,3855,'no_track_skip','0'),(142481,3855,'_no_track_skip','no_track_skip'),(142482,3855,'alb_tracklist_0_FileOrStream','mp3'),(142483,3855,'_alb_tracklist_0_FileOrStream','FileOrStream'),(142484,3855,'alb_tracklist_0_track_mp3','3857'),(142485,3855,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(142486,3855,'alb_tracklist_0_stream_link',''),(142487,3855,'_alb_tracklist_0_stream_link','stream_link'),(142488,3855,'alb_tracklist_0_stream_title',''),(142489,3855,'_alb_tracklist_0_stream_title','stream_title'),(142490,3855,'alb_tracklist_0_stream_artist',''),(142491,3855,'_alb_tracklist_0_stream_artist','stream_artist'),(142492,3855,'alb_tracklist_0_stream_album',''),(142493,3855,'_alb_tracklist_0_stream_album','stream_album'),(142494,3855,'alb_tracklist_0_song_store_list','0'),(142495,3855,'_alb_tracklist_0_song_store_list','song_store_list'),(142496,3855,'alb_tracklist_1_FileOrStream','mp3'),(142497,3855,'_alb_tracklist_1_FileOrStream','FileOrStream'),(142498,3855,'alb_tracklist_1_track_mp3','3856'),(142499,3855,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(142500,3855,'alb_tracklist_1_stream_link',''),(142501,3855,'_alb_tracklist_1_stream_link','stream_link'),(142502,3855,'alb_tracklist_1_stream_title',''),(142503,3855,'_alb_tracklist_1_stream_title','stream_title'),(142504,3855,'alb_tracklist_1_stream_artist',''),(142505,3855,'_alb_tracklist_1_stream_artist','stream_artist'),(142506,3855,'alb_tracklist_1_stream_album',''),(142507,3855,'_alb_tracklist_1_stream_album','stream_album'),(142508,3855,'alb_tracklist_1_song_store_list','0'),(142509,3855,'_alb_tracklist_1_song_store_list','song_store_list'),(142510,3855,'alb_tracklist','2'),(142511,3855,'_alb_tracklist','field_51b8c4facc846'),(142512,3855,'alb_store_list','0'),(142513,3855,'_alb_store_list','field_51b8c6d6cc84a'),(142514,3855,'alb_review',''),(142515,3855,'_alb_review','field_51b8c792cc84d'),(142516,3855,'alb_review_author',''),(142517,3855,'_alb_review_author','field_51b8c88fcc84e'),(142518,3855,'artist_of_album',''),(142519,3855,'_artist_of_album','field_548d3d6715e41'),(142520,3855,'alb_link_external',''),(142521,3855,'_alb_link_external','field_523b66d6f2382'),(142522,3859,'_edit_last','1'),(142523,3859,'_wp_page_template','default'),(142524,3859,'slide_template',''),(142525,3860,'page_logo_select','null'),(142526,3860,'_page_logo_select','field_523384ce55a99'),(142527,3860,'hide_page_title','0'),(142528,3860,'_hide_page_title','field_523382c955a73'),(142529,3860,'classic_menu_over_content','0'),(142530,3860,'_classic_menu_over_content','field_523384ce55a85'),(142531,3860,'hide_header_and_menu','0'),(142532,3860,'_hide_header_and_menu','field_523384ce34a85'),(142533,3860,'classic_menu_background',''),(142534,3860,'_classic_menu_background','field_523384ce55a84'),(142535,3860,'classic_menu_background_alpha','1'),(142536,3860,'_classic_menu_background_alpha','field_523384ce55a86'),(142537,3860,'hamburger_icon_color',''),(142538,3860,'_hamburger_icon_color','field_523384ce55a23'),(142539,3860,'background',''),(142540,3860,'_background','field_523382c955a74'),(142541,3860,'background_repeat','null'),(142542,3860,'_background_repeat','field_523382f555a75'),(142543,3860,'background_size','null'),(142544,3860,'_background_size','field_5233837455a76'),(142545,3860,'background_position','null'),(142546,3860,'_background_position','field_5233842d55a78'),(142547,3860,'content_background_color',''),(142548,3860,'_content_background_color','field_523384ce55a80'),(142549,3860,'content_background_transparency','1'),(142550,3860,'_content_background_transparency','field_523384ce55a81'),(142551,3860,'background_color',''),(142552,3860,'_background_color','field_523384ce55a79'),(142553,3860,'block_footer','null'),(142554,3860,'_block_footer','block_footer'),(142555,3860,'album_background_type','default'),(142556,3860,'_album_background_type','album_background_type'),(142557,3860,'footer_playlist','null'),(142558,3860,'_footer_playlist','footer_playlist'),(142559,3860,'footer_playlist_autoplay','0'),(142560,3860,'_footer_playlist_autoplay','footer_playlist_autoplay'),(142561,3860,'hide_album','0'),(142562,3860,'_hide_album','field_51b8db2cd11c5'),(142563,3860,'alb_release_date',''),(142564,3860,'_alb_release_date','field_51b8db2cd11c4'),(142565,3860,'no_track_skip','0'),(142566,3860,'_no_track_skip','no_track_skip'),(142567,3860,'alb_tracklist','0'),(142568,3860,'_alb_tracklist','field_51b8c4facc846'),(142569,3860,'alb_store_list','0'),(142570,3860,'_alb_store_list','field_51b8c6d6cc84a'),(142571,3860,'alb_review',''),(142572,3860,'_alb_review','field_51b8c792cc84d'),(142573,3860,'alb_review_author',''),(142574,3860,'_alb_review_author','field_51b8c88fcc84e'),(142575,3860,'artist_of_album',''),(142576,3860,'_artist_of_album','field_548d3d6715e41'),(142577,3860,'alb_link_external',''),(142578,3860,'_alb_link_external','field_523b66d6f2382'),(142579,3860,'fw_options','a:0:{}'),(142580,3859,'page_logo_select','null'),(142581,3859,'_page_logo_select','field_523384ce55a99'),(142582,3859,'hide_page_title','0'),(142583,3859,'_hide_page_title','field_523382c955a73'),(142584,3859,'classic_menu_over_content','0'),(142585,3859,'_classic_menu_over_content','field_523384ce55a85'),(142586,3859,'hide_header_and_menu','0'),(142587,3859,'_hide_header_and_menu','field_523384ce34a85'),(142588,3859,'classic_menu_background',''),(142589,3859,'_classic_menu_background','field_523384ce55a84'),(142590,3859,'classic_menu_background_alpha','1'),(142591,3859,'_classic_menu_background_alpha','field_523384ce55a86'),(142592,3859,'hamburger_icon_color',''),(142593,3859,'_hamburger_icon_color','field_523384ce55a23'),(142594,3859,'background',''),(142595,3859,'_background','field_523382c955a74'),(142596,3859,'background_repeat','null'),(142597,3859,'_background_repeat','field_523382f555a75'),(142598,3859,'background_size','null'),(142599,3859,'_background_size','field_5233837455a76'),(142600,3859,'background_position','null'),(142601,3859,'_background_position','field_5233842d55a78'),(142602,3859,'content_background_color',''),(142603,3859,'_content_background_color','field_523384ce55a80'),(142604,3859,'content_background_transparency','1'),(142605,3859,'_content_background_transparency','field_523384ce55a81'),(142606,3859,'background_color',''),(142607,3859,'_background_color','field_523384ce55a79'),(142608,3859,'block_footer','null'),(142609,3859,'_block_footer','block_footer'),(142610,3859,'album_background_type','default'),(142611,3859,'_album_background_type','album_background_type'),(142612,3859,'footer_playlist','null'),(142613,3859,'_footer_playlist','footer_playlist'),(142614,3859,'footer_playlist_autoplay','0'),(142615,3859,'_footer_playlist_autoplay','footer_playlist_autoplay'),(142616,3859,'hide_album','0'),(142617,3859,'_hide_album','field_51b8db2cd11c5'),(142618,3859,'alb_release_date',''),(142619,3859,'_alb_release_date','field_51b8db2cd11c4'),(142620,3859,'no_track_skip','0'),(142621,3859,'_no_track_skip','no_track_skip'),(142622,3859,'alb_tracklist','1'),(142623,3859,'_alb_tracklist','field_51b8c4facc846'),(142624,3859,'alb_store_list','0'),(142625,3859,'_alb_store_list','field_51b8c6d6cc84a'),(142626,3859,'alb_review',''),(142627,3859,'_alb_review','field_51b8c792cc84d'),(142628,3859,'alb_review_author',''),(142629,3859,'_alb_review_author','field_51b8c88fcc84e'),(142630,3859,'artist_of_album',''),(142631,3859,'_artist_of_album','field_548d3d6715e41'),(142632,3859,'alb_link_external',''),(142633,3859,'_alb_link_external','field_523b66d6f2382'),(142634,3859,'_edit_lock','1569555485:1'),(142635,3859,'_elementor_controls_usage','a:0:{}'),(142636,3861,'page_logo_select','null'),(142637,3861,'_page_logo_select','field_523384ce55a99'),(142638,3861,'hide_page_title','0'),(142639,3861,'_hide_page_title','field_523382c955a73'),(142640,3861,'classic_menu_over_content','0'),(142641,3861,'_classic_menu_over_content','field_523384ce55a85'),(142642,3861,'hide_header_and_menu','0'),(142643,3861,'_hide_header_and_menu','field_523384ce34a85'),(142644,3861,'classic_menu_background',''),(142645,3861,'_classic_menu_background','field_523384ce55a84'),(142646,3861,'classic_menu_background_alpha','1'),(142647,3861,'_classic_menu_background_alpha','field_523384ce55a86'),(142648,3861,'hamburger_icon_color',''),(142649,3861,'_hamburger_icon_color','field_523384ce55a23'),(142650,3861,'background',''),(142651,3861,'_background','field_523382c955a74'),(142652,3861,'background_repeat','null'),(142653,3861,'_background_repeat','field_523382f555a75'),(142654,3861,'background_size','null'),(142655,3861,'_background_size','field_5233837455a76'),(142656,3861,'background_position','null'),(142657,3861,'_background_position','field_5233842d55a78'),(142658,3861,'content_background_color',''),(142659,3861,'_content_background_color','field_523384ce55a80'),(142660,3861,'content_background_transparency','1'),(142661,3861,'_content_background_transparency','field_523384ce55a81'),(142662,3861,'background_color',''),(142663,3861,'_background_color','field_523384ce55a79'),(142664,3861,'block_footer','null'),(142665,3861,'_block_footer','block_footer'),(142666,3861,'album_background_type','default'),(142667,3861,'_album_background_type','album_background_type'),(142668,3861,'footer_playlist','null'),(142669,3861,'_footer_playlist','footer_playlist'),(142670,3861,'footer_playlist_autoplay','0'),(142671,3861,'_footer_playlist_autoplay','footer_playlist_autoplay'),(142672,3861,'hide_album','0'),(142673,3861,'_hide_album','field_51b8db2cd11c5'),(142674,3861,'alb_release_date',''),(142675,3861,'_alb_release_date','field_51b8db2cd11c4'),(142676,3861,'no_track_skip','0'),(142677,3861,'_no_track_skip','no_track_skip'),(142678,3861,'alb_tracklist_0_FileOrStream','mp3'),(142679,3861,'_alb_tracklist_0_FileOrStream','FileOrStream'),(142680,3861,'alb_tracklist_0_track_mp3','3850'),(142681,3861,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(142682,3861,'alb_tracklist_0_stream_link',''),(142683,3861,'_alb_tracklist_0_stream_link','stream_link'),(142684,3861,'alb_tracklist_0_stream_title',''),(142685,3861,'_alb_tracklist_0_stream_title','stream_title'),(142686,3861,'alb_tracklist_0_stream_artist',''),(142687,3861,'_alb_tracklist_0_stream_artist','stream_artist'),(142688,3861,'alb_tracklist_0_stream_album',''),(142689,3861,'_alb_tracklist_0_stream_album','stream_album'),(142690,3861,'alb_tracklist_0_song_store_list','0'),(142691,3861,'_alb_tracklist_0_song_store_list','song_store_list'),(142692,3861,'alb_tracklist','1'),(142693,3861,'_alb_tracklist','field_51b8c4facc846'),(142694,3861,'alb_store_list','0'),(142695,3861,'_alb_store_list','field_51b8c6d6cc84a'),(142696,3861,'alb_review',''),(142697,3861,'_alb_review','field_51b8c792cc84d'),(142698,3861,'alb_review_author',''),(142699,3861,'_alb_review_author','field_51b8c88fcc84e'),(142700,3861,'artist_of_album',''),(142701,3861,'_artist_of_album','field_548d3d6715e41'),(142702,3861,'alb_link_external',''),(142703,3861,'_alb_link_external','field_523b66d6f2382'),(142704,3861,'fw_options','a:0:{}'),(142705,3859,'alb_tracklist_0_FileOrStream','mp3'),(142706,3859,'_alb_tracklist_0_FileOrStream','FileOrStream'),(142707,3859,'alb_tracklist_0_track_mp3','3850'),(142708,3859,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(142709,3859,'alb_tracklist_0_stream_link',''),(142710,3859,'_alb_tracklist_0_stream_link','stream_link'),(142711,3859,'alb_tracklist_0_stream_title',''),(142712,3859,'_alb_tracklist_0_stream_title','stream_title'),(142713,3859,'alb_tracklist_0_stream_artist',''),(142714,3859,'_alb_tracklist_0_stream_artist','stream_artist'),(142715,3859,'alb_tracklist_0_stream_album',''),(142716,3859,'_alb_tracklist_0_stream_album','stream_album'),(142717,3859,'alb_tracklist_0_song_store_list','0'),(142718,3859,'_alb_tracklist_0_song_store_list','song_store_list'),(142719,3855,'_thumbnail_id','3853'),(142720,3862,'page_logo_select','null'),(142721,3862,'_page_logo_select','field_523384ce55a99'),(142722,3862,'hide_page_title','0'),(142723,3862,'_hide_page_title','field_523382c955a73'),(142724,3862,'classic_menu_over_content','0'),(142725,3862,'_classic_menu_over_content','field_523384ce55a85'),(142726,3862,'hide_header_and_menu','0'),(142727,3862,'_hide_header_and_menu','field_523384ce34a85'),(142728,3862,'classic_menu_background',''),(142729,3862,'_classic_menu_background','field_523384ce55a84'),(142730,3862,'classic_menu_background_alpha','1'),(142731,3862,'_classic_menu_background_alpha','field_523384ce55a86'),(142732,3862,'hamburger_icon_color',''),(142733,3862,'_hamburger_icon_color','field_523384ce55a23'),(142734,3862,'background',''),(142735,3862,'_background','field_523382c955a74'),(142736,3862,'background_repeat','null'),(142737,3862,'_background_repeat','field_523382f555a75'),(142738,3862,'background_size','null'),(142739,3862,'_background_size','field_5233837455a76'),(142740,3862,'background_position','null'),(142741,3862,'_background_position','field_5233842d55a78'),(142742,3862,'content_background_color',''),(142743,3862,'_content_background_color','field_523384ce55a80'),(142744,3862,'content_background_transparency','1'),(142745,3862,'_content_background_transparency','field_523384ce55a81'),(142746,3862,'background_color',''),(142747,3862,'_background_color','field_523384ce55a79'),(142748,3862,'block_footer','null'),(142749,3862,'_block_footer','block_footer'),(142750,3862,'album_background_type','default'),(142751,3862,'_album_background_type','album_background_type'),(142752,3862,'footer_playlist','null'),(142753,3862,'_footer_playlist','footer_playlist'),(142754,3862,'footer_playlist_autoplay','0'),(142755,3862,'_footer_playlist_autoplay','footer_playlist_autoplay'),(142756,3862,'hide_album','0'),(142757,3862,'_hide_album','field_51b8db2cd11c5'),(142758,3862,'alb_release_date',''),(142759,3862,'_alb_release_date','field_51b8db2cd11c4'),(142760,3862,'no_track_skip','0'),(142761,3862,'_no_track_skip','no_track_skip'),(142762,3862,'alb_tracklist_0_FileOrStream','mp3'),(142763,3862,'_alb_tracklist_0_FileOrStream','FileOrStream'),(142764,3862,'alb_tracklist_0_track_mp3','3857'),(142765,3862,'_alb_tracklist_0_track_mp3','field_51b8c637cc849'),(142766,3862,'alb_tracklist_0_stream_link',''),(142767,3862,'_alb_tracklist_0_stream_link','stream_link'),(142768,3862,'alb_tracklist_0_stream_title',''),(142769,3862,'_alb_tracklist_0_stream_title','stream_title'),(142770,3862,'alb_tracklist_0_stream_artist',''),(142771,3862,'_alb_tracklist_0_stream_artist','stream_artist'),(142772,3862,'alb_tracklist_0_stream_album',''),(142773,3862,'_alb_tracklist_0_stream_album','stream_album'),(142774,3862,'alb_tracklist_0_song_store_list','0'),(142775,3862,'_alb_tracklist_0_song_store_list','song_store_list'),(142776,3862,'alb_tracklist_1_FileOrStream','mp3'),(142777,3862,'_alb_tracklist_1_FileOrStream','FileOrStream'),(142778,3862,'alb_tracklist_1_track_mp3','3856'),(142779,3862,'_alb_tracklist_1_track_mp3','field_51b8c637cc849'),(142780,3862,'alb_tracklist_1_stream_link',''),(142781,3862,'_alb_tracklist_1_stream_link','stream_link'),(142782,3862,'alb_tracklist_1_stream_title',''),(142783,3862,'_alb_tracklist_1_stream_title','stream_title'),(142784,3862,'alb_tracklist_1_stream_artist',''),(142785,3862,'_alb_tracklist_1_stream_artist','stream_artist'),(142786,3862,'alb_tracklist_1_stream_album',''),(142787,3862,'_alb_tracklist_1_stream_album','stream_album'),(142788,3862,'alb_tracklist_1_song_store_list','0'),(142789,3862,'_alb_tracklist_1_song_store_list','song_store_list'),(142790,3862,'alb_tracklist','2'),(142791,3862,'_alb_tracklist','field_51b8c4facc846'),(142792,3862,'alb_store_list','0'),(142793,3862,'_alb_store_list','field_51b8c6d6cc84a'),(142794,3862,'alb_review',''),(142795,3862,'_alb_review','field_51b8c792cc84d'),(142796,3862,'alb_review_author',''),(142797,3862,'_alb_review_author','field_51b8c88fcc84e'),(142798,3862,'artist_of_album',''),(142799,3862,'_artist_of_album','field_548d3d6715e41'),(142800,3862,'alb_link_external',''),(142801,3862,'_alb_link_external','field_523b66d6f2382'),(142802,3862,'fw_options','a:0:{}'),(142803,3859,'_thumbnail_id','3853'),(142804,3863,'fw_options','a:0:{}'),(142805,3849,'_edit_last','1'),(142806,3849,'slide_template',''),(142807,3849,'page_logo_select','null'),(142808,3849,'_page_logo_select','field_523384ce55a99'),(142809,3849,'hide_page_title','0'),(142810,3849,'_hide_page_title','field_523382c955a73'),(142811,3849,'classic_menu_over_content','0'),(142812,3849,'_classic_menu_over_content','field_523384ce55a85'),(142813,3849,'hide_header_and_menu','0'),(142814,3849,'_hide_header_and_menu','field_523384ce34a85'),(142815,3849,'classic_menu_background',''),(142816,3849,'_classic_menu_background','field_523384ce55a84'),(142817,3849,'classic_menu_background_alpha','1'),(142818,3849,'_classic_menu_background_alpha','field_523384ce55a86'),(142819,3849,'hamburger_icon_color',''),(142820,3849,'_hamburger_icon_color','field_523384ce55a23'),(142821,3849,'background',''),(142822,3849,'_background','field_523382c955a74'),(142823,3849,'background_repeat','null'),(142824,3849,'_background_repeat','field_523382f555a75'),(142825,3849,'background_size','null'),(142826,3849,'_background_size','field_5233837455a76'),(142827,3849,'background_position','null'),(142828,3849,'_background_position','field_5233842d55a78'),(142829,3849,'content_background_color',''),(142830,3849,'_content_background_color','field_523384ce55a80'),(142831,3849,'content_background_transparency','1'),(142832,3849,'_content_background_transparency','field_523384ce55a81'),(142833,3849,'background_color',''),(142834,3849,'_background_color','field_523384ce55a79'),(142835,3849,'block_footer','null'),(142836,3849,'_block_footer','block_footer'),(142837,3849,'sidebar-position','disabled'),(142838,3849,'_sidebar-position','field_526d6ec715ee9'),(142839,3849,'footer_playlist','null'),(142840,3849,'_footer_playlist','footer_playlist'),(142841,3849,'footer_playlist_autoplay','0'),(142842,3849,'_footer_playlist_autoplay','footer_playlist_autoplay'),(142843,3849,'footer_podcast','null'),(142844,3849,'_footer_podcast','footer_podcast'),(142845,3849,'footer_podcast_autoplay','0'),(142846,3849,'_footer_podcast_autoplay','footer_podcast_autoplay'),(142847,3849,'banner_inherit_setting','0'),(142848,3849,'_banner_inherit_setting','banner_inherit_setting'),(142849,3849,'banner_background_type','null'),(142850,3849,'_banner_background_type','field_54ce55f555a01'),(142851,3849,'banner_fullscreen','0'),(142852,3849,'_banner_fullscreen','field_54ce55f555a05'),(142853,3849,'banner_height','0'),(142854,3849,'_banner_height','field_54ce55f555a06'),(142855,3849,'banner_content_type','default-content'),(142856,3849,'_banner_content_type','field_54ce55f555a13'),(142857,3849,'banner_title',''),(142858,3849,'_banner_title','field_54ce55f555a07'),(142859,3849,'banner_subtitle',''),(142860,3849,'_banner_subtitle','field_54ce55f555a08'),(142861,3849,'banner_horizontal_content_alignment','centered'),(142862,3849,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(142863,3849,'banner_font_color',''),(142864,3849,'_banner_font_color','field_54ce55f555a12'),(142865,3849,'page_banner_subtitle_font_color',''),(142866,3849,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(142867,3849,'content_banner_overlap','0'),(142868,3849,'_content_banner_overlap','field_54ce55f555a02311'),(142869,3849,'_elementor_edit_mode','builder'),(142870,3849,'_elementor_template_type','wp-page'),(142871,3849,'_elementor_version','2.7.3'),(142873,3849,'_wp_page_template','default'),(142874,3849,'_elementor_data','[{\"id\":\"85db2d1\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"911a740\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"281d087\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2267493\"}]},\"elements\":[{\"id\":\"8c55010\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7535d3b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0c3587\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1e8dc35\"}]},\"elements\":[{\"id\":\"415649b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_tabs_tab\":[{\"eael_adv_tabs_tab_title\":\"VERSIONS\",\"_id\":\"c6ca154\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"none\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"template\",\"eael_primary_templates\":\"3874\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"},{\"eael_adv_tabs_tab_title\":\"STEMS\",\"_id\":\"dd8fd47\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"none\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"content\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"},{\"eael_adv_tabs_tab_title\":\"\",\"_id\":\"96f5c31\",\"eael_adv_tabs_tab_show_as_default\":\"\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-info\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"template\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"},{\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_tab_title\":\"Tab Title\",\"eael_adv_tabs_text_type\":\"content\",\"eael_adv_tabs_tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\",\"_id\":\"7d42348\"}],\"eael_adv_tabs_tab_icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_adv_tabs_tab_icon_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-adv-tabs\"}],\"isInner\":false}],\"isInner\":false}]'),(142875,3864,'fw_options','a:0:{}'),(142876,3864,'_elementor_edit_mode','builder'),(142877,3864,'_elementor_template_type','wp-page'),(142878,3864,'_elementor_version','2.7.3'),(142879,3864,'_wp_page_template','default'),(142880,3864,'_elementor_data','[{\"id\":\"0ffbcbb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c7d15f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb96fd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a2f4601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7fc4d86\",\"elType\":\"widget\",\"settings\":{\"revslider_list\":\"music-slider\"},\"elements\":[],\"widgetType\":\"sr-revslider\"}],\"isInner\":false}],\"isInner\":false}]'),(142883,3865,'fw_options','a:0:{}'),(142884,3865,'_elementor_edit_mode','builder'),(142885,3865,'_elementor_template_type','wp-page'),(142886,3865,'_elementor_version','2.7.3'),(142887,3865,'_wp_page_template','default'),(142888,3865,'_elementor_data','[{\"id\":\"0ffbcbb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c7d15f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb96fd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a2f4601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7fc4d86\",\"elType\":\"widget\",\"settings\":{\"revslider_list\":\"music-slider\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_position\":\"fixed\"},\"elements\":[],\"widgetType\":\"sr-revslider\"}],\"isInner\":false}],\"isInner\":false}]'),(142889,3865,'_elementor_css','a:6:{s:4:\"time\";i:1569556073;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(142906,3867,'fw_options','a:0:{}'),(142907,3867,'_elementor_edit_mode','builder'),(142908,3867,'_elementor_template_type','wp-page'),(142909,3867,'_elementor_version','2.7.3'),(142910,3867,'_wp_page_template','default'),(142911,3867,'_elementor_data','[{\"id\":\"bed7433\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d09b18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f81368\",\"elType\":\"widget\",\"settings\":{\"sr_dch_icon\":\"fa fa-headphones\",\"sr_dch_first_title\":\"Sonaar\",\"sr_dch_last_title\":\"Music\",\"sr_dch_subtext\":\"<p>Insert a very nice optional subtitle here.<\\/p>\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"}],\"isInner\":false}],\"isInner\":false}]'),(142912,3867,'_elementor_css','a:5:{s:4:\"time\";i:1569557045;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(142915,3868,'fw_options','a:0:{}'),(142916,3868,'_elementor_edit_mode','builder'),(142917,3868,'_elementor_template_type','wp-page'),(142918,3868,'_elementor_version','2.7.3'),(142919,3868,'_wp_page_template','default'),(142920,3868,'_elementor_data','[{\"id\":\"bed7433\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d09b18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f81368\",\"elType\":\"widget\",\"settings\":{\"sr_dch_icon\":\"fa fa-headphones\",\"sr_dch_first_title\":\"Sonaar\",\"sr_dch_last_title\":\"Music\",\"sr_dch_subtext\":\"<p>Insert a very nice optional subtitle here.<\\/p>\"},\"elements\":[],\"widgetType\":\"sr-dualheading\"}],\"isInner\":false}],\"isInner\":false}]'),(142921,3868,'_elementor_controls_usage','a:3:{s:14:\"sr-dualheading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:31:\"sr_section_dch_content_settings\";a:2:{s:11:\"sr_dch_icon\";i:1;s:14:\"sr_dch_subtext\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(142922,3868,'_elementor_css','a:5:{s:4:\"time\";i:1569557049;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(142923,3050,'eael_transient_elements','a:0:{}'),(142924,3849,'eael_transient_elements','a:1:{i:0;s:8:\"adv-tabs\";}'),(142958,3050,'_happyaddons_elements_cache','a:0:{}'),(142959,3427,'_happyaddons_elements_cache','a:0:{}'),(142960,3672,'_happyaddons_elements_cache','a:0:{}'),(142973,3873,'fw_options','a:0:{}'),(142974,3873,'_elementor_edit_mode','builder'),(142975,3873,'_elementor_template_type','wp-page'),(142976,3873,'_elementor_version','2.7.3'),(142977,3873,'_wp_page_template','default'),(142978,3873,'_elementor_data','[{\"id\":\"85db2d1\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"911a740\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"281d087\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2267493\"}]},\"elements\":[{\"id\":\"8c55010\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7535d3b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0c3587\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1e8dc35\"}]},\"elements\":[{\"id\":\"415649b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_tabs_tab\":[{\"eael_adv_tabs_tab_title\":\"VERSIONS\",\"_id\":\"c6ca154\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"template\",\"eael_primary_templates\":\"3427\",\"eael_adv_tabs_tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\"},{\"eael_adv_tabs_tab_title\":\"Tab Title 2\",\"_id\":\"dd8fd47\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"content\",\"eael_adv_tabs_tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\"},{\"eael_adv_tabs_tab_title\":\"Tab Title 3\",\"_id\":\"96f5c31\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"content\",\"eael_adv_tabs_tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\"}]},\"elements\":[],\"widgetType\":\"eael-adv-tabs\"}],\"isInner\":false}],\"isInner\":false}]'),(142979,3873,'_elementor_css','a:5:{s:4:\"time\";i:1569561886;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(142980,3849,'_happyaddons_elements_cache','a:0:{}'),(142983,3874,'_elementor_edit_mode','builder'),(142984,3874,'_elementor_template_type','page'),(142985,3874,'_elementor_version','2.7.3'),(142986,3874,'_edit_lock','1569562771:1'),(142987,3875,'fw_options','a:0:{}'),(142988,3875,'_elementor_edit_mode','builder'),(142989,3875,'_elementor_template_type','page'),(142990,3875,'_elementor_version','2.7.3'),(142991,3874,'_wp_page_template','default'),(142992,3874,'_elementor_data','[{\"id\":\"454d06a\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ffea001\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f444929\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e66625d\"}]},\"elements\":[{\"id\":\"53fb5a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"be3e381\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c256fc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c71fc37\"}]},\"elements\":[{\"id\":\"f1eda77\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"3859\"],\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false}]'),(142993,3876,'fw_options','a:0:{}'),(142994,3876,'_elementor_edit_mode','builder'),(142995,3876,'_elementor_template_type','page'),(142996,3876,'_elementor_version','2.7.3'),(142997,3876,'_wp_page_template','default'),(142998,3876,'_elementor_data','[{\"id\":\"454d06a\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ffea001\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f444929\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e66625d\"}]},\"elements\":[{\"id\":\"53fb5a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"be3e381\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c256fc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c71fc37\"}]},\"elements\":[{\"id\":\"f1eda77\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"3859\"],\"playlist_show_playlist\":\"1\",\"playlist_show_album_market\":\"1\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false}],\"isInner\":false}]'),(142999,3874,'_happyaddons_elements_cache','a:0:{}'),(143000,3874,'_elementor_controls_usage','a:3:{s:12:\"music-player\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:3:{s:13:\"playlist_list\";i:1;s:22:\"playlist_show_playlist\";i:1;s:26:\"playlist_show_album_market\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"eae_animated_gradient\";a:1:{s:19:\"gradient_color_list\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"eae_animated_gradient\";a:1:{s:19:\"gradient_color_list\";i:1;}}}}}'),(143001,3874,'_elementor_css','a:6:{s:4:\"time\";i:1569562238;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143002,3874,'eael_transient_elements','a:0:{}'),(143003,3877,'fw_options','a:0:{}'),(143004,3877,'_elementor_edit_mode','builder'),(143005,3877,'_elementor_template_type','wp-page'),(143006,3877,'_elementor_version','2.7.3'),(143007,3877,'_wp_page_template','default'),(143008,3877,'_elementor_data','[{\"id\":\"85db2d1\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"911a740\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"281d087\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2267493\"}]},\"elements\":[{\"id\":\"8c55010\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7535d3b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0c3587\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1e8dc35\"}]},\"elements\":[{\"id\":\"415649b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_tabs_tab\":[{\"eael_adv_tabs_tab_title\":\"VERSIONS\",\"_id\":\"c6ca154\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"template\",\"eael_primary_templates\":\"3874\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"},{\"eael_adv_tabs_tab_title\":\"Tab Title 2\",\"_id\":\"dd8fd47\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"content\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"},{\"eael_adv_tabs_tab_title\":\"Tab Title 3\",\"_id\":\"96f5c31\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"content\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"eael-adv-tabs\"}],\"isInner\":false}],\"isInner\":false}]'),(143009,3877,'_elementor_css','a:5:{s:4:\"time\";i:1569561929;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143012,3878,'fw_options','a:0:{}'),(143013,3878,'_elementor_edit_mode','builder'),(143014,3878,'_elementor_template_type','wp-page'),(143015,3878,'_elementor_version','2.7.3'),(143016,3878,'_wp_page_template','default'),(143017,3878,'_elementor_data','[{\"id\":\"85db2d1\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"911a740\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"281d087\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2267493\"}]},\"elements\":[{\"id\":\"8c55010\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7535d3b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0c3587\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1e8dc35\"}]},\"elements\":[{\"id\":\"415649b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_tabs_tab\":[{\"eael_adv_tabs_tab_title\":\"VERSIONS\",\"_id\":\"c6ca154\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"none\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"template\",\"eael_primary_templates\":\"3874\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"},{\"eael_adv_tabs_tab_title\":\"STEMS\",\"_id\":\"dd8fd47\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"none\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"content\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"},{\"eael_adv_tabs_tab_title\":\"\",\"_id\":\"96f5c31\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-info\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"content\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"eael-adv-tabs\"}],\"isInner\":false}],\"isInner\":false}]'),(143018,3878,'_elementor_css','a:5:{s:4:\"time\";i:1569562316;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143021,3879,'fw_options','a:0:{}'),(143022,3879,'_elementor_edit_mode','builder'),(143023,3879,'_elementor_template_type','wp-page'),(143024,3879,'_elementor_version','2.7.3'),(143025,3879,'_wp_page_template','default'),(143026,3879,'_elementor_data','[{\"id\":\"85db2d1\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"911a740\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"281d087\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2267493\"}]},\"elements\":[{\"id\":\"8c55010\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7535d3b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0c3587\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1e8dc35\"}]},\"elements\":[{\"id\":\"415649b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_tabs_tab\":[{\"eael_adv_tabs_tab_title\":\"VERSIONS\",\"_id\":\"c6ca154\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"none\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"template\",\"eael_primary_templates\":\"3874\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"},{\"eael_adv_tabs_tab_title\":\"STEMS\",\"_id\":\"dd8fd47\",\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"none\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"content\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"},{\"eael_adv_tabs_tab_title\":\"\",\"_id\":\"96f5c31\",\"eael_adv_tabs_tab_show_as_default\":\"\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-info\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_text_type\":\"template\",\"eael_adv_tabs_tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.<\\/p>\"},{\"eael_adv_tabs_tab_show_as_default\":\"inactive\",\"eael_adv_tabs_icon_type\":\"icon\",\"eael_adv_tabs_tab_title_icon_new\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"eael_adv_tabs_tab_title_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/plugins\\/happy-elementor-addons\\/assets\\/imgs\\/placeholder.jpg\"},\"eael_adv_tabs_tab_title\":\"Tab Title\",\"eael_adv_tabs_text_type\":\"content\",\"eael_adv_tabs_tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\",\"_id\":\"7d42348\"}],\"eael_adv_tabs_tab_icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_adv_tabs_tab_icon_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-adv-tabs\"}],\"isInner\":false}],\"isInner\":false}]'),(143027,3879,'_elementor_css','a:5:{s:4:\"time\";i:1569562435;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143030,3849,'_elementor_controls_usage','a:3:{s:13:\"eael-adv-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:38:\"eael_section_adv_tabs_content_settings\";a:1:{s:17:\"eael_adv_tabs_tab\";i:1;}}s:5:\"style\";a:1:{s:40:\"eael_section_adv_tabs_tab_style_settings\";a:2:{s:27:\"eael_adv_tabs_tab_icon_size\";i:1;s:26:\"eael_adv_tabs_tab_icon_gap\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"eae_animated_gradient\";a:1:{s:19:\"gradient_color_list\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"eae_animated_gradient\";a:1:{s:19:\"gradient_color_list\";i:1;}}}}}'),(143031,3849,'_elementor_css','a:5:{s:4:\"time\";i:1569562606;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143032,29,'_elementor_css','a:5:{s:4:\"time\";i:1569573936;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143033,29,'_happyaddons_elements_cache','a:0:{}'),(143034,29,'eael_transient_elements','a:0:{}'),(143035,800,'eael_transient_elements','a:0:{}'),(143036,27,'_elementor_css','a:5:{s:4:\"time\";i:1569711647;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143037,27,'_happyaddons_elements_cache','a:0:{}'),(143038,27,'eael_transient_elements','a:0:{}'),(143039,40,'_elementor_css','a:5:{s:4:\"time\";i:1569712915;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143040,40,'_happyaddons_elements_cache','a:0:{}'),(143041,40,'eael_transient_elements','a:0:{}'),(143042,836,'_elementor_css','a:6:{s:4:\"time\";i:1569713276;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143043,836,'_happyaddons_elements_cache','a:0:{}'),(143044,836,'eael_transient_elements','a:0:{}'),(143045,1516,'_elementor_css','a:5:{s:4:\"time\";i:1569714494;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143046,1516,'_happyaddons_elements_cache','a:0:{}'),(143047,1516,'eael_transient_elements','a:0:{}'),(143048,13,'_elementor_css','a:5:{s:4:\"time\";i:1569714547;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143049,13,'_happyaddons_elements_cache','a:0:{}'),(143050,13,'eael_transient_elements','a:0:{}'),(143051,850,'_elementor_css','a:5:{s:4:\"time\";i:1569714550;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143052,850,'_happyaddons_elements_cache','a:0:{}'),(143053,850,'eael_transient_elements','a:0:{}'),(143054,34,'eael_transient_elements','a:0:{}'),(143055,902,'_elementor_css','a:6:{s:4:\"time\";i:1569714970;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143056,902,'_happyaddons_elements_cache','a:0:{}'),(143057,902,'eael_transient_elements','a:0:{}'),(143058,831,'_elementor_css','a:6:{s:4:\"time\";i:1569715072;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143059,831,'_happyaddons_elements_cache','a:0:{}'),(143060,831,'eael_transient_elements','a:0:{}'),(143061,36,'_elementor_css','a:6:{s:4:\"time\";i:1569715128;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143062,36,'_happyaddons_elements_cache','a:0:{}'),(143063,36,'eael_transient_elements','a:0:{}'),(143064,1229,'_happyaddons_elements_cache','a:0:{}'),(143065,1229,'eael_transient_elements','a:0:{}'),(143066,1719,'_elementor_css','a:6:{s:4:\"time\";i:1569715174;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143067,1719,'_happyaddons_elements_cache','a:0:{}'),(143068,1719,'eael_transient_elements','a:0:{}'),(143069,21,'_elementor_css','a:6:{s:4:\"time\";i:1569715379;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143070,21,'_happyaddons_elements_cache','a:0:{}'),(143071,21,'eael_transient_elements','a:0:{}'),(143072,1802,'_elementor_css','a:5:{s:4:\"time\";i:1569715566;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143073,1802,'_happyaddons_elements_cache','a:0:{}'),(143074,1802,'eael_transient_elements','a:0:{}'),(143075,1703,'_elementor_css','a:6:{s:4:\"time\";i:1569715599;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143076,1703,'_happyaddons_elements_cache','a:0:{}'),(143077,1703,'eael_transient_elements','a:0:{}'),(143078,1711,'_elementor_css','a:6:{s:4:\"time\";i:1569715604;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143079,1711,'_happyaddons_elements_cache','a:0:{}'),(143080,1711,'eael_transient_elements','a:0:{}'),(143081,1835,'_elementor_css','a:5:{s:4:\"time\";i:1569715630;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143082,1835,'_happyaddons_elements_cache','a:0:{}'),(143083,1835,'eael_transient_elements','a:0:{}'),(143084,2663,'_elementor_css','a:6:{s:4:\"time\";i:1569715708;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143085,2663,'_happyaddons_elements_cache','a:0:{}'),(143086,2663,'eael_transient_elements','a:0:{}'),(143087,1233,'_elementor_css','a:6:{s:4:\"time\";i:1569715727;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143088,1233,'_happyaddons_elements_cache','a:0:{}'),(143089,1233,'eael_transient_elements','a:0:{}'),(143090,38,'_elementor_css','a:5:{s:4:\"time\";i:1569715728;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143091,38,'_happyaddons_elements_cache','a:0:{}'),(143092,38,'eael_transient_elements','a:0:{}'),(143093,1733,'_elementor_css','a:6:{s:4:\"time\";i:1569715742;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143094,1733,'_happyaddons_elements_cache','a:0:{}'),(143095,1733,'eael_transient_elements','a:0:{}'),(143096,989,'_elementor_css','a:6:{s:4:\"time\";i:1569715766;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143097,989,'_happyaddons_elements_cache','a:0:{}'),(143098,989,'eael_transient_elements','a:0:{}'),(143099,1742,'_elementor_css','a:6:{s:4:\"time\";i:1569715818;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143100,1742,'_happyaddons_elements_cache','a:0:{}'),(143101,1742,'eael_transient_elements','a:0:{}'),(143102,1539,'_elementor_css','a:5:{s:4:\"time\";i:1569715919;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143103,1539,'_happyaddons_elements_cache','a:0:{}'),(143104,1539,'eael_transient_elements','a:0:{}'),(143105,1767,'_elementor_css','a:5:{s:4:\"time\";i:1569715942;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143106,1767,'_happyaddons_elements_cache','a:0:{}'),(143107,1767,'eael_transient_elements','a:0:{}'),(143108,2651,'_elementor_css','a:5:{s:4:\"time\";i:1569716153;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143109,2651,'_happyaddons_elements_cache','a:0:{}'),(143110,2651,'eael_transient_elements','a:0:{}'),(143111,1737,'_elementor_css','a:5:{s:4:\"time\";i:1569716196;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143112,1737,'_happyaddons_elements_cache','a:0:{}'),(143113,1737,'eael_transient_elements','a:0:{}'),(143114,1892,'_elementor_css','a:5:{s:4:\"time\";i:1569716211;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143115,1892,'_happyaddons_elements_cache','a:0:{}'),(143116,1892,'eael_transient_elements','a:0:{}'),(143117,1861,'_elementor_css','a:5:{s:4:\"time\";i:1569716238;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143118,1861,'_happyaddons_elements_cache','a:0:{}'),(143119,1861,'eael_transient_elements','a:0:{}'),(143120,1663,'_elementor_css','a:6:{s:4:\"time\";i:1569716260;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143121,1663,'_happyaddons_elements_cache','a:0:{}'),(143122,1663,'eael_transient_elements','a:0:{}'),(143123,3808,'_elementor_css','a:5:{s:4:\"time\";i:1569716264;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143124,3808,'_happyaddons_elements_cache','a:0:{}'),(143125,3808,'eael_transient_elements','a:0:{}'),(143126,1701,'eael_transient_elements','a:0:{}'),(143127,1938,'_elementor_css','a:5:{s:4:\"time\";i:1569716719;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143128,1938,'_happyaddons_elements_cache','a:0:{}'),(143129,1938,'eael_transient_elements','a:0:{}'),(143130,2090,'eael_transient_elements','a:0:{}'),(143131,2083,'eael_transient_elements','a:0:{}'),(143132,97,'eael_transient_elements','a:0:{}'),(143133,1218,'eael_transient_elements','a:0:{}'),(143134,1699,'eael_transient_elements','a:0:{}'),(143135,82,'eael_transient_elements','a:0:{}'),(143136,1227,'_elementor_css','a:6:{s:4:\"time\";i:1570242879;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143137,1756,'_elementor_css','a:6:{s:4:\"time\";i:1570242879;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143138,1756,'_happyaddons_elements_cache','a:0:{}'),(143139,1227,'_happyaddons_elements_cache','a:0:{}'),(143140,646,'_elementor_css','a:6:{s:4:\"time\";i:1570242879;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143141,646,'_happyaddons_elements_cache','a:0:{}'),(143142,1227,'eael_transient_elements','a:0:{}'),(143143,646,'eael_transient_elements','a:0:{}'),(143144,1756,'eael_transient_elements','a:0:{}'),(143145,2080,'eael_transient_elements','a:0:{}'),(143146,1177,'_elementor_css','a:5:{s:4:\"time\";i:1570352925;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143147,1177,'_happyaddons_elements_cache','a:0:{}'),(143148,1177,'eael_transient_elements','a:0:{}'),(143149,1146,'_elementor_css','a:5:{s:4:\"time\";i:1570385644;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143150,1146,'_happyaddons_elements_cache','a:0:{}'),(143151,1146,'eael_transient_elements','a:0:{}'),(143152,1190,'_elementor_css','a:5:{s:4:\"time\";i:1570403282;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143153,1190,'_happyaddons_elements_cache','a:0:{}'),(143154,1190,'eael_transient_elements','a:0:{}'),(143155,2098,'eael_transient_elements','a:0:{}'),(143156,2192,'eael_transient_elements','a:0:{}'),(143157,532,'eael_transient_elements','a:0:{}'),(143158,2086,'eael_transient_elements','a:0:{}'),(143159,827,'_elementor_css','a:6:{s:4:\"time\";i:1570556469;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(143160,827,'_happyaddons_elements_cache','a:0:{}'),(143161,827,'eael_transient_elements','a:0:{}'),(143162,3855,'eael_transient_elements','a:0:{}'),(143163,89,'eael_transient_elements','a:0:{}'),(143164,3859,'eael_transient_elements','a:0:{}'),(143165,2093,'eael_transient_elements','a:0:{}'),(143166,3852,'eael_transient_elements','a:0:{}'),(143167,551,'eael_transient_elements','a:0:{}'),(143168,1175,'_elementor_css','a:5:{s:4:\"time\";i:1570809390;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143169,1175,'_happyaddons_elements_cache','a:0:{}'),(143170,1175,'eael_transient_elements','a:0:{}'),(143171,1188,'_elementor_css','a:5:{s:4:\"time\";i:1570814630;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143172,1188,'_happyaddons_elements_cache','a:0:{}'),(143173,1188,'eael_transient_elements','a:0:{}'),(143174,1194,'_elementor_css','a:5:{s:4:\"time\";i:1570814922;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143175,1194,'_happyaddons_elements_cache','a:0:{}'),(143176,1194,'eael_transient_elements','a:0:{}'),(143177,1148,'_elementor_css','a:5:{s:4:\"time\";i:1570817931;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143178,1148,'_happyaddons_elements_cache','a:0:{}'),(143179,1148,'eael_transient_elements','a:0:{}'),(143180,544,'eael_transient_elements','a:0:{}'),(143181,1181,'_elementor_css','a:5:{s:4:\"time\";i:1570858201;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143182,1181,'_happyaddons_elements_cache','a:0:{}'),(143183,1181,'eael_transient_elements','a:0:{}'),(143184,1143,'_elementor_css','a:5:{s:4:\"time\";i:1570861122;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143185,1143,'_happyaddons_elements_cache','a:0:{}'),(143186,1143,'eael_transient_elements','a:0:{}'),(143187,542,'eael_transient_elements','a:0:{}'),(143188,1196,'_elementor_css','a:5:{s:4:\"time\";i:1570877703;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143189,1196,'_happyaddons_elements_cache','a:0:{}'),(143190,1196,'eael_transient_elements','a:0:{}'),(143191,540,'eael_transient_elements','a:0:{}'),(143192,1192,'_elementor_css','a:5:{s:4:\"time\";i:1570882586;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143193,1192,'_happyaddons_elements_cache','a:0:{}'),(143194,1192,'eael_transient_elements','a:0:{}'),(143195,1179,'_elementor_css','a:5:{s:4:\"time\";i:1570887828;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143196,1179,'_happyaddons_elements_cache','a:0:{}'),(143197,1179,'eael_transient_elements','a:0:{}'),(143198,550,'eael_transient_elements','a:0:{}'),(143199,552,'eael_transient_elements','a:0:{}'),(143200,546,'eael_transient_elements','a:0:{}'),(143201,548,'eael_transient_elements','a:0:{}'),(143202,549,'eael_transient_elements','a:0:{}'),(143203,93,'eael_transient_elements','a:0:{}'),(143204,3881,'_menu_item_type','post_type'),(143205,3881,'_menu_item_menu_item_parent','0'),(143206,3881,'_menu_item_object_id','1938'),(143207,3881,'_menu_item_object','page'),(143208,3881,'_menu_item_target',''),(143209,3881,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(143210,3881,'_menu_item_xfn',''),(143211,3881,'_menu_item_url',''),(143213,3881,'_elementor_controls_usage','a:0:{}'),(143214,3882,'fw_options','a:0:{}'),(143215,3882,'_wp_page_template','default'),(143216,3882,'_elementor_edit_mode','builder'),(143217,3882,'_elementor_template_type','post'),(143218,3882,'_elementor_data','[{\"id\":\"83efac5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"content_position\":\"middle\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":56},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"3f24cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d61d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8658d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"5eea2de\",\"elType\":\"widget\",\"settings\":{\"title\":\"this website<br>is coming<br>\\nsoon.\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ffffff\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":2.7},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_font_size\":{\"unit\":\"px\",\"size\":60},\"align_mobile\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4159406\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8bc6894\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"title_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9bc0a72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"f800bfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"87a0b56\",\"elType\":\"widget\",\"settings\":{\"sonaar_mailchimp_lists\":\"b893717c76\",\"sr_mailchimp_email_label_text\":\"\",\"sr_mailchimp_fname_show\":\"\",\"sr_mailchimp_fname_label_text\":\"First Name\",\"sr_mailchimp_lname_show\":\"\",\"sr_mailchimp_lname_label_text\":\"Last Name\",\"sr_section_mailchimp_button_text\":\"Subscribe\",\"sr_section_mailchimp_loading_text\":\"Submitting...\",\"sr_section_mailchimp_success_text\":\"You have subscribed successfully!\",\"sr_mailchimp_input_height\":{\"unit\":\"px\",\"size\":70},\"sr_mailchimp_subscribe_btn_display\":\"block\",\"sr_mailchimp_subscribe_btn_width\":{\"unit\":\"px\",\"size\":211},\"sr_mailchimp_subscribe_btn_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_mailchimp_message_alignment\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"sr_mailchimp_input_background\":\"rgba(0,0,0,0.58)\",\"sr_mailchimp_input_border_border\":\"solid\",\"sr_mailchimp_input_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"sr_mailchimp_input_border_color\":\"#ffffff\",\"sr_mailchimp_field_color\":\"#ffffff\",\"sr_mailchimp_field_placeholder_color\":\"#ffffff\",\"sr_mailchimp_label_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"sr_mailchimp_subscribe_btn_normal_text_color\":\"#000000\",\"sr_mailchimp_subscribe_btn_normal_bg_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"sonaar-mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(143219,3882,'_elementor_version','0.4'),(143220,3882,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:21:\"typography_typography\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:2;s:11:\"title_color\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;s:20:\"typography_font_size\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:1;s:15:\"stretch_section\";i:1;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:16:\"sonaar-mailchimp\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:33:\"sr_section_mailchimp_api_settings\";a:1:{s:22:\"sonaar_mailchimp_lists\";i:1;}s:35:\"sr_section_mailchimp_field_settings\";a:3:{s:29:\"sr_mailchimp_email_label_text\";i:1;s:23:\"sr_mailchimp_fname_show\";i:1;s:23:\"sr_mailchimp_lname_show\";i:1;}}s:5:\"style\";a:4:{s:36:\"sr_section_contact_form_field_styles\";a:5:{s:25:\"sr_mailchimp_input_height\";i:1;s:29:\"sr_mailchimp_input_background\";i:1;s:32:\"sr_mailchimp_input_border_border\";i:1;s:31:\"sr_mailchimp_input_border_width\";i:1;s:31:\"sr_mailchimp_input_border_color\";i:1;}s:24:\"sr_section_subscribe_btn\";a:5:{s:34:\"sr_mailchimp_subscribe_btn_display\";i:1;s:32:\"sr_mailchimp_subscribe_btn_width\";i:1;s:34:\"sr_mailchimp_subscribe_btn_padding\";i:1;s:44:\"sr_mailchimp_subscribe_btn_normal_text_color\";i:1;s:42:\"sr_mailchimp_subscribe_btn_normal_bg_color\";i:1;}s:26:\"sr_section_success_message\";a:1:{s:30:\"sr_mailchimp_message_alignment\";i:1;}s:31:\"sr_section_mailchimp_typography\";a:5:{s:24:\"sr_mailchimp_field_color\";i:1;s:36:\"sr_mailchimp_field_placeholder_color\";i:1;s:40:\"sr_mailchimp_label_typography_typography\";i:1;s:46:\"sr_mailchimp_input_field_typography_typography\";i:1;s:45:\"sr_mailchimp_input_field_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(143221,3882,'_elementor_css','a:5:{s:4:\"time\";i:1569716719;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143222,3883,'page_logo_select','light'),(143223,3883,'_page_logo_select','field_523384ce55a99'),(143224,3883,'hide_page_title','1'),(143225,3883,'_hide_page_title','field_523382c955a73'),(143226,3883,'classic_menu_over_content','1'),(143227,3883,'_classic_menu_over_content','field_523384ce55a85'),(143228,3883,'hide_header_and_menu','1'),(143229,3883,'_hide_header_and_menu','field_523384ce34a85'),(143230,3883,'classic_menu_main_item_color',''),(143231,3883,'_classic_menu_main_item_color','field_523384ce55a87'),(143232,3883,'classic_menu_background',''),(143233,3883,'_classic_menu_background','field_523384ce55a84'),(143234,3883,'classic_menu_background_alpha','1'),(143235,3883,'_classic_menu_background_alpha','field_523384ce55a86'),(143236,3883,'hamburger_icon_color',''),(143237,3883,'_hamburger_icon_color','field_523384ce55a23'),(143238,3883,'background',''),(143239,3883,'_background','field_523382c955a74'),(143240,3883,'background_repeat','no-repeat'),(143241,3883,'_background_repeat','field_523382f555a75'),(143242,3883,'background_size','cover'),(143243,3883,'_background_size','field_5233837455a76'),(143244,3883,'background_position','center bottom'),(143245,3883,'_background_position','field_5233842d55a78'),(143246,3883,'content_background_color',''),(143247,3883,'_content_background_color','field_523384ce55a80'),(143248,3883,'content_background_transparency','1'),(143249,3883,'_content_background_transparency','field_523384ce55a81'),(143250,3883,'background_color',''),(143251,3883,'_background_color','field_523384ce55a79'),(143252,3883,'block_footer','1940'),(143253,3883,'_block_footer','block_footer'),(143254,3883,'sidebar-position','disabled'),(143255,3883,'_sidebar-position','field_526d6ec715ee9'),(143256,3883,'footer_playlist','3859'),(143257,3883,'_footer_playlist','footer_playlist'),(143258,3883,'footer_playlist_autoplay','0'),(143259,3883,'_footer_playlist_autoplay','footer_playlist_autoplay'),(143260,3883,'footer_podcast','null'),(143261,3883,'_footer_podcast','footer_podcast'),(143262,3883,'footer_podcast_autoplay','0'),(143263,3883,'_footer_podcast_autoplay','footer_podcast_autoplay'),(143264,3883,'banner_inherit_setting','0'),(143265,3883,'_banner_inherit_setting','banner_inherit_setting'),(143266,3883,'banner_background_type','null'),(143267,3883,'_banner_background_type','field_54ce55f555a01'),(143268,3883,'banner_fullscreen','0'),(143269,3883,'_banner_fullscreen','field_54ce55f555a05'),(143270,3883,'banner_height','0'),(143271,3883,'_banner_height','field_54ce55f555a06'),(143272,3883,'banner_content_type','default-content'),(143273,3883,'_banner_content_type','field_54ce55f555a13'),(143274,3883,'banner_title',''),(143275,3883,'_banner_title','field_54ce55f555a07'),(143276,3883,'banner_subtitle',''),(143277,3883,'_banner_subtitle','field_54ce55f555a08'),(143278,3883,'banner_horizontal_content_alignment','centered'),(143279,3883,'_banner_horizontal_content_alignment','field_54ce55f555a09'),(143280,3883,'banner_font_color',''),(143281,3883,'_banner_font_color','field_54ce55f555a12'),(143282,3883,'page_banner_subtitle_font_color',''),(143283,3883,'_page_banner_subtitle_font_color','page_banner_subtitle_font_color'),(143284,3883,'content_banner_overlap','0'),(143285,3883,'_content_banner_overlap','field_54ce55f555a02311'),(143286,3883,'fw_options','a:0:{}'),(143287,3883,'_wp_page_template','default'),(143288,3883,'_elementor_edit_mode','builder'),(143289,3883,'_elementor_template_type','post'),(143290,3883,'_elementor_data','[{\"id\":\"83efac5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/cactusmoonshinepublishing.com\\/wp-content\\/uploads\\/2018\\/12\\/soundman-hero.jpg\",\"id\":3715},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"content_position\":\"middle\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":56},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1}},\"elements\":[{\"id\":\"3f24cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d61d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8658d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"5eea2de\",\"elType\":\"widget\",\"settings\":{\"title\":\"this website<br>is coming<br>\\nsoon.\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ffffff\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":2.7},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_font_size\":{\"unit\":\"px\",\"size\":60},\"align_mobile\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":39}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4159406\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8bc6894\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"title_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9bc0a72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600}},\"elements\":[{\"id\":\"f800bfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"87a0b56\",\"elType\":\"widget\",\"settings\":{\"sonaar_mailchimp_lists\":\"b893717c76\",\"sr_mailchimp_email_label_text\":\"\",\"sr_mailchimp_fname_show\":\"\",\"sr_mailchimp_fname_label_text\":\"First Name\",\"sr_mailchimp_lname_show\":\"\",\"sr_mailchimp_lname_label_text\":\"Last Name\",\"sr_section_mailchimp_button_text\":\"Subscribe\",\"sr_section_mailchimp_loading_text\":\"Submitting...\",\"sr_section_mailchimp_success_text\":\"You have subscribed successfully!\",\"sr_mailchimp_input_height\":{\"unit\":\"px\",\"size\":70},\"sr_mailchimp_subscribe_btn_display\":\"block\",\"sr_mailchimp_subscribe_btn_width\":{\"unit\":\"px\",\"size\":211},\"sr_mailchimp_subscribe_btn_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"sr_mailchimp_message_alignment\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"sr_mailchimp_input_background\":\"rgba(0,0,0,0.58)\",\"sr_mailchimp_input_border_border\":\"solid\",\"sr_mailchimp_input_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"sr_mailchimp_input_border_color\":\"#ffffff\",\"sr_mailchimp_field_color\":\"#ffffff\",\"sr_mailchimp_field_placeholder_color\":\"#ffffff\",\"sr_mailchimp_label_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_typography\":\"custom\",\"sr_mailchimp_input_field_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"sr_mailchimp_subscribe_btn_normal_text_color\":\"#000000\",\"sr_mailchimp_subscribe_btn_normal_bg_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"sonaar-mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(143291,3883,'_elementor_version','0.4'),(143292,3883,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:21:\"typography_typography\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:2;s:11:\"title_color\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;s:20:\"typography_font_size\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:1;s:15:\"stretch_section\";i:1;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:16:\"sonaar-mailchimp\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:33:\"sr_section_mailchimp_api_settings\";a:1:{s:22:\"sonaar_mailchimp_lists\";i:1;}s:35:\"sr_section_mailchimp_field_settings\";a:3:{s:29:\"sr_mailchimp_email_label_text\";i:1;s:23:\"sr_mailchimp_fname_show\";i:1;s:23:\"sr_mailchimp_lname_show\";i:1;}}s:5:\"style\";a:4:{s:36:\"sr_section_contact_form_field_styles\";a:5:{s:25:\"sr_mailchimp_input_height\";i:1;s:29:\"sr_mailchimp_input_background\";i:1;s:32:\"sr_mailchimp_input_border_border\";i:1;s:31:\"sr_mailchimp_input_border_width\";i:1;s:31:\"sr_mailchimp_input_border_color\";i:1;}s:24:\"sr_section_subscribe_btn\";a:5:{s:34:\"sr_mailchimp_subscribe_btn_display\";i:1;s:32:\"sr_mailchimp_subscribe_btn_width\";i:1;s:34:\"sr_mailchimp_subscribe_btn_padding\";i:1;s:44:\"sr_mailchimp_subscribe_btn_normal_text_color\";i:1;s:42:\"sr_mailchimp_subscribe_btn_normal_bg_color\";i:1;}s:26:\"sr_section_success_message\";a:1:{s:30:\"sr_mailchimp_message_alignment\";i:1;}s:31:\"sr_section_mailchimp_typography\";a:5:{s:24:\"sr_mailchimp_field_color\";i:1;s:36:\"sr_mailchimp_field_placeholder_color\";i:1;s:40:\"sr_mailchimp_label_typography_typography\";i:1;s:46:\"sr_mailchimp_input_field_typography_typography\";i:1;s:45:\"sr_mailchimp_input_field_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(143293,3883,'_elementor_css','a:5:{s:4:\"time\";i:1569716719;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143294,1938,'footer_playlist_autoplay','0'),(143295,1938,'_footer_playlist_autoplay','footer_playlist_autoplay'),(143296,1938,'footer_podcast_autoplay','0'),(143297,1938,'_footer_podcast_autoplay','footer_podcast_autoplay');
/*!40000 ALTER TABLE `wppk_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_postmeta` with 20599 row(s)
--

--
-- Table structure for table `wppk_posts`
--

DROP TABLE IF EXISTS `wppk_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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=3884 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_posts`
--

LOCK TABLES `wppk_posts` WRITE;
/*!40000 ALTER TABLE `wppk_posts` DISABLE KEYS */;
INSERT INTO `wppk_posts` VALUES (13,2,'2016-11-08 21:27:20','2016-11-08 21:27:20','[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"\"]','Events - List','','publish','closed','closed','','events-list','','','2018-12-19 17:49:29','2018-12-19 17:49:29','',0,'https://cactusmoonshinepublishing.com/?page_id=13',6,'page','',0),(17,2,'2016-11-08 21:29:27','2016-11-08 21:29:27','','News - List','','publish','closed','closed','','news-list','','','2018-05-11 17:05:41','2018-05-11 17:05:41','',0,'https://cactusmoonshinepublishing.com/?page_id=17',36,'page','',0),(19,2,'2016-11-08 21:29:50','2016-11-08 21:29:50','','News - Classic','','publish','closed','closed','','news-classic','','','2018-11-30 18:48:32','2018-11-30 18:48:32','',0,'https://cactusmoonshinepublishing.com/?page_id=19',40,'page','',0),(21,2,'2016-11-08 21:30:21','2016-11-08 21:30:21','[ess_grid alias=\"News-2-columns\"][/ess_grid]','News - 2 Columns','','publish','closed','closed','','news-2-columns','','','2018-12-05 23:06:46','2018-12-05 23:06:46','',0,'https://cactusmoonshinepublishing.com/?page_id=21',37,'page','',0),(27,2,'2016-11-08 21:31:26','2016-11-08 21:31:26','<h2>Donate &amp; Support</h2>\n		<p>SONAAR HAS ALWAYS SUBSCRIBED TO THE PRINCIPLE THAT MUSIC SHOULD BE MADE AVAILABLE TO ANYONE FREE OF CHARGE. THAT’S WHY WE GIVE YOU THIS ALBUM FOR FREE. IF YOU ARE IN A POSITION TO BE ABLE TO SUPPORT THIS PERSONAL POLICY OF FREE MUSIC AND HELP US CONTINUE ON THIS PATH, THERE’S AN OPTION TO MAKE A DONATION OF YOUR CHOOSING HERE.</p>		\n			<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /><input name=\"hosted_button_id\" type=\"hidden\" value=\"7798XY7PAM2P6\" /><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /><img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form>','Donate','','publish','closed','closed','','donate','','','2018-12-19 14:10:39','2018-12-19 14:10:39','',0,'https://cactusmoonshinepublishing.com/?page_id=27',33,'page','',0),(29,2,'2016-11-08 21:31:45','2016-11-08 21:31:45','<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>','Contact - Example 1','','publish','closed','closed','','contact','','','2018-12-19 17:23:58','2018-12-19 17:23:58','',0,'https://cactusmoonshinepublishing.com/?page_id=29',30,'page','',0),(34,2,'2016-11-08 21:32:44','2016-11-08 21:32:44','','Videos - List','','publish','closed','closed','','videos-list','','','2018-11-27 18:10:02','2018-11-27 18:10:02','',0,'https://cactusmoonshinepublishing.com/?page_id=34',25,'page','',0),(36,2,'2016-11-08 21:33:15','2016-11-08 21:33:15','[ess_grid alias=\"photo-gallery\"][/ess_grid]','Gallery - Boxed','','publish','closed','closed','','gallery-boxed','','','2018-12-05 23:08:59','2018-12-05 23:08:59','',0,'https://cactusmoonshinepublishing.com/?page_id=36',23,'page','',0),(38,2,'2016-11-08 21:33:42','2016-11-08 21:33:42','[ess_grid alias=\"photo-gallery\"][/ess_grid]','Gallery - Fullwidth','','publish','closed','closed','','gallery-fullwidth','','','2018-12-05 23:09:17','2018-12-05 23:09:17','',0,'https://cactusmoonshinepublishing.com/?page_id=38',22,'page','',0),(40,2,'2016-11-08 21:34:04','2016-11-08 21:34:04','<h3>MY LATEST TRACKS</h3>		\n		[iron_audioplayer skin=\"music\" albums=\"1218\" autoplay=\"\" shuffle=\"yes\" show_playlist=\"1\" show_album_market=\"0\"]		\n			<h3>ABOUT ME</h3>		\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>LATEST VIDEO</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>FULL DISCOGRAPHY</h3>		\n		[ess_grid alias=\"music-grid-boxed\"][/ess_grid]		\n			<h3>PHOTOS</h3>		\n		[ess_grid alias=\"photo-gallery\"][/ess_grid]		\n			<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>		\n			<h2>THE PRESS KIT</h2>		\n			<a href=\"#\">\n			</a>\n			<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','publish','closed','closed','','presskit','','','2018-12-19 17:52:22','2018-12-19 17:52:22','',0,'https://cactusmoonshinepublishing.com/?page_id=40',34,'page','',0),(82,2,'2017-10-25 14:12:12','2017-10-25 14:12:12','Following an already impressive catalog that includes last year’s “Primus<i> EP</i>”on NBGS, “<i>High Key</i>” is LowTempo’s first full-length album on Croma. Crunchy guitar licks, intricate solos and occasional improvisations are the order of the day, combined with hip hop beats, skillfully chopped vocals and tight synth lines to devastating effect.\r\n\r\nWe’re now exactly one week away from the release date. To make the wait a little smoother, the fatigued one was totally down to the idea of previewing a track for y’all before the album drops. So without wasting too much time, here is the opening track from “<strong><i>High Key</i></strong>”:\r\n\r\n“Cherry Bopper”\r\n\r\nAlbum is out on <strong>May 6th</strong>!','New Album Release by Ultrasonic','','publish','closed','closed','','new-album-release-by-ultrasonic','','','2017-10-26 23:15:22','2017-10-26 23:15:22','',0,'https://cactusmoonshinepublishing.com/?p=82',0,'post','',0),(89,2,'2017-10-24 14:28:33','2017-10-24 14:28:33','Sonaar WordPress Theme is pleased to announce additional dates to our North American tour!\r\n\r\nSpicy jalapeno bacon ipsum dolor amet quis sunt beef ribs t-bone shankle, sint ut labore nulla eiusmod aliquip. Excepteur velit commodo leberkas. Sint in jowl jerky, spare ribs t-bone veniam tri-tip nulla aliqua cupim swine andouille. <strong>Prosciutto landjaeger</strong> in, cillum leberkas hamburger pork chop pariatur ball tip cupim strip steak drumstick alcatra ut anim. Ribeye pork belly nisi in labore anim.\r\n\r\n&nbsp;','Additional North American Dates Announced','','publish','closed','closed','','additional-north-american-dates-announced','','','2017-10-26 23:15:11','2017-10-26 23:15:11','',0,'https://cactusmoonshinepublishing.com/?p=89',0,'post','',0),(93,2,'2017-10-22 14:48:56','2017-10-22 14:48:56','I’ve been a diehard music fan since my youth, but we began to understand the structure of music when we learned to DJ 12 years ago. After a few years of DJing with vinyl, a program called Serato was introduced that allowed me to DJ using MP3’s with the same control I had with vinyl. As a bonus though, unlike vinyl, MP3’s can be edited and remixed. My first production endeavors were simple re-edits of songs for improved mixing.\r\n\r\nhttps://www.youtube.com/watch?v=JGwWNGJdvx8\r\n\r\nMy friend John Goff, a lifelong analog and electronic musician, would help me with these re-edits and indulged me as I became more ambitious with my arrangements. John suggested that we build some original music together. We put some instrumental compositions together, and then serendipitously met Merritt Lear and her former bandmate Joe Cassidy. Merritt added incredible vocals and melody ideas, and Joe added guitar and production/arrangement. We completed two songs, decided to name our project NØISE, and to rush produce a 7 inch for release at my 50 Shades of Black art show. I worked up some art for a screen-printed cover, and we cut and glued 500 sleeves to complete the NØISE “Little Lions” 45 RPM 7 inch. Additionally, all 500 are signed and numbered but will still be priced at $10… with no added “Art Tax” in sight. You can listen to the music on the turntables provided in the Subliminal Projects gallery, or buy it for the art. To be clear though, this is not an art project with music included, it is a music project with art included. We’ll release some stuff digitally eventually, but it’s vinyl only for now. Get the NØISE “Little Lions” 7 inch  at 50 Shades of Black.','This is a post with a YouTube Video','','publish','closed','closed','','this-is-a-post-with-a-youtube-video','','','2017-10-26 23:14:46','2017-10-26 23:14:46','',0,'https://cactusmoonshinepublishing.com/?p=93',0,'post','',0),(97,2,'2017-10-23 14:59:30','2017-10-23 14:59:30','Mustache gentrify chicharrones street art, art party taxidermy DIY umami hammock bitters four loko bushwick pitchfork kombucha shabby chic. Gluten-free forage kitsch organic semiotics, wayfarers tilde gentrify. Vice next level raclette forage. Ramps pabst fashion axe vape copper mug raw denim. Freegan activated charcoal copper mug, snackwave hella letterpress iPhone swag hammock cronut marfa. Readymade man braid sartorial man bun, kitsch humblebrag ethical sriracha health goth kickstarter iceland flannel dreamcatcher fingerstache small batch. Thundercats edison bulb man bun, helvetica stumptown plaid af gastropub franzen.\r\n\r\nhttps://player.vimeo.com/video/89491324','Sonaar Music Awards Coming Up','','publish','closed','closed','','sonaar-music-awards-coming-up','','','2018-11-29 17:55:59','2018-11-29 17:55:59','',0,'https://cactusmoonshinepublishing.com/?p=97',0,'post','',0),(299,3,'2016-05-24 21:24:36','2016-05-24 21:24:36','','Matt Ryder - Photograph [Official Video]','','publish','closed','closed','','matt-ryder-photograph','','','2017-10-27 16:36:48','2017-10-27 16:36:48','',0,'http://croma.irontemplates.com/nika/?post_type=video&#038;p=299',0,'video','',0),(310,3,'2016-05-24 21:25:25','2016-05-24 21:25:25','','The Weeknd - Sugar Sugar','','publish','closed','closed','','the-weeknd-sugar-sugar','','','2017-10-27 16:36:48','2017-10-27 16:36:48','',0,'http://croma.irontemplates.com/nika/?post_type=video&#038;p=310',0,'video','',0),(312,3,'2016-05-24 21:25:51','2016-05-24 21:25:51','','The Stampeders - Once Upon a Time [Official Video]','','publish','closed','closed','','the-stampeders-once-upon-a-time','','','2017-10-27 16:36:48','2017-10-27 16:36:48','',0,'http://croma.irontemplates.com/nika/?post_type=video&#038;p=312',0,'video','',0),(314,3,'2016-05-24 21:26:15','2016-05-24 21:26:15','','Claire Perry - What do you mean ?','','publish','closed','closed','','claire-perry-what-do-you-mean','','','2017-10-27 16:36:48','2017-10-27 16:36:48','',0,'http://croma.irontemplates.com/nika/?post_type=video&#038;p=314',0,'video','',0),(316,3,'2016-05-24 21:27:01','2016-05-24 21:27:01','','Selena Grunchez - Symphony feat. Zara','','publish','closed','closed','','selena-grunchez-symphony-feat-zara','','','2017-10-27 16:36:48','2017-10-27 16:36:48','',0,'http://croma.irontemplates.com/nika/?post_type=video&#038;p=316',0,'video','',0),(318,3,'2016-05-24 21:27:44','2016-05-24 21:27:44','','Faylor Schmith - Too Good Goodbye','','publish','closed','closed','','faylor-schmith-too-good-goodbye','','','2017-10-27 16:36:48','2017-10-27 16:36:48','',0,'http://croma.irontemplates.com/nika/?post_type=video&#038;p=318',0,'video','',0),(320,3,'2017-05-24 21:28:13','2017-05-24 21:28:13','','Wyclef Puth - How Long [Official Video]','','publish','closed','closed','','wyclef-puth-how-long','','','2017-10-27 16:36:48','2017-10-27 16:36:48','',0,'http://croma.irontemplates.com/nika/?post_type=video&#038;p=320',0,'video','',0),(322,3,'2017-05-24 21:28:53','2017-05-24 21:28:53','','Mark Sheeran - Shade of you [Official Video]','','publish','closed','closed','','mark-sheeran-shade-of-you','','','2017-10-27 16:36:48','2017-10-27 16:36:48','',0,'http://croma.irontemplates.com/nika/?post_type=video&#038;p=322',0,'video','',0),(532,3,'2018-07-10 20:00:14','2018-07-10 20:00:14','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','Shockelm Music Show','','publish','closed','closed','','shockelm-music-show','','','2018-11-29 17:52:28','2018-11-29 17:52:28','',0,'http://croma.irontemplates.com/thegrid/?post_type=event&#038;p=532',0,'event','',0),(540,3,'2019-05-09 20:00:31','2019-05-09 20:00:31','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','Free session Jam','','publish','closed','closed','','free-session-jam','','','2018-11-29 17:51:13','2018-11-29 17:51:13','',0,'http://croma.irontemplates.com/thegrid/?post_type=event&#038;p=540',0,'event','',0),(542,3,'2019-02-08 20:00:33','2019-02-08 20:00:33','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','CMJ Parkside Festival','','publish','closed','closed','','cmj-parkside-festival','','','2018-11-29 17:52:02','2018-11-29 17:52:02','',0,'http://croma.irontemplates.com/thegrid/?post_type=event&#038;p=542',0,'event','',0),(544,3,'2018-10-06 20:00:30','2018-10-06 20:00:30','[vc_row][vc_column][vc_column_text]Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.[/vc_column_text][vc_single_image image=\"1548\" img_size=\"full\" alignment=\"center\" img_fullwidth=\"0\" css=\".vc_custom_1508960193207{margin-top: 50px !important;margin-bottom: 100px !important;}\"][/vc_column][/vc_row]','Acoustic Performance','','publish','closed','closed','','acoustic-performance','','','2018-08-22 19:41:36','2018-08-22 19:41:36','',0,'http://croma.irontemplates.com/thegrid/?post_type=event&#038;p=544',0,'event','',0),(546,3,'2019-03-04 20:00:47','2019-03-04 20:00:47','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','MTV One Festival','','publish','closed','closed','','mtv-one-festival','','','2018-11-29 17:51:55','2018-11-29 17:51:55','',0,'http://croma.irontemplates.com/thegrid/?post_type=event&#038;p=546',0,'event','',0),(548,3,'2019-04-10 21:00:10','2019-04-10 21:00:10','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','The Music Awards','','publish','closed','closed','','the-music-awards','','','2018-11-29 17:51:44','2018-11-29 17:51:44','',0,'http://croma.irontemplates.com/thegrid/?post_type=event&#038;p=548',0,'event','',0),(549,3,'2019-01-10 20:00:50','2019-01-10 20:00:50','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','Performance\'s Night - Free','','publish','closed','closed','','performance-night-free','','','2018-11-29 17:52:10','2018-11-29 17:52:10','',0,'http://croma.irontemplates.com/thegrid/?post_type=event&#038;p=549',0,'event','',0),(550,3,'2018-12-10 20:00:09','2018-12-10 20:00:09','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene','Soundbyte festival','','publish','closed','closed','','soundbyte-festival','','','2018-11-29 17:45:46','2018-11-29 17:45:46','',0,'http://croma.irontemplates.com/thegrid/?post_type=event&#038;p=550',0,'event','',0),(551,3,'2018-08-10 20:00:55','2018-08-10 20:00:55','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','Frankfort Igloo Festival','','publish','closed','closed','','frankfort-igloo-festival','','','2018-11-29 17:52:21','2018-11-29 17:52:21','',0,'http://croma.irontemplates.com/thegrid/?post_type=event&#038;p=551',0,'event','',0),(552,3,'2018-06-02 20:00:06','2018-06-02 20:00:06','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','NYC Music Awards','','publish','closed','closed','','nyc-music-awards','','','2018-11-29 17:52:36','2018-11-29 17:52:36','',0,'http://croma.irontemplates.com/thegrid/?post_type=event&#038;p=552',0,'event','',0),(560,3,'2016-11-09 20:53:23','2016-11-09 20:53:23','','event_01_micheal_thompson1321','','inherit','closed','closed','','event_01_micheal_thompson1321','','','2016-11-09 20:53:23','2016-11-09 20:53:23','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/event_01_micheal_thompson1321.jpg',0,'attachment','image/jpeg',0),(561,3,'2016-11-09 20:53:26','2016-11-09 20:53:26','','event_02_smulligannn1321','','inherit','closed','closed','','event_02_smulligannn1321','','','2016-11-09 20:53:26','2016-11-09 20:53:26','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/event_02_smulligannn1321.jpg',0,'attachment','image/jpeg',0),(562,3,'2016-11-09 20:53:28','2016-11-09 20:53:28','','event_03_spablab1321','','inherit','closed','closed','','event_03_spablab1321','','','2016-11-09 20:53:28','2016-11-09 20:53:28','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/event_03_spablab1321.jpg',0,'attachment','image/jpeg',0),(563,3,'2016-11-09 20:53:30','2016-11-09 20:53:30','','event_04_room1221321','','inherit','closed','closed','','event_04_room1221321','','','2016-11-09 20:53:30','2016-11-09 20:53:30','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/event_04_room1221321.jpg',0,'attachment','image/jpeg',0),(564,3,'2016-11-09 20:53:32','2016-11-09 20:53:32','','event-051','','inherit','closed','closed','','event-051','','','2016-11-09 20:53:32','2016-11-09 20:53:32','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/event-051.jpg',0,'attachment','image/jpeg',0),(646,2,'2016-10-10 16:12:20','2016-10-10 16:12:20','<p style=\"text-align: center;\"><iframe src=\"https://open.spotify.com/embed/album/2hyDesSAYNefikDJXlqhPE\" width=\"100%\" height=\"600px\" frameborder=\"0\"></iframe></p>','A Spotify Album','','publish','closed','closed','','spotify-album','','','2018-12-18 19:11:57','2018-12-18 19:11:57','',0,'https://demo.sonaar.io/soundman/?post_type=album&#038;p=646',9,'album','',0),(713,3,'2016-11-10 21:14:48','2016-11-10 21:14:48','','download_button','','inherit','closed','closed','','download_button','','','2016-11-10 21:14:48','2016-11-10 21:14:48','',40,'https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/download_button.png',0,'attachment','image/png',0),(735,3,'2016-11-10 22:28:56','2016-11-10 22:28:56','<label>Your Name (required)</label>\r\n    [text* your-name] \r\n\r\n<label>Your Email (required)</label>\r\n    [email* your-email]\r\n\r\n<label>Subject</label>\r\n    [text your-subject]\r\n\r\n<label>Your Message</label>\r\n    [textarea your-message]\r\n\r\n[submit \"Send\"]\n1\nPremium Music Wordpress Theme \"[your-subject]\"\n[your-name] <email@yourdomain.com>\ninfo@yourdomain.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on the website\nReply-To: [your-email]\n\n\n\n\nCroma | Lowtempo - Premium Music Wordpress Theme \"[your-subject]\"\nCroma | Lowtempo - Premium Music Wordpress Theme <wordpress@croma.irontemplates.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Croma | Lowtempo - Premium Music Wordpress Theme (https://cactusmoonshinepublishing.com)\nReply-To: info@motionindesign.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact','','publish','closed','closed','','contact','','','2018-11-30 21:12:59','2018-11-30 21:12:59','',0,'https://cactusmoonshinepublishing.com/?post_type=wpcf7_contact_form&#038;p=735',0,'wpcf7_contact_form','',0),(784,3,'2016-06-28 17:36:55','2016-06-28 17:36:55','','Variation #617 of Auto Draft','','publish','closed','closed','','product-615-variation','','','2016-06-28 17:36:55','2016-06-28 17:36:55','',0,'http://croma.irontemplates.com/themoons/product_variation/product-615-variation/',1,'product_variation','',0),(785,3,'2016-06-28 17:40:27','2016-06-28 17:40:27','','Variation #621 of T-Shirt Apex: Black','','publish','closed','closed','','product-619-variation','','','2016-06-28 17:40:27','2016-06-28 17:40:27','',0,'http://croma.irontemplates.com/themoons/product_variation/product-619-variation/',1,'product_variation','',0),(786,3,'2016-06-28 17:41:48','2016-06-28 17:41:48','','Variation #625 of T-Shirt Apex: Black X','','publish','closed','closed','','product-622-variation','','','2016-06-28 17:41:48','2016-06-28 17:41:48','',0,'http://croma.irontemplates.com/themoons/product_variation/product-622-variation/',1,'product_variation','',0),(787,3,'2016-06-28 17:43:38','2016-06-28 17:43:38','','Variation #627 of T-Shirt Apex: White 2016','','publish','closed','closed','','product-626-variation','','','2016-06-28 17:43:38','2016-06-28 17:43:38','',0,'http://croma.irontemplates.com/themoons/product_variation/product-626-variation/',1,'product_variation','',0),(796,2,'2016-11-15 17:24:46','2016-11-15 17:24:46','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2018-05-11 17:05:42','2018-05-11 17:05:42','',0,'https://cactusmoonshinepublishing.com/?page_id=796',42,'page','',0),(798,2,'2016-11-15 17:25:31','2016-11-15 17:25:31','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2018-05-11 17:05:42','2018-05-11 17:05:42','',0,'https://cactusmoonshinepublishing.com/?page_id=798',43,'page','',0),(800,2,'2016-11-15 17:26:21','2016-11-15 17:26:21','','Shop','','publish','closed','closed','','shop','','','2018-05-11 17:05:42','2018-05-11 17:05:42','',0,'https://cactusmoonshinepublishing.com/?page_id=800',41,'page','',0),(827,2,'2017-02-07 19:34:00','2017-02-07 19:34:00','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/outlander-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Horizon </h1>\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Horizon\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/outlander-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Somera </h1>\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"What you wanna hear\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Somera\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/outlander-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Moodburst </h1>\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Moodburst\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>','Music - List','','publish','closed','closed','','music-list','','','2018-11-30 20:11:57','2018-11-30 20:11:57','',0,'https://cactusmoonshinepublishing.com/?page_id=827',16,'page','',0),(831,2,'2017-02-07 20:00:53','2017-02-07 20:00:53','[rev_slider alias=\"music-slider\"][/rev_slider]','Music - Slider','','publish','closed','closed','','music-slider','','','2018-12-05 23:03:35','2018-12-05 23:03:35','',0,'https://cactusmoonshinepublishing.com/?page_id=831',17,'page','',0),(836,2,'2017-02-13 20:43:00','2017-02-13 20:43:00','[ess_grid alias=\"events-grid\"][/ess_grid]','Events - Grid','','publish','closed','closed','','tour-grid','','','2018-12-05 23:06:29','2018-12-05 23:06:29','',0,'https://cactusmoonshinepublishing.com/?page_id=836',5,'page','',0),(850,2,'2017-02-14 18:49:38','2017-02-14 18:49:38','[iron_events number=\"\" filter=\"past\" enable_artists_filter=\"\" artists_filter=\"\"]','Past Events','','publish','closed','closed','','past-events','','','2018-12-19 17:51:25','2018-12-19 17:51:25','',0,'https://cactusmoonshinepublishing.com/?page_id=850',9,'page','',0),(902,2,'2017-02-22 05:10:56','2017-02-22 05:10:56','[ess_grid alias=\"artists-grid-boxed\"][/ess_grid]','Artists - Grid','','publish','closed','closed','','artists-grid','','','2018-12-05 23:10:23','2018-12-05 23:10:23','',0,'https://cactusmoonshinepublishing.com/?page_id=902',20,'page','',0),(983,3,'2017-04-14 15:59:46','2017-04-14 15:59:46','','event01','','inherit','closed','closed','','event01','','','2017-04-14 15:59:46','2017-04-14 15:59:46','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/event01.jpg',0,'attachment','image/jpeg',0),(984,3,'2017-04-14 15:59:47','2017-04-14 15:59:47','','Guitar Heroes Flyer','','inherit','closed','closed','','guitar-heroes-flyer','','','2017-04-14 15:59:47','2017-04-14 15:59:47','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/event05.jpg',0,'attachment','image/jpeg',0),(985,3,'2017-04-14 15:59:49','2017-04-14 15:59:49','','Guitar Heroes Flyer','','inherit','closed','closed','','guitar-heroes-flyer-2','','','2017-04-14 15:59:49','2017-04-14 15:59:49','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/event06.jpg',0,'attachment','image/jpeg',0),(989,2,'2017-04-19 20:23:17','2017-04-19 20:23:17','[ess_grid alias=\"instagram\"][/ess_grid]','Gallery - Instagram','','publish','closed','closed','','gallery-instagram','','','2018-12-05 23:08:33','2018-12-05 23:08:33','',0,'https://cactusmoonshinepublishing.com/?page_id=989',24,'page','',0),(1011,2,'2017-10-18 20:54:00','2017-10-18 20:54:00','<img width=\"135\" height=\"43\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/logo-soundman-dark.png\" alt=\"\" />											\n							<a href=\"https://twitter.com/\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"https://facebook.com/\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"https://youtube.com/\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','publish','closed','closed','','2','','','2018-12-18 20:49:04','2018-12-18 20:49:04','',0,'https://cactusmoonshinepublishing.com/?post_type=block&#038;p=1011',0,'block','',0),(1143,2,'2017-02-22 00:00:00','2017-02-22 00:00:00','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','DJ Sonaar','','publish','closed','closed','','dj-sonaar','','','2018-12-03 21:12:39','2018-12-03 21:12:39','',0,'https://cactusmoonshinepublishing.com/artist/dj-lowtempo/',0,'artist','',0),(1146,2,'2017-02-22 00:00:00','2017-02-22 00:00:00','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h2>ULTRASONIC</h2>		\n			<h3>Electro | Hip-hop | Drum & Bass</h3>		\n				<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>','Ultrasonic','','publish','closed','closed','','ultrasonic','','','2018-12-19 17:49:20','2018-12-19 17:49:20','',0,'https://cactusmoonshinepublishing.com/artist/dj-eklypse/',0,'artist','',0),(1148,2,'2017-02-22 00:00:00','2017-02-22 00:00:00','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Galapaghost','','publish','closed','closed','','galapaghost','','','2018-12-18 22:11:20','2018-12-18 22:11:20','',0,'https://cactusmoonshinepublishing.com/artist/bahamas/',0,'artist','',0),(1175,2,'2017-02-22 00:00:00','2017-02-22 00:00:00','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Maskatomb','','publish','open','open','','maskatomb','','','2018-12-18 22:12:28','2018-12-18 22:12:28','',0,'https://cactusmoonshinepublishing.com/artist/half-sun-run/',0,'artist','',0),(1177,2,'2017-04-04 00:00:00','2017-04-04 00:00:00','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/Raymayor_wide-o0pmdz1h9zbdovxmc3lsxtbx1ohhken2n2e73zk2n8.jpg\" title=\"Raymayor_wide\" alt=\"Raymayor_wide\" />											\n			<h1>RAYMAYOR</h1>		\n			<h3>Biography</h3>		\n			<h3>Passion never dies. It grows</h3>		\n			<h3>Stay Hungry and Strong</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.</p>		\n			<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Raymayor','','publish','closed','closed','','raymayor','','','2018-12-19 17:40:04','2018-12-19 17:40:04','',0,'https://cactusmoonshinepublishing.com/artist/thevoice/',0,'artist','',0),(1179,2,'2017-04-04 00:00:00','2017-04-04 00:00:00','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Diamond','','publish','open','open','','diamond','','','2018-12-18 22:10:38','2018-12-18 22:10:38','',0,'https://cactusmoonshinepublishing.com/artist/matt-ryder/',0,'artist','',0),(1181,2,'2017-04-04 00:00:00','2017-04-04 00:00:00','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Above the Ground','','publish','open','open','','above-the-ground','','','2018-12-18 22:08:29','2018-12-18 22:08:29','',0,'https://cactusmoonshinepublishing.com/artist/abel-sheram/',0,'artist','',0),(1188,2,'2017-04-04 00:00:00','2017-04-04 00:00:00','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Caroline','','publish','open','open','','caroline','','','2018-12-18 22:09:45','2018-12-18 22:09:45','',0,'https://cactusmoonshinepublishing.com/artist/fkyago/',0,'artist','',0),(1190,2,'2017-04-04 00:00:00','2017-04-04 00:00:00','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','publish','open','open','','indiana','','','2018-12-19 17:41:28','2018-12-19 17:41:28','',0,'https://cactusmoonshinepublishing.com/artist/felix-cartel/',0,'artist','',0),(1192,2,'2017-04-04 00:00:00','2017-04-04 00:00:00','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Herbalizer','','publish','closed','closed','','herbalizer','','','2018-12-18 22:11:53','2018-12-18 22:11:53','',0,'https://cactusmoonshinepublishing.com/artist/dj-capital/',0,'artist','',0),(1194,2,'2017-04-04 00:00:00','2017-04-04 00:00:00','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Wyclef','','publish','closed','closed','','wyclef','','','2018-12-18 22:13:07','2018-12-18 22:13:07','',0,'https://cactusmoonshinepublishing.com/artist/lost-and-crew/',0,'artist','',0),(1196,2,'2017-04-04 00:00:00','2017-04-04 00:00:00','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Adele','','publish','closed','closed','','adele','','','2018-12-18 22:09:10','2018-12-18 22:09:10','',0,'https://cactusmoonshinepublishing.com/artist/koops-island/',0,'artist','',0),(1218,2,'2017-04-05 00:00:00','2017-04-05 00:00:00','','Voyante','','publish','closed','closed','','voyante','','','2018-12-18 18:53:31','2018-12-18 18:53:31','',0,'https://demo.sonaar.io/soundman/playlist/trailblazers/',0,'album','',0),(1227,2,'2017-10-19 21:45:04','2017-10-19 21:45:04','[ess_grid alias=\"music-grid-boxed\"][/ess_grid]','Music - Grid','','publish','closed','closed','','music-grid','','','2018-12-05 23:04:28','2018-12-05 23:04:28','',0,'https://cactusmoonshinepublishing.com/?page_id=1227',13,'page','',0),(1229,2,'2017-10-19 21:45:59','2017-10-19 21:45:59','[ess_grid alias=\"music-grid-filters\"][/ess_grid]','Music - Filters','','publish','closed','closed','','music-filters','','','2018-12-05 23:05:10','2018-12-05 23:05:10','',0,'https://cactusmoonshinepublishing.com/?page_id=1229',14,'page','',0),(1233,2,'2017-10-19 21:49:47','2017-10-19 21:49:47','[ess_grid alias=\"music-grid-boxed\"][/ess_grid]','Music - Fullwidth','','publish','closed','closed','','music-fullwidth','','','2018-12-05 23:04:49','2018-12-05 23:04:49','',0,'https://cactusmoonshinepublishing.com/?page_id=1233',15,'page','',0),(1306,1,'2017-11-07 20:45:48','2017-11-07 20:45:48','<p>\r\n	<input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\r\n</p>\r\n\r\n<p>\r\n	<input type=\"submit\" value=\"Sign up\" />\r\n</p>','Newsletter','','publish','closed','closed','','newsletter','','','2017-11-07 20:45:48','2017-11-07 20:45:48','',0,'https://cactusmoonshinepublishing.com/mc4wp-form/newsletter/',0,'mc4wp-form','',0),(1343,2,'2017-10-23 15:23:47','2017-10-23 15:23:47','','djsonaar_signature','','inherit','closed','closed','','djsonaar_signature','','','2017-10-23 15:23:47','2017-10-23 15:23:47','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/djsonaar_signature.png',0,'attachment','image/png',0),(1381,2,'2017-10-23 21:52:39','2017-10-23 21:52:39','','eyesofus','','inherit','closed','closed','','eyesofus','','','2017-10-23 21:52:39','2017-10-23 21:52:39','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/eyesofus.jpg',0,'attachment','image/jpeg',0),(1414,2,'2017-10-25 15:31:28','2017-10-25 15:31:28','','Abovetheground_square','','inherit','closed','closed','','abovetheground_square','','','2017-10-25 15:31:28','2017-10-25 15:31:28','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Abovetheground_square.jpg',0,'attachment','image/jpeg',0),(1415,2,'2017-10-25 15:31:29','2017-10-25 15:31:29','','Abovetheground_wide','','inherit','closed','closed','','abovetheground_wide','','','2017-10-25 15:31:29','2017-10-25 15:31:29','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Abovetheground_wide.jpg',0,'attachment','image/jpeg',0),(1416,2,'2017-10-25 15:31:30','2017-10-25 15:31:30','','Caroline_square','','inherit','closed','closed','','caroline_square','','','2017-10-25 15:31:30','2017-10-25 15:31:30','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Caroline_square.jpg',0,'attachment','image/jpeg',0),(1417,2,'2017-10-25 15:31:31','2017-10-25 15:31:31','','Caroline_wide','','inherit','closed','closed','','caroline_wide','','','2017-10-25 15:31:31','2017-10-25 15:31:31','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Caroline_wide.jpg',0,'attachment','image/jpeg',0),(1418,2,'2017-10-25 15:31:32','2017-10-25 15:31:32','','Diamond_square','','inherit','closed','closed','','diamond_square','','','2017-10-25 15:31:32','2017-10-25 15:31:32','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Diamond_square.jpg',0,'attachment','image/jpeg',0),(1419,2,'2017-10-25 15:31:33','2017-10-25 15:31:33','','Diamond_wide','','inherit','closed','closed','','diamond_wide','','','2017-10-25 15:31:33','2017-10-25 15:31:33','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Diamond_wide.jpg',0,'attachment','image/jpeg',0),(1420,2,'2017-10-25 15:31:34','2017-10-25 15:31:34','','DjSonaar_square','','inherit','closed','closed','','djsonaar_square','','','2017-10-25 15:31:34','2017-10-25 15:31:34','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/DjSonaar_square.jpg',0,'attachment','image/jpeg',0),(1421,2,'2017-10-25 15:31:34','2017-10-25 15:31:34','','DjSonaar_wide','','inherit','closed','closed','','djsonaar_wide','','','2017-10-25 15:31:34','2017-10-25 15:31:34','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/DjSonaar_wide.jpg',0,'attachment','image/jpeg',0),(1422,2,'2017-10-25 15:31:35','2017-10-25 15:31:35','','Galapaghost_square','','inherit','closed','closed','','galapaghost_square','','','2017-10-25 15:31:35','2017-10-25 15:31:35','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Galapaghost_square.jpg',0,'attachment','image/jpeg',0),(1423,2,'2017-10-25 15:31:36','2017-10-25 15:31:36','','Galapaghost_wide','','inherit','closed','closed','','galapaghost_wide','','','2017-10-25 15:31:36','2017-10-25 15:31:36','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Galapaghost_wide.jpg',0,'attachment','image/jpeg',0),(1424,2,'2017-10-25 15:31:36','2017-10-25 15:31:36','','maskatomb_square','','inherit','closed','closed','','maskatomb_square','','','2017-10-25 15:31:36','2017-10-25 15:31:36','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/maskatomb_square.jpg',0,'attachment','image/jpeg',0),(1425,2,'2017-10-25 15:31:37','2017-10-25 15:31:37','','maskatomb_wide','','inherit','closed','closed','','maskatomb_wide','','','2017-10-25 15:31:37','2017-10-25 15:31:37','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/maskatomb_wide.jpg',0,'attachment','image/jpeg',0),(1426,2,'2017-10-25 15:31:38','2017-10-25 15:31:38','','Raymayor_square','','inherit','closed','closed','','raymayor_square','','','2017-10-25 15:31:38','2017-10-25 15:31:38','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Raymayor_square.jpg',0,'attachment','image/jpeg',0),(1427,2,'2017-10-25 15:31:38','2017-10-25 15:31:38','','Raymayor_wide','','inherit','closed','closed','','raymayor_wide','','','2017-10-25 15:31:38','2017-10-25 15:31:38','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Raymayor_wide.jpg',0,'attachment','image/jpeg',0),(1428,2,'2017-10-25 15:31:39','2017-10-25 15:31:39','','Ultrasonic_square','','inherit','closed','closed','','ultrasonic_square','','','2017-10-25 15:31:39','2017-10-25 15:31:39','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Ultrasonic_square.jpg',0,'attachment','image/jpeg',0),(1429,2,'2017-10-25 15:31:40','2017-10-25 15:31:40','','Ultrasonic_wide','','inherit','closed','closed','','ultrasonic_wide','','','2017-10-25 15:31:40','2017-10-25 15:31:40','',1143,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Ultrasonic_wide.jpg',0,'attachment','image/jpeg',0),(1460,2,'2017-10-25 16:49:30','2017-10-25 16:49:30','','adele_square','','inherit','closed','closed','','adele_square','','','2017-10-25 16:49:30','2017-10-25 16:49:30','',1190,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/adele_square.jpg',0,'attachment','image/jpeg',0),(1461,2,'2017-10-25 16:49:31','2017-10-25 16:49:31','','adele_wide','','inherit','closed','closed','','adele_wide','','','2017-10-25 16:49:31','2017-10-25 16:49:31','',1190,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/adele_wide.jpg',0,'attachment','image/jpeg',0),(1462,2,'2017-10-25 16:49:32','2017-10-25 16:49:32','','Indiana_square','','inherit','closed','closed','','indiana_square','','','2017-10-25 16:49:32','2017-10-25 16:49:32','',1190,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Indiana_square.jpg',0,'attachment','image/jpeg',0),(1463,2,'2017-10-25 16:49:33','2017-10-25 16:49:33','','Indiana_wide','','inherit','closed','closed','','indiana_wide','','','2017-10-25 16:49:33','2017-10-25 16:49:33','',1190,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Indiana_wide.jpg',0,'attachment','image/jpeg',0),(1464,2,'2017-10-25 16:49:34','2017-10-25 16:49:34','','Wyclef_square','','inherit','closed','closed','','wyclef_square','','','2017-10-25 16:49:34','2017-10-25 16:49:34','',1190,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Wyclef_square.jpg',0,'attachment','image/jpeg',0),(1465,2,'2017-10-25 16:49:34','2017-10-25 16:49:34','','Wyclef_wide','','inherit','closed','closed','','wyclef_wide','','','2017-10-25 16:49:34','2017-10-25 16:49:34','',1190,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Wyclef_wide.jpg',0,'attachment','image/jpeg',0),(1466,2,'2017-10-25 16:49:35','2017-10-25 16:49:35','','Herbalizer_square','','inherit','closed','closed','','herbalizer_square','','','2017-10-25 16:49:35','2017-10-25 16:49:35','',1190,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Herbalizer_square.jpg',0,'attachment','image/jpeg',0),(1467,2,'2017-10-25 16:49:36','2017-10-25 16:49:36','','Herbalizer_wide','','inherit','closed','closed','','herbalizer_wide','','','2017-10-25 16:49:36','2017-10-25 16:49:36','',1190,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Herbalizer_wide.jpg',0,'attachment','image/jpeg',0),(1516,2,'2017-10-25 18:48:49','2017-10-25 18:48:49','<h2>Upcoming Events</h2>		\n		[iron_events number=\"3\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"\"]		\n			<h2>Past Events</h2>		\n		[iron_events number=\"3\" filter=\"past\" enable_artists_filter=\"\" artists_filter=\"\"]','Events + Past Events','','publish','closed','closed','','all-events','','','2018-12-19 17:52:23','2018-12-19 17:52:23','',0,'https://cactusmoonshinepublishing.com/?page_id=1516',8,'page','',0),(1539,2,'2017-10-25 19:13:39','2017-10-25 19:13:39','[iron_bandsintown band_name=\"Ariana Grande\" background_color=\"rgba(255,255,255,0)\" button_color=\"#000000\" button_txt_color=\"#000000\" local_dates=\"\" past_dates=\"\" display_limit=\"10\"]','Events - Bandsintown','','publish','closed','closed','','events-bandsintown','','','2018-12-19 17:05:58','2018-12-19 17:05:58','',0,'https://cactusmoonshinepublishing.com/?page_id=1539',7,'page','',0),(1548,2,'2017-10-25 19:36:21','2017-10-25 19:36:21','','event_logos','','inherit','closed','closed','','event_logos-2','','','2017-10-25 19:36:21','2017-10-25 19:36:21','',532,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/07/event_logos-1.png',0,'attachment','image/png',0),(1630,2,'2017-10-25 20:55:03','2017-10-25 20:55:03','','demoimage2.jpg','','inherit','closed','closed','','demoimage2-jpg-5','','','2017-10-25 20:55:03','2017-10-25 20:55:03','',0,'https://cactusmoonshinepublishing.com/essential_grid/hand-crafted-premium-watch/demoimage2-jpg-5/',0,'attachment','image/jpeg',0),(1663,2,'2017-10-25 21:01:27','2017-10-25 21:01:27','[ess_grid alias=\"youtube-grid\"][/ess_grid]','Videos - Youtube Channel','','publish','closed','closed','','video-youtube-channel','','','2018-12-05 23:07:51','2018-12-05 23:07:51','',0,'https://cactusmoonshinepublishing.com/?page_id=1663',26,'page','',0),(1699,2,'2017-10-19 23:08:30','2017-10-19 23:08:30','Picanha ball tip prosciutto shoulder turducken pig alcatra chuck pork meatball cupim doner tenderloin filet mignon. Chicken landjaeger bresaola, rump shank frankfurter porchetta ham short ribs short loin filet mignon ribeye shoulder swine. Picanha spare ribs tongue leberkas chuck strip steak corned beef pork beef short loin ribeye. Ground round picanha pancetta sausage andouille jowl ball tip ribeye venison short ribs short loin prosciutto.','New DJ on the Sonaar Lineup','','publish','closed','closed','','new-dj-on-the-sonaar-lineup','','','2017-10-26 23:14:30','2017-10-26 23:14:30','',0,'https://cactusmoonshinepublishing.com/?p=1699',0,'post','',0),(1701,2,'2017-10-26 23:10:12','2017-10-26 23:10:12','Picanha ball tip prosciutto shoulder turducken pig alcatra chuck pork meatball cupim doner tenderloin filet mignon. Chicken landjaeger bresaola, rump shank frankfurter porchetta ham short ribs short loin filet mignon ribeye shoulder swine. Picanha spare ribs tongue leberkas chuck strip steak corned beef pork beef short loin ribeye. Ground round picanha pancetta sausage andouille jowl ball tip ribeye venison short ribs short loin prosciutto.','We are finalist @ the International Music Festival','','publish','closed','closed','','we-are-finalist-the-international-music-festival','','','2017-10-26 23:10:12','2017-10-26 23:10:12','',0,'https://cactusmoonshinepublishing.com/?p=1701',0,'post','',0),(1703,2,'2017-10-26 23:17:18','2017-10-26 23:17:18','[ess_grid alias=\"news-3-columns\"][/ess_grid]','News - 3 Columns','','publish','closed','closed','','news-3-columns','','','2018-12-05 23:07:20','2018-12-05 23:07:20','',0,'https://cactusmoonshinepublishing.com/?page_id=1703',39,'page','',0),(1711,2,'2017-10-27 00:59:21','2017-10-27 00:59:21','<section id=\"sr_it-grid-5bfd6a49e2bd5\"class=\"sr_it-grid column-2\" data-parallax=\"0\" data-column=\"2\" data-parallax-speed=\"[0,0,0]\"><article id=\"post-1218\">\n    <a title=\"Horizon\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/horizon/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Horizon</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2090\">\n    <a title=\"Somera\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/somera/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Somera</h1>\n		        		        DJ Sonaar\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2086\">\n    <a title=\"Moodburst\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/moodburst/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Moodburst</h1>\n		        		        Wyclef\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2098\">\n    <a title=\"Lights Out\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/lights-out/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/10/dicography2.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Lights Out</h1>\n		        		        Raymayor\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2083\">\n    <a title=\"Colorun\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/colorun/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/colorun.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Colorun</h1>\n		        		        Ultrasonic\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2093\">\n    <a title=\"Phoenix\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/phoenix/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Phoenix</h1>\n		        		        Maskatomb\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2080\">\n    <a title=\"Dust to Play\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/dust-to-play/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/09/Play-2.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Dust to Play</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2192\">\n    <a title=\"Prodigy Lyrics\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/prodigy-lyrics/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Prodigy Lyrics</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1756\">\n    <a title=\"A SoundCloud Album\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/soundcloud-album/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/a-soundcloud-album.jpg\"></img>\n		    <header>\n		    				    		<time>2018</time>\n		        <h1>A SoundCloud Album</h1>\n		        		        Diamond\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-646\">\n    <a title=\"A Spotify Album\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/spotify-album/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/a-spotify-album.jpg\"></img>\n		    <header>\n		    				    		<time>2018</time>\n		        <h1>A Spotify Album</h1>\n		        		        Diamond\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article></section>','Music - 2 Columns','','publish','closed','closed','','music-2-columns','','','2018-11-30 20:11:57','2018-11-30 20:11:57','',0,'https://cactusmoonshinepublishing.com/?page_id=1711',12,'page','',0),(1719,2,'2017-10-27 01:22:29','2017-10-27 01:22:29','<section id=\"sr_it-grid-5bfd6b8063be2\"class=\"sr_it-grid column-3\" data-parallax=\"yes\" data-column=\"3\" data-parallax-speed=\"[2, -2, 1]\"><article id=\"post-1218\">\n    <a title=\"Horizon\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/horizon/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Horizon</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2090\">\n    <a title=\"Somera\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/somera/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Somera</h1>\n		        		        DJ Sonaar\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2086\">\n    <a title=\"Moodburst\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/moodburst/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Moodburst</h1>\n		        		        Wyclef\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2098\">\n    <a title=\"Lights Out\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/lights-out/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/10/dicography2.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Lights Out</h1>\n		        		        Raymayor\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2083\">\n    <a title=\"Colorun\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/colorun/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/colorun.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Colorun</h1>\n		        		        Ultrasonic\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2093\">\n    <a title=\"Phoenix\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/phoenix/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Phoenix</h1>\n		        		        Maskatomb\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2080\">\n    <a title=\"Dust to Play\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/dust-to-play/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/09/Play-2.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Dust to Play</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2192\">\n    <a title=\"Prodigy Lyrics\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/prodigy-lyrics/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Prodigy Lyrics</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1756\">\n    <a title=\"A SoundCloud Album\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/soundcloud-album/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/a-soundcloud-album.jpg\"></img>\n		    <header>\n		    				    		<time>2018</time>\n		        <h1>A SoundCloud Album</h1>\n		        		        Diamond\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-646\">\n    <a title=\"A Spotify Album\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/spotify-album/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/a-spotify-album.jpg\"></img>\n		    <header>\n		    				    		<time>2018</time>\n		        <h1>A Spotify Album</h1>\n		        		        Diamond\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article></section>','Music - Parallax','','publish','closed','closed','','music-parallax','','','2018-11-30 20:11:57','2018-11-30 20:11:57','',0,'https://cactusmoonshinepublishing.com/?page_id=1719',11,'page','',0),(1733,2,'2017-10-27 14:05:47','2017-10-27 14:05:47','[ess_grid alias=\"artists-grid-boxed\"][/ess_grid]','Artists - Fullwidth','','publish','closed','closed','','artists-fullwidth','','','2018-12-05 23:10:56','2018-12-05 23:10:56','',0,'https://cactusmoonshinepublishing.com/?page_id=1733',21,'page','',0),(1737,2,'2017-10-27 14:08:31','2017-10-27 14:08:31','<section id=\"sr_it-grid-5bfd961c1bb14\"class=\"sr_it-grid column-3\" data-parallax=\"yes\" data-column=\"3\" data-parallax-speed=\"[2, -2, 1]\"><article id=\"post-1177\">\n    <a title=\"Raymayor\" href=\"https://demo.sonaar.io/outlander-elementor/artist/raymayor/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Raymayor_square.jpg\"></img>\n		    <header>\n		        <h1>Raymayor</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1179\">\n    <a title=\"Diamond\" href=\"https://demo.sonaar.io/outlander-elementor/artist/diamond/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Diamond_square.jpg\"></img>\n		    <header>\n		        <h1>Diamond</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1181\">\n    <a title=\"Above the Ground\" href=\"https://demo.sonaar.io/outlander-elementor/artist/above-the-ground/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Abovetheground_square.jpg\"></img>\n		    <header>\n		        <h1>Above the Ground</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1188\">\n    <a title=\"Caroline\" href=\"https://demo.sonaar.io/outlander-elementor/artist/caroline/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Caroline_square.jpg\"></img>\n		    <header>\n		        <h1>Caroline</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1190\">\n    <a title=\"Indiana\" href=\"https://demo.sonaar.io/outlander-elementor/artist/indiana/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Indiana_square.jpg\"></img>\n		    <header>\n		        <h1>Indiana</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1192\">\n    <a title=\"Herbalizer\" href=\"https://demo.sonaar.io/outlander-elementor/artist/herbalizer/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Herbalizer_square.jpg\"></img>\n		    <header>\n		        <h1>Herbalizer</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1194\">\n    <a title=\"Wyclef\" href=\"https://demo.sonaar.io/outlander-elementor/artist/wyclef/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Wyclef_square.jpg\"></img>\n		    <header>\n		        <h1>Wyclef</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1196\">\n    <a title=\"Adele\" href=\"https://demo.sonaar.io/outlander-elementor/artist/adele/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/adele_square.jpg\"></img>\n		    <header>\n		        <h1>Adele</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1143\">\n    <a title=\"DJ Sonaar\" href=\"https://demo.sonaar.io/outlander-elementor/artist/dj-sonaar/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/DjSonaar_square.jpg\"></img>\n		    <header>\n		        <h1>DJ Sonaar</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1146\">\n    <a title=\"Ultrasonic\" href=\"https://demo.sonaar.io/outlander-elementor/artist/ultrasonic/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Ultrasonic_square.jpg\"></img>\n		    <header>\n		        <h1>Ultrasonic</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1148\">\n    <a title=\"Galapaghost\" href=\"https://demo.sonaar.io/outlander-elementor/artist/galapaghost/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Galapaghost_square.jpg\"></img>\n		    <header>\n		        <h1>Galapaghost</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1175\">\n    <a title=\"Maskatomb\" href=\"https://demo.sonaar.io/outlander-elementor/artist/maskatomb/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/maskatomb_square.jpg\"></img>\n		    <header>\n		        <h1>Maskatomb</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article></section>','Artists - Parallax','','publish','closed','closed','','artists-parallax','','','2018-11-30 20:11:57','2018-11-30 20:11:57','',0,'https://cactusmoonshinepublishing.com/?page_id=1737',19,'page','',0),(1742,2,'2017-10-27 14:13:13','2017-10-27 14:13:13','[ess_grid alias=\"artists-grid-filters\"][/ess_grid]','Artists - Filters','','publish','closed','closed','','artists-filters','','','2018-12-05 23:10:43','2018-12-05 23:10:43','',0,'https://cactusmoonshinepublishing.com/?page_id=1742',18,'page','',0),(1747,2,'2017-10-27 15:24:26','2017-10-27 15:24:26','','a-soundcloud-album','','inherit','closed','closed','','a-soundcloud-album','','','2017-10-27 15:24:26','2017-10-27 15:24:26','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/a-soundcloud-album.jpg',0,'attachment','image/jpeg',0),(1748,2,'2017-10-27 15:24:27','2017-10-27 15:24:27','','a-spotify-album','','inherit','closed','closed','','a-spotify-album','','','2017-10-27 15:24:27','2017-10-27 15:24:27','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/a-spotify-album.jpg',0,'attachment','image/jpeg',0),(1756,2,'2016-10-10 16:12:20','2016-10-10 16:12:20','<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color=000000\"></iframe>','A SoundCloud Album','','publish','closed','closed','','soundcloud-album','','','2018-12-18 19:10:43','2018-12-18 19:10:43','',0,'https://demo.sonaar.io/soundman/playlist/a-spotify-album/',8,'album','',0),(1767,2,'2017-10-27 16:01:22','2017-10-27 16:01:22','<h3>ABOUT</h3>		\n			<h1>Sonaar & The Bands</h1>		\n			A journey that changed my life.		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/soundman-hero-o0pmzhkhpgrxnvcpvfqm9xsqq3o1dy1hkap7kgx5qw.jpg\" title=\"soundman-hero\" alt=\"soundman-hero\" />											\n			<h3>IT START WITH</h3>		\n			<h3>An Endless Passion for Music<br>\nFor Discovery, for People, for Life...</h3>		\n		<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.</p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. </p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis. </p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. </p>		\n										<img width=\"650\" height=\"915\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg 650w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar-397x559.jpg 397w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar-600x845.jpg 600w\" sizes=\"(max-width: 650px) 100vw, 650px\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 1','','publish','closed','closed','','about-example-1','','','2018-12-19 17:13:57','2018-12-19 17:13:57','',0,'https://cactusmoonshinepublishing.com/?page_id=1767',27,'page','',0),(1802,2,'2017-10-27 19:09:14','2017-10-27 19:09:14','<h1>i am Soundman</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','publish','closed','closed','','about-example-2','','','2018-12-19 17:18:00','2018-12-19 17:18:00','',0,'https://cactusmoonshinepublishing.com/?page_id=1802',28,'page','',0),(1835,2,'2017-10-27 20:41:53','2017-10-27 20:41:53','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/soundman-hero-o0pmzhkhpgqsqoo57adp7q4pyermu634dbpjijv7ns.jpg\" title=\"soundman-hero\" alt=\"soundman-hero\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 3','','publish','closed','closed','','about-example-3','','','2018-12-19 17:19:15','2018-12-19 17:19:15','',0,'https://cactusmoonshinepublishing.com/?page_id=1835',29,'page','',0),(1861,2,'2017-10-30 15:39:34','2017-10-30 15:39:34','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png\" sizes=\"(max-width: 620px) 100vw, 620px\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-600x948.png 600w\" alt=\"\" width=\"620\" height=\"980\" />\r\n<h3>Say Hello</h3>\r\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"735\" />\r\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"5.0.5\" />\r\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\r\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f735-o1\" />\r\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" /><label>Your Name (required)</label>\r\n<input name=\"your-name\" size=\"40\" type=\"text\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Your Email (required)</label>\r\n<input name=\"your-email\" size=\"40\" type=\"email\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Subject</label>\r\n<input name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" aria-invalid=\"false\" />\r\n\r\n<label>Your Message</label>\r\n<textarea cols=\"40\" name=\"your-message\" rows=\"10\" aria-invalid=\"false\"></textarea>\r\n\r\n<input type=\"submit\" value=\"Send\" />\r\n\r\n</form>','Contact - Example 2','','publish','closed','closed','','contact-example-2','','','2018-12-19 17:30:13','2018-12-19 17:30:13','',0,'https://cactusmoonshinepublishing.com/?page_id=1861',31,'page','',0),(1892,2,'2017-10-30 16:05:33','2017-10-30 16:05:33','<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 3','','publish','closed','closed','','contact-example-3','','','2018-12-19 17:33:40','2018-12-19 17:33:40','',0,'https://cactusmoonshinepublishing.com/?page_id=1892',32,'page','',0),(1938,2,'2017-10-30 17:53:53','2017-10-30 17:53:53','<h2>this website\nis coming\nsoon.</h2>\n<h2>We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned</h2>\n<form action=\"#\" id=\"sr-mailchimp-form-87a0b56\">\n					<label for=\"\"></label>\n<input type=\"email\" name=\"sr_mailchimp_email\" placeholder=\"Email\" required=\"required\">\n<button id=\"sr-subscribe-87a0b56\">\nSubscribe\n</button>\n</form>','Under Construction - Coming Soon Page','','publish','closed','closed','','under-construction-coming-soon-page','','','2019-12-30 05:20:55','2019-12-30 05:20:55','',0,'https://cactusmoonshinepublishing.com/?page_id=1938',2,'page','',0),(1940,2,'2017-10-30 17:54:11','2017-10-30 17:54:11','','No-footer','','publish','closed','closed','','no-footer','','','2017-10-30 17:54:11','2017-10-30 17:54:11','',0,'https://cactusmoonshinepublishing.com/?post_type=block&#038;p=1940',0,'block','',0),(1972,2,'2017-10-30 18:29:19','2017-10-30 18:29:19','','Coming Soon Page','','publish','closed','closed','','2-54','','','2019-12-30 05:16:39','2019-12-30 05:16:39','',0,'https://cactusmoonshinepublishing.com/?p=1972',1,'nav_menu_item','',0),(1986,2,'2017-10-30 19:18:29','2017-10-30 19:18:29','','Voyante','A lovingly crafted tribute to one of NYC\'s biggest influences featuring lush orchestral arrangements from DJ Sonaar. This is fresh and powerful.','publish','open','closed','','voyante','','','2018-12-18 22:00:05','2018-12-18 22:00:05','',0,'https://cactusmoonshinepublishing.com/?post_type=product&#038;p=1986',0,'product','',2),(2080,2,'2017-04-05 00:00:00','2017-04-05 00:00:00','','Up North','','publish','closed','closed','','upnorth','','','2018-12-18 18:56:00','2018-12-18 18:56:00','',0,'https://demo.sonaar.io/soundman/playlist/horizon-2/',6,'album','',0),(2083,2,'2017-04-05 00:00:00','2017-04-05 00:00:00','','Sonaar','','publish','closed','closed','','sonaar','','','2018-12-18 18:55:12','2018-12-18 18:55:12','',0,'https://demo.sonaar.io/soundman/playlist/copy-of-horizon/',4,'album','',0),(2086,2,'2017-04-05 00:00:00','2017-04-05 00:00:00','','Gloria','','publish','closed','closed','','gloria','','','2018-12-18 18:54:22','2018-12-18 18:54:22','',0,'https://demo.sonaar.io/soundman/playlist/copy-of-horizon/',2,'album','',0),(2090,2,'2017-04-05 00:00:00','2017-04-05 00:00:00','','Tiger','','publish','closed','closed','','tiger','','','2018-12-18 18:54:01','2018-12-18 18:54:01','',0,'https://demo.sonaar.io/soundman/playlist/copy-of-horizon/',1,'album','',0),(2093,2,'2017-04-05 00:00:00','2017-04-05 00:00:00','','Dream','','publish','closed','closed','','dream','','','2018-12-18 18:55:39','2018-12-18 18:55:39','',0,'https://demo.sonaar.io/soundman/playlist/copy-of-moodburst/',5,'album','',0),(2098,2,'2017-04-05 00:00:00','2017-04-05 00:00:00','','Infamous','','publish','closed','closed','','infamous','','','2018-12-18 18:54:40','2018-12-18 18:54:40','',0,'https://demo.sonaar.io/soundman/playlist/copy-of-colorun/',3,'album','',0),(2123,2,'2017-10-30 19:18:29','2017-10-30 19:18:29','','Up North','A lovingly crafted tribute to one of NYC\'s biggest influences featuring lush orchestral arrangements from DJ Sonaar. This is fresh and powerful.','publish','open','closed','','up-north','','','2018-12-18 22:02:42','2018-12-18 22:02:42','',0,'https://cactusmoonshinepublishing.com/product/copy-of-horizon/',0,'product','',2),(2124,2,'2017-10-30 19:18:29','2017-10-30 19:18:29','','Tiger','A lovingly crafted tribute to one of NYC\'s biggest influences featuring lush orchestral arrangements from DJ Sonaar. This is fresh and powerful.','publish','open','closed','','tiger','','','2018-12-18 22:03:27','2018-12-18 22:03:27','',0,'https://cactusmoonshinepublishing.com/product/copy-of-somera-album/',0,'product','',2),(2125,2,'2017-10-30 19:18:29','2017-10-30 19:18:29','','Sonaar','A lovingly crafted tribute to one of NYC\'s biggest influences featuring lush orchestral arrangements from DJ Sonaar. This is fresh and powerful.','publish','open','closed','','sonaar','','','2018-12-18 22:04:01','2018-12-18 22:04:01','',0,'https://cactusmoonshinepublishing.com/product/copy-of-phoenix-album/',0,'product','',2),(2135,2,'2017-11-01 18:04:49','2017-11-01 18:04:49','https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/cropped-favicon.png','cropped-favicon.png','','inherit','closed','closed','','cropped-favicon-png','','','2017-11-01 18:04:49','2017-11-01 18:04:49','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/cropped-favicon.png',0,'attachment','image/png',0),(2192,2,'2017-04-05 00:00:00','2017-04-05 00:00:00','','My Name Is Sonaar','','publish','closed','closed','','my-name-is-sonaar','','','2018-12-18 18:58:20','2018-12-18 18:58:20','',0,'https://demo.sonaar.io/soundman/playlist/copy-of-horizon/',7,'album','',0),(2651,2,'2017-11-21 21:14:35','2017-11-21 21:14:35','<h2>Your site Title</h2>\r\n<h2>official website</h2>\r\n<a role=\"button\" href=\"../\">\r\nEnter website\r\n</a>','Video Landing Page','','publish','closed','closed','','video-landing-page','','','2018-11-29 00:31:05','2018-11-29 00:31:05','',0,'https://cactusmoonshinepublishing.com/?page_id=2651',4,'page','',0),(2663,2,'2017-11-28 16:47:03','2017-11-28 16:47:03','[ess_grid alias=\"musicgrid-clickandplay\"][/ess_grid]','Music - Click & Play','','publish','closed','closed','','music-click-play','','','2018-12-05 23:04:00','2018-12-05 23:04:00','',0,'https://cactusmoonshinepublishing.com/?page_id=2663',10,'page','',0),(3050,2,'2016-11-08 21:23:14','2016-11-08 21:23:14','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','publish','closed','closed','','home-elementor','','','2018-12-19 18:38:02','2018-12-19 18:38:02','',0,'https://cactusmoonshinepublishing.com/copy-of-home/',1,'page','',0),(3095,2,'2018-11-26 23:37:17','2018-11-26 23:37:17','<ul>\n							<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										SOUNDCLOUD\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										INSTAGRAM\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										FACEBOOK\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										YOUTUBE\n											</a>\n									</li>\n						</ul>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-11-26 23:37:17','2018-11-26 23:37:17','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3096,2,'2018-11-26 23:37:17','2018-11-26 23:37:17','<ul>\n							<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										SOUNDCLOUD\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										INSTAGRAM\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										FACEBOOK\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										YOUTUBE\n											</a>\n									</li>\n						</ul>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-11-26 23:37:17','2018-11-26 23:37:17','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3099,2,'2018-11-27 15:36:02','2018-11-27 15:36:02','','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-27 15:36:02','2018-11-27 15:36:02','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3100,2,'2018-11-27 15:38:03','2018-11-27 15:38:03','<img width=\"1024\" height=\"576\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-1024x576.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-1024x576.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-559x314.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-768x432.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-600x338.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-27 15:38:03','2018-11-27 15:38:03','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3101,2,'2018-11-27 15:38:22','2018-11-27 15:38:22','<img width=\"1024\" height=\"576\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-1024x576.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-1024x576.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-559x314.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-768x432.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-600x338.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-27 15:38:22','2018-11-27 15:38:22','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3103,2,'2018-11-27 15:40:16','2018-11-27 15:40:16','<img width=\"1024\" height=\"576\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-1024x576.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-1024x576.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-559x314.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-768x432.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6-600x338.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-6.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-27 15:40:16','2018-11-27 15:40:16','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3104,2,'2018-11-27 15:42:13','2018-11-27 15:42:13','','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-27 15:42:13','2018-11-27 15:42:13','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3275,2,'2018-11-28 16:05:59','2018-11-28 16:05:59','<ul>\n							<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										SOUNDCLOUD\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										INSTAGRAM\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										FACEBOOK\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										YOUTUBE\n											</a>\n									</li>\n						</ul>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-11-28 16:05:59','2018-11-28 16:05:59','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3367,2,'2018-11-29 17:45:46','2018-11-29 17:45:46','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene','Soundbyte festival','','inherit','closed','closed','','550-revision-v1','','','2018-11-29 17:45:46','2018-11-29 17:45:46','',550,'https://cactusmoonshinepublishing.com/550-revision-v1/',0,'revision','',0),(3368,2,'2018-11-29 17:51:13','2018-11-29 17:51:13','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','Free session Jam','','inherit','closed','closed','','540-revision-v1','','','2018-11-29 17:51:13','2018-11-29 17:51:13','',540,'https://cactusmoonshinepublishing.com/540-revision-v1/',0,'revision','',0),(3369,2,'2018-11-29 17:51:44','2018-11-29 17:51:44','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','The Music Awards','','inherit','closed','closed','','548-revision-v1','','','2018-11-29 17:51:44','2018-11-29 17:51:44','',548,'https://cactusmoonshinepublishing.com/548-revision-v1/',0,'revision','',0),(3370,2,'2018-11-29 17:51:55','2018-11-29 17:51:55','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','MTV One Festival','','inherit','closed','closed','','546-revision-v1','','','2018-11-29 17:51:55','2018-11-29 17:51:55','',546,'https://cactusmoonshinepublishing.com/546-revision-v1/',0,'revision','',0),(3371,2,'2018-11-29 17:52:02','2018-11-29 17:52:02','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','CMJ Parkside Festival','','inherit','closed','closed','','542-revision-v1','','','2018-11-29 17:52:02','2018-11-29 17:52:02','',542,'https://cactusmoonshinepublishing.com/542-revision-v1/',0,'revision','',0),(3372,2,'2018-11-29 17:52:10','2018-11-29 17:52:10','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','Performance\'s Night - Free','','inherit','closed','closed','','549-revision-v1','','','2018-11-29 17:52:10','2018-11-29 17:52:10','',549,'https://cactusmoonshinepublishing.com/549-revision-v1/',0,'revision','',0),(3373,2,'2018-11-29 17:52:21','2018-11-29 17:52:21','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','Frankfort Igloo Festival','','inherit','closed','closed','','551-revision-v1','','','2018-11-29 17:52:21','2018-11-29 17:52:21','',551,'https://cactusmoonshinepublishing.com/551-revision-v1/',0,'revision','',0),(3374,2,'2018-11-29 17:52:28','2018-11-29 17:52:28','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','Shockelm Music Show','','inherit','closed','closed','','532-revision-v1','','','2018-11-29 17:52:28','2018-11-29 17:52:28','',532,'https://cactusmoonshinepublishing.com/532-revision-v1/',0,'revision','',0),(3375,2,'2018-11-29 17:52:36','2018-11-29 17:52:36','Originally from a background of more traditional sound engineering, running his own recording studio, recording bands and artists, and gaining a following in America with his solo project \"Place Your Bet$\", it was when he moved to Guildford, UK to study a degree in Music production at the ACM that he discovered a new love for electronic music.  Sonaar sites influences such as Skrillex, Reso, Rusko, and Bare Noize as the reason he wanted to dominate the dubstep scene.','NYC Music Awards','','inherit','closed','closed','','552-revision-v1','','','2018-11-29 17:52:36','2018-11-29 17:52:36','',552,'https://cactusmoonshinepublishing.com/552-revision-v1/',0,'revision','',0),(3376,2,'2018-11-29 17:55:59','2018-11-29 17:55:59','Mustache gentrify chicharrones street art, art party taxidermy DIY umami hammock bitters four loko bushwick pitchfork kombucha shabby chic. Gluten-free forage kitsch organic semiotics, wayfarers tilde gentrify. Vice next level raclette forage. Ramps pabst fashion axe vape copper mug raw denim. Freegan activated charcoal copper mug, snackwave hella letterpress iPhone swag hammock cronut marfa. Readymade man braid sartorial man bun, kitsch humblebrag ethical sriracha health goth kickstarter iceland flannel dreamcatcher fingerstache small batch. Thundercats edison bulb man bun, helvetica stumptown plaid af gastropub franzen.\r\n\r\nhttps://player.vimeo.com/video/89491324','Sonaar Music Awards Coming Up','','inherit','closed','closed','','97-revision-v1','','','2018-11-29 17:55:59','2018-11-29 17:55:59','',97,'https://cactusmoonshinepublishing.com/97-revision-v1/',0,'revision','',0),(3377,2,'2018-11-29 18:05:32','2018-11-29 18:05:32','','Above the Ground','','inherit','closed','closed','','1181-revision-v1','','','2018-11-29 18:05:32','2018-11-29 18:05:32','',1181,'https://cactusmoonshinepublishing.com/1181-revision-v1/',0,'revision','',0),(3378,2,'2018-11-29 18:06:59','2018-11-29 18:06:59','','Above the Ground','','inherit','closed','closed','','1181-revision-v1','','','2018-11-29 18:06:59','2018-11-29 18:06:59','',1181,'https://cactusmoonshinepublishing.com/1181-revision-v1/',0,'revision','',0),(3379,2,'2018-11-29 18:07:42','2018-11-29 18:07:42','Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.','Above the Ground','','inherit','closed','closed','','1181-revision-v1','','','2018-11-29 18:07:42','2018-11-29 18:07:42','',1181,'https://cactusmoonshinepublishing.com/1181-revision-v1/',0,'revision','',0),(3380,2,'2018-11-29 18:09:04','2018-11-29 18:09:04','Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.','Above the Ground','','inherit','closed','closed','','1181-revision-v1','','','2018-11-29 18:09:04','2018-11-29 18:09:04','',1181,'https://cactusmoonshinepublishing.com/1181-revision-v1/',0,'revision','',0),(3382,2,'2018-11-29 20:01:20','2018-11-29 20:01:20','<h2>Add Your Heading Text Here</h2>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:01:20','2018-11-29 20:01:20','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3384,2,'2018-11-29 20:15:06','2018-11-29 20:15:06','https://www.youtube.com/watch?v=9uOETcuFjbE		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>			\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n					With						DJ Sonaar\n								| 								New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n					With						DJ Sonaar\n								| 								Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:15:06','2018-11-29 20:15:06','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3385,2,'2018-11-29 20:15:32','2018-11-29 20:15:32','https://www.youtube.com/watch?v=9uOETcuFjbE		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>			\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n					With						DJ Sonaar\n								| 								New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n					With						DJ Sonaar\n								| 								Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:15:32','2018-11-29 20:15:32','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3386,2,'2018-11-29 20:16:06','2018-11-29 20:16:06','https://www.youtube.com/watch?v=9uOETcuFjbE		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>			\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:16:06','2018-11-29 20:16:06','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3387,2,'2018-11-29 20:21:21','2018-11-29 20:21:21','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>			\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:21:21','2018-11-29 20:21:21','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3388,2,'2018-11-29 20:24:22','2018-11-29 20:24:22','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:24:22','2018-11-29 20:24:22','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3393,2,'2018-11-29 20:27:55','2018-11-29 20:27:55','','Raymayor','','inherit','closed','closed','','1177-revision-v1','','','2018-11-29 20:27:55','2018-11-29 20:27:55','',1177,'https://cactusmoonshinepublishing.com/1177-revision-v1/',0,'revision','',0),(3394,2,'2018-11-29 20:35:01','2018-11-29 20:35:01','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/Raymayor_wide-nzssq9wz4jocxd7vakxvh24wuv8purzln3zesflaw4.jpg\" title=\"Raymayor_wide\" alt=\"Raymayor_wide\" />											\n			<h1>RAYMAYOR</h1>		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>			\n			<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>','Raymayor','','inherit','closed','closed','','1177-revision-v1','','','2018-11-29 20:35:01','2018-11-29 20:35:01','',1177,'https://cactusmoonshinepublishing.com/1177-revision-v1/',0,'revision','',0),(3396,2,'2018-11-29 20:38:56','2018-11-29 20:38:56','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/Raymayor_wide-nzssq9wz4jocxd7vakxvh24wuv8purzln3zesflaw4.jpg\" title=\"Raymayor_wide\" alt=\"Raymayor_wide\" />											\n			<h1>RAYMAYOR</h1>		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>			\n			<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>','Raymayor','','inherit','closed','closed','','1177-revision-v1','','','2018-11-29 20:38:56','2018-11-29 20:38:56','',1177,'https://cactusmoonshinepublishing.com/1177-revision-v1/',0,'revision','',0),(3397,2,'2018-11-29 20:40:42','2018-11-29 20:40:42','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:40:42','2018-11-29 20:40:42','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3398,2,'2018-11-29 20:42:47','2018-11-29 20:42:47','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:42:47','2018-11-29 20:42:47','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3399,2,'2018-11-29 20:45:04','2018-11-29 20:45:04','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:45:04','2018-11-29 20:45:04','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3403,2,'2018-11-29 20:46:25','2018-11-29 20:46:25','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Above the Ground','','inherit','closed','closed','','1181-revision-v1','','','2018-11-29 20:46:25','2018-11-29 20:46:25','',1181,'https://cactusmoonshinepublishing.com/1181-revision-v1/',0,'revision','',0),(3404,2,'2018-11-29 20:49:39','2018-11-29 20:49:39','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:49:39','2018-11-29 20:49:39','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3406,2,'2018-11-29 20:50:23','2018-11-29 20:50:23','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 20:50:23','2018-11-29 20:50:23','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3410,2,'2018-11-29 20:52:37','2018-11-29 20:52:37','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Above the Ground','','inherit','closed','closed','','1181-revision-v1','','','2018-11-29 20:52:37','2018-11-29 20:52:37','',1181,'https://cactusmoonshinepublishing.com/1181-revision-v1/',0,'revision','',0),(3413,2,'2018-11-29 20:54:24','2018-11-29 20:54:24','[vc_row iron_row_type=\"in_container\" iron_remove_padding_medium=\"\" iron_remove_padding_small=\"\" iron_overlay_pattern=\"\" iron_parallax=\"\" iron_bg_video=\"\"][vc_column][vc_tta_tabs style=\"flat\" shape=\"square\" color=\"black\" active_section=\"1\" no_fill_content_area=\"true\"][vc_tta_section title=\"Albums\" tab_id=\"1487737705226-144de8d1-04cd\"][iron_audioplayer albums=\"2083\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][iron_audioplayer albums=\"2090\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][/vc_tta_section][vc_tta_section title=\"Biography\" tab_id=\"1487737663838-886b7f01-3bb2\"][vc_column_text]At the age of 13, Jašarević started producing hip-hop music using an early PC. He later began sharing his tracks through the online music store <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>, which helped him gain a following in the <a title=\"United States\" href=\"https://en.wikipedia.org/wiki/United_States\">United States</a> and <a title=\"Europe\" href=\"https://en.wikipedia.org/wiki/Europe\">Europe</a>. Beatport is what Jašarević cites as his gateway to emerging as an electronic artist and landing his first US agent, Hunter Williams.<sup id=\"cite_ref-beatport_1-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nAfter Jašarević signed with his new agency, he moved to <a title=\"New York City\" href=\"https://en.wikipedia.org/wiki/New_York_City\">New York City</a> and released his debut <a class=\"mw-redirect\" title=\"Studio album\" href=\"https://en.wikipedia.org/wiki/Studio_album\">studio album</a> <i>Expedition 44</i> in July 2008,<sup id=\"cite_ref-3\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-3\">[3]</a></sup> as well as his second studio album <i>Street Bangerz Vol. 1</i> in December 2008.<sup id=\"cite_ref-4\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-4\">[4]</a></sup> <i>SB1</i> charted on <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>\'s Top 100 Chill Out chart for six months. In an interview with Britt Chester, Jašarević said, \"I didn\'t even expect the album to sell one track on Beatport, nothing else was sold on beatport except techno and house. When I dropped my album and it started selling, I was really surprised, since I\'d never seen a hip-hop album sell on Beatport. So when it sold, I was like \'Wow!\' These were hip-hop beats, but it was labeled \'Chill Out\' on Beatport. People saw it and thought it was awesome good chill out music, which is fine for me. I didn\'t expect it at all, and I didn\'t expect someone to reach out to me as a booking agent.\"<sup id=\"cite_ref-backbeat_2-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup>\r\n\r\nA year after releasing his first album, Jašarević signed to the <a class=\"mw-redirect\" title=\"Pretty Lights Music\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights_Music\">Pretty Lights Music</a> label as its first new artist, which at the time consisted of only the electronic music producer <a title=\"Pretty Lights\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights\">Pretty Lights</a> (Derek Vincent Smith).<sup id=\"cite_ref-backbeat_2-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup> The label utilizes a fee-free music model, and Jašarević has stated his belief is that it is \"morally right for music to be primarily free\", and has been vocal about his history with <a class=\"mw-redirect\" title=\"Digital piracy\" href=\"https://en.wikipedia.org/wiki/Digital_piracy\">digital piracy</a> and how it has benefited his career in multiple ways.<sup id=\"cite_ref-5\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-5\">[5]</a></sup> Jašarević cited his third <a title=\"Extended play\" href=\"https://en.wikipedia.org/wiki/Extended_play\">extended play</a> (EP) <i>#digitalfreedom</i> as having a theme involving \"the fight against severe internet censorship bills\" such as <a class=\"mw-redirect\" title=\"ACTA\" href=\"https://en.wikipedia.org/wiki/ACTA\">ACTA</a>, <a class=\"mw-redirect\" title=\"SOPA\" href=\"https://en.wikipedia.org/wiki/SOPA\">SOPA</a> and <a title=\"PROTECT IP Act\" href=\"https://en.wikipedia.org/wiki/PROTECT_IP_Act\">PIPA</a>.<sup id=\"cite_ref-beatport_1-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nIn 2013, Jašarević announced his departure from the Pretty Lights Music label in order to form his own vanity record label named Lowtemp Recordings. The label\'s name is an abbreviation of \"low temperature\", which Jašarević has explained is meant to indicate that music from his label would be \"cool\", stating, \"So from now on, if you think a song of mine is cool, you gotta say that shit\'s [from] Lowtemp.\"<sup id=\"cite_ref-6\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-6\">[6]</a></sup> Lowtemp now consists of artists Exmag (a side project of Gramatik),<sup id=\"cite_ref-7\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-7\">[7]</a></sup> ILLUMNTR, Gibbz, BRANX, and Russ Liquid. In 2014, Jašarević reissued his first seven albums—including the <i>Street Bangerz</i> series, renamed as <i>SB</i>—on the Lowtemp label with new or updated artwork.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Upcoming Events\" tab_id=\"1487737663808-f6501f16-2140\"][iron_events filter=\"upcoming\" events_for=\"\" enable_artists_filter=\"\"][/vc_tta_section][vc_tta_section title=\"Videos\" tab_id=\"1487737697806-3147d172-2cea\"][vc_video link=\"https://vimeo.com/133697756\" css=\".vc_custom_1487738992993{margin-bottom: 35px !important;}\"][vc_video link=\"https://vimeo.com/127401564\" css=\".vc_custom_1487738998337{margin-bottom: 35px !important;}\"][/vc_tta_section][vc_tta_section title=\"SoundCloud\" tab_id=\"1487780888277-f0f9a051-be7d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUyMGZyYW1lYm9yZGVyJTNEJTIybm8lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRncuc291bmRjbG91ZC5jb20lMkZwbGF5ZXIlMkYlM0Z1cmwlM0RodHRwcyUyNTNBJTJGJTJGYXBpLnNvdW5kY2xvdWQuY29tJTJGcGxheWxpc3RzJTJGNDAxODkxNSUyNmFtcCUzQmNvbG9yJTNEZmY1NTAwJTI2YW1wJTNCYXV0b19wbGF5JTNEZmFsc2UlMjZhbXAlM0JoaWRlX3JlbGF0ZWQlM0RmYWxzZSUyNmFtcCUzQnNob3dfY29tbWVudHMlM0R0cnVlJTI2YW1wJTNCc2hvd191c2VyJTNEdHJ1ZSUyNmFtcCUzQnNob3dfcmVwb3N0cyUzRGZhbHNlJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Caroline','','inherit','closed','closed','','1188-revision-v1','','','2018-11-29 20:54:24','2018-11-29 20:54:24','',1188,'https://cactusmoonshinepublishing.com/1188-revision-v1/',0,'revision','',0),(3414,2,'2018-11-29 20:54:24','2018-11-29 20:54:24','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Caroline','','inherit','closed','closed','','1188-revision-v1','','','2018-11-29 20:54:24','2018-11-29 20:54:24','',1188,'https://cactusmoonshinepublishing.com/1188-revision-v1/',0,'revision','',0),(3418,2,'2018-11-29 20:55:08','2018-11-29 20:55:08','[vc_row iron_row_type=\"in_container\" iron_remove_padding_medium=\"\" iron_remove_padding_small=\"\" iron_overlay_pattern=\"\" iron_parallax=\"\" iron_bg_video=\"\"][vc_column][vc_tta_tabs style=\"flat\" shape=\"square\" color=\"black\" active_section=\"1\" no_fill_content_area=\"true\"][vc_tta_section title=\"Albums\" tab_id=\"1487737705226-144de8d1-04cd\"][iron_audioplayer albums=\"2093\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][iron_audioplayer albums=\"2192\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][/vc_tta_section][vc_tta_section title=\"Biography\" tab_id=\"1487737663838-886b7f01-3bb2\"][vc_column_text]At the age of 13, Jašarević started producing hip-hop music using an early PC. He later began sharing his tracks through the online music store <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>, which helped him gain a following in the <a title=\"United States\" href=\"https://en.wikipedia.org/wiki/United_States\">United States</a> and <a title=\"Europe\" href=\"https://en.wikipedia.org/wiki/Europe\">Europe</a>. Beatport is what Jašarević cites as his gateway to emerging as an electronic artist and landing his first US agent, Hunter Williams.<sup id=\"cite_ref-beatport_1-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nAfter Jašarević signed with his new agency, he moved to <a title=\"New York City\" href=\"https://en.wikipedia.org/wiki/New_York_City\">New York City</a> and released his debut <a class=\"mw-redirect\" title=\"Studio album\" href=\"https://en.wikipedia.org/wiki/Studio_album\">studio album</a> <i>Expedition 44</i> in July 2008,<sup id=\"cite_ref-3\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-3\">[3]</a></sup> as well as his second studio album <i>Street Bangerz Vol. 1</i> in December 2008.<sup id=\"cite_ref-4\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-4\">[4]</a></sup> <i>SB1</i> charted on <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>\'s Top 100 Chill Out chart for six months. In an interview with Britt Chester, Jašarević said, \"I didn\'t even expect the album to sell one track on Beatport, nothing else was sold on beatport except techno and house. When I dropped my album and it started selling, I was really surprised, since I\'d never seen a hip-hop album sell on Beatport. So when it sold, I was like \'Wow!\' These were hip-hop beats, but it was labeled \'Chill Out\' on Beatport. People saw it and thought it was awesome good chill out music, which is fine for me. I didn\'t expect it at all, and I didn\'t expect someone to reach out to me as a booking agent.\"<sup id=\"cite_ref-backbeat_2-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup>\r\n\r\nA year after releasing his first album, Jašarević signed to the <a class=\"mw-redirect\" title=\"Pretty Lights Music\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights_Music\">Pretty Lights Music</a> label as its first new artist, which at the time consisted of only the electronic music producer <a title=\"Pretty Lights\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights\">Pretty Lights</a> (Derek Vincent Smith).<sup id=\"cite_ref-backbeat_2-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup> The label utilizes a fee-free music model, and Jašarević has stated his belief is that it is \"morally right for music to be primarily free\", and has been vocal about his history with <a class=\"mw-redirect\" title=\"Digital piracy\" href=\"https://en.wikipedia.org/wiki/Digital_piracy\">digital piracy</a> and how it has benefited his career in multiple ways.<sup id=\"cite_ref-5\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-5\">[5]</a></sup> Jašarević cited his third <a title=\"Extended play\" href=\"https://en.wikipedia.org/wiki/Extended_play\">extended play</a> (EP) <i>#digitalfreedom</i> as having a theme involving \"the fight against severe internet censorship bills\" such as <a class=\"mw-redirect\" title=\"ACTA\" href=\"https://en.wikipedia.org/wiki/ACTA\">ACTA</a>, <a class=\"mw-redirect\" title=\"SOPA\" href=\"https://en.wikipedia.org/wiki/SOPA\">SOPA</a> and <a title=\"PROTECT IP Act\" href=\"https://en.wikipedia.org/wiki/PROTECT_IP_Act\">PIPA</a>.<sup id=\"cite_ref-beatport_1-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nIn 2013, Jašarević announced his departure from the Pretty Lights Music label in order to form his own vanity record label named Lowtemp Recordings. The label\'s name is an abbreviation of \"low temperature\", which Jašarević has explained is meant to indicate that music from his label would be \"cool\", stating, \"So from now on, if you think a song of mine is cool, you gotta say that shit\'s [from] Lowtemp.\"<sup id=\"cite_ref-6\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-6\">[6]</a></sup> Lowtemp now consists of artists Exmag (a side project of Gramatik),<sup id=\"cite_ref-7\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-7\">[7]</a></sup> ILLUMNTR, Gibbz, BRANX, and Russ Liquid. In 2014, Jašarević reissued his first seven albums—including the <i>Street Bangerz</i> series, renamed as <i>SB</i>—on the Lowtemp label with new or updated artwork.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Upcoming Events\" tab_id=\"1487737663808-f6501f16-2140\"][iron_events filter=\"upcoming\" events_for=\"\" enable_artists_filter=\"\"][/vc_tta_section][vc_tta_section title=\"Videos\" tab_id=\"1487737697806-3147d172-2cea\"][vc_video link=\"https://vimeo.com/133697756\" css=\".vc_custom_1487738992993{margin-bottom: 35px !important;}\"][vc_video link=\"https://vimeo.com/127401564\" css=\".vc_custom_1487738998337{margin-bottom: 35px !important;}\"][/vc_tta_section][vc_tta_section title=\"SoundCloud\" tab_id=\"1487780888277-f0f9a051-be7d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUyMGZyYW1lYm9yZGVyJTNEJTIybm8lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRncuc291bmRjbG91ZC5jb20lMkZwbGF5ZXIlMkYlM0Z1cmwlM0RodHRwcyUyNTNBJTJGJTJGYXBpLnNvdW5kY2xvdWQuY29tJTJGcGxheWxpc3RzJTJGNDAxODkxNSUyNmFtcCUzQmNvbG9yJTNEZmY1NTAwJTI2YW1wJTNCYXV0b19wbGF5JTNEZmFsc2UlMjZhbXAlM0JoaWRlX3JlbGF0ZWQlM0RmYWxzZSUyNmFtcCUzQnNob3dfY29tbWVudHMlM0R0cnVlJTI2YW1wJTNCc2hvd191c2VyJTNEdHJ1ZSUyNmFtcCUzQnNob3dfcmVwb3N0cyUzRGZhbHNlJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Diamond','','inherit','closed','closed','','1179-revision-v1','','','2018-11-29 20:55:08','2018-11-29 20:55:08','',1179,'https://cactusmoonshinepublishing.com/1179-revision-v1/',0,'revision','',0),(3419,2,'2018-11-29 20:55:08','2018-11-29 20:55:08','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Diamond','','inherit','closed','closed','','1179-revision-v1','','','2018-11-29 20:55:08','2018-11-29 20:55:08','',1179,'https://cactusmoonshinepublishing.com/1179-revision-v1/',0,'revision','',0),(3420,2,'2018-11-29 20:55:23','2018-11-29 20:55:23','[vc_row iron_row_type=\"in_container\" iron_remove_padding_medium=\"\" iron_remove_padding_small=\"\" iron_overlay_pattern=\"\" iron_parallax=\"\" iron_bg_video=\"\"][vc_column][vc_tta_tabs style=\"flat\" shape=\"square\" color=\"black\" active_section=\"1\" no_fill_content_area=\"true\"][vc_tta_section title=\"Albums\" tab_id=\"1487737705226-144de8d1-04cd\"][iron_audioplayer albums=\"2083\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][iron_audioplayer albums=\"2090\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][/vc_tta_section][vc_tta_section title=\"Biography\" tab_id=\"1487737663838-886b7f01-3bb2\"][vc_column_text]At the age of 13, Jašarević started producing hip-hop music using an early PC. He later began sharing his tracks through the online music store <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>, which helped him gain a following in the <a title=\"United States\" href=\"https://en.wikipedia.org/wiki/United_States\">United States</a> and <a title=\"Europe\" href=\"https://en.wikipedia.org/wiki/Europe\">Europe</a>. Beatport is what Jašarević cites as his gateway to emerging as an electronic artist and landing his first US agent, Hunter Williams.<sup id=\"cite_ref-beatport_1-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nAfter Jašarević signed with his new agency, he moved to <a title=\"New York City\" href=\"https://en.wikipedia.org/wiki/New_York_City\">New York City</a> and released his debut <a class=\"mw-redirect\" title=\"Studio album\" href=\"https://en.wikipedia.org/wiki/Studio_album\">studio album</a> <i>Expedition 44</i> in July 2008,<sup id=\"cite_ref-3\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-3\">[3]</a></sup> as well as his second studio album <i>Street Bangerz Vol. 1</i> in December 2008.<sup id=\"cite_ref-4\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-4\">[4]</a></sup> <i>SB1</i> charted on <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>\'s Top 100 Chill Out chart for six months. In an interview with Britt Chester, Jašarević said, \"I didn\'t even expect the album to sell one track on Beatport, nothing else was sold on beatport except techno and house. When I dropped my album and it started selling, I was really surprised, since I\'d never seen a hip-hop album sell on Beatport. So when it sold, I was like \'Wow!\' These were hip-hop beats, but it was labeled \'Chill Out\' on Beatport. People saw it and thought it was awesome good chill out music, which is fine for me. I didn\'t expect it at all, and I didn\'t expect someone to reach out to me as a booking agent.\"<sup id=\"cite_ref-backbeat_2-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup>\r\n\r\nA year after releasing his first album, Jašarević signed to the <a class=\"mw-redirect\" title=\"Pretty Lights Music\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights_Music\">Pretty Lights Music</a> label as its first new artist, which at the time consisted of only the electronic music producer <a title=\"Pretty Lights\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights\">Pretty Lights</a> (Derek Vincent Smith).<sup id=\"cite_ref-backbeat_2-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup> The label utilizes a fee-free music model, and Jašarević has stated his belief is that it is \"morally right for music to be primarily free\", and has been vocal about his history with <a class=\"mw-redirect\" title=\"Digital piracy\" href=\"https://en.wikipedia.org/wiki/Digital_piracy\">digital piracy</a> and how it has benefited his career in multiple ways.<sup id=\"cite_ref-5\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-5\">[5]</a></sup> Jašarević cited his third <a title=\"Extended play\" href=\"https://en.wikipedia.org/wiki/Extended_play\">extended play</a> (EP) <i>#digitalfreedom</i> as having a theme involving \"the fight against severe internet censorship bills\" such as <a class=\"mw-redirect\" title=\"ACTA\" href=\"https://en.wikipedia.org/wiki/ACTA\">ACTA</a>, <a class=\"mw-redirect\" title=\"SOPA\" href=\"https://en.wikipedia.org/wiki/SOPA\">SOPA</a> and <a title=\"PROTECT IP Act\" href=\"https://en.wikipedia.org/wiki/PROTECT_IP_Act\">PIPA</a>.<sup id=\"cite_ref-beatport_1-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nIn 2013, Jašarević announced his departure from the Pretty Lights Music label in order to form his own vanity record label named Lowtemp Recordings. The label\'s name is an abbreviation of \"low temperature\", which Jašarević has explained is meant to indicate that music from his label would be \"cool\", stating, \"So from now on, if you think a song of mine is cool, you gotta say that shit\'s [from] Lowtemp.\"<sup id=\"cite_ref-6\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-6\">[6]</a></sup> Lowtemp now consists of artists Exmag (a side project of Gramatik),<sup id=\"cite_ref-7\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-7\">[7]</a></sup> ILLUMNTR, Gibbz, BRANX, and Russ Liquid. In 2014, Jašarević reissued his first seven albums—including the <i>Street Bangerz</i> series, renamed as <i>SB</i>—on the Lowtemp label with new or updated artwork.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Upcoming Events\" tab_id=\"1487737663808-f6501f16-2140\"][iron_events filter=\"upcoming\" events_for=\"\" enable_artists_filter=\"\"][/vc_tta_section][vc_tta_section title=\"Videos\" tab_id=\"1487737697806-3147d172-2cea\"][vc_video link=\"https://vimeo.com/133697756\" css=\".vc_custom_1487738992993{margin-bottom: 35px !important;}\"][vc_video link=\"https://vimeo.com/127401564\" css=\".vc_custom_1487738998337{margin-bottom: 35px !important;}\"][/vc_tta_section][vc_tta_section title=\"SoundCloud\" tab_id=\"1487780888277-f0f9a051-be7d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUyMGZyYW1lYm9yZGVyJTNEJTIybm8lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRncuc291bmRjbG91ZC5jb20lMkZwbGF5ZXIlMkYlM0Z1cmwlM0RodHRwcyUyNTNBJTJGJTJGYXBpLnNvdW5kY2xvdWQuY29tJTJGcGxheWxpc3RzJTJGNDAxODkxNSUyNmFtcCUzQmNvbG9yJTNEZmY1NTAwJTI2YW1wJTNCYXV0b19wbGF5JTNEZmFsc2UlMjZhbXAlM0JoaWRlX3JlbGF0ZWQlM0RmYWxzZSUyNmFtcCUzQnNob3dfY29tbWVudHMlM0R0cnVlJTI2YW1wJTNCc2hvd191c2VyJTNEdHJ1ZSUyNmFtcCUzQnNob3dfcmVwb3N0cyUzRGZhbHNlJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Galapaghost','','inherit','closed','closed','','1148-revision-v1','','','2018-11-29 20:55:23','2018-11-29 20:55:23','',1148,'https://cactusmoonshinepublishing.com/1148-revision-v1/',0,'revision','',0),(3421,2,'2018-11-29 20:55:23','2018-11-29 20:55:23','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Galapaghost','','inherit','closed','closed','','1148-revision-v1','','','2018-11-29 20:55:23','2018-11-29 20:55:23','',1148,'https://cactusmoonshinepublishing.com/1148-revision-v1/',0,'revision','',0),(3422,2,'2018-11-29 20:55:37','2018-11-29 20:55:37','[vc_row iron_row_type=\"in_container\" iron_remove_padding_medium=\"\" iron_remove_padding_small=\"\" iron_overlay_pattern=\"\" iron_parallax=\"\" iron_bg_video=\"\"][vc_column][vc_tta_tabs style=\"flat\" shape=\"square\" color=\"black\" active_section=\"1\" no_fill_content_area=\"true\"][vc_tta_section title=\"Albums\" tab_id=\"1487737705226-144de8d1-04cd\"][iron_audioplayer albums=\"2098\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][/vc_tta_section][vc_tta_section title=\"Biography\" tab_id=\"1487737663838-886b7f01-3bb2\"][vc_column_text]At the age of 13, Jašarević started producing hip-hop music using an early PC. He later began sharing his tracks through the online music store <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>, which helped him gain a following in the <a title=\"United States\" href=\"https://en.wikipedia.org/wiki/United_States\">United States</a> and <a title=\"Europe\" href=\"https://en.wikipedia.org/wiki/Europe\">Europe</a>. Beatport is what Jašarević cites as his gateway to emerging as an electronic artist and landing his first US agent, Hunter Williams.<sup id=\"cite_ref-beatport_1-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nAfter Jašarević signed with his new agency, he moved to <a title=\"New York City\" href=\"https://en.wikipedia.org/wiki/New_York_City\">New York City</a> and released his debut <a class=\"mw-redirect\" title=\"Studio album\" href=\"https://en.wikipedia.org/wiki/Studio_album\">studio album</a> <i>Expedition 44</i> in July 2008,<sup id=\"cite_ref-3\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-3\">[3]</a></sup> as well as his second studio album <i>Street Bangerz Vol. 1</i> in December 2008.<sup id=\"cite_ref-4\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-4\">[4]</a></sup> <i>SB1</i> charted on <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>\'s Top 100 Chill Out chart for six months. In an interview with Britt Chester, Jašarević said, \"I didn\'t even expect the album to sell one track on Beatport, nothing else was sold on beatport except techno and house. When I dropped my album and it started selling, I was really surprised, since I\'d never seen a hip-hop album sell on Beatport. So when it sold, I was like \'Wow!\' These were hip-hop beats, but it was labeled \'Chill Out\' on Beatport. People saw it and thought it was awesome good chill out music, which is fine for me. I didn\'t expect it at all, and I didn\'t expect someone to reach out to me as a booking agent.\"<sup id=\"cite_ref-backbeat_2-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup>\r\n\r\nA year after releasing his first album, Jašarević signed to the <a class=\"mw-redirect\" title=\"Pretty Lights Music\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights_Music\">Pretty Lights Music</a> label as its first new artist, which at the time consisted of only the electronic music producer <a title=\"Pretty Lights\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights\">Pretty Lights</a> (Derek Vincent Smith).<sup id=\"cite_ref-backbeat_2-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup> The label utilizes a fee-free music model, and Jašarević has stated his belief is that it is \"morally right for music to be primarily free\", and has been vocal about his history with <a class=\"mw-redirect\" title=\"Digital piracy\" href=\"https://en.wikipedia.org/wiki/Digital_piracy\">digital piracy</a> and how it has benefited his career in multiple ways.<sup id=\"cite_ref-5\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-5\">[5]</a></sup> Jašarević cited his third <a title=\"Extended play\" href=\"https://en.wikipedia.org/wiki/Extended_play\">extended play</a> (EP) <i>#digitalfreedom</i> as having a theme involving \"the fight against severe internet censorship bills\" such as <a class=\"mw-redirect\" title=\"ACTA\" href=\"https://en.wikipedia.org/wiki/ACTA\">ACTA</a>, <a class=\"mw-redirect\" title=\"SOPA\" href=\"https://en.wikipedia.org/wiki/SOPA\">SOPA</a> and <a title=\"PROTECT IP Act\" href=\"https://en.wikipedia.org/wiki/PROTECT_IP_Act\">PIPA</a>.<sup id=\"cite_ref-beatport_1-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nIn 2013, Jašarević announced his departure from the Pretty Lights Music label in order to form his own vanity record label named Lowtemp Recordings. The label\'s name is an abbreviation of \"low temperature\", which Jašarević has explained is meant to indicate that music from his label would be \"cool\", stating, \"So from now on, if you think a song of mine is cool, you gotta say that shit\'s [from] Lowtemp.\"<sup id=\"cite_ref-6\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-6\">[6]</a></sup> Lowtemp now consists of artists Exmag (a side project of Gramatik),<sup id=\"cite_ref-7\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-7\">[7]</a></sup> ILLUMNTR, Gibbz, BRANX, and Russ Liquid. In 2014, Jašarević reissued his first seven albums—including the <i>Street Bangerz</i> series, renamed as <i>SB</i>—on the Lowtemp label with new or updated artwork.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Upcoming Events\" tab_id=\"1487737663808-f6501f16-2140\"][iron_events filter=\"upcoming\" events_for=\"\" enable_artists_filter=\"\"][/vc_tta_section][vc_tta_section title=\"Videos\" tab_id=\"1487737697806-3147d172-2cea\"][vc_video link=\"https://vimeo.com/133697756\" css=\".vc_custom_1487738992993{margin-bottom: 35px !important;}\"][vc_video link=\"https://vimeo.com/127401564\" css=\".vc_custom_1487738998337{margin-bottom: 35px !important;}\"][/vc_tta_section][vc_tta_section title=\"SoundCloud\" tab_id=\"1487780888277-f0f9a051-be7d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUyMGZyYW1lYm9yZGVyJTNEJTIybm8lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRncuc291bmRjbG91ZC5jb20lMkZwbGF5ZXIlMkYlM0Z1cmwlM0RodHRwcyUyNTNBJTJGJTJGYXBpLnNvdW5kY2xvdWQuY29tJTJGcGxheWxpc3RzJTJGNDAxODkxNSUyNmFtcCUzQmNvbG9yJTNEZmY1NTAwJTI2YW1wJTNCYXV0b19wbGF5JTNEZmFsc2UlMjZhbXAlM0JoaWRlX3JlbGF0ZWQlM0RmYWxzZSUyNmFtcCUzQnNob3dfY29tbWVudHMlM0R0cnVlJTI2YW1wJTNCc2hvd191c2VyJTNEdHJ1ZSUyNmFtcCUzQnNob3dfcmVwb3N0cyUzRGZhbHNlJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Herbalizer','','inherit','closed','closed','','1192-revision-v1','','','2018-11-29 20:55:37','2018-11-29 20:55:37','',1192,'https://cactusmoonshinepublishing.com/1192-revision-v1/',0,'revision','',0),(3423,2,'2018-11-29 20:55:38','2018-11-29 20:55:38','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Herbalizer','','inherit','closed','closed','','1192-revision-v1','','','2018-11-29 20:55:38','2018-11-29 20:55:38','',1192,'https://cactusmoonshinepublishing.com/1192-revision-v1/',0,'revision','',0),(3424,2,'2018-11-29 20:56:57','2018-11-29 20:56:57','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Diamond','','inherit','closed','closed','','1179-revision-v1','','','2018-11-29 20:56:57','2018-11-29 20:56:57','',1179,'https://cactusmoonshinepublishing.com/1179-revision-v1/',0,'revision','',0),(3425,2,'2018-11-29 20:57:13','2018-11-29 20:57:13','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Galapaghost','','inherit','closed','closed','','1148-revision-v1','','','2018-11-29 20:57:13','2018-11-29 20:57:13','',1148,'https://cactusmoonshinepublishing.com/1148-revision-v1/',0,'revision','',0),(3426,2,'2018-11-29 20:57:30','2018-11-29 20:57:30','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Herbalizer','','inherit','closed','closed','','1192-revision-v1','','','2018-11-29 20:57:30','2018-11-29 20:57:30','',1192,'https://cactusmoonshinepublishing.com/1192-revision-v1/',0,'revision','',0),(3427,2,'2018-11-29 20:57:41','2018-11-29 20:57:41','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Artist Single Page','','publish','closed','closed','','artist-single-page-2','','','2018-11-29 20:57:42','2018-11-29 20:57:42','',0,'https://cactusmoonshinepublishing.com/?elementor_library=artist-single-page-2',0,'elementor_library','',0),(3428,2,'2018-11-29 20:57:41','2018-11-29 20:57:41','','Artist Single Page','','inherit','closed','closed','','3427-revision-v1','','','2018-11-29 20:57:41','2018-11-29 20:57:41','',3427,'https://cactusmoonshinepublishing.com/3427-revision-v1/',0,'revision','',0),(3429,2,'2018-11-29 20:57:42','2018-11-29 20:57:42','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Artist Single Page','','inherit','closed','closed','','3427-revision-v1','','','2018-11-29 20:57:42','2018-11-29 20:57:42','',3427,'https://cactusmoonshinepublishing.com/3427-revision-v1/',0,'revision','',0),(3430,2,'2018-11-29 20:58:35','2018-11-29 20:58:35','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Above the Ground','','inherit','closed','closed','','1181-revision-v1','','','2018-11-29 20:58:35','2018-11-29 20:58:35','',1181,'https://cactusmoonshinepublishing.com/1181-revision-v1/',0,'revision','',0),(3432,2,'2018-11-29 20:59:19','2018-11-29 20:59:19','[vc_row iron_row_type=\"in_container\" iron_remove_padding_medium=\"\" iron_remove_padding_small=\"\" iron_overlay_pattern=\"\" iron_parallax=\"\" iron_bg_video=\"\"][vc_column][vc_tta_tabs style=\"flat\" shape=\"square\" color=\"black\" active_section=\"1\" no_fill_content_area=\"true\"][vc_tta_section title=\"Albums\" tab_id=\"1487737705226-144de8d1-04cd\"][iron_audioplayer albums=\"1218\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][iron_audioplayer albums=\"2090\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][/vc_tta_section][vc_tta_section title=\"Biography\" tab_id=\"1487737663838-886b7f01-3bb2\"][vc_column_text]At the age of 13, Jašarević started producing hip-hop music using an early PC. He later began sharing his tracks through the online music store <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>, which helped him gain a following in the <a title=\"United States\" href=\"https://en.wikipedia.org/wiki/United_States\">United States</a> and <a title=\"Europe\" href=\"https://en.wikipedia.org/wiki/Europe\">Europe</a>. Beatport is what Jašarević cites as his gateway to emerging as an electronic artist and landing his first US agent, Hunter Williams.<sup id=\"cite_ref-beatport_1-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nAfter Jašarević signed with his new agency, he moved to <a title=\"New York City\" href=\"https://en.wikipedia.org/wiki/New_York_City\">New York City</a> and released his debut <a class=\"mw-redirect\" title=\"Studio album\" href=\"https://en.wikipedia.org/wiki/Studio_album\">studio album</a> <i>Expedition 44</i> in July 2008,<sup id=\"cite_ref-3\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-3\">[3]</a></sup> as well as his second studio album <i>Street Bangerz Vol. 1</i> in December 2008.<sup id=\"cite_ref-4\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-4\">[4]</a></sup> <i>SB1</i> charted on <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>\'s Top 100 Chill Out chart for six months. In an interview with Britt Chester, Jašarević said, \"I didn\'t even expect the album to sell one track on Beatport, nothing else was sold on beatport except techno and house. When I dropped my album and it started selling, I was really surprised, since I\'d never seen a hip-hop album sell on Beatport. So when it sold, I was like \'Wow!\' These were hip-hop beats, but it was labeled \'Chill Out\' on Beatport. People saw it and thought it was awesome good chill out music, which is fine for me. I didn\'t expect it at all, and I didn\'t expect someone to reach out to me as a booking agent.\"<sup id=\"cite_ref-backbeat_2-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup>\r\n\r\nA year after releasing his first album, Jašarević signed to the <a class=\"mw-redirect\" title=\"Pretty Lights Music\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights_Music\">Pretty Lights Music</a> label as its first new artist, which at the time consisted of only the electronic music producer <a title=\"Pretty Lights\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights\">Pretty Lights</a> (Derek Vincent Smith).<sup id=\"cite_ref-backbeat_2-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup> The label utilizes a fee-free music model, and Jašarević has stated his belief is that it is \"morally right for music to be primarily free\", and has been vocal about his history with <a class=\"mw-redirect\" title=\"Digital piracy\" href=\"https://en.wikipedia.org/wiki/Digital_piracy\">digital piracy</a> and how it has benefited his career in multiple ways.<sup id=\"cite_ref-5\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-5\">[5]</a></sup> Jašarević cited his third <a title=\"Extended play\" href=\"https://en.wikipedia.org/wiki/Extended_play\">extended play</a> (EP) <i>#digitalfreedom</i> as having a theme involving \"the fight against severe internet censorship bills\" such as <a class=\"mw-redirect\" title=\"ACTA\" href=\"https://en.wikipedia.org/wiki/ACTA\">ACTA</a>, <a class=\"mw-redirect\" title=\"SOPA\" href=\"https://en.wikipedia.org/wiki/SOPA\">SOPA</a> and <a title=\"PROTECT IP Act\" href=\"https://en.wikipedia.org/wiki/PROTECT_IP_Act\">PIPA</a>.<sup id=\"cite_ref-beatport_1-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nIn 2013, Jašarević announced his departure from the Pretty Lights Music label in order to form his own vanity record label named Lowtemp Recordings. The label\'s name is an abbreviation of \"low temperature\", which Jašarević has explained is meant to indicate that music from his label would be \"cool\", stating, \"So from now on, if you think a song of mine is cool, you gotta say that shit\'s [from] Lowtemp.\"<sup id=\"cite_ref-6\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-6\">[6]</a></sup> Lowtemp now consists of artists Exmag (a side project of Gramatik),<sup id=\"cite_ref-7\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-7\">[7]</a></sup> ILLUMNTR, Gibbz, BRANX, and Russ Liquid. In 2014, Jašarević reissued his first seven albums—including the <i>Street Bangerz</i> series, renamed as <i>SB</i>—on the Lowtemp label with new or updated artwork.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Upcoming Events\" tab_id=\"1487737663808-f6501f16-2140\"][iron_events filter=\"upcoming\" events_for=\"\" enable_artists_filter=\"\"][/vc_tta_section][vc_tta_section title=\"Videos\" tab_id=\"1487737697806-3147d172-2cea\"][vc_video link=\"https://vimeo.com/133697756\" css=\".vc_custom_1487738992993{margin-bottom: 35px !important;}\"][vc_video link=\"https://vimeo.com/127401564\" css=\".vc_custom_1487738998337{margin-bottom: 35px !important;}\"][/vc_tta_section][vc_tta_section title=\"SoundCloud\" tab_id=\"1487780888277-f0f9a051-be7d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUyMGZyYW1lYm9yZGVyJTNEJTIybm8lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRncuc291bmRjbG91ZC5jb20lMkZwbGF5ZXIlMkYlM0Z1cmwlM0RodHRwcyUyNTNBJTJGJTJGYXBpLnNvdW5kY2xvdWQuY29tJTJGcGxheWxpc3RzJTJGNDAxODkxNSUyNmFtcCUzQmNvbG9yJTNEZmY1NTAwJTI2YW1wJTNCYXV0b19wbGF5JTNEZmFsc2UlMjZhbXAlM0JoaWRlX3JlbGF0ZWQlM0RmYWxzZSUyNmFtcCUzQnNob3dfY29tbWVudHMlM0R0cnVlJTI2YW1wJTNCc2hvd191c2VyJTNEdHJ1ZSUyNmFtcCUzQnNob3dfcmVwb3N0cyUzRGZhbHNlJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Adele','','inherit','closed','closed','','1196-revision-v1','','','2018-11-29 20:59:19','2018-11-29 20:59:19','',1196,'https://cactusmoonshinepublishing.com/1196-revision-v1/',0,'revision','',0),(3433,2,'2018-11-29 20:59:19','2018-11-29 20:59:19','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Adele','','inherit','closed','closed','','1196-revision-v1','','','2018-11-29 20:59:19','2018-11-29 20:59:19','',1196,'https://cactusmoonshinepublishing.com/1196-revision-v1/',0,'revision','',0),(3434,2,'2018-11-29 21:00:08','2018-11-29 21:00:08','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Caroline','','inherit','closed','closed','','1188-revision-v1','','','2018-11-29 21:00:08','2018-11-29 21:00:08','',1188,'https://cactusmoonshinepublishing.com/1188-revision-v1/',0,'revision','',0),(3435,2,'2018-11-29 21:00:59','2018-11-29 21:00:59','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-11-29 21:00:59','2018-11-29 21:00:59','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3439,2,'2018-11-29 21:02:03','2018-11-29 21:02:03','[vc_row iron_row_type=\"in_container\" iron_remove_padding_medium=\"\" iron_remove_padding_small=\"\" iron_overlay_pattern=\"\" iron_parallax=\"\" iron_bg_video=\"\"][vc_column][vc_tta_tabs style=\"flat\" shape=\"square\" color=\"black\" active_section=\"1\" no_fill_content_area=\"true\"][vc_tta_section title=\"Albums\" tab_id=\"1487737705226-144de8d1-04cd\"][iron_audioplayer albums=\"2192\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][iron_audioplayer albums=\"2080\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][/vc_tta_section][vc_tta_section title=\"Biography\" tab_id=\"1487737663838-886b7f01-3bb2\"][vc_column_text]At the age of 13, Jašarević started producing hip-hop music using an early PC. He later began sharing his tracks through the online music store <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>, which helped him gain a following in the <a title=\"United States\" href=\"https://en.wikipedia.org/wiki/United_States\">United States</a> and <a title=\"Europe\" href=\"https://en.wikipedia.org/wiki/Europe\">Europe</a>. Beatport is what Jašarević cites as his gateway to emerging as an electronic artist and landing his first US agent, Hunter Williams.<sup id=\"cite_ref-beatport_1-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nAfter Jašarević signed with his new agency, he moved to <a title=\"New York City\" href=\"https://en.wikipedia.org/wiki/New_York_City\">New York City</a> and released his debut <a class=\"mw-redirect\" title=\"Studio album\" href=\"https://en.wikipedia.org/wiki/Studio_album\">studio album</a> <i>Expedition 44</i> in July 2008,<sup id=\"cite_ref-3\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-3\">[3]</a></sup> as well as his second studio album <i>Street Bangerz Vol. 1</i> in December 2008.<sup id=\"cite_ref-4\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-4\">[4]</a></sup> <i>SB1</i> charted on <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>\'s Top 100 Chill Out chart for six months. In an interview with Britt Chester, Jašarević said, \"I didn\'t even expect the album to sell one track on Beatport, nothing else was sold on beatport except techno and house. When I dropped my album and it started selling, I was really surprised, since I\'d never seen a hip-hop album sell on Beatport. So when it sold, I was like \'Wow!\' These were hip-hop beats, but it was labeled \'Chill Out\' on Beatport. People saw it and thought it was awesome good chill out music, which is fine for me. I didn\'t expect it at all, and I didn\'t expect someone to reach out to me as a booking agent.\"<sup id=\"cite_ref-backbeat_2-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup>\r\n\r\nA year after releasing his first album, Jašarević signed to the <a class=\"mw-redirect\" title=\"Pretty Lights Music\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights_Music\">Pretty Lights Music</a> label as its first new artist, which at the time consisted of only the electronic music producer <a title=\"Pretty Lights\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights\">Pretty Lights</a> (Derek Vincent Smith).<sup id=\"cite_ref-backbeat_2-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup> The label utilizes a fee-free music model, and Jašarević has stated his belief is that it is \"morally right for music to be primarily free\", and has been vocal about his history with <a class=\"mw-redirect\" title=\"Digital piracy\" href=\"https://en.wikipedia.org/wiki/Digital_piracy\">digital piracy</a> and how it has benefited his career in multiple ways.<sup id=\"cite_ref-5\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-5\">[5]</a></sup> Jašarević cited his third <a title=\"Extended play\" href=\"https://en.wikipedia.org/wiki/Extended_play\">extended play</a> (EP) <i>#digitalfreedom</i> as having a theme involving \"the fight against severe internet censorship bills\" such as <a class=\"mw-redirect\" title=\"ACTA\" href=\"https://en.wikipedia.org/wiki/ACTA\">ACTA</a>, <a class=\"mw-redirect\" title=\"SOPA\" href=\"https://en.wikipedia.org/wiki/SOPA\">SOPA</a> and <a title=\"PROTECT IP Act\" href=\"https://en.wikipedia.org/wiki/PROTECT_IP_Act\">PIPA</a>.<sup id=\"cite_ref-beatport_1-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nIn 2013, Jašarević announced his departure from the Pretty Lights Music label in order to form his own vanity record label named Lowtemp Recordings. The label\'s name is an abbreviation of \"low temperature\", which Jašarević has explained is meant to indicate that music from his label would be \"cool\", stating, \"So from now on, if you think a song of mine is cool, you gotta say that shit\'s [from] Lowtemp.\"<sup id=\"cite_ref-6\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-6\">[6]</a></sup> Lowtemp now consists of artists Exmag (a side project of Gramatik),<sup id=\"cite_ref-7\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-7\">[7]</a></sup> ILLUMNTR, Gibbz, BRANX, and Russ Liquid. In 2014, Jašarević reissued his first seven albums—including the <i>Street Bangerz</i> series, renamed as <i>SB</i>—on the Lowtemp label with new or updated artwork.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Upcoming Events\" tab_id=\"1487737663808-f6501f16-2140\"][iron_events filter=\"upcoming\" events_for=\"\" enable_artists_filter=\"\"][/vc_tta_section][vc_tta_section title=\"Videos\" tab_id=\"1487737697806-3147d172-2cea\"][vc_video link=\"https://vimeo.com/133697756\" css=\".vc_custom_1487738992993{margin-bottom: 35px !important;}\"][vc_video link=\"https://vimeo.com/127401564\" css=\".vc_custom_1487738998337{margin-bottom: 35px !important;}\"][/vc_tta_section][vc_tta_section title=\"SoundCloud\" tab_id=\"1487780888277-f0f9a051-be7d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUyMGZyYW1lYm9yZGVyJTNEJTIybm8lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRncuc291bmRjbG91ZC5jb20lMkZwbGF5ZXIlMkYlM0Z1cmwlM0RodHRwcyUyNTNBJTJGJTJGYXBpLnNvdW5kY2xvdWQuY29tJTJGcGxheWxpc3RzJTJGNDAxODkxNSUyNmFtcCUzQmNvbG9yJTNEZmY1NTAwJTI2YW1wJTNCYXV0b19wbGF5JTNEZmFsc2UlMjZhbXAlM0JoaWRlX3JlbGF0ZWQlM0RmYWxzZSUyNmFtcCUzQnNob3dfY29tbWVudHMlM0R0cnVlJTI2YW1wJTNCc2hvd191c2VyJTNEdHJ1ZSUyNmFtcCUzQnNob3dfcmVwb3N0cyUzRGZhbHNlJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','DJ Sonaar','','inherit','closed','closed','','1143-revision-v1','','','2018-11-29 21:02:03','2018-11-29 21:02:03','',1143,'https://cactusmoonshinepublishing.com/1143-revision-v1/',0,'revision','',0),(3440,2,'2018-11-29 21:02:03','2018-11-29 21:02:03','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','DJ Sonaar','','inherit','closed','closed','','1143-revision-v1','','','2018-11-29 21:02:03','2018-11-29 21:02:03','',1143,'https://cactusmoonshinepublishing.com/1143-revision-v1/',0,'revision','',0),(3441,2,'2018-11-29 21:02:06','2018-11-29 21:02:06','[vc_row iron_row_type=\"in_container\" iron_remove_padding_medium=\"\" iron_remove_padding_small=\"\" iron_overlay_pattern=\"\" iron_parallax=\"\" iron_bg_video=\"\"][vc_column][vc_tta_tabs style=\"flat\" shape=\"square\" color=\"black\" active_section=\"1\" no_fill_content_area=\"true\"][vc_tta_section title=\"Albums\" tab_id=\"1487737705226-144de8d1-04cd\"][iron_audioplayer albums=\"2093\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][iron_audioplayer albums=\"2086\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][/vc_tta_section][vc_tta_section title=\"Biography\" tab_id=\"1487737663838-886b7f01-3bb2\"][vc_column_text]At the age of 13, Jašarević started producing hip-hop music using an early PC. He later began sharing his tracks through the online music store <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>, which helped him gain a following in the <a title=\"United States\" href=\"https://en.wikipedia.org/wiki/United_States\">United States</a> and <a title=\"Europe\" href=\"https://en.wikipedia.org/wiki/Europe\">Europe</a>. Beatport is what Jašarević cites as his gateway to emerging as an electronic artist and landing his first US agent, Hunter Williams.<sup id=\"cite_ref-beatport_1-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nAfter Jašarević signed with his new agency, he moved to <a title=\"New York City\" href=\"https://en.wikipedia.org/wiki/New_York_City\">New York City</a> and released his debut <a class=\"mw-redirect\" title=\"Studio album\" href=\"https://en.wikipedia.org/wiki/Studio_album\">studio album</a> <i>Expedition 44</i> in July 2008,<sup id=\"cite_ref-3\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-3\">[3]</a></sup> as well as his second studio album <i>Street Bangerz Vol. 1</i> in December 2008.<sup id=\"cite_ref-4\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-4\">[4]</a></sup> <i>SB1</i> charted on <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>\'s Top 100 Chill Out chart for six months. In an interview with Britt Chester, Jašarević said, \"I didn\'t even expect the album to sell one track on Beatport, nothing else was sold on beatport except techno and house. When I dropped my album and it started selling, I was really surprised, since I\'d never seen a hip-hop album sell on Beatport. So when it sold, I was like \'Wow!\' These were hip-hop beats, but it was labeled \'Chill Out\' on Beatport. People saw it and thought it was awesome good chill out music, which is fine for me. I didn\'t expect it at all, and I didn\'t expect someone to reach out to me as a booking agent.\"<sup id=\"cite_ref-backbeat_2-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup>\r\n\r\nA year after releasing his first album, Jašarević signed to the <a class=\"mw-redirect\" title=\"Pretty Lights Music\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights_Music\">Pretty Lights Music</a> label as its first new artist, which at the time consisted of only the electronic music producer <a title=\"Pretty Lights\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights\">Pretty Lights</a> (Derek Vincent Smith).<sup id=\"cite_ref-backbeat_2-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup> The label utilizes a fee-free music model, and Jašarević has stated his belief is that it is \"morally right for music to be primarily free\", and has been vocal about his history with <a class=\"mw-redirect\" title=\"Digital piracy\" href=\"https://en.wikipedia.org/wiki/Digital_piracy\">digital piracy</a> and how it has benefited his career in multiple ways.<sup id=\"cite_ref-5\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-5\">[5]</a></sup> Jašarević cited his third <a title=\"Extended play\" href=\"https://en.wikipedia.org/wiki/Extended_play\">extended play</a> (EP) <i>#digitalfreedom</i> as having a theme involving \"the fight against severe internet censorship bills\" such as <a class=\"mw-redirect\" title=\"ACTA\" href=\"https://en.wikipedia.org/wiki/ACTA\">ACTA</a>, <a class=\"mw-redirect\" title=\"SOPA\" href=\"https://en.wikipedia.org/wiki/SOPA\">SOPA</a> and <a title=\"PROTECT IP Act\" href=\"https://en.wikipedia.org/wiki/PROTECT_IP_Act\">PIPA</a>.<sup id=\"cite_ref-beatport_1-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nIn 2013, Jašarević announced his departure from the Pretty Lights Music label in order to form his own vanity record label named Lowtemp Recordings. The label\'s name is an abbreviation of \"low temperature\", which Jašarević has explained is meant to indicate that music from his label would be \"cool\", stating, \"So from now on, if you think a song of mine is cool, you gotta say that shit\'s [from] Lowtemp.\"<sup id=\"cite_ref-6\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-6\">[6]</a></sup> Lowtemp now consists of artists Exmag (a side project of Gramatik),<sup id=\"cite_ref-7\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-7\">[7]</a></sup> ILLUMNTR, Gibbz, BRANX, and Russ Liquid. In 2014, Jašarević reissued his first seven albums—including the <i>Street Bangerz</i> series, renamed as <i>SB</i>—on the Lowtemp label with new or updated artwork.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Upcoming Events\" tab_id=\"1487737663808-f6501f16-2140\"][iron_events filter=\"upcoming\" events_for=\"\" enable_artists_filter=\"\"][/vc_tta_section][vc_tta_section title=\"Videos\" tab_id=\"1487737697806-3147d172-2cea\"][vc_video link=\"https://vimeo.com/133697756\" css=\".vc_custom_1487738992993{margin-bottom: 35px !important;}\"][vc_video link=\"https://vimeo.com/127401564\" css=\".vc_custom_1487738998337{margin-bottom: 35px !important;}\"][/vc_tta_section][vc_tta_section title=\"SoundCloud\" tab_id=\"1487780888277-f0f9a051-be7d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUyMGZyYW1lYm9yZGVyJTNEJTIybm8lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRncuc291bmRjbG91ZC5jb20lMkZwbGF5ZXIlMkYlM0Z1cmwlM0RodHRwcyUyNTNBJTJGJTJGYXBpLnNvdW5kY2xvdWQuY29tJTJGcGxheWxpc3RzJTJGNDAxODkxNSUyNmFtcCUzQmNvbG9yJTNEZmY1NTAwJTI2YW1wJTNCYXV0b19wbGF5JTNEZmFsc2UlMjZhbXAlM0JoaWRlX3JlbGF0ZWQlM0RmYWxzZSUyNmFtcCUzQnNob3dfY29tbWVudHMlM0R0cnVlJTI2YW1wJTNCc2hvd191c2VyJTNEdHJ1ZSUyNmFtcCUzQnNob3dfcmVwb3N0cyUzRGZhbHNlJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Maskatomb','','inherit','closed','closed','','1175-revision-v1','','','2018-11-29 21:02:06','2018-11-29 21:02:06','',1175,'https://cactusmoonshinepublishing.com/1175-revision-v1/',0,'revision','',0),(3442,2,'2018-11-29 21:02:07','2018-11-29 21:02:07','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Maskatomb','','inherit','closed','closed','','1175-revision-v1','','','2018-11-29 21:02:07','2018-11-29 21:02:07','',1175,'https://cactusmoonshinepublishing.com/1175-revision-v1/',0,'revision','',0),(3443,2,'2018-11-29 21:02:14','2018-11-29 21:02:14','[vc_row iron_row_type=\"in_container\" iron_remove_padding_medium=\"\" iron_remove_padding_small=\"\" iron_overlay_pattern=\"\" iron_parallax=\"\" iron_bg_video=\"\"][vc_column][vc_tta_tabs style=\"flat\" shape=\"square\" color=\"black\" active_section=\"1\" no_fill_content_area=\"true\"][vc_tta_section title=\"Albums\" tab_id=\"1487737705226-144de8d1-04cd\"][iron_audioplayer albums=\"2080\" autoplay=\"0\" show_playlist=\"1\" show_album_market=\"1\"][/vc_tta_section][vc_tta_section title=\"Biography\" tab_id=\"1487737663838-886b7f01-3bb2\"][vc_column_text]At the age of 13, Jašarević started producing hip-hop music using an early PC. He later began sharing his tracks through the online music store <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>, which helped him gain a following in the <a title=\"United States\" href=\"https://en.wikipedia.org/wiki/United_States\">United States</a> and <a title=\"Europe\" href=\"https://en.wikipedia.org/wiki/Europe\">Europe</a>. Beatport is what Jašarević cites as his gateway to emerging as an electronic artist and landing his first US agent, Hunter Williams.<sup id=\"cite_ref-beatport_1-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nAfter Jašarević signed with his new agency, he moved to <a title=\"New York City\" href=\"https://en.wikipedia.org/wiki/New_York_City\">New York City</a> and released his debut <a class=\"mw-redirect\" title=\"Studio album\" href=\"https://en.wikipedia.org/wiki/Studio_album\">studio album</a> <i>Expedition 44</i> in July 2008,<sup id=\"cite_ref-3\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-3\">[3]</a></sup> as well as his second studio album <i>Street Bangerz Vol. 1</i> in December 2008.<sup id=\"cite_ref-4\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-4\">[4]</a></sup> <i>SB1</i> charted on <a title=\"Beatport\" href=\"https://en.wikipedia.org/wiki/Beatport\">Beatport</a>\'s Top 100 Chill Out chart for six months. In an interview with Britt Chester, Jašarević said, \"I didn\'t even expect the album to sell one track on Beatport, nothing else was sold on beatport except techno and house. When I dropped my album and it started selling, I was really surprised, since I\'d never seen a hip-hop album sell on Beatport. So when it sold, I was like \'Wow!\' These were hip-hop beats, but it was labeled \'Chill Out\' on Beatport. People saw it and thought it was awesome good chill out music, which is fine for me. I didn\'t expect it at all, and I didn\'t expect someone to reach out to me as a booking agent.\"<sup id=\"cite_ref-backbeat_2-1\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup>\r\n\r\nA year after releasing his first album, Jašarević signed to the <a class=\"mw-redirect\" title=\"Pretty Lights Music\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights_Music\">Pretty Lights Music</a> label as its first new artist, which at the time consisted of only the electronic music producer <a title=\"Pretty Lights\" href=\"https://en.wikipedia.org/wiki/Pretty_Lights\">Pretty Lights</a> (Derek Vincent Smith).<sup id=\"cite_ref-backbeat_2-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-backbeat-2\">[2]</a></sup> The label utilizes a fee-free music model, and Jašarević has stated his belief is that it is \"morally right for music to be primarily free\", and has been vocal about his history with <a class=\"mw-redirect\" title=\"Digital piracy\" href=\"https://en.wikipedia.org/wiki/Digital_piracy\">digital piracy</a> and how it has benefited his career in multiple ways.<sup id=\"cite_ref-5\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-5\">[5]</a></sup> Jašarević cited his third <a title=\"Extended play\" href=\"https://en.wikipedia.org/wiki/Extended_play\">extended play</a> (EP) <i>#digitalfreedom</i> as having a theme involving \"the fight against severe internet censorship bills\" such as <a class=\"mw-redirect\" title=\"ACTA\" href=\"https://en.wikipedia.org/wiki/ACTA\">ACTA</a>, <a class=\"mw-redirect\" title=\"SOPA\" href=\"https://en.wikipedia.org/wiki/SOPA\">SOPA</a> and <a title=\"PROTECT IP Act\" href=\"https://en.wikipedia.org/wiki/PROTECT_IP_Act\">PIPA</a>.<sup id=\"cite_ref-beatport_1-2\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-beatport-1\">[1]</a></sup>\r\n\r\nIn 2013, Jašarević announced his departure from the Pretty Lights Music label in order to form his own vanity record label named Lowtemp Recordings. The label\'s name is an abbreviation of \"low temperature\", which Jašarević has explained is meant to indicate that music from his label would be \"cool\", stating, \"So from now on, if you think a song of mine is cool, you gotta say that shit\'s [from] Lowtemp.\"<sup id=\"cite_ref-6\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-6\">[6]</a></sup> Lowtemp now consists of artists Exmag (a side project of Gramatik),<sup id=\"cite_ref-7\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Gramatik#cite_note-7\">[7]</a></sup> ILLUMNTR, Gibbz, BRANX, and Russ Liquid. In 2014, Jašarević reissued his first seven albums—including the <i>Street Bangerz</i> series, renamed as <i>SB</i>—on the Lowtemp label with new or updated artwork.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Upcoming Events\" tab_id=\"1487737663808-f6501f16-2140\"][iron_events filter=\"upcoming\" events_for=\"\" enable_artists_filter=\"\"][/vc_tta_section][vc_tta_section title=\"Videos\" tab_id=\"1487737697806-3147d172-2cea\"][vc_video link=\"https://vimeo.com/133697756\" css=\".vc_custom_1487738992993{margin-bottom: 35px !important;}\"][vc_video link=\"https://vimeo.com/127401564\" css=\".vc_custom_1487738998337{margin-bottom: 35px !important;}\"][/vc_tta_section][vc_tta_section title=\"SoundCloud\" tab_id=\"1487780888277-f0f9a051-be7d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUyMGZyYW1lYm9yZGVyJTNEJTIybm8lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRncuc291bmRjbG91ZC5jb20lMkZwbGF5ZXIlMkYlM0Z1cmwlM0RodHRwcyUyNTNBJTJGJTJGYXBpLnNvdW5kY2xvdWQuY29tJTJGcGxheWxpc3RzJTJGNDAxODkxNSUyNmFtcCUzQmNvbG9yJTNEZmY1NTAwJTI2YW1wJTNCYXV0b19wbGF5JTNEZmFsc2UlMjZhbXAlM0JoaWRlX3JlbGF0ZWQlM0RmYWxzZSUyNmFtcCUzQnNob3dfY29tbWVudHMlM0R0cnVlJTI2YW1wJTNCc2hvd191c2VyJTNEdHJ1ZSUyNmFtcCUzQnNob3dfcmVwb3N0cyUzRGZhbHNlJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Wyclef','','inherit','closed','closed','','1194-revision-v1','','','2018-11-29 21:02:14','2018-11-29 21:02:14','',1194,'https://cactusmoonshinepublishing.com/1194-revision-v1/',0,'revision','',0),(3444,2,'2018-11-29 21:02:14','2018-11-29 21:02:14','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Wyclef','','inherit','closed','closed','','1194-revision-v1','','','2018-11-29 21:02:14','2018-11-29 21:02:14','',1194,'https://cactusmoonshinepublishing.com/1194-revision-v1/',0,'revision','',0),(3445,2,'2018-11-29 21:04:59','2018-11-29 21:04:59','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/Raymayor_wide-nzssq9wz4jocxd7vakxvh24wuv8purzln3zesflaw4.jpg\" title=\"Raymayor_wide\" alt=\"Raymayor_wide\" />											\n			<h1>RAYMAYOR</h1>		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Raymayor','','inherit','closed','closed','','1177-revision-v1','','','2018-11-29 21:04:59','2018-11-29 21:04:59','',1177,'https://cactusmoonshinepublishing.com/1177-revision-v1/',0,'revision','',0),(3446,2,'2018-11-29 21:05:08','2018-11-29 21:05:08','<img title=\"Raymayor_wide\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/Raymayor_wide-nzssq9wz4jocxd7vakxvh24wuv8purzln3zesflaw4.jpg\" alt=\"Raymayor_wide\" />\r\n<h1>RAYMAYOR</h1>\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','Raymayor','','inherit','closed','closed','','1177-revision-v1','','','2018-11-29 21:05:08','2018-11-29 21:05:08','',1177,'https://cactusmoonshinepublishing.com/1177-revision-v1/',0,'revision','',0),(3448,2,'2018-11-29 21:09:42','2018-11-29 21:09:42','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/Raymayor_wide-nzssq9wz4jocxd7vakxvh24wuv8purzln3zesflaw4.jpg\" title=\"Raymayor_wide\" alt=\"Raymayor_wide\" />											\n			<h1>RAYMAYOR</h1>		\n			<h3>Biography</h3>		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.</p>		\n			<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Raymayor','','inherit','closed','closed','','1177-revision-v1','','','2018-11-29 21:09:42','2018-11-29 21:09:42','',1177,'https://cactusmoonshinepublishing.com/1177-revision-v1/',0,'revision','',0),(3449,2,'2018-11-29 21:11:17','2018-11-29 21:11:17','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/Raymayor_wide-nzssq9wz4jocxd7vakxvh24wuv8purzln3zesflaw4.jpg\" title=\"Raymayor_wide\" alt=\"Raymayor_wide\" />											\n			<h1>RAYMAYOR</h1>		\n			<h3>Biography</h3>		\n			<h3>Passion never dies. It grows</h3>		\n			<h3>Stay Hungry and Strong</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.</p>		\n			<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Raymayor','','inherit','closed','closed','','1177-revision-v1','','','2018-11-29 21:11:17','2018-11-29 21:11:17','',1177,'https://cactusmoonshinepublishing.com/1177-revision-v1/',0,'revision','',0),(3466,2,'2018-11-29 22:46:55','2018-11-29 22:46:55','[vc_row iron_row_type=\"in_container\" iron_remove_padding_medium=\"tabletnopadding\" iron_remove_padding_small=\"mobilenopadding\" iron_overlay_pattern=\"\" iron_parallax=\"\" iron_bg_video=\"\" css=\".vc_custom_1509564618973{margin-top: -200px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><iframe src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/41031863&amp;color=ff5500&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false\" width=\"100%\" height=\"450\" frameborder=\"no\" scrolling=\"no\"></iframe></p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1509564687041{margin-top: 150px !important;}\"][vc_column][vc_custom_heading text=\"I am Ultrasonic\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" fit_bg_text=\"0\"][iron_image_divider divider_align=\"center\" divider_image=\"107\" divider_color=\"#ffffff\"][vc_empty_space height=\"26px\"][vc_custom_heading text=\"IT NEVER ENDS\" font_container=\"tag:h4|font_size:13px|text_align:center|line_height:12px\" use_theme_fonts=\"yes\" fit_bg_text=\"0\" el_class=\".costumespacing1\" css=\".vc_custom_1509137274915{margin-bottom: -15px !important;}\"][vc_custom_heading text=\"Passion never dies. It grows\r\nstronger every day.\" font_container=\"tag:h3|font_size:30px|text_align:center|line_height:38px\" use_theme_fonts=\"yes\" fit_bg_text=\"0\" el_class=\".costumespacing1\"][vc_column_text css=\".vc_custom_1509121416703{padding-right: 5% !important;padding-left: 5% !important;}\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.\r\n\r\n[/vc_column_text][vc_single_image image=\"2512\" img_size=\"full\" alignment=\"center\" img_fullwidth=\"0\" css=\".vc_custom_1510691574175{margin-top: 75px !important;margin-bottom: 75px !important;}\"][/vc_column][/vc_row]','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-11-29 22:46:55','2018-11-29 22:46:55','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3467,2,'2018-11-29 22:46:55','2018-11-29 22:46:55','<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-11-29 22:46:55','2018-11-29 22:46:55','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3468,2,'2018-11-29 22:47:20','2018-11-29 22:47:20','<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=true&amp;liking=true&amp;download=true&amp;sharing=true&amp;show_comments=true&amp;show_playcount=true&amp;show_user=true&amp;color\" width=\"1144\" height=\"450\" frameborder=\"no\" scrolling=\"no\"></iframe>\r\n<h3>It never ends</h3>\r\n<h1>Passion never die. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n\r\n<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" width=\"90\" height=\"96\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-11-29 22:47:20','2018-11-29 22:47:20','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3469,2,'2018-11-29 22:47:54','2018-11-29 22:47:54','<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=true&amp;liking=true&amp;download=true&amp;sharing=true&amp;show_comments=true&amp;show_playcount=true&amp;show_user=true&amp;color\" width=\"1144\" height=\"450\" frameborder=\"no\" scrolling=\"no\"></iframe>\r\n<h3>It never ends</h3>\r\n<h1>Passion never die. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n\r\n<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" width=\"90\" height=\"96\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-11-29 22:47:54','2018-11-29 22:47:54','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3470,2,'2018-11-29 22:49:37','2018-11-29 22:49:37','<h2>Add Your Heading Text Here</h2>		\n				<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-11-29 22:49:37','2018-11-29 22:49:37','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3471,2,'2018-11-29 22:55:18','2018-11-29 22:55:18','<h2>ULTRASONIC</h2>		\n			<h3>Electro | Hip-hop | Drum & Bass</h3>		\n				<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-11-29 22:55:18','2018-11-29 22:55:18','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3472,2,'2018-11-29 22:57:20','2018-11-29 22:57:20','<h2>ULTRASONIC</h2>		\n			<h3>Electro | Hip-hop | Drum & Bass</h3>		\n				<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-11-29 22:57:20','2018-11-29 22:57:20','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3474,2,'2018-11-29 22:58:33','2018-11-29 22:58:33','<h2>ULTRASONIC</h2>		\n			<h3>Electro | Hip-hop | Drum & Bass</h3>		\n				<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-11-29 22:58:33','2018-11-29 22:58:33','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3475,2,'2018-11-29 23:01:01','2018-11-29 23:01:01','<h2>ULTRASONIC</h2>		\n			<h3>Electro | Hip-hop | Drum & Bass</h3>		\n				<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-11-29 23:01:01','2018-11-29 23:01:01','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3476,2,'2018-11-29 23:01:56','2018-11-29 23:01:56','<h2>ULTRASONIC</h2>		\n			<h3>Electro | Hip-hop | Drum & Bass</h3>		\n				<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-11-29 23:01:56','2018-11-29 23:01:56','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3477,2,'2018-11-30 18:48:32','2018-11-30 18:48:32','','News - Classic','','inherit','closed','closed','','19-revision-v1','','','2018-11-30 18:48:32','2018-11-30 18:48:32','',19,'https://cactusmoonshinepublishing.com/19-revision-v1/',0,'revision','',0),(3478,2,'2018-11-30 18:49:59','2018-11-30 18:49:59','<h2>Our Website is under construction</h2>\r\n<h2>We\'ll be here soon with our new awesome site. stay tuned</h2>\r\n<form id=\"sr-mailchimp-form-87a0b56\" action=\"#\"><label for=\"\"></label>\r\n<input name=\"sr_mailchimp_email\" required=\"required\" type=\"email\" placeholder=\"Email\" />\r\n<button id=\"sr-subscribe-87a0b56\">\r\nSubscribe\r\n</button></form>','Under Construction - Coming Soon Page','','inherit','closed','closed','','1938-revision-v1','','','2018-11-30 18:49:59','2018-11-30 18:49:59','',1938,'https://cactusmoonshinepublishing.com/1938-revision-v1/',0,'revision','',0),(3480,2,'2018-11-30 20:10:12','2018-11-30 20:10:12','<h3>ABOUT</h3>		\n			<h1>Sonaar & The Bands</h1>		\n			<h2>A JOURNEY THAT CHANGED MY LIFE.</h2>		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/VJ-picture-2-nznjrn7w5pe9k3381n782qdkk7rlw307zyiswp6li0.jpg\" title=\"VJ-picture-2\" alt=\"VJ-picture-2\" />											\n			<h3>IT START WITH</h3>		\n			<h3>An Endless Passion for Music</h3>		\n			<h3>For Discovery, for People, for Life...</h3>		\n		<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.</p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. </p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis. </p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. </p>		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/VJ-picture-6-nznjrn7w5pejsdrd7ojgcaakr4zpj0ztap9px6g30s.jpg\" title=\"VJ-picture-6\" alt=\"VJ-picture-6\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 1','','inherit','closed','closed','','1767-revision-v1','','','2018-11-30 20:10:12','2018-11-30 20:10:12','',1767,'https://cactusmoonshinepublishing.com/1767-revision-v1/',0,'revision','',0),(3481,2,'2018-11-30 20:10:21','2018-11-30 20:10:21','<h1>I am Victor hedman</h1>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Google-plus\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Wordpress\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist Management</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>Administration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>CONTACT</h2>		\n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/outlander-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-11-30 20:10:21','2018-11-30 20:10:21','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3482,2,'2018-11-30 20:10:29','2018-11-30 20:10:29','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/VJ-picture-6-nznjrn7w5pdev72sjj6ja2mjzg3az91g3qa1v9e4xo.jpg\" title=\"VJ-picture-6\" alt=\"VJ-picture-6\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 3','','inherit','closed','closed','','1835-revision-v1','','','2018-11-30 20:10:29','2018-11-30 20:10:29','',1835,'https://cactusmoonshinepublishing.com/1835-revision-v1/',0,'revision','',0),(3483,2,'2018-11-30 20:10:41','2018-11-30 20:10:41','<h2>Say Hello</h2>\r\n<h3>Contact us</h3>\r\n<form action=\"/outlander-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"735\" />\r\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.9.1\" />\r\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\r\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f735-o1\" />\r\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" /><label>Your Name (required)</label>\r\n<input name=\"your-name\" size=\"40\" type=\"text\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Your Email (required)</label>\r\n<input name=\"your-email\" size=\"40\" type=\"email\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Subject</label>\r\n<input name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" aria-invalid=\"false\" />\r\n\r\n<label>Your Message</label>\r\n<textarea cols=\"40\" name=\"your-message\" rows=\"10\" aria-invalid=\"false\"></textarea>\r\n\r\n<input type=\"submit\" value=\"Send\" />\r\n\r\n</form>\r\n<h2>Contact</h2>\r\n<h3>Booking</h3>\r\nGeneral Inquiries\r\n<a href=\"mailto:info@soundrise.com\">info@soundrise.com</a>\r\n\r\nInterested in joining us ?\r\n<a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a>\r\n\r\nt+ 514-555-9075\r\nPO Box 4296\r\nMontreal, H4C 2V7','Contact - Example 1','','inherit','closed','closed','','29-revision-v1','','','2018-11-30 20:10:41','2018-11-30 20:10:41','',29,'https://cactusmoonshinepublishing.com/29-revision-v1/',0,'revision','',0),(3484,2,'2018-11-30 20:10:56','2018-11-30 20:10:56','<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>		\n			<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/outlander-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-11-30 20:10:56','2018-11-30 20:10:56','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3485,2,'2018-11-30 20:11:05','2018-11-30 20:11:05','<h2>CONTACT</h2>		\n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/outlander-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 3','','inherit','closed','closed','','1892-revision-v1','','','2018-11-30 20:11:05','2018-11-30 20:11:05','',1892,'https://cactusmoonshinepublishing.com/1892-revision-v1/',0,'revision','',0),(3486,2,'2018-11-30 20:11:17','2018-11-30 20:11:17','','Videos - Youtube Channel','','inherit','closed','closed','','1663-revision-v1','','','2018-11-30 20:11:17','2018-11-30 20:11:17','',1663,'https://cactusmoonshinepublishing.com/1663-revision-v1/',0,'revision','',0),(3487,2,'2018-11-30 20:11:17','2018-11-30 20:11:17','<h2>Donate &amp; Support</h2>\n		<p style=\"text-align: center;\"><strong><em>SONAAR</em></strong> HAS ALWAYS SUBSCRIBED TO THE PRINCIPLE THAT MUSIC SHOULD BE MADE AVAILABLE TO ANYONE FREE OF CHARGE. THAT’S WHY WE GIVE YOU THIS ALBUM FOR FREE. IF YOU ARE IN A POSITION TO BE ABLE TO SUPPORT THIS PERSONAL POLICY OF FREE MUSIC AND HELP US CONTINUE ON THIS PATH, THERE’S AN OPTION TO MAKE A DONATION OF YOUR CHOOSING HERE.</p><p style=\"text-align: center;\"><strong>THANK YOU!</strong></p>		\n			<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /><input name=\"hosted_button_id\" type=\"hidden\" value=\"7798XY7PAM2P6\" /><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /><img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />','Donate','','inherit','closed','closed','','27-revision-v1','','','2018-11-30 20:11:17','2018-11-30 20:11:17','',27,'https://cactusmoonshinepublishing.com/27-revision-v1/',0,'revision','',0),(3488,2,'2018-11-30 20:11:17','2018-11-30 20:11:17','<h3>MY LATEST TRACKS</h3>		\n			<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/outlander-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Horizon </h1>\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n                Horizon\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h3>ABOUT ME</h3>		\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>LATEST VIDEO</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>FULL DISCOGRAPHY</h3>		\n			<h3>PHOTOS</h3>		\n			<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>		\n			<h2>THE PRESS KIT</h2>		\n			<a href=\"#\">\n			</a>\n			<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','inherit','closed','closed','','40-revision-v1','','','2018-11-30 20:11:17','2018-11-30 20:11:17','',40,'https://cactusmoonshinepublishing.com/40-revision-v1/',0,'revision','',0),(3489,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Gallery - Fullwidth','','inherit','closed','closed','','38-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',38,'https://cactusmoonshinepublishing.com/38-revision-v1/',0,'revision','',0),(3490,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Gallery - Boxed','','inherit','closed','closed','','36-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',36,'https://cactusmoonshinepublishing.com/36-revision-v1/',0,'revision','',0),(3491,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Music - Click & Play','','inherit','closed','closed','','2663-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',2663,'https://cactusmoonshinepublishing.com/2663-revision-v1/',0,'revision','',0),(3492,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','<section id=\"sr_it-grid-5bfd6b8063be2\"class=\"sr_it-grid column-3\" data-parallax=\"yes\" data-column=\"3\" data-parallax-speed=\"[2, -2, 1]\"><article id=\"post-1218\">\n    <a title=\"Horizon\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/horizon/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Horizon</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2090\">\n    <a title=\"Somera\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/somera/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Somera</h1>\n		        		        DJ Sonaar\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2086\">\n    <a title=\"Moodburst\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/moodburst/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Moodburst</h1>\n		        		        Wyclef\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2098\">\n    <a title=\"Lights Out\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/lights-out/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/10/dicography2.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Lights Out</h1>\n		        		        Raymayor\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2083\">\n    <a title=\"Colorun\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/colorun/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/colorun.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Colorun</h1>\n		        		        Ultrasonic\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2093\">\n    <a title=\"Phoenix\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/phoenix/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Phoenix</h1>\n		        		        Maskatomb\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2080\">\n    <a title=\"Dust to Play\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/dust-to-play/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/09/Play-2.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Dust to Play</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2192\">\n    <a title=\"Prodigy Lyrics\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/prodigy-lyrics/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Prodigy Lyrics</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1756\">\n    <a title=\"A SoundCloud Album\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/soundcloud-album/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/a-soundcloud-album.jpg\"></img>\n		    <header>\n		    				    		<time>2018</time>\n		        <h1>A SoundCloud Album</h1>\n		        		        Diamond\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-646\">\n    <a title=\"A Spotify Album\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/spotify-album/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/a-spotify-album.jpg\"></img>\n		    <header>\n		    				    		<time>2018</time>\n		        <h1>A Spotify Album</h1>\n		        		        Diamond\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article></section>','Music - Parallax','','inherit','closed','closed','','1719-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',1719,'https://cactusmoonshinepublishing.com/1719-revision-v1/',0,'revision','',0),(3493,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','<section id=\"sr_it-grid-5bfd6a49e2bd5\"class=\"sr_it-grid column-2\" data-parallax=\"0\" data-column=\"2\" data-parallax-speed=\"[0,0,0]\"><article id=\"post-1218\">\n    <a title=\"Horizon\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/horizon/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Horizon</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2090\">\n    <a title=\"Somera\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/somera/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Somera</h1>\n		        		        DJ Sonaar\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2086\">\n    <a title=\"Moodburst\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/moodburst/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Moodburst</h1>\n		        		        Wyclef\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2098\">\n    <a title=\"Lights Out\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/lights-out/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/10/dicography2.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Lights Out</h1>\n		        		        Raymayor\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2083\">\n    <a title=\"Colorun\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/colorun/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/colorun.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Colorun</h1>\n		        		        Ultrasonic\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2093\">\n    <a title=\"Phoenix\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/phoenix/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Phoenix</h1>\n		        		        Maskatomb\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2080\">\n    <a title=\"Dust to Play\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/dust-to-play/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/09/Play-2.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Dust to Play</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-2192\">\n    <a title=\"Prodigy Lyrics\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/prodigy-lyrics/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"></img>\n		    <header>\n		    				    		<time>2017</time>\n		        <h1>Prodigy Lyrics</h1>\n		        		        Herbalizer\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1756\">\n    <a title=\"A SoundCloud Album\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/soundcloud-album/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/a-soundcloud-album.jpg\"></img>\n		    <header>\n		    				    		<time>2018</time>\n		        <h1>A SoundCloud Album</h1>\n		        		        Diamond\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-646\">\n    <a title=\"A Spotify Album\" href=\"https://demo.sonaar.io/outlander-elementor/playlist/spotify-album/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/a-spotify-album.jpg\"></img>\n		    <header>\n		    				    		<time>2018</time>\n		        <h1>A Spotify Album</h1>\n		        		        Diamond\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article></section>','Music - 2 Columns','','inherit','closed','closed','','1711-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',1711,'https://cactusmoonshinepublishing.com/1711-revision-v1/',0,'revision','',0),(3494,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Music - Grid','','inherit','closed','closed','','1227-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',1227,'https://cactusmoonshinepublishing.com/1227-revision-v1/',0,'revision','',0),(3495,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Music - Filters','','inherit','closed','closed','','1229-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',1229,'https://cactusmoonshinepublishing.com/1229-revision-v1/',0,'revision','',0),(3496,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Music - Fullwidth','','inherit','closed','closed','','1233-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',1233,'https://cactusmoonshinepublishing.com/1233-revision-v1/',0,'revision','',0),(3497,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/outlander-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Horizon </h1>\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Horizon\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/outlander-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Somera </h1>\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"What you wanna hear\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Somera\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Somera-1.jpg\"data-trackartists=\"DJ Sonaar\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Somera\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/outlander-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Moodburst </h1>\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Moodburst\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/moodburst.jpg\"data-trackartists=\"Wyclef\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/outlander-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Moodburst\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>','Music - List','','inherit','closed','closed','','827-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',827,'https://cactusmoonshinepublishing.com/827-revision-v1/',0,'revision','',0),(3498,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Music - Slider','','inherit','closed','closed','','831-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',831,'https://cactusmoonshinepublishing.com/831-revision-v1/',0,'revision','',0),(3499,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Artists - Filters','','inherit','closed','closed','','1742-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',1742,'https://cactusmoonshinepublishing.com/1742-revision-v1/',0,'revision','',0),(3500,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','<section id=\"sr_it-grid-5bfd961c1bb14\"class=\"sr_it-grid column-3\" data-parallax=\"yes\" data-column=\"3\" data-parallax-speed=\"[2, -2, 1]\"><article id=\"post-1177\">\n    <a title=\"Raymayor\" href=\"https://demo.sonaar.io/outlander-elementor/artist/raymayor/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Raymayor_square.jpg\"></img>\n		    <header>\n		        <h1>Raymayor</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1179\">\n    <a title=\"Diamond\" href=\"https://demo.sonaar.io/outlander-elementor/artist/diamond/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Diamond_square.jpg\"></img>\n		    <header>\n		        <h1>Diamond</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1181\">\n    <a title=\"Above the Ground\" href=\"https://demo.sonaar.io/outlander-elementor/artist/above-the-ground/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Abovetheground_square.jpg\"></img>\n		    <header>\n		        <h1>Above the Ground</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1188\">\n    <a title=\"Caroline\" href=\"https://demo.sonaar.io/outlander-elementor/artist/caroline/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Caroline_square.jpg\"></img>\n		    <header>\n		        <h1>Caroline</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1190\">\n    <a title=\"Indiana\" href=\"https://demo.sonaar.io/outlander-elementor/artist/indiana/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Indiana_square.jpg\"></img>\n		    <header>\n		        <h1>Indiana</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1192\">\n    <a title=\"Herbalizer\" href=\"https://demo.sonaar.io/outlander-elementor/artist/herbalizer/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Herbalizer_square.jpg\"></img>\n		    <header>\n		        <h1>Herbalizer</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1194\">\n    <a title=\"Wyclef\" href=\"https://demo.sonaar.io/outlander-elementor/artist/wyclef/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Wyclef_square.jpg\"></img>\n		    <header>\n		        <h1>Wyclef</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1196\">\n    <a title=\"Adele\" href=\"https://demo.sonaar.io/outlander-elementor/artist/adele/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/adele_square.jpg\"></img>\n		    <header>\n		        <h1>Adele</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1143\">\n    <a title=\"DJ Sonaar\" href=\"https://demo.sonaar.io/outlander-elementor/artist/dj-sonaar/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/DjSonaar_square.jpg\"></img>\n		    <header>\n		        <h1>DJ Sonaar</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1146\">\n    <a title=\"Ultrasonic\" href=\"https://demo.sonaar.io/outlander-elementor/artist/ultrasonic/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Ultrasonic_square.jpg\"></img>\n		    <header>\n		        <h1>Ultrasonic</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1148\">\n    <a title=\"Galapaghost\" href=\"https://demo.sonaar.io/outlander-elementor/artist/galapaghost/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/Galapaghost_square.jpg\"></img>\n		    <header>\n		        <h1>Galapaghost</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article><article id=\"post-1175\">\n    <a title=\"Maskatomb\" href=\"https://demo.sonaar.io/outlander-elementor/artist/maskatomb/\">\n    <img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/02/maskatomb_square.jpg\"></img>\n		    <header>\n		        <h1>Maskatomb</h1>\n		        		    	<button>listen</button>\n		    </header>\n    </a>\n</article></section>','Artists - Parallax','','inherit','closed','closed','','1737-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',1737,'https://cactusmoonshinepublishing.com/1737-revision-v1/',0,'revision','',0),(3501,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Artists - Grid','','inherit','closed','closed','','902-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',902,'https://cactusmoonshinepublishing.com/902-revision-v1/',0,'revision','',0),(3502,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Artists - Fullwidth','','inherit','closed','closed','','1733-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',1733,'https://cactusmoonshinepublishing.com/1733-revision-v1/',0,'revision','',0),(3503,2,'2018-11-30 20:11:45','2018-11-30 20:11:45','','Gallery - Instagram','','inherit','closed','closed','','989-revision-v1','','','2018-11-30 20:11:45','2018-11-30 20:11:45','',989,'https://cactusmoonshinepublishing.com/989-revision-v1/',0,'revision','',0),(3509,2,'2018-12-01 20:02:17','2018-12-01 20:02:17','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h1>VRJN</h1>		\n					<ul>\n							<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										SOUNDCLOUD\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										INSTAGRAM\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										FACEBOOK\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										YOUTUBE\n											</a>\n									</li>\n						</ul>\n        <h2>VICTOR JOHNSON</h2>\n			<h3>MUSICIAN & SONGWRITER</h3>		\n		<p>Hello. I’m Victor Johnson know as VRJN and I’m a&nbsp;professional guitarist and music teacher. Hope you’ll like my website and&nbsp;discover&nbsp;more about me and my&nbsp;passion.</p>		\n        <h2>LATEST SINGLE</h2>\n        <h2>PHOTO GALLERY</h2>\n        <h2>UPCOMING EVENTS</h2>\n  <section id=\"post-list\" data-eventnbr=\"5\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n					With						Adele\n								| 								Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/the-music-awards/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n					With						Raymayor\n								| 								London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/mtv-one-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n					With						Galapaghost, Herbalizer, Indiana\n								| 								Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/cmj-parkside-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n					With						Herbalizer\n								| 								Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/performance-night-free/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n					With						Maskatomb\n								| 								Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/acoustic-performance/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n					With						DJ Sonaar\n								| 								New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/frankfort-igloo-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n					With						Above the Ground, Diamond\n								| 								Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/shockelm-music-show/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n					With						DJ Sonaar\n								| 								Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/nyc-music-awards/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n										<img width=\"1216\" height=\"763\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman.jpg 1216w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-559x351.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-768x482.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-1024x643.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-600x376.jpg 600w\" sizes=\"(max-width: 1216px) 100vw, 1216px\" />											\n			<h4>Thanks for visiting</h4>		\n										<img width=\"403\" height=\"89\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/10/victor-signature.png\" alt=\"\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-01 20:02:17','2018-12-01 20:02:17','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3510,2,'2018-12-01 20:02:18','2018-12-01 20:02:18','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h1>VRJN</h1>		\n					<ul>\n							<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										SOUNDCLOUD\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										INSTAGRAM\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										FACEBOOK\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										YOUTUBE\n											</a>\n									</li>\n						</ul>\n        <h2>VICTOR JOHNSON</h2>\n			<h3>MUSICIAN & SONGWRITER</h3>		\n		<p>Hello. I’m Victor Johnson know as VRJN and I’m a&nbsp;professional guitarist and music teacher. Hope you’ll like my website and&nbsp;discover&nbsp;more about me and my&nbsp;passion.</p>		\n        <h2>LATEST SINGLE</h2>\n        <h2>PHOTO GALLERY</h2>\n        <h2>UPCOMING EVENTS</h2>\n  <section id=\"post-list\" data-eventnbr=\"5\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n					With						Adele\n								| 								Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/the-music-awards/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n					With						Raymayor\n								| 								London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/mtv-one-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n					With						Galapaghost, Herbalizer, Indiana\n								| 								Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/cmj-parkside-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n					With						Herbalizer\n								| 								Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/performance-night-free/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n					With						Maskatomb\n								| 								Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/acoustic-performance/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n					With						DJ Sonaar\n								| 								New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/frankfort-igloo-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n					With						Above the Ground, Diamond\n								| 								Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/shockelm-music-show/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n					With						DJ Sonaar\n								| 								Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/nyc-music-awards/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n										<img width=\"1216\" height=\"763\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman.jpg 1216w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-559x351.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-768x482.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-1024x643.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-600x376.jpg 600w\" sizes=\"(max-width: 1216px) 100vw, 1216px\" />											\n			<h4>Thanks for visiting</h4>		\n										<img width=\"403\" height=\"89\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/10/victor-signature.png\" alt=\"\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-01 20:02:18','2018-12-01 20:02:18','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3511,2,'2018-12-01 20:02:45','2018-12-01 20:02:45','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h1>VRJN</h1>		\n					<ul>\n							<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										SOUNDCLOUD\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										INSTAGRAM\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										FACEBOOK\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										YOUTUBE\n											</a>\n									</li>\n						</ul>\n        <h2>VICTOR JOHNSON</h2>\n			<h3>MUSICIAN & SONGWRITER</h3>		\n		<p>Hello. I’m Victor Johnson know as VRJN and I’m a&nbsp;professional guitarist and music teacher. Hope you’ll like my website and&nbsp;discover&nbsp;more about me and my&nbsp;passion.</p>		\n        <h2>LATEST SINGLE</h2>\n        <h2>PHOTO GALLERY</h2>\n        <h2>UPCOMING EVENTS</h2>\n  <section id=\"post-list\" data-eventnbr=\"5\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n					With						Adele\n								| 								Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/the-music-awards/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n					With						Raymayor\n								| 								London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/mtv-one-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n					With						Galapaghost, Herbalizer, Indiana\n								| 								Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/cmj-parkside-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n					With						Herbalizer\n								| 								Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/performance-night-free/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n					With						Maskatomb\n								| 								Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/acoustic-performance/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n					With						DJ Sonaar\n								| 								New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/frankfort-igloo-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n					With						Above the Ground, Diamond\n								| 								Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/shockelm-music-show/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n					With						DJ Sonaar\n								| 								Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/nyc-music-awards/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n										<img width=\"1216\" height=\"763\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman.jpg 1216w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-559x351.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-768x482.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-1024x643.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-600x376.jpg 600w\" sizes=\"(max-width: 1216px) 100vw, 1216px\" />											\n			<h4>Thanks for visiting</h4>		\n										<img width=\"403\" height=\"89\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/10/victor-signature.png\" alt=\"\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-01 20:02:45','2018-12-01 20:02:45','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3512,2,'2018-12-01 20:03:57','2018-12-01 20:03:57','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h1>VRJN</h1>		\n					<ul>\n							<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										SOUNDCLOUD\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										INSTAGRAM\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										FACEBOOK\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										YOUTUBE\n											</a>\n									</li>\n						</ul>\n        <h2>VICTOR JOHNSON</h2>\n			<h3>MUSICIAN & SONGWRITER</h3>		\n		<p>Hello. I’m Victor Johnson know as VRJN and I’m a&nbsp;professional guitarist and music teacher. Hope you’ll like my website and&nbsp;discover&nbsp;more about me and my&nbsp;passion.</p>		\n        <h2>LATEST SINGLE</h2>\n        <h2>PHOTO GALLERY</h2>\n        <h2>UPCOMING EVENTS</h2>\n  <section id=\"post-list\" data-eventnbr=\"5\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n					With						Adele\n								| 								Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/the-music-awards/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n					With						Raymayor\n								| 								London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/mtv-one-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n					With						Galapaghost, Herbalizer, Indiana\n								| 								Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/cmj-parkside-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n					With						Herbalizer\n								| 								Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/performance-night-free/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n					With						Maskatomb\n								| 								Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/acoustic-performance/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n					With						DJ Sonaar\n								| 								New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/frankfort-igloo-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n					With						Above the Ground, Diamond\n								| 								Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/shockelm-music-show/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n					With						DJ Sonaar\n								| 								Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/nyc-music-awards/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n										<img width=\"1216\" height=\"763\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman.jpg 1216w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-559x351.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-768x482.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-1024x643.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-600x376.jpg 600w\" sizes=\"(max-width: 1216px) 100vw, 1216px\" />											\n			<h4>Thanks for visiting</h4>		\n										<img width=\"403\" height=\"89\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/10/victor-signature.png\" alt=\"\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-01 20:03:57','2018-12-01 20:03:57','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3513,2,'2018-12-01 20:04:14','2018-12-01 20:04:14','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h1>VRJN</h1>		\n					<ul>\n							<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										SOUNDCLOUD\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										INSTAGRAM\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										FACEBOOK\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										YOUTUBE\n											</a>\n									</li>\n						</ul>\n        <h2>VICTOR JOHNSON</h2>\n			<h3>MUSICIAN & SONGWRITER</h3>		\n		<p>Hello. I’m Victor Johnson know as VRJN and I’m a&nbsp;professional guitarist and music teacher. Hope you’ll like my website and&nbsp;discover&nbsp;more about me and my&nbsp;passion.</p>		\n        <h2>LATEST SINGLE</h2>\n        <h2>PHOTO GALLERY</h2>\n        <h2>UPCOMING EVENTS</h2>\n  <section id=\"post-list\" data-eventnbr=\"5\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n					With						Adele\n								| 								Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/the-music-awards/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n					With						Raymayor\n								| 								London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/mtv-one-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n					With						Galapaghost, Herbalizer, Indiana\n								| 								Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/cmj-parkside-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n					With						Herbalizer\n								| 								Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/performance-night-free/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n					With						Maskatomb\n								| 								Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/acoustic-performance/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n					With						DJ Sonaar\n								| 								New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/frankfort-igloo-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n					With						Above the Ground, Diamond\n								| 								Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/shockelm-music-show/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/outlander-elementor/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n					With						DJ Sonaar\n								| 								Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/outlander-elementor/event/nyc-music-awards/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n										<img width=\"1216\" height=\"763\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman.jpg 1216w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-559x351.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-768x482.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-1024x643.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/Guitarman-600x376.jpg 600w\" sizes=\"(max-width: 1216px) 100vw, 1216px\" />											\n			<h4>Thanks for visiting</h4>		\n										<img width=\"403\" height=\"89\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/10/victor-signature.png\" alt=\"\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-01 20:04:14','2018-12-01 20:04:14','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3514,2,'2018-12-01 20:10:47','2018-12-01 20:10:47','<h1>I am Victor hedman</h1>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Google-plus\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Wordpress\n				</a>\n										<img width=\"900\" height=\"900\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg 900w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-150x150.jpg 150w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-559x559.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-768x768.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-300x300.jpg 300w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-600x600.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-100x100.jpg 100w\" sizes=\"(max-width: 900px) 100vw, 900px\" />											\n			<h2>Team</h2>		\n			<h4>Artist Management</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>Administration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>CONTACT</h2>		\n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/outlander-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-01 20:10:47','2018-12-01 20:10:47','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3515,2,'2018-12-01 20:15:39','2018-12-01 20:15:39','<h1>I am Victor hedman</h1>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Google-plus\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Wordpress\n				</a>\n										<img width=\"900\" height=\"900\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg 900w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-150x150.jpg 150w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-559x559.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-768x768.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-300x300.jpg 300w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-600x600.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-100x100.jpg 100w\" sizes=\"(max-width: 900px) 100vw, 900px\" />											\n			<h2>Team</h2>		\n			<h4>Artist Management</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>CONTACT</h2>		\n			<h3>Booking</h3>		\n<form action=\"/outlander-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-01 20:15:39','2018-12-01 20:15:39','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3516,2,'2018-12-01 20:18:27','2018-12-01 20:18:27','<h1>We Are Victor hedman</h1>		\n			<h2>ABOUT US</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Google-plus\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Wordpress\n				</a>\n										<img width=\"900\" height=\"900\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg 900w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-150x150.jpg 150w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-559x559.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-768x768.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-300x300.jpg 300w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-600x600.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-100x100.jpg 100w\" sizes=\"(max-width: 900px) 100vw, 900px\" />											\n			<h2>Team</h2>		\n			<h4>Artist Management</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>CONTACT</h2>		\n			<h3>Booking</h3>		\n<form action=\"/outlander-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-01 20:18:27','2018-12-01 20:18:27','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3518,2,'2018-12-01 20:20:55','2018-12-01 20:20:55','<h1>We Are Victor hedman</h1>		\n			<h2>ABOUT US</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Google-plus\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Wordpress\n				</a>\n										<img width=\"900\" height=\"900\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg 900w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-150x150.jpg 150w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-559x559.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-768x768.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-300x300.jpg 300w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-600x600.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-100x100.jpg 100w\" sizes=\"(max-width: 900px) 100vw, 900px\" />											\n			<h2>Team</h2>		\n			<h4>Artist Management</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>CONTACT</h2>		\n			<h3>Booking</h3>		\n<form action=\"/outlander-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-01 20:20:55','2018-12-01 20:20:55','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3535,2,'2018-12-03 15:51:45','2018-12-03 15:51:45','','hero_02_piano','','inherit','closed','closed','','hero_02_piano','','','2018-12-03 15:51:45','2018-12-03 15:51:45','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_02_piano.jpg',0,'attachment','image/jpeg',0),(3543,2,'2018-12-03 15:55:54','2018-12-03 15:55:54','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h1>VRJN</h1>		\n					<ul>\n							<li >\n					<a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow\">						\n										SOUNDCLOUD\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										INSTAGRAM\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										FACEBOOK\n											</a>\n									</li>\n								<li >\n					<a href=\"https://www.soundcloud.com\">						\n										YOUTUBE\n											</a>\n									</li>\n						</ul>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 15:55:54','2018-12-03 15:55:54','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3544,2,'2018-12-03 15:56:23','2018-12-03 15:56:23','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png\" sizes=\"(max-width: 620px) 100vw, 620px\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-600x948.png 600w\" alt=\"\" width=\"620\" height=\"980\" />\r\n<h1>VRJN</h1>\r\n<ul>\r\n 	<li><a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow noopener\">\r\nSOUNDCLOUD\r\n</a></li>\r\n 	<li><a href=\"https://www.soundcloud.com\">\r\nINSTAGRAM\r\n</a></li>\r\n 	<li><a href=\"https://www.soundcloud.com\">\r\nFACEBOOK\r\n</a></li>\r\n 	<li><a href=\"https://www.soundcloud.com\">\r\nYOUTUBE\r\n</a></li>\r\n</ul>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 15:56:23','2018-12-03 15:56:23','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3545,2,'2018-12-03 15:56:57','2018-12-03 15:56:57','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png\" sizes=\"(max-width: 620px) 100vw, 620px\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/hero-oulander-600x948.png 600w\" alt=\"\" width=\"620\" height=\"980\" />\r\n<h1>VRJN</h1>\r\n<ul>\r\n 	<li><a href=\"https://www.soundcloud.com\" target=\"_blank\" rel=\"nofollow noopener\">\r\nSOUNDCLOUD\r\n</a></li>\r\n 	<li><a href=\"https://www.soundcloud.com\">\r\nINSTAGRAM\r\n</a></li>\r\n 	<li><a href=\"https://www.soundcloud.com\">\r\nFACEBOOK\r\n</a></li>\r\n 	<li><a href=\"https://www.soundcloud.com\">\r\nYOUTUBE\r\n</a></li>\r\n</ul>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 15:56:57','2018-12-03 15:56:57','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3546,2,'2018-12-03 16:14:32','2018-12-03 16:14:32','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 16:14:32','2018-12-03 16:14:32','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3547,2,'2018-12-03 16:44:44','2018-12-03 16:44:44','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 16:44:44','2018-12-03 16:44:44','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3548,2,'2018-12-03 16:51:44','2018-12-03 16:51:44','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 16:51:44','2018-12-03 16:51:44','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3549,2,'2018-12-03 16:52:36','2018-12-03 16:52:36','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 16:52:36','2018-12-03 16:52:36','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3550,2,'2018-12-03 16:53:15','2018-12-03 16:53:15','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 16:53:15','2018-12-03 16:53:15','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3551,2,'2018-12-03 16:55:41','2018-12-03 16:55:41','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 16:55:41','2018-12-03 16:55:41','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3552,2,'2018-12-03 16:57:03','2018-12-03 16:57:03','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 16:57:03','2018-12-03 16:57:03','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3553,2,'2018-12-03 17:01:11','2018-12-03 17:01:11','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 17:01:11','2018-12-03 17:01:11','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3554,2,'2018-12-03 17:11:01','2018-12-03 17:11:01','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 17:11:01','2018-12-03 17:11:01','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3555,2,'2018-12-03 17:14:59','2018-12-03 17:14:59','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 17:14:59','2018-12-03 17:14:59','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3556,2,'2018-12-03 17:16:27','2018-12-03 17:16:27','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 17:16:27','2018-12-03 17:16:27','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3557,2,'2018-12-03 17:18:51','2018-12-03 17:18:51','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 17:18:51','2018-12-03 17:18:51','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3558,2,'2018-12-03 17:26:15','2018-12-03 17:26:15','<p>Be Social</p>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-03 17:26:15','2018-12-03 17:26:15','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3559,2,'2018-12-03 17:27:22','2018-12-03 17:27:22','<p>Be Social</p>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-03 17:27:22','2018-12-03 17:27:22','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3563,2,'2018-12-03 17:28:37','2018-12-03 17:28:37','<p>Be Social</p>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-03 17:28:37','2018-12-03 17:28:37','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3564,2,'2018-12-03 17:28:54','2018-12-03 17:28:54','<p>Be Social</p>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-03 17:28:54','2018-12-03 17:28:54','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3565,2,'2018-12-03 17:29:37','2018-12-03 17:29:37','<p>Be Social</p>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-03 17:29:37','2018-12-03 17:29:37','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3566,2,'2018-12-03 17:30:00','2018-12-03 17:30:00','<p>Be Social</p>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-03 17:30:00','2018-12-03 17:30:00','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3567,2,'2018-12-03 17:36:25','2018-12-03 17:36:25','Be Social		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-03 17:36:25','2018-12-03 17:36:25','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3568,2,'2018-12-03 17:36:44','2018-12-03 17:36:44','Be Social		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-03 17:36:44','2018-12-03 17:36:44','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3569,2,'2018-12-03 17:38:45','2018-12-03 17:38:45','<article data-skin=\"music\">        \n                  <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Prodigy Lyrics </h1>\n                                    By \n                    Herbalizer\n                                                      Release date: \n                    2017\n                                    <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Prodigy Lyrics\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2016/11/Prodigy.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                Prodigy Lyrics\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                        <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                        <rect width=\"6\" height=\"21.2\"/>\n                        <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                      </svg>\n                    </a>\n                                        <a style=\"opacity:0;\">\n                      <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                        <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                      </svg>\n                    </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 17:38:45','2018-12-03 17:38:45','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3579,2,'2018-12-03 17:47:29','2018-12-03 17:47:29','','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 17:47:29','2018-12-03 17:47:29','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3580,2,'2018-12-03 17:47:57','2018-12-03 17:47:57','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 17:47:57','2018-12-03 17:47:57','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3581,2,'2018-12-03 17:57:09','2018-12-03 17:57:09','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 17:57:09','2018-12-03 17:57:09','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3582,2,'2018-12-03 17:57:33','2018-12-03 17:57:33','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 17:57:33','2018-12-03 17:57:33','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3583,2,'2018-12-03 17:58:23','2018-12-03 17:58:23','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 17:58:23','2018-12-03 17:58:23','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3584,2,'2018-12-03 18:02:30','2018-12-03 18:02:30','<a\n            data-artist-name=\"Ariana Grande\"\n            data-display-local-dates=\"\"\n            data-display-past-dates=\"\"\n            data-auto-style=\"false\"\n            data-text-color=\"#000000\"\n            data-link-color=\"#82594e\"\n            data-popup-background-color=\"#0c0c0c\"\n            data-background-color=\"#0c0c0c\"\n            data-display-limit=\"10\"\n            data-link-text-color=\"#818181\"></a>','Events - Bandsintown','','inherit','closed','closed','','1539-revision-v1','','','2018-12-03 18:02:30','2018-12-03 18:02:30','',1539,'https://cactusmoonshinepublishing.com/1539-revision-v1/',0,'revision','',0),(3585,2,'2018-12-03 18:02:30','2018-12-03 18:02:30','<a\n            data-artist-name=\"Ariana Grande\"\n            data-display-local-dates=\"\"\n            data-display-past-dates=\"\"\n            data-auto-style=\"false\"\n            data-text-color=\"#000000\"\n            data-link-color=\"#abb2c4\"\n            data-popup-background-color=\"#0c0c0c\"\n            data-background-color=\"#0c0c0c\"\n            data-display-limit=\"10\"\n            data-link-text-color=\"#818181\"></a>','Events - Bandsintown','','inherit','closed','closed','','1539-revision-v1','','','2018-12-03 18:02:30','2018-12-03 18:02:30','',1539,'https://cactusmoonshinepublishing.com/1539-revision-v1/',0,'revision','',0),(3586,2,'2018-12-03 18:02:52','2018-12-03 18:02:52','<a\n            data-artist-name=\"Ariana Grande\"\n            data-display-local-dates=\"\"\n            data-display-past-dates=\"\"\n            data-auto-style=\"false\"\n            data-text-color=\"#000000\"\n            data-link-color=\"#abb2c4\"\n            data-popup-background-color=\"#ffffff\"\n            data-background-color=\"#ffffff\"\n            data-display-limit=\"2\"\n            data-link-text-color=\"#000000\"></a>','Events - Bandsintown','','inherit','closed','closed','','1539-revision-v1','','','2018-12-03 18:02:52','2018-12-03 18:02:52','',1539,'https://cactusmoonshinepublishing.com/1539-revision-v1/',0,'revision','',0),(3587,2,'2018-12-03 18:03:07','2018-12-03 18:03:07','<a\n            data-artist-name=\"Ariana Grande\"\n            data-display-local-dates=\"\"\n            data-display-past-dates=\"\"\n            data-auto-style=\"false\"\n            data-text-color=\"#000000\"\n            data-link-color=\"#abb2c4\"\n            data-popup-background-color=\"#ffffff\"\n            data-background-color=\"#ffffff\"\n            data-display-limit=\"10\"\n            data-link-text-color=\"#000000\"></a>','Events - Bandsintown','','inherit','closed','closed','','1539-revision-v1','','','2018-12-03 18:03:07','2018-12-03 18:03:07','',1539,'https://cactusmoonshinepublishing.com/1539-revision-v1/',0,'revision','',0),(3588,2,'2018-12-03 18:03:20','2018-12-03 18:03:20','<a\n            data-artist-name=\"Ariana Grande\"\n            data-display-local-dates=\"\"\n            data-display-past-dates=\"\"\n            data-auto-style=\"false\"\n            data-text-color=\"#000000\"\n            data-link-color=\"#000000\"\n            data-popup-background-color=\"#ffffff\"\n            data-background-color=\"#ffffff\"\n            data-display-limit=\"10\"\n            data-link-text-color=\"#000000\"></a>','Events - Bandsintown','','inherit','closed','closed','','1539-revision-v1','','','2018-12-03 18:03:20','2018-12-03 18:03:20','',1539,'https://cactusmoonshinepublishing.com/1539-revision-v1/',0,'revision','',0),(3589,2,'2018-12-03 18:09:23','2018-12-03 18:09:23','<h3>ABOUT</h3>		\n			<h1>Sonaar & The Bands</h1>		\n			A journey that changed my life.		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/apex_profile-nzzfazlsgazhsuaxemycas3p75shahkpg1elb8a82g.jpg\" title=\"apex_profile\" alt=\"apex_profile\" />											\n			<h3>IT START WITH</h3>		\n			<h3>An Endless Passion for Music</h3>		\n			<h3>For Discovery, for People, for Life...</h3>		\n		<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.</p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. </p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis. </p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. </p>		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/hero_02_piano-nzzfbbtox5f32l4lr4vkmzco5h7uiryumqw8elngqw.jpg\" title=\"hero_02_piano\" alt=\"hero_02_piano\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"150\" height=\"144\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 1','','inherit','closed','closed','','1767-revision-v1','','','2018-12-03 18:09:23','2018-12-03 18:09:23','',1767,'https://cactusmoonshinepublishing.com/1767-revision-v1/',0,'revision','',0),(3590,2,'2018-12-03 18:13:13','2018-12-03 18:13:13','<h3>ABOUT</h3>		\n			<h1>Sonaar & The Bands</h1>		\n			A journey that changed my life.		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/apex_profile-nzzfazlsgaycvnmcqhlf8kfofgw2qpmc92ex9b89zc.jpg\" title=\"apex_profile\" alt=\"apex_profile\" />											\n			<h3>IT START WITH</h3>		\n			<h3>An Endless Passion for Music</h3>		\n			<h3>For Discovery, for People, for Life...</h3>		\n		<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.</p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. </p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis. </p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. </p>		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/hero_02_piano-nzzfbbtox5f32l4lr4vkmzco5h7uiryumqw8elngqw.jpg\" title=\"hero_02_piano\" alt=\"hero_02_piano\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"150\" height=\"144\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 1','','inherit','closed','closed','','1767-revision-v1','','','2018-12-03 18:13:13','2018-12-03 18:13:13','',1767,'https://cactusmoonshinepublishing.com/1767-revision-v1/',0,'revision','',0),(3591,2,'2018-12-03 18:14:24','2018-12-03 18:14:24','<h1>We Are Victor hedman</h1>\r\n<h2>ABOUT US</h2>\r\n<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion &amp; publicity agency.</h2>\r\nWe also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.\r\n\r\n<a target=\"_blank\" rel=\"noopener\">\r\nFacebook\r\n</a>\r\n<a target=\"_blank\" rel=\"noopener\">\r\nTwitter\r\n</a>\r\n<a target=\"_blank\" rel=\"noopener\">\r\nGoogle-plus\r\n</a>\r\n<a target=\"_blank\" rel=\"noopener\">\r\nWordpress\r\n</a>\r\n<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg\" sizes=\"(max-width: 900px) 100vw, 900px\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4.jpg 900w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-150x150.jpg 150w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-559x559.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-768x768.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-300x300.jpg 300w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-600x600.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/08/VJ-picture-4-100x100.jpg 100w\" alt=\"\" width=\"900\" height=\"900\" />\r\n<h2>Team</h2>\r\n<h4>Artist Management</h4>\r\n<strong>Stephan Sheppard</strong>\r\n<h5>Business development</h5>\r\n<a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a>\r\n\r\n<strong>Stephan Sheppard</strong>\r\n<h5>Business development</h5>\r\n<a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a>\r\n\r\n<strong>Stephan Sheppard</strong>\r\n<h5>Business development</h5>\r\n<a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a>\r\n<h4>General\r\nAdministration</h4>\r\n<strong>Stephan Sheppard</strong>\r\n<h5>Business development</h5>\r\n<a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a>\r\n\r\n<strong>Stephan Sheppard</strong>\r\n<h5>Business development</h5>\r\n<a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a>\r\n\r\n<strong>Stephan Sheppard</strong>\r\n<h5>Business development</h5>\r\n<a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a>\r\n<h2>CONTACT</h2>\r\n<h3>Booking</h3>\r\n<form action=\"/outlander-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"735\" />\r\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.9.1\" />\r\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\r\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f735-o1\" />\r\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" /><label>Your Name (required)</label>\r\n<input name=\"your-name\" size=\"40\" type=\"text\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Your Email (required)</label>\r\n<input name=\"your-email\" size=\"40\" type=\"email\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Subject</label>\r\n<input name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" aria-invalid=\"false\" />\r\n\r\n<label>Your Message</label>\r\n<textarea cols=\"40\" name=\"your-message\" rows=\"10\" aria-invalid=\"false\"></textarea>\r\n\r\n<input type=\"submit\" value=\"Send\" />\r\n\r\n</form>\r\n<h3>Address</h3>\r\n<strong>SoundRise HQ</strong>\r\nPO Box 4296\r\nMontreal\r\nH4C 2V7\r\n\r\nGeneral Inquiries\r\n<a href=\"mailto:info@soundrise.com\">info@soundrise.com</a>\r\n\r\nInterested in joining us ?\r\n<a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 18:14:24','2018-12-03 18:14:24','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3592,2,'2018-12-03 18:20:42','2018-12-03 18:20:42','<h1>i am apex</h1>		\n			<h2>ABOUT US</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Google-plus\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Wordpress\n				</a>\n										<img width=\"876\" height=\"908\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly.jpg 876w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-539x559.jpg 539w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-768x796.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-600x622.jpg 600w\" sizes=\"(max-width: 876px) 100vw, 876px\" />											\n			<h2>Team</h2>		\n			<h4>Artist Management</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>CONTACT</h2>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 18:20:42','2018-12-03 18:20:42','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3593,2,'2018-12-03 18:37:29','2018-12-03 18:37:29','<h1>i am apex</h1>		\n			<h2>ABOUT US</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n										<img width=\"876\" height=\"908\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly.jpg 876w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-539x559.jpg 539w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-768x796.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-600x622.jpg 600w\" sizes=\"(max-width: 876px) 100vw, 876px\" />											\n			<h2>Team</h2>		\n			<h4>Artist Management</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>CONTACT</h2>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 18:37:29','2018-12-03 18:37:29','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3594,2,'2018-12-03 18:44:01','2018-12-03 18:44:01','<h1>i am apex</h1>		\n			<h2>ABOUT US</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n										<img width=\"876\" height=\"908\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly.jpg 876w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-539x559.jpg 539w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-768x796.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-600x622.jpg 600w\" sizes=\"(max-width: 876px) 100vw, 876px\" />											\n			<h2>Team</h2>		\n			<h4>Artist Management</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>CONTACT</h2>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 18:44:01','2018-12-03 18:44:01','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3595,2,'2018-12-03 18:46:02','2018-12-03 18:46:02','<h1>i am apex</h1>		\n			<h2>ABOUT US</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n										<img width=\"876\" height=\"908\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly.jpg 876w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-539x559.jpg 539w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-768x796.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-600x622.jpg 600w\" sizes=\"(max-width: 876px) 100vw, 876px\" />											\n			<h2>Team</h2>		\n			<h4>Artist Management</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>CONTACT</h2>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 18:46:02','2018-12-03 18:46:02','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3596,2,'2018-12-03 18:49:44','2018-12-03 18:49:44','<h1>i am apex</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n										<img width=\"876\" height=\"908\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly.jpg 876w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-539x559.jpg 539w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-768x796.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero_01_faceonly-600x622.jpg 600w\" sizes=\"(max-width: 876px) 100vw, 876px\" />											\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>Contact</h2>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 18:49:44','2018-12-03 18:49:44','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3597,2,'2018-12-03 19:02:57','2018-12-03 19:02:57','<h1>i am apex</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>Contact</h2>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 19:02:57','2018-12-03 19:02:57','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3598,2,'2018-12-03 19:07:52','2018-12-03 19:07:52','<h1>i am apex</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>Contact</h2>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 19:07:52','2018-12-03 19:07:52','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3599,2,'2018-12-03 19:11:34','2018-12-03 19:11:34','<h1>i am apex</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h2>Contact</h2>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 19:11:34','2018-12-03 19:11:34','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3601,2,'2018-12-03 19:36:10','2018-12-03 19:36:10','<h1>i am apex</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 19:36:10','2018-12-03 19:36:10','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3602,2,'2018-12-03 19:37:02','2018-12-03 19:37:02','<h1>i am apex</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 19:37:02','2018-12-03 19:37:02','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3603,2,'2018-12-03 19:39:40','2018-12-03 19:39:40','<h1>i am apex</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-03 19:39:40','2018-12-03 19:39:40','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3604,2,'2018-12-03 19:42:16','2018-12-03 19:42:16','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/aboutme_photo-nzzfatyrbaqx6aiotghw35rx22vz3gzjj18xe4q4jg.jpg\" title=\"aboutme_photo\" alt=\"aboutme_photo\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"150\" height=\"144\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 3','','inherit','closed','closed','','1835-revision-v1','','','2018-12-03 19:42:16','2018-12-03 19:42:16','',1835,'https://cactusmoonshinepublishing.com/1835-revision-v1/',0,'revision','',0),(3605,2,'2018-12-03 19:43:14','2018-12-03 19:43:14','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/aboutme_photo-nzzfatyrbaqx6aiotghw35rx22vz3gzjj18xe4q4jg.jpg\" title=\"aboutme_photo\" alt=\"aboutme_photo\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"150\" height=\"144\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 3','','inherit','closed','closed','','1835-revision-v1','','','2018-12-03 19:43:14','2018-12-03 19:43:14','',1835,'https://cactusmoonshinepublishing.com/1835-revision-v1/',0,'revision','',0),(3606,2,'2018-12-03 19:43:40','2018-12-03 19:43:40','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/aboutme_photo-nzzfatyrbaqx6aiotghw35rx22vz3gzjj18xe4q4jg.jpg\" title=\"aboutme_photo\" alt=\"aboutme_photo\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"150\" height=\"144\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 3','','inherit','closed','closed','','1835-revision-v1','','','2018-12-03 19:43:40','2018-12-03 19:43:40','',1835,'https://cactusmoonshinepublishing.com/1835-revision-v1/',0,'revision','',0),(3607,2,'2018-12-03 19:44:59','2018-12-03 19:44:59','<h3>ABOUT</h3>		\n			<h1>Sonaar & The Bands</h1>		\n			A journey that changed my life.		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/apex_profile-nzzfazlsgaycvnmcqhlf8kfofgw2qpmc92ex9b89zc.jpg\" title=\"apex_profile\" alt=\"apex_profile\" />											\n			<h3>IT START WITH</h3>		\n			<h3>An Endless Passion for Music</h3>		\n			<h3>For Discovery, for People, for Life...</h3>		\n		<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.</p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. </p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis. </p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. </p>		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/hero_02_piano-nzzfbbtox5f32l4lr4vkmzco5h7uiryumqw8elngqw.jpg\" title=\"hero_02_piano\" alt=\"hero_02_piano\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"150\" height=\"144\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 1','','inherit','closed','closed','','1767-revision-v1','','','2018-12-03 19:44:59','2018-12-03 19:44:59','',1767,'https://cactusmoonshinepublishing.com/1767-revision-v1/',0,'revision','',0),(3608,2,'2018-12-03 20:02:03','2018-12-03 20:02:03','<article data-skin=\"music\">        \n                    <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                    <h1> Phoenix </h1>\n                                        By \n                      Maskatomb\n                                                            Release date: \n                      2017\n                                        <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                      <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                      <rect width=\"6\" height=\"21.2\"/>\n                      <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                    </svg>\n                  </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-03 20:02:03','2018-12-03 20:02:03','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3609,2,'2018-12-03 20:14:39','2018-12-03 20:14:39','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:14:39','2018-12-03 20:14:39','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3610,2,'2018-12-03 20:15:52','2018-12-03 20:15:52','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"true\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:15:52','2018-12-03 20:15:52','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3611,2,'2018-12-03 20:17:13','2018-12-03 20:17:13','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:17:13','2018-12-03 20:17:13','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3612,2,'2018-12-03 20:17:59','2018-12-03 20:17:59','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:17:59','2018-12-03 20:17:59','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3613,2,'2018-12-03 20:18:12','2018-12-03 20:18:12','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:18:12','2018-12-03 20:18:12','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3614,2,'2018-12-03 20:23:53','2018-12-03 20:23:53','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:23:53','2018-12-03 20:23:53','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3615,2,'2018-12-03 20:24:21','2018-12-03 20:24:21','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:24:21','2018-12-03 20:24:21','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3616,2,'2018-12-03 20:24:49','2018-12-03 20:24:49','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:24:49','2018-12-03 20:24:49','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3617,2,'2018-12-03 20:25:34','2018-12-03 20:25:34','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:25:34','2018-12-03 20:25:34','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3618,2,'2018-12-03 20:26:20','2018-12-03 20:26:20','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:26:20','2018-12-03 20:26:20','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3619,2,'2018-12-03 20:26:41','2018-12-03 20:26:41','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:26:41','2018-12-03 20:26:41','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3620,2,'2018-12-03 20:27:57','2018-12-03 20:27:57','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:27:57','2018-12-03 20:27:57','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3621,2,'2018-12-03 20:28:47','2018-12-03 20:28:47','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:28:47','2018-12-03 20:28:47','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3622,2,'2018-12-03 20:29:08','2018-12-03 20:29:08','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:29:08','2018-12-03 20:29:08','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3623,2,'2018-12-03 20:29:24','2018-12-03 20:29:24','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:29:24','2018-12-03 20:29:24','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3624,2,'2018-12-03 20:29:49','2018-12-03 20:29:49','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:29:49','2018-12-03 20:29:49','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3625,2,'2018-12-03 20:30:24','2018-12-03 20:30:24','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:30:24','2018-12-03 20:30:24','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3626,2,'2018-12-03 20:31:09','2018-12-03 20:31:09','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:31:09','2018-12-03 20:31:09','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3627,2,'2018-12-03 20:32:14','2018-12-03 20:32:14','<h2>Upcoming Events</h2>		\n  <section id=\"post-list\" data-eventnbr=\"3\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n					With						Adele\n								| 								Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n					With						Raymayor\n								| 								London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n					With						Galapaghost, Herbalizer, Indiana\n								| 								Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n					With						Herbalizer\n								| 								Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n					With						Maskatomb\n								| 								Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n					With						DJ Sonaar\n								| 								New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n					With						Above the Ground, Diamond\n								| 								Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n					With						DJ Sonaar\n								| 								Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h2>Past Events</h2>		\n  <section id=\"post-list\" data-eventnbr=\"3\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n					With						Raymayor, Ultrasonic\n								| 								Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n					With						Adele\n								| 								Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n					With						Raymayor\n								| 								London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n					With						Galapaghost, Herbalizer, Indiana\n								| 								Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n					With						Herbalizer\n								| 								Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n					With						Ultrasonic\n								| 								Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n					With						Maskatomb\n								| 								Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n					With						DJ Sonaar\n								| 								New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n					With						Above the Ground, Diamond\n								| 								Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							INFO						\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n					With						DJ Sonaar\n								| 								Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							INFO						\n		</a>\n</article>  </section>\n  <ul></ul>','Events + Past Events','','inherit','closed','closed','','1516-revision-v1','','','2018-12-03 20:32:14','2018-12-03 20:32:14','',1516,'https://cactusmoonshinepublishing.com/1516-revision-v1/',0,'revision','',0),(3628,2,'2018-12-03 20:32:14','2018-12-03 20:32:14','<h2>Upcoming Events</h2>		\n  <section id=\"post-list\" data-eventnbr=\"3\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h2>Past Events</h2>		\n  <section id=\"post-list\" data-eventnbr=\"3\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events + Past Events','','inherit','closed','closed','','1516-revision-v1','','','2018-12-03 20:32:14','2018-12-03 20:32:14','',1516,'https://cactusmoonshinepublishing.com/1516-revision-v1/',0,'revision','',0),(3629,2,'2018-12-03 20:33:03','2018-12-03 20:33:03','<h2>Upcoming Events</h2>		\n  <section id=\"post-list\" data-eventnbr=\"3\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h2>Past Events</h2>		\n  <section id=\"post-list\" data-eventnbr=\"3\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events + Past Events','','inherit','closed','closed','','1516-revision-v1','','','2018-12-03 20:33:03','2018-12-03 20:33:03','',1516,'https://cactusmoonshinepublishing.com/1516-revision-v1/',0,'revision','',0),(3630,2,'2018-12-03 20:33:59','2018-12-03 20:33:59','<h2>Upcoming Events</h2>		\n  <section id=\"post-list\" data-eventnbr=\"3\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h2>Past Events</h2>		\n  <section id=\"post-list\" data-eventnbr=\"3\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events + Past Events','','inherit','closed','closed','','1516-revision-v1','','','2018-12-03 20:33:59','2018-12-03 20:33:59','',1516,'https://cactusmoonshinepublishing.com/1516-revision-v1/',0,'revision','',0),(3631,2,'2018-12-03 20:34:07','2018-12-03 20:34:07','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:34:07','2018-12-03 20:34:07','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3632,2,'2018-12-03 20:35:03','2018-12-03 20:35:03','<h2>Upcoming Events</h2>		\n  <section id=\"post-list\" data-eventnbr=\"3\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h2>Past Events</h2>		\n  <section id=\"post-list\" data-eventnbr=\"3\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events + Past Events','','inherit','closed','closed','','1516-revision-v1','','','2018-12-03 20:35:03','2018-12-03 20:35:03','',1516,'https://cactusmoonshinepublishing.com/1516-revision-v1/',0,'revision','',0),(3633,2,'2018-12-03 20:35:18','2018-12-03 20:35:18','<section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-03 20:35:18','2018-12-03 20:35:18','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3634,2,'2018-12-03 20:36:01','2018-12-03 20:36:01','','Past Events','','inherit','closed','closed','','850-revision-v1','','','2018-12-03 20:36:01','2018-12-03 20:36:01','',850,'https://cactusmoonshinepublishing.com/850-revision-v1/',0,'revision','',0),(3635,2,'2018-12-03 20:36:32','2018-12-03 20:36:32','<section id=\"post-list\" data-eventnbr=\"0\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-548\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Apr 2019\n			<h1>The Music Awards</h1>			\n																Dublin, Ireland 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/the-music-awards/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-546\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\"  data-countdown-bg-transparency=\"false\">\n			04\n			Mar 2019\n			<h1>MTV One Festival</h1>			\n																London, United Kingdom 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/mtv-one-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-542\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\"  data-countdown-bg-transparency=\"false\">\n			08\n			Feb 2019\n			<h1>CMJ Parkside Festival</h1>			\n																Veinna, Austria 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/cmj-parkside-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-549\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jan 2019\n			<h1>Performance&#8217;s Night &#8211; Free</h1>			\n																Houston, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/performance-night-free/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-544\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\"  data-countdown-bg-transparency=\"false\">\n			06\n			Oct 2018\n			<h1>Acoustic Performance</h1>			\n																Las Vegas, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/acoustic-performance/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-551\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Aug 2018\n			<h1>Frankfort Igloo Festival</h1>			\n																New York, US 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/frankfort-igloo-festival/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-532\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Jul 2018\n			<h1>Shockelm Music Show</h1>			\n																Hannover, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/shockelm-music-show/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-552\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\"  data-countdown-bg-transparency=\"false\">\n			02\n			Jun 2018\n			<h1>NYC Music Awards</h1>			\n																Cologne, Germany 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://cactusmoonshinepublishing.com/event/nyc-music-awards/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>','Past Events','','inherit','closed','closed','','850-revision-v1','','','2018-12-03 20:36:32','2018-12-03 20:36:32','',850,'https://cactusmoonshinepublishing.com/850-revision-v1/',0,'revision','',0),(3637,2,'2018-12-03 20:40:42','2018-12-03 20:40:42','<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>','Contact - Example 1','','inherit','closed','closed','','29-revision-v1','','','2018-12-03 20:40:42','2018-12-03 20:40:42','',29,'https://cactusmoonshinepublishing.com/29-revision-v1/',0,'revision','',0),(3639,2,'2018-12-03 20:47:26','2018-12-03 20:47:26','<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>		\n			<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-03 20:47:26','2018-12-03 20:47:26','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3640,2,'2018-12-03 20:48:13','2018-12-03 20:48:13','<h2>Contact</h2>\r\n<h3>Booking</h3>\r\nGeneral Inquiries\r\n<a href=\"mailto:info@soundrise.com\">info@soundrise.com</a>\r\n\r\nInterested in joining us ?\r\n<a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a>\r\n\r\nt+ 514-555-9075\r\nPO Box 4296\r\nMontreal, H4C 2V7\r\n<h2>Say Hello</h2>\r\n<h3>Contact us</h3>\r\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"735\" />\r\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.9.1\" />\r\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\r\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f735-o1\" />\r\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" /><label>Your Name (required)</label>\r\n<input name=\"your-name\" size=\"40\" type=\"text\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Your Email (required)</label>\r\n<input name=\"your-email\" size=\"40\" type=\"email\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Subject</label>\r\n<input name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" aria-invalid=\"false\" />\r\n\r\n<label>Your Message</label>\r\n<textarea cols=\"40\" name=\"your-message\" rows=\"10\" aria-invalid=\"false\"></textarea>\r\n\r\n<input type=\"submit\" value=\"Send\" />\r\n\r\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-03 20:48:13','2018-12-03 20:48:13','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3641,2,'2018-12-03 20:51:50','2018-12-03 20:51:50','<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>		\n			<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-03 20:51:50','2018-12-03 20:51:50','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3642,2,'2018-12-03 20:52:42','2018-12-03 20:52:42','<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>		\n			<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-03 20:52:42','2018-12-03 20:52:42','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3643,2,'2018-12-03 20:53:10','2018-12-03 20:53:10','<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>		\n			<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-03 20:53:10','2018-12-03 20:53:10','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3644,2,'2018-12-03 20:56:01','2018-12-03 20:56:01','<h2>CONTACT</h2>		\n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 3','','inherit','closed','closed','','1892-revision-v1','','','2018-12-03 20:56:01','2018-12-03 20:56:01','',1892,'https://cactusmoonshinepublishing.com/1892-revision-v1/',0,'revision','',0),(3645,2,'2018-12-03 21:11:11','2018-12-03 21:11:11','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','Diamond','','inherit','closed','closed','','1179-revision-v1','','','2018-12-03 21:11:11','2018-12-03 21:11:11','',1179,'https://cactusmoonshinepublishing.com/1179-revision-v1/',0,'revision','',0),(3646,2,'2018-12-03 21:11:48','2018-12-03 21:11:48','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','Above the Ground','','inherit','closed','closed','','1181-revision-v1','','','2018-12-03 21:11:48','2018-12-03 21:11:48','',1181,'https://cactusmoonshinepublishing.com/1181-revision-v1/',0,'revision','',0),(3647,2,'2018-12-03 21:11:57','2018-12-03 21:11:57','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','Caroline','','inherit','closed','closed','','1188-revision-v1','','','2018-12-03 21:11:57','2018-12-03 21:11:57','',1188,'https://cactusmoonshinepublishing.com/1188-revision-v1/',0,'revision','',0),(3648,2,'2018-12-03 21:12:06','2018-12-03 21:12:06','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-12-03 21:12:06','2018-12-03 21:12:06','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3649,2,'2018-12-03 21:12:14','2018-12-03 21:12:14','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','Herbalizer','','inherit','closed','closed','','1192-revision-v1','','','2018-12-03 21:12:14','2018-12-03 21:12:14','',1192,'https://cactusmoonshinepublishing.com/1192-revision-v1/',0,'revision','',0),(3650,2,'2018-12-03 21:12:23','2018-12-03 21:12:23','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','Wyclef','','inherit','closed','closed','','1194-revision-v1','','','2018-12-03 21:12:23','2018-12-03 21:12:23','',1194,'https://cactusmoonshinepublishing.com/1194-revision-v1/',0,'revision','',0),(3651,2,'2018-12-03 21:12:32','2018-12-03 21:12:32','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','Adele','','inherit','closed','closed','','1196-revision-v1','','','2018-12-03 21:12:32','2018-12-03 21:12:32','',1196,'https://cactusmoonshinepublishing.com/1196-revision-v1/',0,'revision','',0),(3652,2,'2018-12-03 21:12:39','2018-12-03 21:12:39','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','DJ Sonaar','','inherit','closed','closed','','1143-revision-v1','','','2018-12-03 21:12:39','2018-12-03 21:12:39','',1143,'https://cactusmoonshinepublishing.com/1143-revision-v1/',0,'revision','',0),(3653,2,'2018-12-03 21:12:49','2018-12-03 21:12:49','<h2>ULTRASONIC</h2>\r\n<h3>Electro | Hip-hop | Drum &amp; Bass</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=true&amp;liking=true&amp;download=true&amp;sharing=true&amp;show_comments=true&amp;show_playcount=true&amp;show_user=true&amp;color\" width=\"1144\" height=\"450\" frameborder=\"no\" scrolling=\"no\"></iframe>\r\n<h3>It never ends</h3>\r\n<h1>Passion never die. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n\r\n<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" width=\"90\" height=\"96\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-12-03 21:12:49','2018-12-03 21:12:49','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3654,2,'2018-12-03 21:12:58','2018-12-03 21:12:58','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','Galapaghost','','inherit','closed','closed','','1148-revision-v1','','','2018-12-03 21:12:58','2018-12-03 21:12:58','',1148,'https://cactusmoonshinepublishing.com/1148-revision-v1/',0,'revision','',0),(3655,2,'2018-12-03 21:13:05','2018-12-03 21:13:05','<h3>Latest Video</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h1>Passion never dies. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n<h3>Upcomming Events</h3>\r\n<section id=\"post-list\" data-eventnbr=\"10\"><article id=\"post-540\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\" data-countdown-bg-transparency=\"false\">\r\n09\r\nMay 2019</a>\r\n<h1>Free session Jam</h1>\r\nWith Raymayor, Ultrasonic\r\n| Toronto, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\">\r\nINFO\r\n</a></article><article id=\"post-550\" data-countdown=\"false\"><a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\" data-countdown-bg-transparency=\"false\">\r\n10\r\nDec 2018</a>\r\n<h1>Soundbyte festival</h1>\r\nWith Ultrasonic\r\n| Montreal, Canada\r\n\r\n<a href=\"//www.eventbrite.ca\" target=\"_blank\" rel=\"noopener\">\r\nBuy Tickets </a>\r\n<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\">\r\nINFO\r\n</a></article></section>\r\n<h3>SoundCloud</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=false&amp;liking=false&amp;download=false&amp;sharing=false&amp;show_comments=false&amp;show_playcount=false&amp;show_user=false&amp;color=82594e\" width=\"1144\" height=\"200\" frameborder=\"no\" scrolling=\"no\"></iframe>','Maskatomb','','inherit','closed','closed','','1175-revision-v1','','','2018-12-03 21:13:05','2018-12-03 21:13:05','',1175,'https://cactusmoonshinepublishing.com/1175-revision-v1/',0,'revision','',0),(3656,2,'2018-12-03 21:14:24','2018-12-03 21:14:24','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/Raymayor_wide-nzzeczrxa0fvo90gqwluut0jkk4h9mmlh19hghfbl0.jpg\" title=\"Raymayor_wide\" alt=\"Raymayor_wide\" />											\n			<h1>RAYMAYOR</h1>		\n			<h3>Biography</h3>		\n			<h3>Passion never dies. It grows</h3>		\n			<h3>Stay Hungry and Strong</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.</p>		\n			<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/apex-elementor/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/apex-elementor/event/free-session-jam/\">\n							More Info					\n		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://demo.sonaar.io/apex-elementor/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n						<a href=\"//www.eventbrite.ca\" target=\"_blank\">\n			Buy Tickets		</a>\n								<a href=\"https://demo.sonaar.io/apex-elementor/event/soundbyte-festival/\">\n							More Info					\n		</a>\n</article>  </section>\n  <ul></ul>\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Raymayor','','inherit','closed','closed','','1177-revision-v1','','','2018-12-03 21:14:24','2018-12-03 21:14:24','',1177,'https://cactusmoonshinepublishing.com/1177-revision-v1/',0,'revision','',0),(3657,2,'2018-12-03 21:16:37','2018-12-03 21:16:37','<h2>ULTRASONIC</h2>		\n			<h3>Electro | Hip-hop | Drum & Bass</h3>		\n				<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"90\" height=\"96\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" />','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-12-03 21:16:37','2018-12-03 21:16:37','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3658,2,'2018-12-03 21:22:21','2018-12-03 21:22:21','<h2>Donate &amp; Support</h2>\r\n<p style=\"text-align: center;\"><strong><em>SONAAR</em></strong> HAS ALWAYS SUBSCRIBED TO THE PRINCIPLE THAT MUSIC SHOULD BE MADE AVAILABLE TO ANYONE FREE OF CHARGE. THAT’S WHY WE GIVE YOU THIS ALBUM FOR FREE. IF YOU ARE IN A POSITION TO BE ABLE TO SUPPORT THIS PERSONAL POLICY OF FREE MUSIC AND HELP US CONTINUE ON THIS PATH, THERE’S AN OPTION TO MAKE A DONATION OF YOUR CHOOSING HERE.</p>\r\n<p style=\"text-align: center;\"><strong>THANK YOU!</strong></p>\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /><input name=\"hosted_button_id\" type=\"hidden\" value=\"7798XY7PAM2P6\" /><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /><img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form><img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" width=\"90\" height=\"96\" />','Donate','','inherit','closed','closed','','27-revision-v1','','','2018-12-03 21:22:21','2018-12-03 21:22:21','',27,'https://cactusmoonshinepublishing.com/27-revision-v1/',0,'revision','',0),(3659,2,'2018-12-03 21:24:48','2018-12-03 21:24:48','<h2>Donate &amp; Support</h2>\n		<p>SONAAR HAS ALWAYS SUBSCRIBED TO THE PRINCIPLE THAT MUSIC SHOULD BE MADE AVAILABLE TO ANYONE FREE OF CHARGE. THAT’S WHY WE GIVE YOU THIS ALBUM FOR FREE. IF YOU ARE IN A POSITION TO BE ABLE TO SUPPORT THIS PERSONAL POLICY OF FREE MUSIC AND HELP US CONTINUE ON THIS PATH, THERE’S AN OPTION TO MAKE A DONATION OF YOUR CHOOSING HERE.</p>		\n			<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /><input name=\"hosted_button_id\" type=\"hidden\" value=\"7798XY7PAM2P6\" /><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /><img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />','Donate','','inherit','closed','closed','','27-revision-v1','','','2018-12-03 21:24:48','2018-12-03 21:24:48','',27,'https://cactusmoonshinepublishing.com/27-revision-v1/',0,'revision','',0),(3660,2,'2018-12-03 21:25:49','2018-12-03 21:25:49','<h3>MY LATEST TRACKS</h3>\r\n<article data-skin=\"music\"><img src=\"https://demo.sonaar.io/outlander-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\" />\r\n<h1>Horizon</h1>\r\nRelease date:\r\n2017\r\n<ul>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Little Talks\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Just Dancing\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Warrior\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Turn Me Good\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Feels Like Summer\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Bro Hymn\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Hero of War\"></li>\r\n</ul>\r\nHorizon\r\n<a style=\"opacity: 0;\">\r\n\r\n\r\n</a>\r\n<a style=\"opacity: 0;\">\r\n\r\n\r\n\r\n\r\n</a>\r\n<a style=\"opacity: 0;\">\r\n\r\n\r\n</a>\r\n\r\n</article>\r\n<h3>ABOUT ME</h3>\r\n<h3>It never ends</h3>\r\n<h1>Passion never die. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n\r\n<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" width=\"90\" height=\"96\" />\r\n<a role=\"button\" href=\"./contact/\">\r\nContact Us\r\n</a>\r\n<h3>LATEST VIDEO</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h3>FULL DISCOGRAPHY</h3>\r\n<h3>PHOTOS</h3>\r\n<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>\r\n<h2>THE PRESS KIT</h2>\r\n<a href=\"#\"> </a>\r\n<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 21:25:49','2018-12-03 21:25:49','',40,'https://cactusmoonshinepublishing.com/40-revision-v1/',0,'revision','',0),(3661,2,'2018-12-03 21:26:01','2018-12-03 21:26:01','<h3>MY LATEST TRACKS</h3>\r\n<article data-skin=\"music\"><img src=\"https://demo.sonaar.io/outlander-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\" />\r\n<h1>Horizon</h1>\r\nRelease date:\r\n2017\r\n<ul>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Little Talks\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Just Dancing\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Warrior\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Turn Me Good\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Feels Like Summer\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Bro Hymn\"></li>\r\n 	<li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\" data-showloading=\"\" data-albumtitle=\"Horizon\" data-albumart=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\" data-trackartists=\"Herbalizer\" data-releasedate=\"2017\" data-tracktitle=\"Hero of War\"></li>\r\n</ul>\r\nHorizon\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</article>\r\n<h3>ABOUT ME</h3>\r\n<h3>It never ends</h3>\r\n<h1>Passion never die. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.\r\n\r\n<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/11/prodigy_signature.png\" alt=\"\" width=\"90\" height=\"96\" />\r\n<a role=\"button\" href=\"./contact/\">\r\nContact Us\r\n</a>\r\n<h3>LATEST VIDEO</h3>\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n<h3>FULL DISCOGRAPHY</h3>\r\n<h3>PHOTOS</h3>\r\n<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>\r\n<h2>THE PRESS KIT</h2>\r\n<a href=\"#\"> </a>\r\n<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 21:26:01','2018-12-03 21:26:01','',40,'https://cactusmoonshinepublishing.com/40-revision-v1/',0,'revision','',0),(3662,2,'2018-12-03 21:27:54','2018-12-03 21:27:54','<h3>MY LATEST TRACKS</h3>		\n			<article data-skin=\"music\">        \n                    <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                    <h1> Horizon </h1>\n                                        By \n                      Herbalizer\n                                                            Release date: \n                      2017\n                                        <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                      <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                      <rect width=\"6\" height=\"21.2\"/>\n                      <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                    </svg>\n                  </a>\n        </article>		\n			<h3>ABOUT ME</h3>		\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"150\" height=\"144\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>LATEST VIDEO</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>FULL DISCOGRAPHY</h3>		\n			<h3>PHOTOS</h3>		\n			<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>		\n			<h2>THE PRESS KIT</h2>		\n			<a href=\"#\">\n			</a>\n			<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 21:27:54','2018-12-03 21:27:54','',40,'https://cactusmoonshinepublishing.com/40-revision-v1/',0,'revision','',0),(3663,2,'2018-12-03 21:31:34','2018-12-03 21:31:34','<h2>Our Website is under construction</h2>		\n			<h2>We\'ll be here soon with our new awesome site. stay tuned</h2>		\n		<form action=\"#\" id=\"sr-mailchimp-form-87a0b56\">\n					<label for=\"\"></label>\n					<input type=\"email\" name=\"sr_mailchimp_email\" placeholder=\"Email\" required=\"required\">\n					<button id=\"sr-subscribe-87a0b56\">\n				  		Subscribe\n					</button>\n		</form>','Under Construction - Coming Soon Page','','inherit','closed','closed','','1938-revision-v1','','','2018-12-03 21:31:34','2018-12-03 21:31:34','',1938,'https://cactusmoonshinepublishing.com/1938-revision-v1/',0,'revision','',0),(3664,2,'2018-12-03 21:35:41','2018-12-03 21:35:41','<h2>this website<br>is coming<br>\nsoon.</h2>		\n			<h2>We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned</h2>		\n		<form action=\"#\" id=\"sr-mailchimp-form-87a0b56\">\n					<label for=\"\"></label>\n					<input type=\"email\" name=\"sr_mailchimp_email\" placeholder=\"Email\" required=\"required\">\n					<button id=\"sr-subscribe-87a0b56\">\n				  		Subscribe\n					</button>\n		</form>','Under Construction - Coming Soon Page','','inherit','closed','closed','','1938-revision-v1','','','2018-12-03 21:35:41','2018-12-03 21:35:41','',1938,'https://cactusmoonshinepublishing.com/1938-revision-v1/',0,'revision','',0),(3665,2,'2018-12-03 21:36:01','2018-12-03 21:36:01','<h2>this website<br>is coming<br>\nsoon.</h2>		\n			<h2>We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned</h2>		\n		<form action=\"#\" id=\"sr-mailchimp-form-87a0b56\">\n					<label for=\"\"></label>\n					<input type=\"email\" name=\"sr_mailchimp_email\" placeholder=\"Email\" required=\"required\">\n					<button id=\"sr-subscribe-87a0b56\">\n				  		Subscribe\n					</button>\n		</form>','Under Construction - Coming Soon Page','','inherit','closed','closed','','1938-revision-v1','','','2018-12-03 21:36:01','2018-12-03 21:36:01','',1938,'https://cactusmoonshinepublishing.com/1938-revision-v1/',0,'revision','',0),(3672,2,'2018-12-04 14:07:22','2018-12-04 14:07:22','<article data-skin=\"music\">        \n                    <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                    <h1> Phoenix </h1>\n                                        By \n                      Maskatomb\n                                                            Release date: \n                      2017\n                                        <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                      <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                      <rect width=\"6\" height=\"21.2\"/>\n                      <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                    </svg>\n                  </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Apex Homepage','','publish','closed','closed','','apex-homepage','','','2018-12-04 14:07:23','2018-12-04 14:07:23','',0,'https://cactusmoonshinepublishing.com/?elementor_library=apex-homepage',0,'elementor_library','',0),(3673,2,'2018-12-04 14:07:22','2018-12-04 14:07:22','','Apex Homepage','','inherit','closed','closed','','3672-revision-v1','','','2018-12-04 14:07:22','2018-12-04 14:07:22','',3672,'https://cactusmoonshinepublishing.com/3672-revision-v1/',0,'revision','',0),(3674,2,'2018-12-04 14:07:23','2018-12-04 14:07:23','<article data-skin=\"music\">        \n                    <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                    <h1> Phoenix </h1>\n                                        By \n                      Maskatomb\n                                                            Release date: \n                      2017\n                                        <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Phoenix\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Phoenix.jpg\"data-trackartists=\"Maskatomb\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n            Available now on:\n            <ul><li><a href=\"https://www.itunes.com\" target=\"_blank\">iTunes</a></li><li><a href=\"https://www.spotify.com\" target=\"_blank\">Spotify</a></li><li><a href=\"https://www.soundcloud.com\" target=\"_blank\">SoundCloud</a></li><li><a href=\"https://www.amazon.com\" target=\"_blank\">Amazon</a></li><li><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\">Buy Online</a></li></ul>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                      <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                      <rect width=\"6\" height=\"21.2\"/>\n                      <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                    </svg>\n                  </a>\n        </article>		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Apex Homepage','','inherit','closed','closed','','3672-revision-v1','','','2018-12-04 14:07:23','2018-12-04 14:07:23','',3672,'https://cactusmoonshinepublishing.com/3672-revision-v1/',0,'revision','',0),(3675,2,'2018-12-05 17:32:14','2018-12-05 17:32:14','<h2>CONTACT</h2>\r\n<h3>Address</h3>\r\n<strong>SoundRise HQ</strong>\r\nPO Box 4296\r\nMontreal\r\nH4C 2V7\r\n\r\nGeneral Inquiries\r\n<a href=\"mailto:info@soundrise.com\">info@soundrise.com</a>\r\n\r\nInterested in joining us ?\r\n<a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a>\r\n<h3>Booking</h3>\r\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"735\" />\r\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.9.1\" />\r\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\r\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f735-o1\" />\r\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" /><label>Your Name (required)</label>\r\n<input name=\"your-name\" size=\"40\" type=\"text\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Your Email (required)</label>\r\n<input name=\"your-email\" size=\"40\" type=\"email\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Subject</label>\r\n<input name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" aria-invalid=\"false\" />\r\n\r\n<label>Your Message</label>\r\n<textarea cols=\"40\" name=\"your-message\" rows=\"10\" aria-invalid=\"false\"></textarea>\r\n\r\n<input type=\"submit\" value=\"Send\" />\r\n\r\n</form>','Contact - Example 3','','inherit','closed','closed','','1892-revision-v1','','','2018-12-05 17:32:14','2018-12-05 17:32:14','',1892,'https://cactusmoonshinepublishing.com/1892-revision-v1/',0,'revision','',0),(3676,2,'2018-12-05 17:43:31','2018-12-05 17:43:31','<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>		\n			<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-05 17:43:31','2018-12-05 17:43:31','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3677,2,'2018-12-05 17:44:30','2018-12-05 17:44:30','<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>		\n			<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-05 17:44:30','2018-12-05 17:44:30','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3678,2,'2018-12-05 17:44:47','2018-12-05 17:44:47','<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>		\n			<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-05 17:44:47','2018-12-05 17:44:47','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3679,2,'2018-12-05 17:46:15','2018-12-05 17:46:15','<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>		\n			<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/apex-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-05 17:46:15','2018-12-05 17:46:15','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3680,2,'2018-12-05 18:27:16','2018-12-05 18:27:16','<h3>MY LATEST TRACKS</h3>		\n			<article data-skin=\"music\">        \n                    <img src=\"https://demo.sonaar.io/apex-elementor/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                    <h1> Horizon </h1>\n                                        By \n                      Herbalizer\n                                                            Release date: \n                      2017\n                                        <ul><li data-audiopath=\"//demo.sonaar.io/assets/mp3/01.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Little Talks\"><a href=\"https://demo.sonaar.io/apex-elementor/product/horizon/\" target=\"_blank\" title=\"Buy Now\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/02.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Just Dancing\"><a href=\"//demo.sonaar.io/assets/mp3/02.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"YouTube\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/03.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Warrior\"><a href=\"//demo.sonaar.io/assets/mp3/03.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/04.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Turn Me Good\"><a href=\"//demo.sonaar.io/assets/mp3/04.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://soundcloud.com/ofmonstersandmen/little-talks-3\" target=\"_blank\" title=\"SoundCloud\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/05.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Feels Like Summer\"><a href=\"//demo.sonaar.io/assets/mp3/05.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/06.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Bro Hymn\"><a href=\"//demo.sonaar.io/assets/mp3/06.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://www.youtube.com/watch?v=JGwWNGJdvx8\" target=\"_blank\" title=\"Video\"></a></li><li data-audiopath=\"//demo.sonaar.io/assets/mp3/07.mp3\"   data-showloading=\"\"  data-albumTitle=\"Horizon\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2017/04/Horizon.jpg\"data-trackartists=\"Herbalizer\"data-releasedate=\"2017\" data-trackTitle=\"Hero of War\"><a href=\"//demo.sonaar.io/assets/mp3/07.mp3\" target=\"_blank\" title=\"Download\"></a><a href=\"https://open.spotify.com/track/3a2tuvXCHbW5nuUckuHkKT\" target=\"_blank\" title=\"Spotify\"></a></li></ul>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                      <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                      <rect width=\"6\" height=\"21.2\"/>\n                      <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                    </svg>\n                  </a>\n        </article>		\n			<h3>ABOUT ME</h3>		\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"150\" height=\"144\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>LATEST VIDEO</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>FULL DISCOGRAPHY</h3>		\n			<h3>PHOTOS</h3>		\n			<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>		\n			<h2>THE PRESS KIT</h2>		\n			<a href=\"#\">\n			</a>\n			<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','inherit','closed','closed','','40-revision-v1','','','2018-12-05 18:27:16','2018-12-05 18:27:16','',40,'https://cactusmoonshinepublishing.com/40-revision-v1/',0,'revision','',0),(3681,2,'2018-12-05 23:03:02','2018-12-05 23:03:02','[rev_slider alias=\"banner-01\"][/rev_slider][iron_audioplayer skin=\"music\" albums=\"2093\" autoplay=\"1\" shuffle=\"yes\" show_playlist=\"1\" show_album_market=\"1\"]		\n			<h4>The Ultimate</h4>		\n			<h2>Music WordPress Theme</h2>		\n			<h2>Experience</h2>		\n			<h2>New Video</h2>		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_black.png\" alt=\"\" />											\n			<h2>born storm</h2>		\n			<h4>taken from the self titled album the apex</h4>		\n		https://vimeo.com/41982255		\n										<img width=\"94\" height=\"16\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/divider_white.png\" alt=\"\" />											\n			<h2>about me</h2>		\n		<p>“There was a silly damn bird called a phoenix back before Christ, every few hundred years he built a pyre and burnt himself up. He must have been the first cousin to Man. But every time he burnt himself up he sprang out of the ashes, he got himself born all over again. And it looks like we’re doing the same thing, over and over, but we’re got on damn thing the phoenix never had. We know the damn silly thing we just did.”</p>		\n										<img width=\"154\" height=\"118\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature_white.png\" alt=\"\" />											\n										<img width=\"1024\" height=\"717\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-1024x717.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-559x392.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-768x538.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile-600x420.jpg 600w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_profile.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-05 23:03:02','2018-12-05 23:03:02','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3682,2,'2018-12-05 23:03:35','2018-12-05 23:03:35','[rev_slider alias=\"music-slider\"][/rev_slider]','Music - Slider','','inherit','closed','closed','','831-revision-v1','','','2018-12-05 23:03:35','2018-12-05 23:03:35','',831,'https://cactusmoonshinepublishing.com/831-revision-v1/',0,'revision','',0),(3683,2,'2018-12-05 23:04:00','2018-12-05 23:04:00','[ess_grid alias=\"musicgrid-clickandplay\"][/ess_grid]','Music - Click & Play','','inherit','closed','closed','','2663-revision-v1','','','2018-12-05 23:04:00','2018-12-05 23:04:00','',2663,'https://cactusmoonshinepublishing.com/2663-revision-v1/',0,'revision','',0),(3684,2,'2018-12-05 23:04:28','2018-12-05 23:04:28','[ess_grid alias=\"music-grid-boxed\"][/ess_grid]','Music - Grid','','inherit','closed','closed','','1227-revision-v1','','','2018-12-05 23:04:28','2018-12-05 23:04:28','',1227,'https://cactusmoonshinepublishing.com/1227-revision-v1/',0,'revision','',0),(3685,2,'2018-12-05 23:04:49','2018-12-05 23:04:49','[ess_grid alias=\"music-grid-boxed\"][/ess_grid]','Music - Fullwidth','','inherit','closed','closed','','1233-revision-v1','','','2018-12-05 23:04:49','2018-12-05 23:04:49','',1233,'https://cactusmoonshinepublishing.com/1233-revision-v1/',0,'revision','',0),(3686,2,'2018-12-05 23:05:10','2018-12-05 23:05:10','[ess_grid alias=\"music-grid-filters\"][/ess_grid]','Music - Filters','','inherit','closed','closed','','1229-revision-v1','','','2018-12-05 23:05:10','2018-12-05 23:05:10','',1229,'https://cactusmoonshinepublishing.com/1229-revision-v1/',0,'revision','',0),(3687,2,'2018-12-05 23:06:29','2018-12-05 23:06:29','','Events - Grid','','inherit','closed','closed','','836-revision-v1','','','2018-12-05 23:06:29','2018-12-05 23:06:29','',836,'https://cactusmoonshinepublishing.com/836-revision-v1/',0,'revision','',0),(3688,2,'2018-12-05 23:06:29','2018-12-05 23:06:29','[ess_grid alias=\"events-grid\"][/ess_grid]','Events - Grid','','inherit','closed','closed','','836-revision-v1','','','2018-12-05 23:06:29','2018-12-05 23:06:29','',836,'https://cactusmoonshinepublishing.com/836-revision-v1/',0,'revision','',0),(3689,2,'2018-12-05 23:06:46','2018-12-05 23:06:46','','News - 2 Columns','','inherit','closed','closed','','21-revision-v1','','','2018-12-05 23:06:46','2018-12-05 23:06:46','',21,'https://cactusmoonshinepublishing.com/21-revision-v1/',0,'revision','',0),(3690,2,'2018-12-05 23:06:46','2018-12-05 23:06:46','[ess_grid alias=\"News-2-columns\"][/ess_grid]','News - 2 Columns','','inherit','closed','closed','','21-revision-v1','','','2018-12-05 23:06:46','2018-12-05 23:06:46','',21,'https://cactusmoonshinepublishing.com/21-revision-v1/',0,'revision','',0),(3691,2,'2018-12-05 23:07:19','2018-12-05 23:07:19','','News - 3 Columns','','inherit','closed','closed','','1703-revision-v1','','','2018-12-05 23:07:19','2018-12-05 23:07:19','',1703,'https://cactusmoonshinepublishing.com/1703-revision-v1/',0,'revision','',0),(3692,2,'2018-12-05 23:07:20','2018-12-05 23:07:20','[ess_grid alias=\"news-3-columns\"][/ess_grid]','News - 3 Columns','','inherit','closed','closed','','1703-revision-v1','','','2018-12-05 23:07:20','2018-12-05 23:07:20','',1703,'https://cactusmoonshinepublishing.com/1703-revision-v1/',0,'revision','',0),(3693,2,'2018-12-05 23:07:51','2018-12-05 23:07:51','[ess_grid alias=\"youtube-grid\"][/ess_grid]','Videos - Youtube Channel','','inherit','closed','closed','','1663-revision-v1','','','2018-12-05 23:07:51','2018-12-05 23:07:51','',1663,'https://cactusmoonshinepublishing.com/1663-revision-v1/',0,'revision','',0),(3694,2,'2018-12-05 23:08:33','2018-12-05 23:08:33','[ess_grid alias=\"instagram\"][/ess_grid]','Gallery - Instagram','','inherit','closed','closed','','989-revision-v1','','','2018-12-05 23:08:33','2018-12-05 23:08:33','',989,'https://cactusmoonshinepublishing.com/989-revision-v1/',0,'revision','',0),(3695,2,'2018-12-05 23:08:59','2018-12-05 23:08:59','[ess_grid alias=\"photo-gallery\"][/ess_grid]','Gallery - Boxed','','inherit','closed','closed','','36-revision-v1','','','2018-12-05 23:08:59','2018-12-05 23:08:59','',36,'https://cactusmoonshinepublishing.com/36-revision-v1/',0,'revision','',0),(3696,2,'2018-12-05 23:09:17','2018-12-05 23:09:17','[ess_grid alias=\"photo-gallery\"][/ess_grid]','Gallery - Fullwidth','','inherit','closed','closed','','38-revision-v1','','','2018-12-05 23:09:17','2018-12-05 23:09:17','',38,'https://cactusmoonshinepublishing.com/38-revision-v1/',0,'revision','',0),(3697,2,'2018-12-05 23:10:23','2018-12-05 23:10:23','[ess_grid alias=\"artists-grid-boxed\"][/ess_grid]','Artists - Grid','','inherit','closed','closed','','902-revision-v1','','','2018-12-05 23:10:23','2018-12-05 23:10:23','',902,'https://cactusmoonshinepublishing.com/902-revision-v1/',0,'revision','',0),(3698,2,'2018-12-05 23:10:43','2018-12-05 23:10:43','[ess_grid alias=\"artists-grid-filters\"][/ess_grid]','Artists - Filters','','inherit','closed','closed','','1742-revision-v1','','','2018-12-05 23:10:43','2018-12-05 23:10:43','',1742,'https://cactusmoonshinepublishing.com/1742-revision-v1/',0,'revision','',0),(3699,2,'2018-12-05 23:10:56','2018-12-05 23:10:56','[ess_grid alias=\"artists-grid-boxed\"][/ess_grid]','Artists - Fullwidth','','inherit','closed','closed','','1733-revision-v1','','','2018-12-05 23:10:56','2018-12-05 23:10:56','',1733,'https://cactusmoonshinepublishing.com/1733-revision-v1/',0,'revision','',0),(3700,2,'2018-12-05 23:12:19','2018-12-05 23:12:19','<h3>MY LATEST TRACKS</h3>		\n		[iron_audioplayer skin=\"music\" albums=\"1218\" autoplay=\"1\" shuffle=\"yes\" show_playlist=\"1\" show_album_market=\"0\"]		\n			<h3>ABOUT ME</h3>		\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"150\" height=\"144\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/apex_signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>LATEST VIDEO</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>FULL DISCOGRAPHY</h3>		\n		[ess_grid alias=\"music-grid-boxed\"][/ess_grid]		\n			<h3>PHOTOS</h3>		\n		[ess_grid alias=\"photo-gallery\"][/ess_grid]		\n			<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>		\n			<h2>THE PRESS KIT</h2>		\n			<a href=\"#\">\n			</a>\n			<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','inherit','closed','closed','','40-revision-v1','','','2018-12-05 23:12:19','2018-12-05 23:12:19','',40,'https://cactusmoonshinepublishing.com/40-revision-v1/',0,'revision','',0),(3703,2,'2018-12-18 17:16:28','2018-12-18 17:16:28','','black-signature','','inherit','closed','closed','','black-signature','','','2018-12-18 17:16:28','2018-12-18 17:16:28','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png',0,'attachment','image/png',0),(3704,2,'2018-12-18 17:16:30','2018-12-18 17:16:30','','logo-soundman-dark','','inherit','closed','closed','','logo-soundman-dark','','','2018-12-18 17:16:30','2018-12-18 17:16:30','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/logo-soundman-dark.png',0,'attachment','image/png',0),(3705,2,'2018-12-18 17:16:32','2018-12-18 17:16:32','','movieposter-dream','','inherit','closed','closed','','movieposter-dream','','','2018-12-18 17:16:32','2018-12-18 17:16:32','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-dream.jpg',0,'attachment','image/jpeg',0),(3706,2,'2018-12-18 17:16:35','2018-12-18 17:16:35','','movieposter-gloria','','inherit','closed','closed','','movieposter-gloria','','','2018-12-18 17:16:35','2018-12-18 17:16:35','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-gloria.jpg',0,'attachment','image/jpeg',0),(3707,2,'2018-12-18 17:16:37','2018-12-18 17:16:37','','movieposter-infamous','','inherit','closed','closed','','movieposter-infamous','','','2018-12-18 17:16:37','2018-12-18 17:16:37','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-infamous.jpg',0,'attachment','image/jpeg',0),(3708,2,'2018-12-18 17:16:39','2018-12-18 17:16:39','','movieposter-mynameissonaar','','inherit','closed','closed','','movieposter-mynameissonaar','','','2018-12-18 17:16:39','2018-12-18 17:16:39','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-mynameissonaar.jpg',0,'attachment','image/jpeg',0),(3709,2,'2018-12-18 17:16:41','2018-12-18 17:16:41','','movieposter-sonaar','','inherit','closed','closed','','movieposter-sonaar','','','2018-12-18 17:16:41','2018-12-18 17:16:41','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg',0,'attachment','image/jpeg',0),(3710,2,'2018-12-18 17:16:44','2018-12-18 17:16:44','','movieposter-tiger','','inherit','closed','closed','','movieposter-tiger','','','2018-12-18 17:16:44','2018-12-18 17:16:44','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-tiger.jpg',0,'attachment','image/jpeg',0),(3711,2,'2018-12-18 17:16:47','2018-12-18 17:16:47','','movieposter-upnorth','','inherit','closed','closed','','movieposter-upnorth','','','2018-12-18 17:16:47','2018-12-18 17:16:47','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-upnorth.jpg',0,'attachment','image/jpeg',0),(3712,2,'2018-12-18 17:16:50','2018-12-18 17:16:50','','movieposter-voyante','','inherit','closed','closed','','movieposter-voyante','','','2018-12-18 17:16:50','2018-12-18 17:16:50','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-voyante.jpg',0,'attachment','image/jpeg',0),(3713,2,'2018-12-18 17:16:53','2018-12-18 17:16:53','','soundman-bg','','inherit','closed','closed','','soundman-bg','','','2018-12-18 17:16:53','2018-12-18 17:16:53','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/soundman-bg.jpg',0,'attachment','image/jpeg',0),(3714,2,'2018-12-18 17:16:56','2018-12-18 17:16:56','','soundman-footer','','inherit','closed','closed','','soundman-footer','','','2018-12-18 17:16:56','2018-12-18 17:16:56','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/soundman-footer.jpg',0,'attachment','image/jpeg',0),(3715,2,'2018-12-18 17:16:59','2018-12-18 17:16:59','','soundman-hero','','inherit','closed','closed','','soundman-hero','','','2018-12-18 17:16:59','2018-12-18 17:16:59','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/soundman-hero.jpg',0,'attachment','image/jpeg',0),(3716,2,'2018-12-18 17:17:03','2018-12-18 17:17:03','','SoundManlogo-60px','','inherit','closed','closed','','soundmanlogo-60px','','','2018-12-18 17:17:03','2018-12-18 17:17:03','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/SoundManlogo-60px.png',0,'attachment','image/png',0),(3717,2,'2018-12-18 17:17:05','2018-12-18 17:17:05','','SoundManlogo-60px@2x','','inherit','closed','closed','','soundmanlogo-60px2x','','','2018-12-18 17:17:05','2018-12-18 17:17:05','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/SoundManlogo-60px@2x.png',0,'attachment','image/png',0),(3718,2,'2018-12-18 17:17:07','2018-12-18 17:17:07','','SoundManlogo-60px-black','','inherit','closed','closed','','soundmanlogo-60px-black','','','2018-12-18 17:17:07','2018-12-18 17:17:07','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/SoundManlogo-60px-black.png',0,'attachment','image/png',0),(3719,2,'2018-12-18 17:17:09','2018-12-18 17:17:09','','SoundManlogo-60px-black@2x','','inherit','closed','closed','','soundmanlogo-60px-black2x','','','2018-12-18 17:17:09','2018-12-18 17:17:09','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/SoundManlogo-60px-black@2x.png',0,'attachment','image/png',0),(3720,2,'2018-12-18 17:17:11','2018-12-18 17:17:11','','white-signature','','inherit','closed','closed','','white-signature','','','2018-12-18 17:17:11','2018-12-18 17:17:11','',0,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png',0,'attachment','image/png',0),(3722,2,'2018-12-18 17:48:21','2018-12-18 17:48:21','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:48:21','2018-12-18 17:48:21','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3723,2,'2018-12-18 17:49:05','2018-12-18 17:49:05','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:49:05','2018-12-18 17:49:05','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3724,2,'2018-12-18 17:50:54','2018-12-18 17:50:54','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:50:54','2018-12-18 17:50:54','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3725,2,'2018-12-18 17:52:17','2018-12-18 17:52:17','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:52:17','2018-12-18 17:52:17','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3726,2,'2018-12-18 17:52:34','2018-12-18 17:52:34','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:52:34','2018-12-18 17:52:34','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3727,2,'2018-12-18 17:52:56','2018-12-18 17:52:56','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:52:56','2018-12-18 17:52:56','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3728,2,'2018-12-18 17:53:24','2018-12-18 17:53:24','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:53:24','2018-12-18 17:53:24','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3729,2,'2018-12-18 17:54:33','2018-12-18 17:54:33','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:54:33','2018-12-18 17:54:33','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3730,2,'2018-12-18 17:54:55','2018-12-18 17:54:55','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:54:55','2018-12-18 17:54:55','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3731,2,'2018-12-18 17:55:19','2018-12-18 17:55:19','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:55:19','2018-12-18 17:55:19','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3732,2,'2018-12-18 17:56:08','2018-12-18 17:56:08','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:56:08','2018-12-18 17:56:08','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3733,2,'2018-12-18 17:59:05','2018-12-18 17:59:05','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n		<p>Click edit button</p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 17:59:05','2018-12-18 17:59:05','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3734,2,'2018-12-18 18:01:39','2018-12-18 18:01:39','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n		<p>Click edit button</p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 18:01:39','2018-12-18 18:01:39','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3735,2,'2018-12-18 18:42:23','2018-12-18 18:42:23','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"photo-gallery\"][/ess_grid]','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 18:42:23','2018-12-18 18:42:23','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3736,2,'2018-12-18 18:43:02','2018-12-18 18:43:02','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"photo-gallery\"][/ess_grid]','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 18:43:02','2018-12-18 18:43:02','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3737,2,'2018-12-18 18:46:30','2018-12-18 18:46:30','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 18:46:30','2018-12-18 18:46:30','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3739,2,'2018-12-18 18:53:31','2018-12-18 18:53:31','','Voyante','','inherit','closed','closed','','1218-revision-v1','','','2018-12-18 18:53:31','2018-12-18 18:53:31','',1218,'https://cactusmoonshinepublishing.com/1218-revision-v1/',0,'revision','',0),(3740,2,'2018-12-18 18:54:01','2018-12-18 18:54:01','','Tiger','','inherit','closed','closed','','2090-revision-v1','','','2018-12-18 18:54:01','2018-12-18 18:54:01','',2090,'https://cactusmoonshinepublishing.com/2090-revision-v1/',0,'revision','',0),(3741,2,'2018-12-18 18:54:22','2018-12-18 18:54:22','','Gloria','','inherit','closed','closed','','2086-revision-v1','','','2018-12-18 18:54:22','2018-12-18 18:54:22','',2086,'https://cactusmoonshinepublishing.com/2086-revision-v1/',0,'revision','',0),(3742,2,'2018-12-18 18:54:40','2018-12-18 18:54:40','','Infamous','','inherit','closed','closed','','2098-revision-v1','','','2018-12-18 18:54:40','2018-12-18 18:54:40','',2098,'https://cactusmoonshinepublishing.com/2098-revision-v1/',0,'revision','',0),(3743,2,'2018-12-18 18:55:12','2018-12-18 18:55:12','','Sonaar','','inherit','closed','closed','','2083-revision-v1','','','2018-12-18 18:55:12','2018-12-18 18:55:12','',2083,'https://cactusmoonshinepublishing.com/2083-revision-v1/',0,'revision','',0),(3744,2,'2018-12-18 18:55:39','2018-12-18 18:55:39','','Dream','','inherit','closed','closed','','2093-revision-v1','','','2018-12-18 18:55:39','2018-12-18 18:55:39','',2093,'https://cactusmoonshinepublishing.com/2093-revision-v1/',0,'revision','',0),(3745,2,'2018-12-18 18:56:00','2018-12-18 18:56:00','','Up North','','inherit','closed','closed','','2080-revision-v1','','','2018-12-18 18:56:00','2018-12-18 18:56:00','',2080,'https://cactusmoonshinepublishing.com/2080-revision-v1/',0,'revision','',0),(3746,2,'2018-12-18 18:58:09','2018-12-18 18:58:09','','My Name Is Sonaar','','inherit','closed','closed','','2192-autosave-v1','','','2018-12-18 18:58:09','2018-12-18 18:58:09','',2192,'https://cactusmoonshinepublishing.com/2192-autosave-v1/',0,'revision','',0),(3747,2,'2018-12-18 18:58:20','2018-12-18 18:58:20','','My Name Is Sonaar','','inherit','closed','closed','','2192-revision-v1','','','2018-12-18 18:58:20','2018-12-18 18:58:20','',2192,'https://cactusmoonshinepublishing.com/2192-revision-v1/',0,'revision','',0),(3748,2,'2018-12-18 18:58:46','2018-12-18 18:58:46','','A Spotify Album','','inherit','closed','closed','','646-revision-v1','','','2018-12-18 18:58:46','2018-12-18 18:58:46','',646,'https://cactusmoonshinepublishing.com/646-revision-v1/',0,'revision','',0),(3749,2,'2018-12-18 18:59:12','2018-12-18 18:59:12','','A SoundCloud Album','','inherit','closed','closed','','1756-revision-v1','','','2018-12-18 18:59:12','2018-12-18 18:59:12','',1756,'https://cactusmoonshinepublishing.com/1756-revision-v1/',0,'revision','',0),(3750,2,'2018-12-18 19:10:43','2018-12-18 19:10:43','<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color=000000\"></iframe>','A SoundCloud Album','','inherit','closed','closed','','1756-revision-v1','','','2018-12-18 19:10:43','2018-12-18 19:10:43','',1756,'https://cactusmoonshinepublishing.com/1756-revision-v1/',0,'revision','',0),(3751,2,'2018-12-18 19:11:57','2018-12-18 19:11:57','<p style=\"text-align: center;\"><iframe src=\"https://open.spotify.com/embed/album/2hyDesSAYNefikDJXlqhPE\" width=\"100%\" height=\"600px\" frameborder=\"0\"></iframe></p>','A Spotify Album','','inherit','closed','closed','','646-revision-v1','','','2018-12-18 19:11:57','2018-12-18 19:11:57','',646,'https://cactusmoonshinepublishing.com/646-revision-v1/',0,'revision','',0),(3756,2,'2018-12-18 20:17:03','2018-12-18 20:17:03','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 20:17:03','2018-12-18 20:17:03','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3757,2,'2018-12-18 20:17:21','2018-12-18 20:17:21','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 20:17:21','2018-12-18 20:17:21','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3758,2,'2018-12-18 20:30:55','2018-12-18 20:30:55','Be Social		\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-18 20:30:55','2018-12-18 20:30:55','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3760,2,'2018-12-18 20:34:35','2018-12-18 20:34:35','<img width=\"135\" height=\"43\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/logo-soundman-dark.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-18 20:34:35','2018-12-18 20:34:35','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3761,2,'2018-12-18 20:35:28','2018-12-18 20:35:28','<img width=\"135\" height=\"43\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/logo-soundman-dark.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-18 20:35:28','2018-12-18 20:35:28','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3762,2,'2018-12-18 20:38:33','2018-12-18 20:38:33','<img width=\"135\" height=\"43\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/logo-soundman-dark.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-18 20:38:33','2018-12-18 20:38:33','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3763,2,'2018-12-18 20:41:03','2018-12-18 20:41:03','<img width=\"135\" height=\"43\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/logo-soundman-dark.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-18 20:41:03','2018-12-18 20:41:03','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3764,2,'2018-12-18 20:42:15','2018-12-18 20:42:15','<img width=\"135\" height=\"43\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/logo-soundman-dark.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-18 20:42:15','2018-12-18 20:42:15','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3765,2,'2018-12-18 20:43:15','2018-12-18 20:43:15','<img width=\"135\" height=\"43\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/logo-soundman-dark.png\" alt=\"\" />											\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-18 20:43:15','2018-12-18 20:43:15','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3766,2,'2018-12-18 20:45:29','2018-12-18 20:45:29','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 20:45:29','2018-12-18 20:45:29','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3767,2,'2018-12-18 20:47:37','2018-12-18 20:47:37','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 20:47:37','2018-12-18 20:47:37','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3768,2,'2018-12-18 20:49:04','2018-12-18 20:49:04','<img width=\"135\" height=\"43\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/logo-soundman-dark.png\" alt=\"\" />											\n							<a href=\"https://twitter.com/\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"https://facebook.com/\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"https://youtube.com/\" target=\"_blank\">\n					Youtube\n				</a>\n			<a href=\"https://sonaar.io\" target=\"_blank\">2019 © YOUR COMPANY -  WordPress Theme by Sonaar.io</a>','Footer','','inherit','closed','closed','','1011-revision-v1','','','2018-12-18 20:49:04','2018-12-18 20:49:04','',1011,'https://cactusmoonshinepublishing.com/1011-revision-v1/',0,'revision','',0),(3769,2,'2018-12-18 20:52:10','2018-12-18 20:52:10','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 20:52:10','2018-12-18 20:52:10','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3770,2,'2018-12-18 20:53:03','2018-12-18 20:53:03','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 20:53:03','2018-12-18 20:53:03','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3771,2,'2018-12-18 20:54:50','2018-12-18 20:54:50','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 20:54:50','2018-12-18 20:54:50','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3772,2,'2018-12-18 20:55:12','2018-12-18 20:55:12','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 20:55:12','2018-12-18 20:55:12','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3773,2,'2018-12-18 20:58:48','2018-12-18 20:58:48','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 20:58:48','2018-12-18 20:58:48','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3774,2,'2018-12-18 20:59:15','2018-12-18 20:59:15','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 20:59:15','2018-12-18 20:59:15','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3775,2,'2018-12-18 21:04:44','2018-12-18 21:04:44','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 21:04:44','2018-12-18 21:04:44','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3776,2,'2018-12-18 21:05:18','2018-12-18 21:05:18','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 21:05:18','2018-12-18 21:05:18','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3777,2,'2018-12-18 21:06:01','2018-12-18 21:06:01','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-18 21:06:01','2018-12-18 21:06:01','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3779,2,'2018-12-18 21:34:24','2018-12-18 21:34:24','<h3>ABOUT</h3>		\n			<h1>Sonaar & The Bands</h1>		\n			A journey that changed my life.		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/soundman-hero-o0pmzhkhpgrxnvcpvfqm9xsqq3o1dy1hkap7kgx5qw.jpg\" title=\"soundman-hero\" alt=\"soundman-hero\" />											\n			<h3>IT START WITH</h3>		\n			<h3>An Endless Passion for Music</h3>		\n			<h3>For Discovery, for People, for Life...</h3>		\n		<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.</p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. </p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis. </p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. </p>		\n										<img width=\"650\" height=\"915\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg 650w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar-397x559.jpg 397w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar-600x845.jpg 600w\" sizes=\"(max-width: 650px) 100vw, 650px\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 1','','inherit','closed','closed','','1767-revision-v1','','','2018-12-18 21:34:24','2018-12-18 21:34:24','',1767,'https://cactusmoonshinepublishing.com/1767-revision-v1/',0,'revision','',0),(3781,2,'2018-12-18 21:51:33','2018-12-18 21:51:33','<h1>Soundman</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-18 21:51:33','2018-12-18 21:51:33','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3782,2,'2018-12-18 21:52:47','2018-12-18 21:52:47','<img width=\"1920\" height=\"1282\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/soundman-hero.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/soundman-hero.jpg 1920w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/soundman-hero-559x373.jpg 559w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/soundman-hero-768x513.jpg 768w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/soundman-hero-1024x684.jpg 1024w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/soundman-hero-600x401.jpg 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 3','','inherit','closed','closed','','1835-revision-v1','','','2018-12-18 21:52:47','2018-12-18 21:52:47','',1835,'https://cactusmoonshinepublishing.com/1835-revision-v1/',0,'revision','',0),(3783,2,'2018-12-18 21:53:38','2018-12-18 21:53:38','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/soundman-hero-o0pmzhkhpgr2yzcadbpxha1q5bzqh42po2ggj14p6k.jpg\" title=\"soundman-hero\" alt=\"soundman-hero\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 3','','inherit','closed','closed','','1835-revision-v1','','','2018-12-18 21:53:38','2018-12-18 21:53:38','',1835,'https://cactusmoonshinepublishing.com/1835-revision-v1/',0,'revision','',0),(3784,2,'2018-12-18 21:53:54','2018-12-18 21:53:54','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/soundman-hero-o0pmzhkhpgt2l21ajl3jc5grhskfxpzur9ovmdz3u0.jpg\" title=\"soundman-hero\" alt=\"soundman-hero\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 3','','inherit','closed','closed','','1835-revision-v1','','','2018-12-18 21:53:54','2018-12-18 21:53:54','',1835,'https://cactusmoonshinepublishing.com/1835-revision-v1/',0,'revision','',0),(3785,2,'2018-12-18 21:54:08','2018-12-18 21:54:08','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/soundman-hero-o0pmzhkhpgrxnvcpvfqm9xsqq3o1dy1hkap7kgx5qw.jpg\" title=\"soundman-hero\" alt=\"soundman-hero\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 3','','inherit','closed','closed','','1835-revision-v1','','','2018-12-18 21:54:08','2018-12-18 21:54:08','',1835,'https://cactusmoonshinepublishing.com/1835-revision-v1/',0,'revision','',0),(3786,2,'2018-12-18 21:56:41','2018-12-18 21:56:41','','aboutme_photo','','inherit','closed','closed','','aboutme_photo','','','2018-12-18 21:56:41','2018-12-18 21:56:41','',1861,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/aboutme_photo.jpg',0,'attachment','image/jpeg',0),(3787,2,'2018-12-18 21:56:49','2018-12-18 21:56:49','<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>		\n			<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-18 21:56:49','2018-12-18 21:56:49','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3788,2,'2018-12-18 21:59:50','2018-12-18 21:59:50','','Voyante','A lovingly crafted tribute to one of NYC\'s biggest influences featuring lush orchestral arrangements from DJ Sonaar. This is fresh and powerful.','inherit','closed','closed','','1986-revision-v1','','','2018-12-18 21:59:50','2018-12-18 21:59:50','',1986,'https://cactusmoonshinepublishing.com/1986-revision-v1/',0,'revision','',0),(3790,2,'2018-12-18 22:02:42','2018-12-18 22:02:42','','Up North','A lovingly crafted tribute to one of NYC\'s biggest influences featuring lush orchestral arrangements from DJ Sonaar. This is fresh and powerful.','inherit','closed','closed','','2123-revision-v1','','','2018-12-18 22:02:42','2018-12-18 22:02:42','',2123,'https://cactusmoonshinepublishing.com/2123-revision-v1/',0,'revision','',0),(3791,2,'2018-12-18 22:03:26','2018-12-18 22:03:26','','Tiger','A lovingly crafted tribute to one of NYC\'s biggest influences featuring lush orchestral arrangements from DJ Sonaar. This is fresh and powerful.','inherit','closed','closed','','2124-revision-v1','','','2018-12-18 22:03:26','2018-12-18 22:03:26','',2124,'https://cactusmoonshinepublishing.com/2124-revision-v1/',0,'revision','',0),(3792,2,'2018-12-18 22:04:01','2018-12-18 22:04:01','','Sonaar','A lovingly crafted tribute to one of NYC\'s biggest influences featuring lush orchestral arrangements from DJ Sonaar. This is fresh and powerful.','inherit','closed','closed','','2125-revision-v1','','','2018-12-18 22:04:01','2018-12-18 22:04:01','',2125,'https://cactusmoonshinepublishing.com/2125-revision-v1/',0,'revision','',0),(3793,2,'2018-12-18 22:06:08','2018-12-18 22:06:08','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-12-18 22:06:08','2018-12-18 22:06:08','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3794,2,'2018-12-18 22:06:51','2018-12-18 22:06:51','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/Raymayor_wide-o0pmdz1h9zbdovxmc3lsxtbx1ohhken2n2e73zk2n8.jpg\" title=\"Raymayor_wide\" alt=\"Raymayor_wide\" />											\n			<h1>RAYMAYOR</h1>		\n			<h3>Biography</h3>		\n			<h3>Passion never dies. It grows</h3>		\n			<h3>Stay Hungry and Strong</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.</p>		\n			<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Raymayor','','inherit','closed','closed','','1177-revision-v1','','','2018-12-18 22:06:51','2018-12-18 22:06:51','',1177,'https://cactusmoonshinepublishing.com/1177-revision-v1/',0,'revision','',0),(3795,2,'2018-12-18 22:08:29','2018-12-18 22:08:29','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Above the Ground','','inherit','closed','closed','','1181-revision-v1','','','2018-12-18 22:08:29','2018-12-18 22:08:29','',1181,'https://cactusmoonshinepublishing.com/1181-revision-v1/',0,'revision','',0),(3796,2,'2018-12-18 22:09:10','2018-12-18 22:09:10','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Adele','','inherit','closed','closed','','1196-revision-v1','','','2018-12-18 22:09:10','2018-12-18 22:09:10','',1196,'https://cactusmoonshinepublishing.com/1196-revision-v1/',0,'revision','',0),(3797,2,'2018-12-18 22:09:45','2018-12-18 22:09:45','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Caroline','','inherit','closed','closed','','1188-revision-v1','','','2018-12-18 22:09:45','2018-12-18 22:09:45','',1188,'https://cactusmoonshinepublishing.com/1188-revision-v1/',0,'revision','',0),(3798,2,'2018-12-18 22:10:38','2018-12-18 22:10:38','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Diamond','','inherit','closed','closed','','1179-revision-v1','','','2018-12-18 22:10:38','2018-12-18 22:10:38','',1179,'https://cactusmoonshinepublishing.com/1179-revision-v1/',0,'revision','',0),(3799,2,'2018-12-18 22:11:20','2018-12-18 22:11:20','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Galapaghost','','inherit','closed','closed','','1148-revision-v1','','','2018-12-18 22:11:20','2018-12-18 22:11:20','',1148,'https://cactusmoonshinepublishing.com/1148-revision-v1/',0,'revision','',0),(3800,2,'2018-12-18 22:11:53','2018-12-18 22:11:53','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Herbalizer','','inherit','closed','closed','','1192-revision-v1','','','2018-12-18 22:11:53','2018-12-18 22:11:53','',1192,'https://cactusmoonshinepublishing.com/1192-revision-v1/',0,'revision','',0),(3801,2,'2018-12-18 22:12:28','2018-12-18 22:12:28','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Maskatomb','','inherit','closed','closed','','1175-revision-v1','','','2018-12-18 22:12:28','2018-12-18 22:12:28','',1175,'https://cactusmoonshinepublishing.com/1175-revision-v1/',0,'revision','',0),(3802,2,'2018-12-18 22:13:07','2018-12-18 22:13:07','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Wyclef','','inherit','closed','closed','','1194-revision-v1','','','2018-12-18 22:13:07','2018-12-18 22:13:07','',1194,'https://cactusmoonshinepublishing.com/1194-revision-v1/',0,'revision','',0),(3803,2,'2018-12-19 14:10:39','2018-12-19 14:10:39','<h2>Donate &amp; Support</h2>\n		<p>SONAAR HAS ALWAYS SUBSCRIBED TO THE PRINCIPLE THAT MUSIC SHOULD BE MADE AVAILABLE TO ANYONE FREE OF CHARGE. THAT’S WHY WE GIVE YOU THIS ALBUM FOR FREE. IF YOU ARE IN A POSITION TO BE ABLE TO SUPPORT THIS PERSONAL POLICY OF FREE MUSIC AND HELP US CONTINUE ON THIS PATH, THERE’S AN OPTION TO MAKE A DONATION OF YOUR CHOOSING HERE.</p>		\n			<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /><input name=\"hosted_button_id\" type=\"hidden\" value=\"7798XY7PAM2P6\" /><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /><img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form>','Donate','','inherit','closed','closed','','27-revision-v1','','','2018-12-19 14:10:39','2018-12-19 14:10:39','',27,'https://cactusmoonshinepublishing.com/27-revision-v1/',0,'revision','',0),(3804,2,'2018-12-19 14:12:25','2018-12-19 14:12:25','<h3>MY LATEST TRACKS</h3>		\n		[iron_audioplayer skin=\"music\" albums=\"1218\" autoplay=\"1\" shuffle=\"yes\" show_playlist=\"1\" show_album_market=\"0\"]		\n			<h3>ABOUT ME</h3>		\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>LATEST VIDEO</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>FULL DISCOGRAPHY</h3>		\n		[ess_grid alias=\"music-grid-boxed\"][/ess_grid]		\n			<h3>PHOTOS</h3>		\n		[ess_grid alias=\"photo-gallery\"][/ess_grid]		\n			<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>		\n			<h2>THE PRESS KIT</h2>		\n			<a href=\"#\">\n			</a>\n			<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','inherit','closed','closed','','40-revision-v1','','','2018-12-19 14:12:25','2018-12-19 14:12:25','',40,'https://cactusmoonshinepublishing.com/40-revision-v1/',0,'revision','',0),(3805,2,'2018-12-19 14:13:48','2018-12-19 14:13:48','<h3>MY LATEST TRACKS</h3>		\n		[iron_audioplayer skin=\"music\" albums=\"1218\" autoplay=\"1\" shuffle=\"yes\" show_playlist=\"1\" show_album_market=\"0\"]		\n			<h3>ABOUT ME</h3>		\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>LATEST VIDEO</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>FULL DISCOGRAPHY</h3>		\n		[ess_grid alias=\"music-grid-boxed\"][/ess_grid]		\n			<h3>PHOTOS</h3>		\n		[ess_grid alias=\"photo-gallery\"][/ess_grid]		\n			<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>		\n			<h2>THE PRESS KIT</h2>		\n			<a href=\"#\">\n			</a>\n			<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','inherit','closed','closed','','40-revision-v1','','','2018-12-19 14:13:48','2018-12-19 14:13:48','',40,'https://cactusmoonshinepublishing.com/40-revision-v1/',0,'revision','',0),(3806,2,'2018-12-19 14:14:56','2018-12-19 14:14:56','<h3>MY LATEST TRACKS</h3>		\n		[iron_audioplayer skin=\"music\" albums=\"1218\" autoplay=\"1\" shuffle=\"yes\" show_playlist=\"1\" show_album_market=\"0\"]		\n			<h3>ABOUT ME</h3>		\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>LATEST VIDEO</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>FULL DISCOGRAPHY</h3>		\n		[ess_grid alias=\"music-grid-boxed\"][/ess_grid]		\n			<h3>PHOTOS</h3>		\n		[ess_grid alias=\"photo-gallery\"][/ess_grid]		\n			<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>		\n			<h2>THE PRESS KIT</h2>		\n			<a href=\"#\">\n			</a>\n			<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','inherit','closed','closed','','40-revision-v1','','','2018-12-19 14:14:56','2018-12-19 14:14:56','',40,'https://cactusmoonshinepublishing.com/40-revision-v1/',0,'revision','',0),(3807,2,'2018-12-19 14:20:10','2018-12-19 14:20:10','<h2>this website<br>is coming<br>\nsoon.</h2>		\n			<h2>We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned</h2>		\n		<form action=\"#\" id=\"sr-mailchimp-form-87a0b56\">\n					<label for=\"\"></label>\n					<input type=\"email\" name=\"sr_mailchimp_email\" placeholder=\"Email\" required=\"required\">\n					<button id=\"sr-subscribe-87a0b56\">\n				  		Subscribe\n					</button>\n		</form>','Under Construction - Coming Soon Page','','inherit','closed','closed','','1938-revision-v1','','','2018-12-19 14:20:10','2018-12-19 14:20:10','',1938,'https://cactusmoonshinepublishing.com/1938-revision-v1/',0,'revision','',0),(3808,2,'2016-11-08 21:23:14','2016-11-08 21:23:14','<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home with Video Background Header','','publish','closed','closed','','home-with-video-background-header','','','2018-12-19 14:31:06','2018-12-19 14:31:06','',0,'https://cactusmoonshinepublishing.com/copy-of-home/',0,'page','',0),(3809,2,'2018-12-19 14:25:48','2018-12-19 14:25:48','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.\r\nHe has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).\r\n<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" width=\"175\" height=\"86\" />\r\n<h2>RECENT WORKS</h2>\r\n[ess_grid alias=\"movie-homepage\"][/ess_grid]\r\n<a role=\"button\" href=\"/soundman-elementor/music-grid/\">\r\nView All\r\n</a>','Home with Video Background Header','','inherit','closed','closed','','3808-revision-v1','','','2018-12-19 14:25:48','2018-12-19 14:25:48','',3808,'https://cactusmoonshinepublishing.com/3808-revision-v1/',0,'revision','',0),(3810,2,'2018-12-19 14:31:06','2018-12-19 14:31:06','<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home with Video Background Header','','inherit','closed','closed','','3808-revision-v1','','','2018-12-19 14:31:06','2018-12-19 14:31:06','',3808,'https://cactusmoonshinepublishing.com/3808-revision-v1/',0,'revision','',0),(3813,2,'2018-12-19 17:01:03','2018-12-19 17:01:03','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-19 17:01:03','2018-12-19 17:01:03','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3814,2,'2018-12-19 17:02:30','2018-12-19 17:02:30','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-19 17:02:30','2018-12-19 17:02:30','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3815,2,'2018-12-19 17:05:58','2018-12-19 17:05:58','[iron_bandsintown band_name=\"Ariana Grande\" background_color=\"rgba(255,255,255,0)\" button_color=\"#000000\" button_txt_color=\"#000000\" local_dates=\"\" past_dates=\"\" display_limit=\"10\"]','Events - Bandsintown','','inherit','closed','closed','','1539-revision-v1','','','2018-12-19 17:05:58','2018-12-19 17:05:58','',1539,'https://cactusmoonshinepublishing.com/1539-revision-v1/',0,'revision','',0),(3816,2,'2018-12-19 17:09:28','2018-12-19 17:09:28','<h3>ABOUT</h3>		\n			<h1>Sonaar & The Bands</h1>		\n			A journey that changed my life.		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/soundman-hero-o0pmzhkhpgrxnvcpvfqm9xsqq3o1dy1hkap7kgx5qw.jpg\" title=\"soundman-hero\" alt=\"soundman-hero\" />											\n			<h3>IT START WITH</h3>		\n			<h3>An Endless Passion for Music</h3>		\n			<h3>For Discovery, for People, for Life...</h3>		\n		<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.</p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. </p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis. </p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. </p>		\n										<img width=\"650\" height=\"915\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg 650w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar-397x559.jpg 397w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar-600x845.jpg 600w\" sizes=\"(max-width: 650px) 100vw, 650px\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 1','','inherit','closed','closed','','1767-revision-v1','','','2018-12-19 17:09:28','2018-12-19 17:09:28','',1767,'https://cactusmoonshinepublishing.com/1767-revision-v1/',0,'revision','',0),(3817,2,'2018-12-19 17:12:23','2018-12-19 17:12:23','<h3>ABOUT</h3>		\n			<h1>Sonaar & The Bands</h1>		\n			A journey that changed my life.		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/soundman-hero-o0pmzhkhpgrxnvcpvfqm9xsqq3o1dy1hkap7kgx5qw.jpg\" title=\"soundman-hero\" alt=\"soundman-hero\" />											\n			<h3>IT START WITH</h3>		\n			<h3>An Endless Passion for Music</h3>		\n			<h3>For Discovery, for People, for Life...</h3>		\n		<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.</p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. </p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis. </p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. </p>		\n										<img width=\"650\" height=\"915\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg 650w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar-397x559.jpg 397w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar-600x845.jpg 600w\" sizes=\"(max-width: 650px) 100vw, 650px\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 1','','inherit','closed','closed','','1767-revision-v1','','','2018-12-19 17:12:23','2018-12-19 17:12:23','',1767,'https://cactusmoonshinepublishing.com/1767-revision-v1/',0,'revision','',0),(3818,2,'2018-12-19 17:13:57','2018-12-19 17:13:57','<h3>ABOUT</h3>		\n			<h1>Sonaar & The Bands</h1>		\n			A journey that changed my life.		\n										<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/soundman-hero-o0pmzhkhpgrxnvcpvfqm9xsqq3o1dy1hkap7kgx5qw.jpg\" title=\"soundman-hero\" alt=\"soundman-hero\" />											\n			<h3>IT START WITH</h3>		\n			<h3>An Endless Passion for Music<br>\nFor Discovery, for People, for Life...</h3>		\n		<p>When ipsum dolor sit amet, consectetur adipiscing elit. libero sit amet malesu ada vitae nulla sit amet blandit. Pellentesque sit finibus mag amet interdum diam. In non arcu non dolor iaculis magna sittesetincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula. Nulla consect etur mollis odio, et condimentum sem. Aliquam ut quam sit amet lacus sagittis euismod non eu erat. Donec ac libero non nunc commodo porta.</p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donecodes facilisis pretium risus, semper vehicula magna convallis nec. Nunc congue ex nec enim facilisis, id tristique dolor vehicula.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. </p><p>Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec. Faucibus massa. Nullam com modo libero sit amet dictum mattis. </p><p>Pellentesque sit amet interdum diam. In non arcu non dolor iaculis tincidunt id ac mauris. Pellentesque sit amet interdum diam. In non arcu non dolor iaculis.Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sittese amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. </p>		\n										<img width=\"650\" height=\"915\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar.jpg 650w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar-397x559.jpg 397w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/movieposter-sonaar-600x845.jpg 600w\" sizes=\"(max-width: 650px) 100vw, 650px\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 1','','inherit','closed','closed','','1767-revision-v1','','','2018-12-19 17:13:57','2018-12-19 17:13:57','',1767,'https://cactusmoonshinepublishing.com/1767-revision-v1/',0,'revision','',0),(3819,2,'2018-12-19 17:16:02','2018-12-19 17:16:02','<h1>i am Soundman</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-19 17:16:02','2018-12-19 17:16:02','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3820,2,'2018-12-19 17:18:00','2018-12-19 17:18:00','<h1>i am Soundman</h1>		\n			<h2>About Us</h2>		\n			<h2>Sonaar is a music company founded in 2001 and based in Montreal, Canada. We’re an artist management company, a record label, a booking agency, a concert producer and a promotion & publicity agency.</h2>		\n		<p>We also operate two subsidiaries: Sonaar Concerts, an event promoter featuring artists from Montreal and abroad; and Sonaar Promo, an agency which promotes projects not directly linked to Sonaar.</p>		\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Soundcloud\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Instagram\n				</a>\n			<h2>Team</h2>		\n			<h4>Artist<br>\nManagement</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h4>General<br>\nAdministration</h4>		\n		<p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p><p><strong>Stephan Sheppard</strong></p><h5>Business development</h5><p><a href=\"mailto:ssheppard@sonaar.com\">ssheppard@sonaar.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>','About - Example 2','','inherit','closed','closed','','1802-revision-v1','','','2018-12-19 17:18:00','2018-12-19 17:18:00','',1802,'https://cactusmoonshinepublishing.com/1802-revision-v1/',0,'revision','',0),(3821,2,'2018-12-19 17:19:15','2018-12-19 17:19:15','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/soundman-hero-o0pmzhkhpgqsqoo57adp7q4pyermu634dbpjijv7ns.jpg\" title=\"soundman-hero\" alt=\"soundman-hero\" />											\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>','About - Example 3','','inherit','closed','closed','','1835-revision-v1','','','2018-12-19 17:19:15','2018-12-19 17:19:15','',1835,'https://cactusmoonshinepublishing.com/1835-revision-v1/',0,'revision','',0),(3822,2,'2018-12-19 17:22:04','2018-12-19 17:22:04','<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>','Contact - Example 1','','inherit','closed','closed','','29-revision-v1','','','2018-12-19 17:22:04','2018-12-19 17:22:04','',29,'https://cactusmoonshinepublishing.com/29-revision-v1/',0,'revision','',0),(3823,2,'2018-12-19 17:23:22','2018-12-19 17:23:22','<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>','Contact - Example 1','','inherit','closed','closed','','29-revision-v1','','','2018-12-19 17:23:22','2018-12-19 17:23:22','',29,'https://cactusmoonshinepublishing.com/29-revision-v1/',0,'revision','',0),(3824,2,'2018-12-19 17:23:58','2018-12-19 17:23:58','<h2>Say Hello</h2>		\n			<h3>Contact us</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>                \n			<h2>Contact</h2>		\n			<h3>Booking</h3>		\n		<p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p><p>t+ 514-555-9075<br />PO Box 4296<br />Montreal, H4C 2V7</p>','Contact - Example 1','','inherit','closed','closed','','29-revision-v1','','','2018-12-19 17:23:58','2018-12-19 17:23:58','',29,'https://cactusmoonshinepublishing.com/29-revision-v1/',0,'revision','',0),(3826,2,'2018-12-19 17:27:00','2018-12-19 17:27:00','','hero-oulander','','inherit','closed','closed','','hero-oulander','','','2018-12-19 17:27:00','2018-12-19 17:27:00','',1861,'https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png',0,'attachment','image/png',0),(3827,2,'2018-12-19 17:27:44','2018-12-19 17:27:44','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h3>Say Hello</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-19 17:27:44','2018-12-19 17:27:44','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3828,2,'2018-12-19 17:29:35','2018-12-19 17:29:35','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h3>Say Hello</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-19 17:29:35','2018-12-19 17:29:35','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3829,2,'2018-12-19 17:30:13','2018-12-19 17:30:13','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png\" sizes=\"(max-width: 620px) 100vw, 620px\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-600x948.png 600w\" alt=\"\" width=\"620\" height=\"980\" />\r\n<h3>Say Hello</h3>\r\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"735\" />\r\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"5.0.5\" />\r\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\r\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f735-o1\" />\r\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" /><label>Your Name (required)</label>\r\n<input name=\"your-name\" size=\"40\" type=\"text\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Your Email (required)</label>\r\n<input name=\"your-email\" size=\"40\" type=\"email\" value=\"\" aria-required=\"true\" aria-invalid=\"false\" />\r\n\r\n<label>Subject</label>\r\n<input name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" aria-invalid=\"false\" />\r\n\r\n<label>Your Message</label>\r\n<textarea cols=\"40\" name=\"your-message\" rows=\"10\" aria-invalid=\"false\"></textarea>\r\n\r\n<input type=\"submit\" value=\"Send\" />\r\n\r\n</form>','Contact - Example 2','','inherit','closed','closed','','1861-revision-v1','','','2018-12-19 17:30:13','2018-12-19 17:30:13','',1861,'https://cactusmoonshinepublishing.com/1861-revision-v1/',0,'revision','',0),(3830,2,'2018-12-19 17:33:40','2018-12-19 17:33:40','<h3>Address</h3>		\n		<p><strong>SoundRise HQ</strong><br />PO Box 4296<br />Montreal<br />H4C 2V7</p><p>General Inquiries<br /><a href=\"mailto:info@soundrise.com\">info@soundrise.com</a></p><p>Interested in joining us ?<br /><a href=\"mailto:jobs@soundrise.com\">jobs@soundrise.com</a></p>		\n			<h3>Booking</h3>		\n<form action=\"/soundman-elementor/wp-admin/admin-ajax.php#wpcf7-f735-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"735\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.0.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f735-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label>Your Name (required)</label><br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p><label>Your Email (required)</label><br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /></p>\n<p><label>Subject</label><br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /></p>\n<p><label>Your Message</label><br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Contact - Example 3','','inherit','closed','closed','','1892-revision-v1','','','2018-12-19 17:33:40','2018-12-19 17:33:40','',1892,'https://cactusmoonshinepublishing.com/1892-revision-v1/',0,'revision','',0),(3831,2,'2018-12-19 17:40:04','2018-12-19 17:40:04','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/elementor/thumbs/Raymayor_wide-o0pmdz1h9zbdovxmc3lsxtbx1ohhken2n2e73zk2n8.jpg\" title=\"Raymayor_wide\" alt=\"Raymayor_wide\" />											\n			<h1>RAYMAYOR</h1>		\n			<h3>Biography</h3>		\n			<h3>Passion never dies. It grows</h3>		\n			<h3>Stay Hungry and Strong</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti.</p>		\n			<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Raymayor','','inherit','closed','closed','','1177-revision-v1','','','2018-12-19 17:40:04','2018-12-19 17:40:04','',1177,'https://cactusmoonshinepublishing.com/1177-revision-v1/',0,'revision','',0),(3832,2,'2018-12-19 17:40:52','2018-12-19 17:40:52','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-12-19 17:40:52','2018-12-19 17:40:52','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3833,2,'2018-12-19 17:41:28','2018-12-19 17:41:28','<h3>Latest Video</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n			<h3>Upcomming Events</h3>		\n		[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"1146\"]		\n			<h3>SoundCloud</h3>		\n				<iframe width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>','Indiana','','inherit','closed','closed','','1190-revision-v1','','','2018-12-19 17:41:28','2018-12-19 17:41:28','',1190,'https://cactusmoonshinepublishing.com/1190-revision-v1/',0,'revision','',0),(3835,2,'2018-12-19 17:45:14','2018-12-19 17:45:14','[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"\"]','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-19 17:45:14','2018-12-19 17:45:14','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3836,2,'2018-12-19 17:46:45','2018-12-19 17:46:45','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h2>ULTRASONIC</h2>		\n			<h3>Electro | Hip-hop | Drum & Bass</h3>		\n				<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-12-19 17:46:45','2018-12-19 17:46:45','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3838,2,'2018-12-19 17:47:10','2018-12-19 17:47:10','[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"\"]','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-19 17:47:10','2018-12-19 17:47:10','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3839,2,'2018-12-19 17:48:28','2018-12-19 17:48:28','[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"\"]','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-19 17:48:28','2018-12-19 17:48:28','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3840,2,'2018-12-19 17:48:32','2018-12-19 17:48:32','<img src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png\" sizes=\"(max-width: 620px) 100vw, 620px\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-600x948.png 600w\" alt=\"\" width=\"620\" height=\"980\" />\r\n<h2>ULTRASONIC</h2>\r\n<h3>Electro | Hip-hop | Drum &amp; Bass</h3>\r\n<iframe src=\"https://w.soundcloud.com/player/?visual=false&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&amp;show_artwork=true&amp;maxwidth=1144&amp;maxheight=1000&amp;dnt=1&amp;auto_play=false&amp;buying=true&amp;liking=true&amp;download=true&amp;sharing=true&amp;show_comments=true&amp;show_playcount=true&amp;show_user=true&amp;color\" width=\"1144\" height=\"450\" frameborder=\"no\" scrolling=\"no\"></iframe>\r\n<h3>It never ends</h3>\r\n<h1>Passion never die. It grows</h1>\r\n<h2>Stay Hungry and Strong</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-12-19 17:48:32','2018-12-19 17:48:32','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3841,2,'2018-12-19 17:49:20','2018-12-19 17:49:20','<img width=\"620\" height=\"980\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png\" alt=\"\" srcset=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander.png 620w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-354x559.png 354w, https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/hero-oulander-600x948.png 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" />											\n			<h2>ULTRASONIC</h2>		\n			<h3>Electro | Hip-hop | Drum & Bass</h3>		\n				<iframe width=\"1144\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F3685019&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=true&#038;liking=true&#038;download=true&#038;sharing=true&#038;show_comments=true&#038;show_playcount=true&#038;show_user=true&#038;color\"></iframe>			\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>','Ultrasonic','','inherit','closed','closed','','1146-revision-v1','','','2018-12-19 17:49:20','2018-12-19 17:49:20','',1146,'https://cactusmoonshinepublishing.com/1146-revision-v1/',0,'revision','',0),(3842,2,'2018-12-19 17:49:29','2018-12-19 17:49:29','[iron_events number=\"10\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"\"]','Events - List','','inherit','closed','closed','','13-revision-v1','','','2018-12-19 17:49:29','2018-12-19 17:49:29','',13,'https://cactusmoonshinepublishing.com/13-revision-v1/',0,'revision','',0),(3843,2,'2018-12-19 17:51:25','2018-12-19 17:51:25','[iron_events number=\"\" filter=\"past\" enable_artists_filter=\"\" artists_filter=\"\"]','Past Events','','inherit','closed','closed','','850-revision-v1','','','2018-12-19 17:51:25','2018-12-19 17:51:25','',850,'https://cactusmoonshinepublishing.com/850-revision-v1/',0,'revision','',0),(3844,2,'2018-12-19 17:52:22','2018-12-19 17:52:22','<h3>MY LATEST TRACKS</h3>		\n		[iron_audioplayer skin=\"music\" albums=\"1218\" autoplay=\"\" shuffle=\"yes\" show_playlist=\"1\" show_album_market=\"0\"]		\n			<h3>ABOUT ME</h3>		\n			<h3>It never ends</h3>		\n			<h1>Passion never die. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/black-signature.png\" alt=\"\" />											\n			<a href=\"./contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>LATEST VIDEO</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>FULL DISCOGRAPHY</h3>		\n		[ess_grid alias=\"music-grid-boxed\"][/ess_grid]		\n			<h3>PHOTOS</h3>		\n		[ess_grid alias=\"photo-gallery\"][/ess_grid]		\n			<h2><a href=\"https://demo.sonaar.io/assets/downloads/presskit.zip\">Download</a></h2>		\n			<h2>THE PRESS KIT</h2>		\n			<a href=\"#\">\n			</a>\n			<h2>PHOTOS - PRESS RELEASE - BIO</h2>','Presskit','','inherit','closed','closed','','40-revision-v1','','','2018-12-19 17:52:22','2018-12-19 17:52:22','',40,'https://cactusmoonshinepublishing.com/40-revision-v1/',0,'revision','',0),(3845,2,'2018-12-19 17:52:23','2018-12-19 17:52:23','<h2>Upcoming Events</h2>		\n		[iron_events number=\"3\" filter=\"upcoming\" enable_artists_filter=\"\" artists_filter=\"\"]		\n			<h2>Past Events</h2>		\n		[iron_events number=\"3\" filter=\"past\" enable_artists_filter=\"\" artists_filter=\"\"]','Events + Past Events','','inherit','closed','closed','','1516-revision-v1','','','2018-12-19 17:52:23','2018-12-19 17:52:23','',1516,'https://cactusmoonshinepublishing.com/1516-revision-v1/',0,'revision','',0),(3846,2,'2018-12-19 18:37:27','2018-12-19 18:37:27','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-19 18:37:27','2018-12-19 18:37:27','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3847,2,'2018-12-19 18:38:02','2018-12-19 18:38:02','MICHEAL EASTMAN IS A SOUND DESIGNER, FILM EDITOR, DIRECTOR, SCREENWRITER, AND VOICE ACTOR.		\n			He has worked as sound designer on various films, including the Star Wars and Indiana Jones film series, Blade Runner (2017), and Star Trek (2009).		\n										<img width=\"175\" height=\"86\" src=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2018/12/white-signature.png\" alt=\"\" />											\n			<h2>RECENT WORKS</h2>		\n		[ess_grid alias=\"movie-homepage\"][/ess_grid]		\n			<a href=\"/soundman-elementor/music-grid/\" role=\"button\">\n						View All\n					</a>','Home','','inherit','closed','closed','','3050-revision-v1','','','2018-12-19 18:38:02','2018-12-19 18:38:02','',3050,'https://cactusmoonshinepublishing.com/3050-revision-v1/',0,'revision','',0),(3849,1,'2019-09-27 03:45:16','2019-09-27 03:45:16','<ul>\n	    		      		<li>	      		 VERSIONS</li>\n	      		      		<li>	      		 STEMS</li>\n	      		      		<li>                                			      					      		 </li>\n	      		      		<li>                                			      					      		 Tab Title</li>\n	      	    		</ul>\n		      										<style></style>		\n							<section data-id=\"454d06a\" data-element_type=\"section\">\n			<article data-skin=\"music\">        \n                  <img src=\"https://cactusmoonshinepublishing.com/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Arrakis </h1>\n                                                      <ul><li data-audiopath=\"//cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Arrakis-Full-Mix-by-◖Black-◯-Sun◗.mp3\"   data-showloading=\"1\"  data-albumTitle=\"Drone Music Vol.1\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Drone-v2-0.jpg\"data-trackartists=\"\"data-releasedate=\"\" data-trackTitle=\"Arrakis (Full Mix) by ◖Black ◯ Sun◗\"></li></ul>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                      <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                      <rect width=\"6\" height=\"21.2\"/>\n                      <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                    </svg>\n                  </a>\n        </article>		\n		</section>\n		      												<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.</p>							    			\n		      												Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.','Test1','','publish','closed','closed','','test1','','','2019-09-27 05:36:45','2019-09-27 05:36:45','',0,'https://cactusmoonshinepublishing.com/?page_id=3849',0,'page','',0);
INSERT INTO `wppk_posts` VALUES (3850,1,'2019-09-27 02:54:10','2019-09-27 02:54:10','','Arrakis (Full Mix) by ◖Black ◯ Sun◗','','inherit','closed','closed','','arrakis-full-mix-by-%e2%97%96black-%e2%97%af-sun%e2%97%97','','','2019-09-27 03:36:26','2019-09-27 03:36:26','',3849,'https://cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Arrakis-Full-Mix-by-◖Black-◯-Sun◗.mp3',0,'attachment','audio/mpeg',0),(3851,1,'2019-09-27 02:54:11','2019-09-27 02:54:11','','','','inherit','closed','closed','','3851','','','2019-09-27 02:54:11','2019-09-27 02:54:11','',0,'https://cactusmoonshinepublishing.com/3851/',0,'attachment','image/jpeg',0),(3852,1,'2019-09-27 03:29:04','2019-09-27 03:29:04','','Cochise','','publish','closed','closed','','cochise','','','2019-09-27 03:41:25','2019-09-27 03:41:25','',0,'https://cactusmoonshinepublishing.com/?post_type=artist&#038;p=3852',0,'artist','',0),(3853,1,'2019-09-27 03:27:52','2019-09-27 03:27:52','','Drone-v2-0','','inherit','closed','closed','','drone-v2-0','','','2019-09-27 03:27:52','2019-09-27 03:27:52','',3852,'https://cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Drone-v2-0.jpg',0,'attachment','image/jpeg',0),(3854,1,'2019-09-27 03:29:04','2019-09-27 03:29:04','','Cochise','','inherit','closed','closed','','3852-revision-v1','','','2019-09-27 03:29:04','2019-09-27 03:29:04','',3852,'https://cactusmoonshinepublishing.com/3852-revision-v1/',0,'revision','',0),(3855,1,'2019-09-27 03:34:43','2019-09-27 03:34:43','','Arrakis STM','','publish','closed','closed','','arrakis-stm','','','2019-09-27 03:39:42','2019-09-27 03:39:42','',0,'https://cactusmoonshinepublishing.com/?post_type=album&#038;p=3855',0,'album','',0),(3856,1,'2019-09-27 03:32:53','2019-09-27 03:32:53','\"Arrakis (Bass)','Arrakis (Bass)','','inherit','closed','closed','','arrakis-v1-10-bass-48-24','','','2019-09-27 03:33:47','2019-09-27 03:33:47','',3855,'https://cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Arrakis-v1-10-Bass-48-24.mp3',0,'attachment','audio/mpeg',0),(3857,1,'2019-09-27 03:32:58','2019-09-27 03:32:58','\"Arrakis (Beat)','Arrakis (Beat)','','inherit','closed','closed','','arrakis-v1-10-beat-48-24','','','2019-09-27 03:34:13','2019-09-27 03:34:13','',3855,'https://cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Arrakis-v1-10-Beat-48-24.mp3',0,'attachment','audio/mpeg',0),(3858,1,'2019-09-27 03:34:43','2019-09-27 03:34:43','','Arrakis STM','','inherit','closed','closed','','3855-revision-v1','','','2019-09-27 03:34:43','2019-09-27 03:34:43','',3855,'https://cactusmoonshinepublishing.com/3855-revision-v1/',0,'revision','',0),(3859,1,'2019-09-27 03:36:41','2019-09-27 03:36:41','','Arrakis','','publish','closed','closed','','arrakis','','','2019-09-27 03:40:23','2019-09-27 03:40:23','',0,'https://cactusmoonshinepublishing.com/?post_type=album&#038;p=3859',0,'album','',0),(3860,1,'2019-09-27 03:35:02','2019-09-27 03:35:02','','Arrakis','','inherit','closed','closed','','3859-revision-v1','','','2019-09-27 03:35:02','2019-09-27 03:35:02','',3859,'https://cactusmoonshinepublishing.com/3859-revision-v1/',0,'revision','',0),(3861,1,'2019-09-27 03:36:41','2019-09-27 03:36:41','','Arrakis','','inherit','closed','closed','','3859-revision-v1','','','2019-09-27 03:36:41','2019-09-27 03:36:41','',3859,'https://cactusmoonshinepublishing.com/3859-revision-v1/',0,'revision','',0),(3862,1,'2019-09-27 03:39:42','2019-09-27 03:39:42','','Arrakis STM','','inherit','closed','closed','','3855-revision-v1','','','2019-09-27 03:39:42','2019-09-27 03:39:42','',3855,'https://cactusmoonshinepublishing.com/3855-revision-v1/',0,'revision','',0),(3863,1,'2019-09-27 03:43:13','2019-09-27 03:43:13','','Test1','','inherit','closed','closed','','3849-revision-v1','','','2019-09-27 03:43:13','2019-09-27 03:43:13','',3849,'https://cactusmoonshinepublishing.com/3849-revision-v1/',0,'revision','',0),(3864,1,'2019-09-27 03:47:48','2019-09-27 03:47:48','[rev_slider alias=\"music-slider\"][/rev_slider]','Test1','','inherit','closed','closed','','3849-revision-v1','','','2019-09-27 03:47:48','2019-09-27 03:47:48','',3849,'https://cactusmoonshinepublishing.com/3849-revision-v1/',0,'revision','',0),(3865,1,'2019-09-27 03:52:57','2019-09-27 03:52:57','[rev_slider alias=\"music-slider\"][/rev_slider]','Test1','','inherit','closed','closed','','3849-revision-v1','','','2019-09-27 03:52:57','2019-09-27 03:52:57','',3849,'https://cactusmoonshinepublishing.com/3849-revision-v1/',0,'revision','',0),(3867,1,'2019-09-27 04:04:08','2019-09-27 04:04:08','<h2>Sonaar Music</h2>\n       <p>Insert a very nice optional subtitle here.</p>','Test1','','inherit','closed','closed','','3849-revision-v1','','','2019-09-27 04:04:08','2019-09-27 04:04:08','',3849,'https://cactusmoonshinepublishing.com/3849-revision-v1/',0,'revision','',0),(3868,1,'2019-09-27 04:06:05','2019-09-27 04:06:05','<h2>Sonaar Music</h2>\nInsert a very nice optional subtitle here.','Test1','','inherit','closed','closed','','3849-revision-v1','','','2019-09-27 04:06:05','2019-09-27 04:06:05','',3849,'https://cactusmoonshinepublishing.com/3849-revision-v1/',0,'revision','',0),(3873,1,'2019-09-27 05:25:28','2019-09-27 05:25:28','<ul>\n	    		      		<li>                                			      					      		 VERSIONS</li>\n	      		      		<li>                                			      					      		 Tab Title 2</li>\n	      		      		<li>                                			      					      		 Tab Title 3</li>\n	      	    		</ul>\n		      										<style>.elementor-3427 .elementor-element.elementor-element-3b7c4ed9{margin-top:0px;margin-bottom:0px;}.elementor-3427 .elementor-element.elementor-element-49e2f837{text-align:left;}.elementor-3427 .elementor-element.elementor-element-49e2f837 .elementor-heading-title{font-size:14px;text-transform:uppercase;}.elementor-3427 .elementor-element.elementor-element-49e2f837 > .elementor-widget-container{margin:0px 0px 20px 0px;padding:0px 0px 8px 0px;border-style:solid;border-width:0px 0px 2px 0px;}.elementor-3427 .elementor-element.elementor-element-759afa63{margin-top:50px;margin-bottom:0px;}.elementor-3427 .elementor-element.elementor-element-7f62a9ad > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-3427 .elementor-element.elementor-element-534896bd{text-align:left;}.elementor-3427 .elementor-element.elementor-element-534896bd .elementor-heading-title{font-size:34px;text-transform:uppercase;line-height:34px;}.elementor-3427 .elementor-element.elementor-element-534896bd > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3427 .elementor-element.elementor-element-2f48d47{text-align:left;}.elementor-3427 .elementor-element.elementor-element-2f48d47 .elementor-heading-title{font-family:\"Playfair Display\", Sans-serif;font-size:36px;font-weight:400;text-transform:uppercase;font-style:italic;line-height:34px;}.elementor-3427 .elementor-element.elementor-element-2f48d47 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-3427 .elementor-element.elementor-element-3764d5c8 .elementor-text-editor{text-align:left;}.elementor-3427 .elementor-element.elementor-element-3764d5c8 > .elementor-widget-container{margin:70px 0px 0px 0px;}.elementor-3427 .elementor-element.elementor-element-6e838085{margin-top:50px;margin-bottom:0px;}.elementor-3427 .elementor-element.elementor-element-5a83e23b{text-align:left;}.elementor-3427 .elementor-element.elementor-element-5a83e23b .elementor-heading-title{font-size:14px;text-transform:uppercase;}.elementor-3427 .elementor-element.elementor-element-5a83e23b > .elementor-widget-container{margin:0px 0px 20px 0px;padding:0px 0px 8px 0px;border-style:solid;border-width:0px 0px 2px 0px;}.elementor-3427 .elementor-element.elementor-element-67d457f7 .sr_it-event-buttons .button:hover{color:#fff;background:#27bdbd;}.elementor-3427 .elementor-element.elementor-element-119d8a37{margin-top:50px;margin-bottom:0px;}.elementor-3427 .elementor-element.elementor-element-4f7bd55c{text-align:left;}.elementor-3427 .elementor-element.elementor-element-4f7bd55c .elementor-heading-title{font-size:14px;text-transform:uppercase;}.elementor-3427 .elementor-element.elementor-element-4f7bd55c > .elementor-widget-container{margin:0px 0px 20px 0px;padding:0px 0px 8px 0px;border-style:solid;border-width:0px 0px 2px 0px;}@media(max-width:1024px){.elementor-3427 .elementor-element.elementor-element-534896bd .elementor-heading-title{font-size:28px;}.elementor-3427 .elementor-element.elementor-element-2f48d47 .elementor-heading-title{font-size:17px;}.elementor-3427 .elementor-element.elementor-element-3764d5c8 > .elementor-widget-container{margin:50px 0px 0px 0px;}}@media(max-width:767px){.elementor-3427 .elementor-element.elementor-element-3764d5c8 > .elementor-widget-container{margin:50px 0px 0px 0px;}}</style>		\n							<section data-id=\"65e7f520\" data-element_type=\"section\">\n				<section data-id=\"3b7c4ed9\" data-element_type=\"section\">\n			<h3>Latest Video</h3>		\n		</section>\n											<img src=\"https://demo.sonaar.io/outlander-elementor/wp-content/uploads/sites/28/2016/11/prodigy_biobg.jpg\" title=\"\" alt=\"\" />																\n							Play Video\n		</section>\n				<section data-id=\"759afa63\" data-element_type=\"section\">\n			<h1>Passion never dies. It grows</h1>		\n			<h2>Stay Hungry and Strong</h2>		\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut malesuada vitae nulla sit amet blandit. Pellentesque sit amet interdum diam. In non arcu non dolor iac ulis tincidunt id ac mauris. Donec vulputate tortor lorem. Suspendisse gravida mattis leo. Suspendisse potenti. Fusce finibus magna sit amet malesuada lobortis. Etiam in consequat augue, ac faucibus massa. Nullam commodo libero sit amet dictum mattis. Donec facilisis pretium risus, semper vehicula magna convallis nec.</p>\n		</section>\n				<section data-id=\"6e838085\" data-element_type=\"section\">\n			<h3>Upcomming Events</h3>		\n  <section id=\"post-list\" data-eventnbr=\"10\">\n		<article id=\"post-540\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/free-session-jam/\"  data-countdown-bg-transparency=\"false\">\n			09\n			May 2019\n			<h1>Free session Jam</h1>			\n																Toronto, Canada 				\n	</a>\n								<a href=\"//www.eventbrite.ca\" target=\"_blank\"  rel=\"noopener noreferrer\">\n			Buy Tickets		</a>\n</article>\n		<article id=\"post-550\" data-countdown=\"false\">\n	<a href=\"https://cactusmoonshinepublishing.com/event/soundbyte-festival/\"  data-countdown-bg-transparency=\"false\">\n			10\n			Dec 2018\n			<h1>Soundbyte festival</h1>			\n																Montreal, Canada 				\n	</a>\n								<a href=\"//www.eventbrite.ca\" target=\"_blank\"  rel=\"noopener noreferrer\">\n			Buy Tickets		</a>\n</article>  </section>\n  <ul></ul>\n		</section>\n				<section data-id=\"119d8a37\" data-element_type=\"section\">\n			<h3>SoundCloud</h3>		\n				<iframe title=\"John Coltrane - 1963 - My Favorite Things by SHCHXango\" width=\"1144\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=true&#038;maxwidth=1144&#038;maxheight=1000&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=false&#038;sharing=false&#038;show_comments=false&#038;show_playcount=false&#038;show_user=false&#038;color=82594e\"></iframe>			\n		</section>\n		      												Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.							    			\n		      												Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.','Test1','','inherit','closed','closed','','3849-revision-v1','','','2019-09-27 05:25:28','2019-09-27 05:25:28','',3849,'https://cactusmoonshinepublishing.com/3849-revision-v1/',0,'revision','',0),(3874,1,'2019-09-27 05:29:21','2019-09-27 05:29:21','[iron_audioplayer skin=\"music\" albums=\"3859\" autoplay=\"0\" store_title_text=\"\" shuffle=\"yes\" show_artwork=\"1\" show_playlist=\"1\" show_album_market=\"1\" show_soundwave=\"0\"]','TempTest1','','publish','closed','closed','','temptest1','','','2019-09-27 05:30:29','2019-09-27 05:30:29','',0,'https://cactusmoonshinepublishing.com/?post_type=elementor_library&#038;p=3874',0,'elementor_library','',0),(3875,1,'2019-09-27 05:30:28','2019-09-27 05:30:28','','TempTest1','','inherit','closed','closed','','3874-revision-v1','','','2019-09-27 05:30:28','2019-09-27 05:30:28','',3874,'https://cactusmoonshinepublishing.com/3874-revision-v1/',0,'revision','',0),(3876,1,'2019-09-27 05:30:29','2019-09-27 05:30:29','[iron_audioplayer skin=\"music\" albums=\"3859\" autoplay=\"0\" store_title_text=\"\" shuffle=\"yes\" show_artwork=\"1\" show_playlist=\"1\" show_album_market=\"1\" show_soundwave=\"0\"]','TempTest1','','inherit','closed','closed','','3874-revision-v1','','','2019-09-27 05:30:29','2019-09-27 05:30:29','',3874,'https://cactusmoonshinepublishing.com/3874-revision-v1/',0,'revision','',0),(3877,1,'2019-09-27 05:31:37','2019-09-27 05:31:37','<ul>\n	    		      		<li>                                			      					      		 VERSIONS</li>\n	      		      		<li>                                			      					      		 Tab Title 2</li>\n	      		      		<li>                                			      					      		 Tab Title 3</li>\n	      	    		</ul>\n		      										<style></style>		\n							<section data-id=\"454d06a\" data-element_type=\"section\">\n			<article data-skin=\"music\">        \n                  <img src=\"https://cactusmoonshinepublishing.com/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Arrakis </h1>\n                                                      <ul><li data-audiopath=\"//cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Arrakis-Full-Mix-by-◖Black-◯-Sun◗.mp3\"   data-showloading=\"1\"  data-albumTitle=\"Drone Music Vol.1\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Drone-v2-0.jpg\"data-trackartists=\"\"data-releasedate=\"\" data-trackTitle=\"Arrakis (Full Mix) by ◖Black ◯ Sun◗\"></li></ul>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                      <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                      <rect width=\"6\" height=\"21.2\"/>\n                      <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                    </svg>\n                  </a>\n        </article>		\n		</section>\n		      												<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.</p>							    			\n		      												<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.</p>','Test1','','inherit','closed','closed','','3849-revision-v1','','','2019-09-27 05:31:37','2019-09-27 05:31:37','',3849,'https://cactusmoonshinepublishing.com/3849-revision-v1/',0,'revision','',0),(3878,1,'2019-09-27 05:33:42','2019-09-27 05:33:42','<ul>\n	    		      		<li>	      		 VERSIONS</li>\n	      		      		<li>	      		 STEMS</li>\n	      		      		<li>                                			      					      		 </li>\n	      	    		</ul>\n		      										<style></style>		\n							<section data-id=\"454d06a\" data-element_type=\"section\">\n			<article data-skin=\"music\">        \n                  <img src=\"https://cactusmoonshinepublishing.com/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Arrakis </h1>\n                                                      <ul><li data-audiopath=\"//cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Arrakis-Full-Mix-by-◖Black-◯-Sun◗.mp3\"   data-showloading=\"1\"  data-albumTitle=\"Drone Music Vol.1\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Drone-v2-0.jpg\"data-trackartists=\"\"data-releasedate=\"\" data-trackTitle=\"Arrakis (Full Mix) by ◖Black ◯ Sun◗\"></li></ul>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                      <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                      <rect width=\"6\" height=\"21.2\"/>\n                      <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                    </svg>\n                  </a>\n        </article>		\n		</section>\n		      												<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.</p>							    			\n		      												<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.</p>','Test1','','inherit','closed','closed','','3849-revision-v1','','','2019-09-27 05:33:42','2019-09-27 05:33:42','',3849,'https://cactusmoonshinepublishing.com/3849-revision-v1/',0,'revision','',0),(3879,1,'2019-09-27 05:36:08','2019-09-27 05:36:08','<ul>\n	    		      		<li>	      		 VERSIONS</li>\n	      		      		<li>	      		 STEMS</li>\n	      		      		<li>                                			      					      		 </li>\n	      		      		<li>                                			      					      		 Tab Title</li>\n	      	    		</ul>\n		      										<style></style>		\n							<section data-id=\"454d06a\" data-element_type=\"section\">\n			<article data-skin=\"music\">        \n                  <img src=\"https://cactusmoonshinepublishing.com/wp-content/themes/sonaar/images/defaultpx.png\" alt=\"album-art\">\n                  <h1> Arrakis </h1>\n                                                      <ul><li data-audiopath=\"//cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Arrakis-Full-Mix-by-◖Black-◯-Sun◗.mp3\"   data-showloading=\"1\"  data-albumTitle=\"Drone Music Vol.1\" data-albumArt=\"https://cactusmoonshinepublishing.com/wp-content/uploads/2019/09/Drone-v2-0.jpg\"data-trackartists=\"\"data-releasedate=\"\" data-trackTitle=\"Arrakis (Full Mix) by ◖Black ◯ Sun◗\"></li></ul>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"10.2,0 1.4,5.3 1.4,0 0,0 0,11.7 1.4,11.7 1.4,6.2 10.2,11.7\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 17.5 21.2\" style=\"enable-background:new 0 0 17.5 21.2;\" xml:space=\"preserve\">\n                      <path d=\"M0,0l17.5,10.9L0,21.2V0z\"/> \n                      <rect width=\"6\" height=\"21.2\"/>\n                      <rect x=\"11.5\" width=\"6\" height=\"21.2\"/>\n                    </svg>\n                  </a>\n                                    <a style=\"opacity:0;\">\n                    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 10.2 11.7\" style=\"enable-background:new 0 0 10.2 11.7;\" xml:space=\"preserve\">\n                      <polygon points=\"0,11.7 8.8,6.4 8.8,11.7 10.2,11.7 10.2,0 8.8,0 8.8,5.6 0,0\"/>\n                    </svg>\n                  </a>\n        </article>		\n		</section>\n		      												<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.</p>							    			\n		      												Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.','Test1','','inherit','closed','closed','','3849-revision-v1','','','2019-09-27 05:36:08','2019-09-27 05:36:08','',3849,'https://cactusmoonshinepublishing.com/3849-revision-v1/',0,'revision','',0),(3880,1,'2019-12-30 05:09:25','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2019-12-30 05:09:25','0000-00-00 00:00:00','',0,'https://cactusmoonshinepublishing.com/?p=3880',0,'post','',0),(3881,1,'2019-12-30 05:16:39','2019-12-30 05:16:39','','Under Construction – Coming Soon Page','','publish','closed','closed','','under-construction-coming-soon-page','','','2019-12-30 05:16:39','2019-12-30 05:16:39','',0,'https://cactusmoonshinepublishing.com/?p=3881',2,'nav_menu_item','',0),(3882,1,'2019-12-30 05:20:53','2019-12-30 05:20:53','<h2>this website\nis coming\nsoon.</h2>\n<h2>We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned</h2>\n<form action=\"#\" id=\"sr-mailchimp-form-87a0b56\">\n					<label for=\"\"></label>\n<input type=\"email\" name=\"sr_mailchimp_email\" placeholder=\"Email\" required=\"required\">\n<button id=\"sr-subscribe-87a0b56\">\nSubscribe\n</button>\n</form>','Under Construction - Coming Soon Page','','inherit','closed','closed','','1938-revision-v1','','','2019-12-30 05:20:53','2019-12-30 05:20:53','',1938,'https://cactusmoonshinepublishing.com/1938-revision-v1/',0,'revision','',0),(3883,1,'2019-12-30 05:20:55','2019-12-30 05:20:55','<h2>this website\nis coming\nsoon.</h2>\n<h2>We\'ll be here soon with our new awesome site. Subscribe to our newsletter to be the first to know when it\'s online. Stay tuned</h2>\n<form action=\"#\" id=\"sr-mailchimp-form-87a0b56\">\n					<label for=\"\"></label>\n<input type=\"email\" name=\"sr_mailchimp_email\" placeholder=\"Email\" required=\"required\">\n<button id=\"sr-subscribe-87a0b56\">\nSubscribe\n</button>\n</form>','Under Construction - Coming Soon Page','','inherit','closed','closed','','1938-revision-v1','','','2019-12-30 05:20:55','2019-12-30 05:20:55','',1938,'https://cactusmoonshinepublishing.com/1938-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wppk_posts` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_posts` with 549 row(s)
--

--
-- Table structure for table `wppk_revslider_css`
--

DROP TABLE IF EXISTS `wppk_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  `advanced` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_revslider_css`
--

LOCK TABLES `wppk_revslider_css` WRITE;
/*!40000 ALTER TABLE `wppk_revslider_css` DISABLE KEYS */;
INSERT INTO `wppk_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(110,'.tp-caption.BUTTON-CROMA','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}','{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#c8ffc3\",\"font-size\":\"18px\",\"line-height\":\"22\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Open Sans\",\"text-decoration\":\"none\",\"text-align\":{\"desktop\":\"left\"},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"3\"}','{\"idle\":[],\"hover\":[]}'),(111,'.tp-caption.Button','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}','{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#c8ffc3\",\"font-size\":\"18px\",\"line-height\":\"22\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Open Sans\",\"text-decoration\":\"none\",\"text-align\":{\"desktop\":\"left\"},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"3\"}','{\"idle\":[],\"hover\":[]}'),(112,'.tp-caption.lush-awake2slider','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"64px\",\"line-height\":\"63px\",\"font-weight\":\"800\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0)\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(113,'.tp-caption.Awake-RoundedButton','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"50px 50px 50px 50px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"border-color\":\"#d3d3d3\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"50px 50px 50px 50px\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(114,'.tp-caption.Heading-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"#ffffff\",\"font-size\":\"18px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Open Sans\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\"}','{\"idle\":[],\"hover\":\"\"}'),(115,'.tp-caption.Heading-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"#ffffff\",\"font-size\":\"24px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"italic\",\"font-family\":\"Open Sans\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\"}','{\"idle\":[],\"hover\":\"\"}'),(116,'.tp-caption.Heading','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"#ffffff\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Open Sans\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\"}','{\"idle\":[],\"hover\":\"\"}'),(117,'.tp-caption.Phoenix-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"#ffffff\",\"font-size\":\"24px\",\"line-height\":\"22\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Josefin Sans\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\"}','{\"idle\":[],\"hover\":\"\"}');
/*!40000 ALTER TABLE `wppk_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_revslider_css` with 117 row(s)
--

--
-- Table structure for table `wppk_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wppk_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_revslider_layer_animations`
--

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

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

--
-- Table structure for table `wppk_revslider_navigations`
--

DROP TABLE IF EXISTS `wppk_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_revslider_navigations`
--

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

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

--
-- Table structure for table `wppk_revslider_sliders`
--

DROP TABLE IF EXISTS `wppk_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_revslider_sliders`
--

LOCK TABLES `wppk_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wppk_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wppk_revslider_sliders` VALUES (8,'Music - Slider','music-slider','{\"hero_active\":\"-1\",\"source_type\":\"posts\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"album\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"date\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Music - Slider\",\"alias\":\"music-slider\",\"shortcode\":\"[rev_slider alias=\\\\\\\"music-slider\\\\\\\"]\",\"slider-type\":\"carousel\",\"slider_type\":\"fullwidth\",\"width\":\"450\",\"height\":\"450\",\"width_notebook\":\"600\",\"height_notebook\":\"600\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"600\",\"height_tablet\":\"600\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"600\",\"height_mobile\":\"600\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"on\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"1500\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"rgba(255, 255, 255, 0)\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/croma.irontemplates.com\\/themoons\\/wp-content\\/uploads\\/sites\\/15\\/2016\\/08\\/bg_slider.png\",\"bg_fit\":\"contain\",\"bg_repeat\":\"repeat-x\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"custom\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"30\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"30\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"30\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"20\",\"span_thumbnails_wrapper\":\"on\",\"thumbnails_wrapper_color\":\"rgba(0,0,0,0.15)\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"9\",\"thumbnails_space\":\"10\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"60\",\"thumb_height\":\"60\",\"thumb_width_min\":\"60\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"on\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"75\",\"previewimage_height\":\"75\",\"carousel_infinity\":\"on\",\"carousel_space\":\"-150\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"%\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"5\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"on\",\"carousel_rotation\":\"on\",\"carousel_varyrotate\":\"on\",\"carousel_maxrotation\":\"40\",\"carousel_scale\":\"on\",\"carousel_varyscale\":\"on\",\"carousel_scaledown\":\"100\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\",\"google_font\":[\"Poppins:300,700\"]}','{\"version\":\"5.0.7\"}','');
/*!40000 ALTER TABLE `wppk_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wppk_revslider_slides`
--

DROP TABLE IF EXISTS `wppk_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_revslider_slides`
--

LOCK TABLES `wppk_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wppk_revslider_slides` DISABLE KEYS */;
INSERT INTO `wppk_revslider_slides` VALUES (8,8,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"posts\",\"bg_external\":\"\",\"bg_color\":\"#fafafa\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"large\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"150\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"20\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/demo.sonaar.io\\/downbeat\\/wp-content\\/uploads\\/sites\\/2\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"back\",\"slide_bg_color\":\"#fafafa\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/demo.sonaar.io\\/prodigy\\/wp-content\\/uploads\\/sites\\/6\\/\",\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\"}','[{\"text\":\"<a href=\\\"javascript:IRON.sonaar.player.setPlayer({ id:{{id}}, title:\'{{title}}\' })\\\" style=\\\"color:inherit;\\\">\\n<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.1\\\" id=\\\"Capa_1\\\" x=\\\"0px\\\" y=\\\"0px\\\" viewBox=\\\"0 0 30.051 30.051\\\" style=\\\"enable-background:new 0 0 30.051 30.051;\\\" xml:space=\\\"preserve\\\" width=\\\"512px\\\" height=\\\"512px\\\">\\n\\n\\t<path d=\\\"M19.982,14.438l-6.24-4.536c-0.229-0.166-0.533-0.191-0.784-0.062c-0.253,0.128-0.411,0.388-0.411,0.669v9.069   c0,0.284,0.158,0.543,0.411,0.671c0.107,0.054,0.224,0.081,0.342,0.081c0.154,0,0.31-0.049,0.442-0.146l6.24-4.532   c0.197-0.145,0.312-0.369,0.312-0.607C20.295,14.803,20.177,14.58,19.982,14.438z\\\" fill=\\\"#FFFFFF\\\"\\/>\\n\\t<path d=\\\"M15.026,0.002C6.726,0.002,0,6.728,0,15.028c0,8.297,6.726,15.021,15.026,15.021c8.298,0,15.025-6.725,15.025-15.021   C30.052,6.728,23.324,0.002,15.026,0.002z M15.026,27.542c-6.912,0-12.516-5.601-12.516-12.514c0-6.91,5.604-12.518,12.516-12.518   c6.911,0,12.514,5.607,12.514,12.518C27.541,21.941,21.937,27.542,15.026,27.542z\\\" fill=\\\"#FFFFFF\\\"\\/>\\n<\\/svg>\\n<\\/a>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":750,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":800,\"animation\":\"SlurpOut\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8240,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\t\\t\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"rs-pulse\",\"loop_easing\":\"Bounce.easeOut\",\"loop_speed\":\"1\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":10,\"loop_ystart\":0,\"loop_yend\":10,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1.1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":512,\"height\":516,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0px\",\"skewy\":\"0\",\"scalex\":\"0.15\",\"scaley\":\"0.15\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"4\",\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":9,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]');
/*!40000 ALTER TABLE `wppk_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wppk_revslider_static_slides`
--

DROP TABLE IF EXISTS `wppk_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_revslider_static_slides`
--

LOCK TABLES `wppk_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wppk_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `wppk_revslider_static_slides` VALUES (5,8,'{\"staticoverflow\":\"visible\",\"image\":\"https:\\/\\/demo.sonaar.io\\/prodigy\\/wp-content\\/uploads\\/sites\\/6\\/\"}','[]','[\"\"]');
/*!40000 ALTER TABLE `wppk_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wppk_smush_dir_images`
--

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

--
-- Dumping data for table `wppk_smush_dir_images`
--

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

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

--
-- Table structure for table `wppk_term_relationships`
--

DROP TABLE IF EXISTS `wppk_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_term_relationships`
--

LOCK TABLES `wppk_term_relationships` WRITE;
/*!40000 ALTER TABLE `wppk_term_relationships` DISABLE KEYS */;
INSERT INTO `wppk_term_relationships` VALUES (82,1,0),(89,1,0),(93,1,0),(97,1,0),(646,36,0),(1143,23,1),(1146,24,1),(1146,25,2),(1148,26,1),(1175,27,1),(1177,28,1),(1179,26,1),(1181,26,1),(1188,27,1),(1190,28,1),(1192,24,1),(1192,25,2),(1194,27,1),(1196,24,1),(1218,37,0),(1699,1,0),(1701,1,0),(1756,39,0),(1972,6,0),(1986,2,0),(1986,22,0),(1986,33,0),(2080,37,0),(2083,38,0),(2086,39,0),(2090,36,0),(2093,38,0),(2098,37,0),(2123,2,0),(2123,22,0),(2123,33,0),(2124,2,0),(2124,22,0),(2124,33,0),(2125,2,0),(2125,22,0),(2125,33,0),(2192,37,0),(3427,34,0),(3672,34,0),(3852,42,0),(3855,41,0),(3859,41,0),(3874,34,0),(3881,6,0);
/*!40000 ALTER TABLE `wppk_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_term_relationships` with 50 row(s)
--

--
-- Table structure for table `wppk_term_taxonomy`
--

DROP TABLE IF EXISTS `wppk_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_term_taxonomy`
--

LOCK TABLES `wppk_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wppk_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wppk_term_taxonomy` VALUES (1,1,'category','',0,6),(2,2,'product_type','',0,4),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'nav_menu','',0,2),(7,7,'album-category','',0,0),(13,13,'artist-category','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_visibility','',0,0),(16,16,'product_visibility','',0,0),(17,17,'product_visibility','',0,0),(18,18,'product_visibility','',0,0),(19,19,'product_visibility','',0,0),(20,20,'product_visibility','',0,0),(21,21,'product_visibility','',0,0),(22,22,'product_visibility','',0,4),(23,23,'artist-category','',0,1),(24,24,'artist-category','',0,3),(25,25,'artist-category','',0,2),(26,26,'artist-category','',0,3),(27,27,'artist-category','',0,3),(28,28,'artist-category','',0,2),(33,33,'product_cat','',0,4),(34,34,'elementor_library_type','',0,3),(35,35,'elementor_library_type','',0,0),(36,36,'playlist-category','',0,2),(37,37,'playlist-category','',0,4),(38,38,'playlist-category','',0,2),(39,39,'playlist-category','',0,2),(40,40,'elementor_library_category','',0,0),(41,41,'playlist-category','',0,2),(42,42,'artist-category','',0,1);
/*!40000 ALTER TABLE `wppk_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_term_taxonomy` with 33 row(s)
--

--
-- Table structure for table `wppk_termmeta`
--

DROP TABLE IF EXISTS `wppk_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_termmeta`
--

LOCK TABLES `wppk_termmeta` WRITE;
/*!40000 ALTER TABLE `wppk_termmeta` DISABLE KEYS */;
INSERT INTO `wppk_termmeta` VALUES (1,33,'product_count_product_cat','4'),(2,1,'eael_transient_elements','a:0:{}'),(3,2,'eael_transient_elements','a:0:{}');
/*!40000 ALTER TABLE `wppk_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_termmeta` with 3 row(s)
--

--
-- Table structure for table `wppk_terms`
--

DROP TABLE IF EXISTS `wppk_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_terms`
--

LOCK TABLES `wppk_terms` WRITE;
/*!40000 ALTER TABLE `wppk_terms` DISABLE KEYS */;
INSERT INTO `wppk_terms` VALUES (1,'General','general',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'Main Menu','main-menu',0),(7,'Album','album',0),(13,'My artists','my-artists',0),(14,'exclude-from-search','exclude-from-search',0),(15,'exclude-from-catalog','exclude-from-catalog',0),(16,'featured','featured',0),(17,'outofstock','outofstock',0),(18,'rated-1','rated-1',0),(19,'rated-2','rated-2',0),(20,'rated-3','rated-3',0),(21,'rated-4','rated-4',0),(22,'rated-5','rated-5',0),(23,'Hip Hop','hip-hop',0),(24,'Electronic','electronic',0),(25,'Featured on Homepage','featured-on-homepage',0),(26,'Indie','indie',0),(27,'Pop','pop',0),(28,'Rock','rock',0),(33,'Uncategorized','uncategorized',0),(34,'page','page',0),(35,'section','section',0),(36,'Action','action',0),(37,'Comedy','comedy',0),(38,'Drama','drama',0),(39,'Thriller','thriller',0),(40,'Drones','drones',0),(41,'Drones','drones',0),(42,'Soundtrack','soundtrack',0);
/*!40000 ALTER TABLE `wppk_terms` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_terms` with 33 row(s)
--

--
-- Table structure for table `wppk_usermeta`
--

DROP TABLE IF EXISTS `wppk_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_usermeta`
--

LOCK TABLES `wppk_usermeta` WRITE;
/*!40000 ALTER TABLE `wppk_usermeta` DISABLE KEYS */;
INSERT INTO `wppk_usermeta` VALUES (1,1,'nickname','coucoucestmoi'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wppk_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wppk_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"8c4be752ec569b86ad5fdbe57dfced6769ae425ab1f5a0e7e3c0fcbbfed2278a\";a:4:{s:10:\"expiration\";i:1577855359;s:2:\"ip\";s:13:\"69.225.53.125\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36\";s:5:\"login\";i:1577682559;}}'),(17,1,'wppk_dashboard_quick_press_last_post_id','3880'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"69.225.53.0\";}'),(19,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:31:\"boldgrid_backup_upgrade_premium\";s:9:\"timestamp\";i:1569544586;}'),(20,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:13:\"bg-key-prompt\";s:9:\"timestamp\";i:1569544592;}'),(21,1,'bglibDashboardOrder','1'),(22,1,'elementor_admin_notices','a:1:{s:16:\"rate_us_feedback\";s:4:\"true\";}'),(23,1,'wppk_user-settings','libraryContent=browse&editor=tinymce&hidetb=1'),(24,1,'wppk_user-settings-time','1569557329'),(25,1,'ac_preferences_check-review','a:1:{s:18:\"first-login-review\";i:1569557157;}'),(26,1,'elementor_introduction','a:2:{s:10:\"rightClick\";b:1;s:7:\"flexbox\";b:1;}'),(27,1,'wpdeveloper_notices_seen','a:1:{s:24:\"wpdeveloper_notice_3_3_2\";a:1:{s:25:\"essential_adons_elementor\";a:2:{i:0;s:6:\"opt_in\";i:1;s:6:\"upsale\";}}}'),(28,1,'_astra_sites_gettings_started','1'),(29,1,'astra-theme-activation-nag','notice-dismissed'),(30,1,'nav_menu_recently_edited','6'),(31,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\";}'),(32,1,'metaboxhidden_nav-menus','a:14:{i:0;s:19:\"add-post-type-album\";i:1;s:20:\"add-post-type-artist\";i:2;s:21:\"add-post-type-podcast\";i:3;s:25:\"add-post-type-podcastshow\";i:4;s:19:\"add-post-type-event\";i:5;s:19:\"add-post-type-video\";i:6;s:19:\"add-post-type-block\";i:7;s:12:\"add-post_tag\";i:8;s:18:\"add-video-category\";i:9;s:21:\"add-playlist-category\";i:10;s:20:\"add-podcast-category\";i:11;s:24:\"add-podcastshow-category\";i:12;s:19:\"add-artist-category\";i:13;s:19:\"add-events-category\";}');
/*!40000 ALTER TABLE `wppk_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wppk_usermeta` with 32 row(s)
--

--
-- Table structure for table `wppk_users`
--

DROP TABLE IF EXISTS `wppk_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_users`
--

LOCK TABLES `wppk_users` WRITE;
/*!40000 ALTER TABLE `wppk_users` DISABLE KEYS */;
INSERT INTO `wppk_users` VALUES (1,'coucoucestmoi','$P$Bv9K0GzxlkDlofTKbFtHBHcp3u8A0O0','coucoucestmoi','cochisestudio@gmail.com','','2019-09-27 00:35:10','',0,'coucoucestmoi');
/*!40000 ALTER TABLE `wppk_users` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wppk_wc_download_log`
--

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

--
-- Dumping data for table `wppk_wc_download_log`
--

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

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

--
-- Table structure for table `wppk_wc_webhooks`
--

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

--
-- Dumping data for table `wppk_wc_webhooks`
--

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

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

--
-- Table structure for table `wppk_woocommerce_api_keys`
--

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

--
-- Dumping data for table `wppk_woocommerce_api_keys`
--

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

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

--
-- Table structure for table `wppk_woocommerce_attribute_taxonomies`
--

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

--
-- Dumping data for table `wppk_woocommerce_attribute_taxonomies`
--

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

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

--
-- Table structure for table `wppk_woocommerce_downloadable_product_permissions`
--

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

--
-- Dumping data for table `wppk_woocommerce_downloadable_product_permissions`
--

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

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

--
-- Table structure for table `wppk_woocommerce_log`
--

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

--
-- Dumping data for table `wppk_woocommerce_log`
--

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

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

--
-- Table structure for table `wppk_woocommerce_order_itemmeta`
--

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

--
-- Dumping data for table `wppk_woocommerce_order_itemmeta`
--

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

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

--
-- Table structure for table `wppk_woocommerce_order_items`
--

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

--
-- Dumping data for table `wppk_woocommerce_order_items`
--

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

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

--
-- Table structure for table `wppk_woocommerce_payment_tokenmeta`
--

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

--
-- Dumping data for table `wppk_woocommerce_payment_tokenmeta`
--

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

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

--
-- Table structure for table `wppk_woocommerce_payment_tokens`
--

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

--
-- Dumping data for table `wppk_woocommerce_payment_tokens`
--

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

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

--
-- Table structure for table `wppk_woocommerce_sessions`
--

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

--
-- Dumping data for table `wppk_woocommerce_sessions`
--

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

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

--
-- Table structure for table `wppk_woocommerce_shipping_zone_locations`
--

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

--
-- Dumping data for table `wppk_woocommerce_shipping_zone_locations`
--

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

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

--
-- Table structure for table `wppk_woocommerce_shipping_zone_methods`
--

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

--
-- Dumping data for table `wppk_woocommerce_shipping_zone_methods`
--

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

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

--
-- Table structure for table `wppk_woocommerce_shipping_zones`
--

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

--
-- Dumping data for table `wppk_woocommerce_shipping_zones`
--

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

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

--
-- Table structure for table `wppk_woocommerce_tax_rate_locations`
--

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

--
-- Dumping data for table `wppk_woocommerce_tax_rate_locations`
--

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

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

--
-- Table structure for table `wppk_woocommerce_tax_rates`
--

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

--
-- Dumping data for table `wppk_woocommerce_tax_rates`
--

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

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

--
-- Table structure for table `wppk_woocommerce_termmeta`
--

DROP TABLE IF EXISTS `wppk_woocommerce_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wppk_woocommerce_termmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `woocommerce_term_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `woocommerce_term_id` (`woocommerce_term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wppk_woocommerce_termmeta`
--

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

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

--
-- Table structure for table `wppk_wpforms_lite`
--

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

--
-- Dumping data for table `wppk_wpforms_lite`
--

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

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

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on: Mon, 30 Dec 2019 06:24:13 +0000
